/* University Generic Template Styles

 * PUT CONTENT STYLES AT BOTTOM**
 */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000000;
	background:#FFFFFF url(/iithome/template_images/univ_page_bg.jpg) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
html
{ /*for footer stick*/
height: 100%;
}

body
{ /*for footer stick*/
height: 100%;
}
* html #wrapper_two_column_right, 
* html #wrapper, 
* html #wrapper_three_column, 
* html #wrapper_two_column_left, 
* html #wrapper_two_column_right, 
* html #wrapper_open
{ /*for footer stick*/
height: 100%;
}


ul {
	list-style-type:none;
}
td {
	vertical-align:top;
}
#content {
	color:#333333;
}


.PreIss{float:left; width:240px;}
.PreIssBot{float:left; width:400px;}

#content ul {
	/* default list style for user-entered content areas */
	list-style-type:disc;
	margin:1.2em 3em;
}
#content ol {
	/* default ordered list style for user-entered content areas */
	margin:1.2em 3em;
}
#content li {
	margin:0 0 0 4px;
}
dt {
	font-weight:bold;
}

p {
	margin: 0 0 1.2em 0;
}
hr {
    height:1px;
    width:100%;
	color:#cccccc;
    background:#cccccc;
    margin: .36em 0;  
	border:none 0;
 }
h1 {font-size:14px;}
h2 {font-size:13px;}
h3 {font-size:12px;}
h4 {font-size:11px;}
h5 {font-size:10px;}
h6 {font-size:9px;}
input, select, th, td {
	font-size:1.0em;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}

.normal {
	color:#666666;
	font-weight:normal;
}
.hilite {
	color:#000000;
	font-weight:bold;
}

/** h4 grey heading **********/
h4.greyheading{
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	background-color:#eee;
	border-bottom:1px solid #ccc;
	color:#333;
	margin-bottom:5px;
}


/************#links - default styles**************/
a, a:link, a:visited {
	color:#CC0000;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
	color:#CC0000;
}
a img { /*dont underline image links*/
	border-width:0;
	border-style:none;
}
a { /*gets rid of the dotted Firefox borders around links*/
	outline:none; 
}


/* some standard classes that can be applied to content */
.red {
	color:#CC0000;
}
.gray, .grey {
	color:#666666;
}
a.gray, a.grey {
	color:#666666;
}
a.gray333, a.grey333 {
	color:#333333;
}

.offwhite{
	color:#eeeeee;
}

.light_gray, light_grey {
	color:#999999;
}
.dark_gray, dark_grey {
	color:#333333;
}
.caps {
	text-transform:uppercase;
}
.plain {
	list-style-type:none;
}
.hide {
	display:none;
}
table.padder{
	padding:10px;
}



#wrapper, 
#wrapper_three_column, 
#wrapper_two_column_left, 
#wrapper_two_column_right, 
#wrapper_open {
	width:800px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	
	/*footer stick method: http://solardreamstudios.com/learn/css/footerstick/ */
	/*below to get footer to stick*/
	position: relative;
	min-height: 100%;

}
#container_top {/*needed to get footer to stick*/
	padding-bottom: 4em;
}



/***************************************************************************/
	/*BAND 1: small top strip with gray background gradient*/
/***************************************************************************/
#band_1 { 
	display:none;
	width:800px;
	height:20px;
	background:#FFFFFF url(/engineering/template_images/tmpl1/band_1_background_pixel.jpg) top left repeat-y;
}
/*band 1 not used by default - override in dept style sheets to show*/



/***************************************************************************/
	/*BAND 2: contains logo and myiit login*/
/***************************************************************************/
#band_2 { 
	width:800px;
	height:63px;
	background-color:#000000;
	position:relative;
	font-size:9px;
}
#logo {
	position:absolute;
	top:15px;
	left:10px;
}
#portal_login {
	position:absolute;
	top:10px;
	right:30px;
}



#ql{
	width:130px;
	position:absolute;
	top:10px;
	left:595px;
	
}

input#txt_search {
	width:105px;
	height:16px;
	position:absolute;
	top:33px;
	left:595px;
}

#txt_search_button {
	width:20px;
	height:20px;
	position:absolute;
	top:33px;
	left: 705px;
}
.search_bg {
	
	
	
}
#iitsearch {
	
}
#ql select {
	/*margin-bottom:8px;*/
}




