 /* CSS File designation for back-end interfacing */
 /*
 /*
 /* Created by: Alex Schwartz (coedirectory@engr.wisc.edu)
	// Created on: 5/30/2012
*/

/****************************** Class Inheritance ******************************/

p.b
{
	font-weight: bold !important;
}
/*change by Chenxiao Guan font size 120% color #ff0000 top 2em, bottom 1em, line height 5*/
h3.display a
{
	font-size: 80%;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 0;
	color: #484848; 
	background: none;
}
h3.adminfunction a
{
	font-size: 120%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 2;
	color: #ff0000; 
	background: none;
}
/*change by Chenxiao Guan font size 120 top -4em bottom 1em line height 2 color #b70101*/
p.title
{
	font-size: 100%;
	margin-top: -30px;
	margin-bottom: 0em;
	line-height: 120%;
	color: #000000; 
	background: none;
}

p.margin
{
	margin: -2px;
	
}

h3.profileMain
{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding-bottom: 5px !important;
}

div#center h3.title
{
	margin-top: 0px;
}

a 
{
	border-bottom: none;
}
/*
li 
{
	padding-bottom: 5px;
}
*/
ul.tab-title li
{
	background: #FFFFFF;
	border: 1px solid #000000;
}

ul.tab-title li a 
{
	color: #000000;
	font-weight: bold;
}


/******************************* Form Elements *****************************/
input.button
{
	width: 150px;
}
.size10
{
	width: 20px;
	height: auto;
}

.size20
{
	width: 50px;
	height: auto;
}

.size50
{
	width: 100px;
	height: auto;
}

.size100
{
	width: 150px;
	height: auto;
}

.size150
{
	width: 200px;
	height: auto;
}

.size200
{
	width: 300px;
	height: auto;
}

.profileSummary_size
{
	min-width: 800px;
	min-height: 400px;
	overflow: scroll;
}

textarea
{
	width: 800px;
	height: 100px;
	overflow: scroll;
}

ul.unbul
{
	list-style-type: none;
}

ul.bul
{
	list-style-type: decimal;
}

ol.list
{
	font-size: 12pt;
	list-style-type: decimal;
}

ul.tabs
{
	text-align: center;
	margin: 0 auto;
}

/****************************************************** Profile Page Display Class *******************************************/
div#profileTop
{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0px;
	position: relative;
	display: block;
}

div#profileBottom
{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0px;
	margin-top: 20px;
	position: relative;
	display: block;
}

div#profileMiddle
{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0px;
	position: relative;
	display: block;
}

div#profilePicture
{
	width: 22.5%;
	padding-left: 3.2%;
	padding-right: 3.2%;
	height: auto;
	margin: 0;
	float: left;
}

div#mainText
{
	width: 31.5%;
	padding-right: -15px;
	padding-left: 0;
	margin: 0;
	margin-top: -5px;
	margin-right: 35px;
	float: left;
	border-right: solid black 1px;
}

div#altText
{
	width: 33.5%;
	padding-right: 1.5%;
	padding-left: 0p;
	margin: 0;
	float: left;
}

.clear 
{
	clear: both;
	line-height: 0px;
	font-size: 1px;
}

.center
{
	text-align: center;
}
/*change by Chenxiao Guan width 80 height 105 right 40 top 30*/
.profilePicture
{
	float: left;
	width: 120px;
	height: 160px; 
	position: relative;
	display: block;
	margin-right: 10px !important; 
	margin-top: 28px;
	/*margin-left: 100px;*/
}
/*change by Chenxiao Guan top -25 , add width: 510px*/
.profileText
{
	float: left;
	margin-top: 0px;
	width: 510px;
}
/*change by Chenxiao Guan margin left 15 width 600 */
.profileSubText
{
	margin-left: 0px;
    margin-top:  0px;
	width: 510px;
	font-size: 100%
}

a.display 
{
	text-decoration: underline;
}

a.adminfunction 
{
	text-decoration: underline;
}

a.display:hover
{
	text-decoration: none;
	color: #b70101;
}

.profileSearch
{
	width: 800px;
	margin-left: 0px;
	margin-right: 50px;
	float: none;
	position: relative;
	display: block;
}

.searchPicture
{
	float: left;
	width: 85px;
	height: 125px;
	position: relative;
	display: block;
	margin-right: 30px;
	margin-top: 25px;
	margin-left: 30px;
}

.searchText
{
	float: left;
	width: 600px;
	margin-left: 15px;
	margin-right: 0px;
	display: block;
	position: relative;
}

a.docLink
{
	text-decoration: underline;
	font-size: 1em !important;
}

.left
{
	float: left !important;
}

.right
{
	float: right !important;
}

ul.unbull a
{
	font-size: 1.0em !important;
}

/* Tempalte CSS File for Faculty/Staff Profile Pages */

#profile {
	width: 94%;
	padding: 0px;
	margin-left: 3%;
	margin-right: 3%;
	display: block;
	position: relative;
	font-size: 14px;
	font-family: inherit;
}
/*
#profile #profileContainer
{
	border-top: solid black 1px;
}
*/
#profile #profileContainer #profileTop
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	min-height: 230px;
}

#profile #profileContainer #profileTop_left
{
	width: 23.5%;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-right: 1.5%;
	padding-bottom: 0px;
	border-right: solid black 1px;
	float: left;
	min-height: 240px;
}

#profile #profileContainer #profileTop_left h3.collegeLinks
{
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: 14px;
}

#profile #profileContainer #profileTop_right
{
	width: 69%;
	margin: 0px;
	padding: 0px;
	padding-left: 3%;
	padding-top: 20px;
	padding-bottom: 0px;
	border: none;
	float: left;
}

#profile #profileContainer #profileTop_right .threeColPhoto
{
	width: 30%;
	margin-right: 2%;
	padding: 0px;
	float: left;
}

#profile #profileContainer #profileTop_right .threeColCenter
{
	width: 30%;
	margin-left: 2%;
	margin-right: 2%;
	padding: 0px;
	border-right: solid black 1px;
	float: left;
}

#profile #profileContainer #profileTop_right .threeColEnd
{
	width: 31%;
	margin-left: 2%;
	padding: 0px;
	border: none;
	float: left;
}

div.newThreeColPhoto
{
	min-width: 30%;/*width: 30%;*/
	margin-right: 1%;
	padding: 0px;
	float: left;
}

div.newThreeColCenter
{
	width: 30%;/*width: 30%;*/
	margin-left: 0%;
	margin-right: 2%;
	padding: 1%;
	border-right: solid black 1px;
	float: left;
}

div.newThreeColEnd
{
	width: 31%;
	margin-left: 2%;
	padding: 0px;
	border: none;
	float: left;
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px){
	div.newThreeColCenter {
	width: 50%;
	margin-left: 0%;
	margin-right: 2%;
	padding: 1%;
	border-right: none;
	float: left;
	}
	
	div.newThreeColEnd {
		display: none;
	}
}

#profile #profileContainer #profileTop_right .twoColLeft
{
	width: 45%;
	margin-right: 5%;
	margin-left: 0;
	padding: 0px;
	border-right: solid black 1px;
}

#profile #profileContainer #profileTop_right .twoColRight
{
	width: 44.5%;
	margin-left: 5%;
	margin-right: 0;
	padding: 0px;
	border: none;
}

#profile #profileContainer #profileBottom
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}

#profile #profileContainer #profileBottom_left
{
	width: 23.5%;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-right: 1.5%;
	padding-bottom: 0px;
	border-right: solid black 1px; 
	float: left;
}

#profile #profileContainer #profileBottom_left .header 
{
	width: 95%;
	margin: 0px;
	padding: 0px;
	background: #B70101;
	height: 26px;
	margin-bottom: 10px;
}

#profile #profileContainer #profileBottom_left .header h3
{
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	text-indent: 5px;
}

#profile #profileContainer #profileBottom_right
{
	width: 70%;
	margin: 0px;
	padding-left: 3%;
	padding-top: 0px;
	/*border-left: solid black 1px;*/
	float: left;
	min-height: 200px;
}

#profile #profileContainer #profileBottom_rightHeader
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #B70101;
	height: 26px;
	margin-bottom: 10px;
}

#profile #profileContainer #profileBottom_rightHeader h3
{
	font-size: 14px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	font-weight: normal;
	text-indent: 5px;
}

div#newProfileBottom_rightHeader h3
{
	font-size: 20px;
	color: #FFFFFF !important;
	background: #B70101;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 5px;
}


#profile #profileContainer #profileBottom_rightContent
{
	width: 100%;
}

div#newProfileBottom_rightContent
{
	width: 100%;
}

#newProfileBottom_rightContent ul
{
	list-style: square;
}

#profileBottom_rightContent ul
{
	font-size: 0.8em !important;
}

#profile h2.profile
{
	font-size: 20px;
	font-weight: bold;
	color: #000000 !important;
	margin-bottom: 0px !important;
}

p.newProfile
{
	font-size: 20px;
	font-weight: bold;
	color: #000000 !important;
	margin-bottom: 0px !important;
}
h3.leftsideHeader
{
	font-size: 20px;
	color: #FFFFFF !important;
	background: #B70101;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 5px;
}

#profile #profileContainer h3.profile
{
	color: #000000 !important;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0xp;
}

.clear
{
	line-height: 1px;
	height: 0;
	font-size: 0;
	clear: both;
}

#profile #profileContainer p.profileLinks
{
	padding-left: 10px !important;
	line-height: 24px !important;
	font-size: 12px !important;
	padding-top: 0px;
}

#profile #profileContainer p.profileLinks a
{
	line-height: 20px !important;
	font-size: 12px !important;
}

p.cropPhoto_text
{
	padding-left: 10px;
	padding-right: 10px;
}

ul.profileList
{
	padding-top: 5px !important;
}

.noShow
{
	background: #B70101;
	color: #B70101;
	border: none;	
	height: 1px;
}

.lockedShow
{
	background: #999999;
}

.aspectRatio
{
	font-size: 14px !important;
}

p#aspectRatio
{
	font-size: 16px !important;
	font-weight: bold !important;
	width: auto;
	color: #FF0000;
}

p.saveChanges
{
	color: #FF0000;
	font-size: 16px !important;
}

/*change by Chenxiao Guan left 50 right 50 top 10*/
.profileDisplay
{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

#profileBottom_rightContent ol
{
	font-size: 12px;
	list-style-type: decimal !important;
}

#profileBottom_rightContent p
{
	font-size: 12px !important;
}

#profileBottom_rightContent ul
{
	font-size: 13px !important;
}

#profileBottom_rightContent strong
{
	font-weight: bold !important;
}

#profileBottom em
{
	font-style: italic;
}
	
a#coehome, a#uwhome 
{
	position: absolute;
	top: -1.5em;
}

a#uwhome
{
	left: 5.0em;
}

a#coehome
{
	left: 21.0em;
}

h2.header
{
	padding-bottom: 2px !important;
}