/***************************************************************************/
	/* BAND 3: iit.edu link +  top global nav strip  + apply now link
/***************************************************************************/

#band_3 { 
	width:800px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:.9em;
}
#iit_home, #top_global_nav, #apply_now {
	float:left;
	clear:none;
}
#iit_home {
	width:160px;
	background-color:white;
	font-weight:bold;
}
#iit_home a {
	margin-left:10px;
	display:block;
	height:2em;
	margin-top:.5em;
}
#top_global_nav {
	width:468px;
	text-align:center;
	background-color:#CC0000;
	font-weight:bold;
	color:white;
	height:2.5em;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
ul#global_navlist {

}
ul#top_global_navlist li{
	float:left;
	color:#000000;
	background-color:#CC0000;
	
	text-transform:uppercase;
	
}
#top_global_navlist li a {
	text-align:center;
	display:block;
	height:2em;
	margin-top:.5em;
}
#apply_now {
	width:170px;
	text-align:center;
	display:block;
	height:2em;
	margin-top:.5em;
	font-weight:bold;
}
#top_global_navlist a:link, #top_global_navlist a:visited {
	color:white;
	text-decoration:none;
}
#top_global_navlist a:hover,#top_global_navlist a:active {
	text-decoration:underline;
}
a#alumni, a#visitors {
	width:84px;
	width:80px;
}
a#business, a#prospective {
	width:150px;
}


/***************************************************************************/
	/* BAND 4: contains the banner graphic, left side nav and 
	 * component area = default place for quicklinks
/***************************************************************************/
#band_4 {
	clear:both;
	/*border-bottom:8px solid #CCCCCC;*/
	/*height:112px;*/
	width:800px;
	background:url(/iithome/template_images/univ_masthead_band_2.gif) bottom right no-repeat;
	font-size:10px;
	/*overflow:hidden;*/
	position:relative;
	height:112px;
}
#univ_home_link {
	font-weight:bold;
	
}

#sub_global_nav {
	position:absolute;
	top:0;
	left:0;
	
}
#sub_global_nav ul {
	margin:10px;
	width:135px;
}
#sub_global_nav li {
	
	line-height:1.1em;
	margin-bottom:.5em;
}
#sub_global_nav li a, #sub_global_nav li a:link, #sub_global_nav li a:visited {
	color:#333333;
	text-decoration:none;
}
#sub_global_nav li a:hover, #sub_global_nav li a:active {
	color:#000000;
	
}
#banner_image {
	position:absolute;
	top:0;
	right:0;
	border-left:1px solid #cccccc;
	overflow:hidden;
}
#txt_search {
	width:100px;
	
}
#c5 {
	/* the component area under apply now link */
	width:160px;
	float:left;
	clear:none;
	
	
	
}

#c5 select {
	/*style when the quicklinks is the c5 component*/
	width:140px;
	
}
#c5 a, #c5 a:link, #c5 a:visited, #c5 a:hover, #c5 active 
{
	color:#000000;
}
#c5 form#gc_quicklinks {
	margin-top:15px;
	margin-left:10px;
}
#univ_contact { margin-left:10px; }
#band_4_border {
	clear:both;
	width:800px;
	height:16px;
	/*background:#FFFFFF url(/iithome/template_images/below_band_4.gif) top right repeat-x;*/
	/*the bottom border part of this band*/
}

/********************* sct navlist styles****************************/
/*************** // sct navlist styles // *****************/
/*********************sct navlist styles****************************/
/*the little home link above the left sct nav*/
div#univ_home_link {
	width:140px;
	margin: 0 0 0 10px;
	
	font-weight:bold;
}
div#univ_home_link a {
	color:#000000;
}
/*applies to all*/
ul#univ_navlist {
	width:140px;
	margin:0 0 0 10px;
	
}
ul#univ_navlist ul {
	margin:0 0 0 0px;
}
ul#univ_navlist ul ul{
	margin:0 0 0 10px;
}
ul#univ_navlist ul ul ul {
	margin:0 0 0 10px;
}
ul#univ_navlist ul ul ul ul{
	margin:0 0 0 10px;
}
/*applies to all*/
ul#univ_navlist li {
	line-height:1.2em;
	font-weight:bold;
	margin-top:1.2em;
}
ul#univ_navlist li li {
	font-weight:normal;
	font-size:10px;
	margin-top:.5em;
}
ul#univ_navlist li li li {
	font-weight:normal;
	font-size:10px;
}
ul#univ_navlist li li li {
	font-weight:normal;
	font-size:10px;
}
ul#univ_navlist li a {
	line-height:1.2em;
}
ul#univ_navlist li a, ul#univ_navlist li a:link, ul#univ_navlist li avisited{
	color:#333333;
}
ul#univ_navlist li a:hover, ul#univ_navlist li a:active {
	color:#000000;
} 
ul#univ_navlist li li a, ul#univ_navlist li li a:link, ul#univ_navlist li li a:visited{
	color:#666666;
}
ul#univ_navlist li li a:hover, ul#univ_navlist li li a:active {
	color:#333333;
} 





/*general & 1st level*/
ul#univ_navlist li.univ_leftnav {
	 /*only top level must override*/
}

ul#univ_navlist li.univ_leftnav_selected {
	color:#333333;
	font-weight:bold;
}
ul#univ_navlist li.univ_leftnav_submenu {
	
}
ul#univ_navlist li.univ_leftnav_selected_submenu {	
	color:#333333;
	font-weight:bold;

	
}
li.univ_leftnav a, li.univ_leftnav a:link, 
li.univ_leftnav a:visited, li.univ_leftnav a:hover, 
li.univ_leftnav a:active
{
}
li.univ_leftnav_submenu a, li.univ_leftnav_submenu a:link, 
li.univ_leftnav_submenu a:visited, li.univ_leftnav_submenu a:hover, 
li.univ_leftnav_submenu a:active
{
}
li.univ_leftnav_selected a, li.univ_leftnav_selected a:link, 
li.univ_leftnav_selected a:visited, li.univ_leftnav_selected a:hover, 
li.univ_leftnav_selected a:active
{

}

li.univ_leftnav_selected_submenu a, li.univ_leftnav_selected_submenu a:link, 
li.univ_leftnav_selected_submenu a:visited, li.univ_leftnav_selected_submenu a:hover,  
li.univ_leftnav_selected_submenu a:active
{

}
/*******2nd level**************/
ul.univ_leftnav_level2 {
}
ul#univ_navlist ul.univ_leftnav_level2 li {
}
ul.univ_leftnav_level2 li.univ_leftnav {
	
}
ul.univ_leftnav_level2 li.univ_leftnav_submenu {
	
}
ul.univ_leftnav_level2 li.univ_leftnav_selected {
	
}

ul.univ_leftnav_level2 li.univ_leftnav_selected_submenu {
	
}

ul.univ_leftnav_level2 li.univ_leftnav a, ul.univ_leftnav_level2 li.univ_leftnav a:link, 
ul.univ_leftnav_level2 li.univ_leftnav a:visited
{
	
}
ul.univ_leftnav_level2 li.univ_leftnav a:hover, 
ul.univ_leftnav_level2 li.univ_leftnav a:active 
{
	
}
ul.univ_leftnav_level2 li.univ_leftnav_submenu a, ul.univ_leftnav_level2 li.univ_leftnav_submenu a:link, 
ul.univ_leftnav_level2 li.univ_leftnav_submenu a:visited
{
	
}
ul.univ_leftnav_level2 li.univ_leftnav_submenu a:hover, 
ul.univ_leftnav_level2 li.univ_leftnav_submenu a:active 
{
}

ul.univ_leftnav_level2 li.univ_leftnav_selected a,  ul.univ_leftnav_level2 li.univ_leftnav_selected a:link, 
ul.univ_leftnav_level2 li.univ_leftnav_selected a:visited, ul.univ_leftnav_level2 li.univ_leftnav_selected a:hover, 
ul.univ_leftnav_level2 li.univ_leftnav_selected a:active {
	
}

ul.univ_leftnav_level2 li.univ_leftnav_selected_submenu a {
	
}



/*******3rd level**************/
ul.univ_leftnav_level3 {
}
ul.univ_leftnav_level3 li {
	
}
ul.univ_leftnav_level3 li.univ_leftnav {
	
}
ul.univ_leftnav_level3 li.univ_leftnav_submenu {
		
}

ul.univ_leftnav_level3 li.univ_leftnav_selected {
	
}

ul.univ_leftnav_level3 li.univ_leftnav_selected_submenu {

}

ul.univ_leftnav_level3 li.univ_leftnav a, ul.univ_leftnav_level3 li.univ_leftnav a:link, 
ul.univ_leftnav_level3 li.univ_leftnav a:visited, ul.univ_leftnav_level3 li.univ_leftnav a:hover, 
ul.univ_leftnav_level3 li.univ_leftnav a:active 

{

}
ul.univ_leftnav_level3 li.univ_leftnav_submenu a, ul.univ_leftnav_level3 li.univ_leftnav_submenu a:link, 
ul.univ_leftnav_level3 li.univ_leftnav_submenu a:visited, ul.univ_leftnav_level3 li.univ_leftnav_submenu a:hover, 
ul.univ_leftnav_level3 li.univ_leftnav_submenu a:active 
{
	
}

ul.univ_leftnav_level3 li.univ_leftnav_selected a {
	
}

ul.univ_leftnav_level3 li.univ_leftnav_selected_submenu a {
	
}


/*******4th level**************/
ul.univ_leftnav_level4 {
	
}
ul.univ_leftnav_level4 li.univ_leftnav {
	
}

ul.univ_leftnav_level4 li.univ_leftnav_selected {

}

ul.univ_leftnav_level4 li.univ_leftnav_selected_submenu {

}

ul.univ_leftnav_level4 li.univ_leftnav a, ul.univ_leftnav_level4 li.univ_leftnav a:link, 
ul.univ_leftnav_level4 li.univ_leftnav a:visited, ul.univ_leftnav_level4 li.univ_leftnav a:hover, 
ul.univ_leftnav_level4 li.univ_leftnav a:active 
{
	
}
ul.univ_leftnav_level4 li.univ_leftnav_submenu a, ul.univ_leftnav_level4 li.univ_leftnav_submenu a:link, 
ul.univ_leftnav_level4 li.univ_leftnav_submenu a:visited, ul.univ_leftnav_level4 li.univ_leftnav_submenu a:hover, 
ul.univ_leftnav_level4 li.univ_leftnav_submenu a:active 
{
	
}


ul.univ_leftnav_level4 li.univ_leftnav_selected a {
	
}

ul.univ_leftnav_level4 li.univ_leftnav_selected_submenu a {
	
}
/*********************end sct navlist styles****************************/


/***************************************************************************/
	/* BAND 5: Main content area
/***************************************************************************/
/* #wrapper (s) identify different layout styles
/** //  for open layout: #wrapper_open
/** //  for 3 column layout: #wrapper_3_column
/** //  for 2 column layouts: #wrapper_2_column_left and #wrapper_2_column_right 
/** //  all content areas are within #container
**/
#content {

	margin:10px 0 20px 15px;
	overflow:hidden;
}
#breadcrumb {
	font-size:9px;
	
}
#breadcrumb a, 
#breadcrumb a:link, 
#breadcrumb a:visited,  
#breadcrumb a:hover,
#breadcrumb a:active{
	color:#666666;
	
}

/*new breadcrumbs*/
#sct_bc_div_breadcrumb1 {
	margin-bottom:15px;	
}
#sct_bc_div_breadcrumb1 ul {
	font-size:9px;
	color:#333;
	margin:0;
	padding:0;
}
#sct_bc_div_breadcrumb1 li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}
#sct_bc_div_breadcrumb1 li a {
	font-size:9px;
	color:#666666;
	text-decoration: none;
}
#sct_bc_div_breadcrumb1 li a:hover {
	text-decoration: underline;
}
/*end new breadcrumbs*/

#column_left{
	/*left hand sct navigation column*/
	width:160px;
	float:left;
	display:inline;
	clear:none;
	padding-top:10px;
	overflow:hidden;
	background:#FFFFFF url(/iithome/template_images/gc_left_col_bg_gradient2.gif) top left repeat-x;
	
}
#c4 {
	width:160px;
	overflow:hidden;
	margin: 40px 0 0 0 ;
	
}

#c4_home {
	/* the image component under the sct nav area */
	margin:40px 0 0 10px;
	width:140px;
	overflow:hidden;
}
#c4_home h5 {
	border-left:1px solid #cc0000;
	border-top:1px solid #cc0000;
	padding: 2px 0 0 2px;
	color:#cc0000;
}
/*start of expanding menu styles*/
.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}

#content fieldset {
	border:1px solid #CCCCCC;
	margin-bottom:15px;
	padding:15px;
}
#content legend {
	color:#666666;
	border:1px solid #cccccc;
	padding:4px 10px;
	font-weight:bold;
	margin-right:20px;
}
#content input {
	margin-top:5px;	
}

#lcms_modified {
	font-style:italic;
	color:#666;
	font-size:9px;
	margin-top:25px;	
	display:block;
	
}
#lcms_timestamp {
	
}







#column_right{
	/*right hand component area column*/
	width:160px;
	margin-left:35px;
	margin-top:20px;
	float:left;
	display:inline;
	clear:none;
}
#c1 {
	/* the top component area in the right column */
	width:150px;
	overflow:hidden;
}
#c2 {
	/* the image (middle) component in the right column */
	margin:40px 0;
	width:150px;
	overflow:hidden;
	
	/*overflow:hidden; */
}
#c3 {
	/* the bottom component area in the right column */
	width:150px;
	overflow:hidden;
}
#column_right li { 
	/*incase items break to two lines*/
	line-height:1.0em;
	margin-bottom:.5em;
	margin-left:3px;
}
#c1 h1, 
#c1 h2,
#c1 h3,
#c1 h4,
#c1 h5,
#c1 h5
 {
	margin-bottom:.5em;
}
#c3 h1,
#c3 h2,
#c3 h3, 
#c3 h4, 
#c3 h5, 
#c3 h6, 
#c2 h5 {
	color:#CC0000;
	border-top:1px solid #CC0000;
	border-left:1px solid #CC0000;
	padding: 3px 0 0 3px;
	margin-bottom:.5em;
	width:150px;
}
#c3 a, #c3 a:link, #c3 a:visited {
	color:black;
	text-decoration:none;
}
#c3 a:hover {
	text-decoration:underline;
}



/*************** // open - no columns//****************/
#wrapper_open #content{ 
	float:left;
	width:740px;
	display:inline; /*prevents margin doubling bug in IE 6*/
}



/*************** // 3 column //****************/
#wrapper_three_column {
	background:#FFFFFF url(/iithome/template_images/3_col_bg.gif) top left repeat-y;
}

#wrapper_three_column #content{
	/*content area*/
	width:430px;
	float:left;
	display:inline;
	clear:none;
	
}


/*************** // 2 column left //****************/
#wrapper_two_column_left {
	background:#FFFFFF url(/iithome/template_images/2_col_left_background.gif) top left repeat-y;
}


#wrapper_two_column_left #content{
	/*content area*/
	width:580px;
	float:left;
	display:inline;
	clear:none;
	overflow:hidden;
	margin-right:0;

}


/*************** // 2 column right //****************/
#wrapper_two_column_right #content{
	/*content area*/
	width:570px;
	float:left;
	display:inline;
	clear:none;
}
#wrapper_two_column_right {
	background:#FFFFFF url(/iithome/template_images/2_col_right_background.gif) top left repeat-y;
}

/*general content styles apply to apply*/
#content h1 {
	margin-bottom:1em;
	
}
#content {
	line-height:1.5em;

}








/***************************************************************************/
	/* BAND 6: Footer
/***************************************************************************/

#band_6{
	width:800px;
	height:57px;
	background-color:black;
	color:white;
	text-align:center;
	border-top:1px solid #cccccc;
	
	margin:0 auto;
	
	position: relative;
	margin-top: -4em;
}
#band_6 p {
	margin:1em 3em;
	line-height:1.6em;
	font-size:9px;
}
#band_6 a, #band_6 a:link, #band_6 a:visited, #band_6 a:hover, #band_6 a:active {
	color:#FFFFFF;
}
#band_6 a:hover, #band_6 a:active {
	text-decoration:underline;
}




div.clear {
	clear:both;
}

/*********************************************************/
/* styles for univ_generic_homepage_v1.jsp */
/*********************************************************/
#homepage_v1_content {
/*content area for the univ_generic_homepage_v1.jsp*/
	margin:0 0 0 1px;
	width:639px;
	overflow:hidden;
	float:left;
	clear:none;
}
#hp1_left {
	width:239px;
	float:left;
	clear:none;
	overflow:hidden;
	background:#ffffff url(/iithome/template_images/univ_hp1_leftfeature_grad.jpg) top left repeat-x;
	line-height:1.5em;	
	
}
#hp1_leftfeature {
	margin:15px;
}
#hp1_leftfeature h3 {
	color:#666666;
	font-size:14px;
	margin:5px 0 0 0;
	
}
#hp1_leftfeature h5 {
	color:#666666;
	font-size:12px;
	margin:0 0 15px 0;
	font-weight:normal;
}

#hp1_right {
	width:400px;
	float:right;
	clear:none;
	color:#666666;
}
.hp1_right_wrap {
	margin:0 15px;
}
#hp1_rightfeature {
	background:#ffffff url(/iithome/template_images/univ_hp1_rightfeature_grad.jpg) top left repeat-y;
	color:#666666;
	padding:45px 0;
	font-size:12px;
}
#hp1_rightfeature h1 {
	font-size:17px;	
	margin-bottom:15px;
	font-weight:bold;
}
#hp1_rightfeature p {
	
}
#hp1_sec1 {
	margin-top:15px;
	line-height:1.5em;
	margin-bottom:15px;
}
#hp1_sec1 h2 {
	color:#666666;
	margin-bottom:10px;
}
#hp1_sec2 {
	margin-top:5px;
	line-height:1.5em;
	margin-bottom:30px;
}
#hp1_sec2 h2 {
	color:#666666;
	margin-bottom:10px;
}

/*********************************************************/
/* styles for univ_homepage_with_profile.jsp */
/*********************************************************/
#homepage_with_profile {
/*content area for the univ_generic_homepage_v1.jsp*/
	margin:0 0 0 1px;
	width:639px;
	overflow:hidden;
	float:left;
	clear:none;
}
#homepage_with_profile #hwp_left {
	width:370px;
	float:left;
	clear:none;
	overflow:hidden;
}
#homepage_with_profile #hwp_right {
	width:269px;
	float:left;
	clear:none;
	overflow:hidden;
	background:#ffffff url(/iithome/template_images/univ_hp1_leftfeature_grad.jpg) top left repeat-x;
}
#homepage_with_profile .wrap {
	font-size:11px;
	line-height:1.5em;
	padding:15px;
}
#hwp_right h2 {
	font-style:italic;
	font-weight:normal;
	font-size:13px;
	margin-bottom:10px;
}
#hwp_left h3 {

}
#hwp_left .wrap {
	color:#333333;
}
#homepage_with_profile p.job {

}
/*********************************************************/




/*********************************************************/
/* styles for univ_generic_1colTop_2colBottom.jsp 
 * which has one big wysiwyg on top
 * and then a right and left column underneath it
 */
/*********************************************************/
#hp_bot_col_left {
	margin-top:25px;
	width:250px;
	float:left;
	clear:none;
}
#hp_bot_col_right {
	margin-top:25px;
	width:250px;
	float:right;
	clear:none;
} 
.hp_bot_col_header {
	text-transform:uppercase;
	font-weight:normal;
}

/*********************************************************/



/*-------------------------------------------------------*/
/*CONTENT STYLES BELOW*/
/*-------------------------------------------------------*/

#content table.pad5 td {
	padding:5px;	
}
#content table.pad10 td {
	padding:5px;	
}
#content table.pad2 td {
	padding:2px;	
}






/* student profiles */
.stu_profile_box{ margin:20px 0 0 0; width:100%; }
.stu_profile_text{ margin: 0 0 0 0; }
.stu_profile_box img{ float:left; padding:0 10px 40px 0;}
/*********************/



/*****************************************************/
/************* Contacts Template *******************/
/*****************************************************/
#gc_contacts { /*the wrapper*/
	line-height: 1.2em;
}
#gc_contacts h3{
	
	font-size:1.1em;
}
#gc_contacts div.repeat_set_contacts {
	margin:1em 0;
}
#gc_contacts div.contact_text {
	float:left;
	clear:none;
	width:300px;
}
#gc_contacts div.repeat_set_contacts img{
 float:left;
 clear:none;
 width:105px;
 margin-right:10px;
}
/*****************************************************/


/*****************************************************/
/************* Gallery Template *******************/
/*****************************************************/
#gallery_wrap {
	width:100%;
	text-align:left;
}
#gallery_wrap div#thumb_wrap {
	width:500px;
	margin:0 0 20px 0;
	
}
#gallery_wrap div.thumb {
	width:75px;
	height:75px;
	float:left;
	clear:none;
	margin-right:10px;
	margin-bottom:10px;
}
#gallery_wrap div.thumb img {
	width:75px;
	height:75px;
}

#gallery_display_box{ width:500px; height:100%; display:none; margin-top:50px; }
#gallery_display_box img{ margin-bottom:15px; }
.gallery_box{display:none;}
/*****************************************************/



/*********************************************/
		/*** shuttle bus ***/
table.shuttle_sched{font-size:8px;}
table.shuttle_sched th{ background-color:#cccccc;
font-weight:bold;}
table.shuttle_sched td{ font-weight:bold; }



/* generic class for content area table
 * ths are bold red
 * and tds have light grey bottom
 * border
 */
.custom_table1 {
}
.custom_table1 th {
	color:#cc0000;
	font-weight:bold;
	padding:3px;
	border-bottom:1px solid #cc0000;
	background-color: #cccccc;
}
.custom_table1 td {
	padding:3px;
	border-bottom:1px solid #cccccc;
}

/* generic class for content area table
 * ths are bold white on red bg
 * and tds have dotted gray
 * border. Text is centered.
 */
 table.redhead_dotted {
		
}
table.redhead_dotted th{
	background-color:#cc0000;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
table.redhead_dotted td {
	border:1px dotted #cccccc;
	padding:5px;
	text-align:center;
}


/*** explore iit **********/
#moviebox{ display:none; }

h4.mediaheader{
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em; 
	border-bottom:1px solid #cccccc;
	padding-bottom:2px;
}

dl.vidthumbs {
	border: 0px solid #000;
	background-color: #ffffff;
	width: 95px;
	height:125px;
	text-align: left;
	padding: 0px;
	float: left;
	margin:10px 20px 20px 0px;
	line-height:1.2em;
	_display: inline;
	_margin-left: 0;
}

.vidthumbs dt { 
font-weight: bold; 
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
 }

.vidthumbs dd { 
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif 
}

.vidthumbs dt img {
border: 1px solid #000;
width: 95px;
height: 68px;
}

.vidthumbs dd {
margin: 0;
padding: 0;
}

/** many visions one voice steering committee container **********/
#mvov_container{
	width:100%;
}

#mvov_container .profile{
	float: left;
	text-align:left;
	width:120px;
	margin:1.2em 1.6em 0 0;
}



#mvov_container .profile img{
	margin-bottom:5px;
}

#mvov_container h4{	margin-bottom:.5em; }

table.dashedbottom{  margin-bottom:20px; }
table.dashedbottom, table.dashedbottom a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

table.dashedbottom td{
	border-bottom:1px dashed #cccccc;
	padding:2px;
}


table.dashedbottom th{ background-color:#eeeeee; border-bottom:2px solid #999999; padding:2px; }

/*** form error validation on labels **********/
#iitLCMSForm label.error {	
		color: #cc0000;
		font-weight:bold;
		font-style:italic;
		display:block;
		font-size:.9em;
}

/** light box css **********/
.iitgallerysection {
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 3px;
    background-color: white;
}

.iitgallerysection ul {
    list-style: none;
    margin-top: 5px;
}

.iitgallerysection ul li {
    display: inline;
}

.iitgallerysection ul a {
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    padding: 5px;
    display: block;
    float: left;
    margin: 5px;
}

.iitgallerysection ul a:hover {
    background-color: #ffffff;
    border: 1px solid #333333;
}

.iitgallerysection ul a img {
    border: 1px solid #666666;
}

.iitgallerysection ul a.lightbox-enabled img {
    border: 1px dotted #999999;
}

.iitgallerysection span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.iitgallerysection .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.iitgallerysection .important {
    text-decoration: underline;
}

.iitgallerysection .title {
    font-weight: bold;
    font-size: 16px;
}


.iitgallerysection.header {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: none;
}

.iitgallerysection.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}


/** css table creation for photos/study abroad, can be used for other things **********/
	.cssTableCell { float:left;width:190px;text-align:center;padding:10px 0; }
	.cssTableRow { clear:both; }
	
	
	
/* fix tiny font size on LCMS fields in edit mode */
#content .lcms_label, 
#lcmsContentDiv #lcms_content_only_desc,
#lcmsContentDiv div#lcms_content_only_fields, 
#lcms_content_only_fields span.lcms_label
{
	font-size:10px;	
}

/*styles for old landing pages - business and industry- content*/
#first_twocol_column{
	float:left;	
	width:170px;
}

#twocol_content_column{
	float:left;
	margin-left:30px;
	width:170px;
}
#twocol_content_column2{
	float:left;
	margin-left:30px;
	width:170px;
	display:inline;
}

	
	
