﻿body
{
	background-color: #333333;
	font-weight: bolder;
	font-size: 10px;
	color: #333333;
	font-family: Verdana, Sans-Serif;
	text-align: justify;
	font-variant: normal;
	text-indent: 0px;
}

.cell_bg
{
	border-right: gray thin dashed;
	border-top: gray thin dashed;
	border-left: gray thin dashed;
	border-bottom: gray thin dashed;
	background-color: whitesmoke;
	padding-left: 10px;
}


.content
{
	font-size: x-small;
	color: #333333;
	font-family: Verdana, Sans-Serif;
	text-align: justify;
}

a
{
	font-weight: lighter;
	font-size: medium;
	text-transform: capitalize;
	color: black;
	font-family: Arial, Verdana;
	font-variant: small-caps;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

.a_white
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Arial, Verdana;
	font-variant: normal;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	line-height: 6px;
}

.a_white2
{
	font-weight: lighter;
	font-size: 11px;
	color: white;
	font-family: Arial, Verdana;
	font-variant: normal;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
}

.a_white3
{
	font-weight: lighter;
	font-size: 10px;
	color: white;
	font-family: Arial, Verdana;
	font-variant: normal;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
}

.a_white4
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Arial, Verdana;
	font-variant: normal;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
}

.a_white5
{
	font-weight: bold;
	font-size: 11px;
	color: blue;
	font-family: Arial, Verdana;
	font-variant: normal;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
}

.a_paginated_active
{
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.a_paginated_nonactive
{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

.pagination
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	background-color: #E5E5E5;
	text-align: right;
	text-decoration: none;
	height: 18px;


}

.white_download_text
{
	font-weight: bold;
	font-size: 9px;
	color: white;
	font-family: Arial, Verdana;
	font-variant: normal;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	text-transform: normal;
}

.contact_name
{
	font-weight: bold;
	font-size: 13px;
	text-transform: capitalize;
	color: black;
	font-style: normal;
	font-family: Arial, Verdana;
	font-variant: normal;
	text-decoration: none;
	width: 225px;
}

.contact_title
{
	font-weight: bold;
	font-size: 10px;
	text-transform: capitalize;
	color: black;
	font-style: italic;
	font-family: Arial, Verdana;
	font-variant: normal;
	text-decoration: none;
	
}

.coming_soon
{
	font-weight: bold;
	font-size: 9px;
	color: red;
	font-style: italic;
	font-family: Arial, Verdana;
	font-variant: small-caps;
}

.contact_details
{
	font-weight: normal;
	font-size: 11px;
	text-transform: capitalize;
	color: black;
	font-style: normal;
	font-family: Arial, Verdana;
	font-variant: normal;
	text-decoration: none;	
}

.contact_table_title
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	font-style: normal;
	font-family: Arial, Verdana;
	font-variant: normal;
	text-decoration: none;
	background-color: darkgray;
	text-align: center;
}

.contact_image
{
	text-align: right;
}

.contact_odd
{
	background-color: white;
}

.contact_even
{
	background-color: whitesmoke;
}


.impact_link
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Arial, Verdana;
	font-variant: normal;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
}

.footer-gray
{
	font-weight: lighter;
	font-size: 9px;
	color: #999999;
	font-family: Arial, Verdana;
	font-variant: normal;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}
.footer-gray-lite
{
	font-weight: lighter;
	font-size: 9px;
	color: #ffffff;
	font-family: Arial, Verdana;
	font-variant: normal;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}
td.dotted {border-bottom-style: dotted}
td.solid-bottom 
{
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
 	border-bottom-width: 1px;
}
		  
td.solid-left 
{
	border-left-style: solid;
	border-left-color: #ffffff;
 	border-left-width: 1px;
}		  

td.solid-right 
{
	border-right-style: solid;
	border-right-color: #ffffff;
 	border-right-width: 1px;
}

td.solid-left-right 
{
	border-left-style: solid;
	border-left-color: #ffffff;
 	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
 	border-right-width: 1px;
} 		  
 		  
 		  
td.solid-left-right-bottom
{
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin-top: 0px;
	padding-top: 0px;
}	

td.solid-left-bottom
{
	border-bottom-style: solid;
	border-left-style: solid;		
	border-left-color: #ffffff;
	border-bottom-color: #ffffff;
	border-width: 1px;
	margin-top: 0px;
	padding-top: 0px;
} 

.headings
{
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	color: white;
	font-family: Arial, Verdana, Sans-Serif;
	font-variant: small-caps;
	text-align: center;
}

.adminTag
{
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	color: red;
	font-family: Arial, Verdana, Sans-Serif;
	font-variant: small-caps;
	text-align: center;
}

.title 
{ 
	height: 18px; 
	margin: 0; 
	padding: 3px 0 0 15px; 
	background: url(/images/title_bg.jpg) 
	repeat-y; 
	color: white;  
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	font-variant: small-caps;
}

.bullet
{
	list-style-type: square;
	color: gray;
}

.menu-headings
{
	font-weight: bold;
	font-size: 18px;
	color: silver;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	font-variant: normal;
}

.menu-headings-gold
{
	font-weight: bold;
	font-size: 18px;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	font-variant: normal;
	background-color: #FFC510;
}

.alumni-red
{
	font-weight: bold;
	font-size: 10px;
	color: red;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: left;
	vertical-align: left;
	text-transform: capitalize;
	font-variant: normal;
	text-decoration: none;
}

.alumni-blue
{
	font-weight: bold;
	font-size: 10px;
	color: blue;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: left;
	vertical-align: middle;
	text-transform: capitalize;
	font-variant: normal;
	text-decoration: none;
}


.alumni_dashed-left-right-bottom
{
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin-top: 0px;
	padding-top: 0px;
	background-position: center;
	text-align: center;
}	


	 
.menu-links
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: left;
	text-transform: capitalize;
	font-variant: normal;
	text-indent: 0px;
	text-decoration: none;
}	

.menu-bottom-border
{
	border-bottom-style: dashed;
	border-bottom-color: Silver;
	border-width: 1px;
	margin-bottom: 18px;
	padding-bottom: 5px;
	padding-top: 6px;
}  

.menu-sublinks
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: left;
	text-transform: capitalize;
	font-variant: normal;
	text-indent: 10px;
	text-decoration: none;
}

.menu-main-headings
{
	font-weight: bold;
	font-size: 14px;
	color: Silver;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: left;
	text-transform: capitalize;
	font-variant: normal;
	text-indent: 0px;
	text-decoration: none;
}		

.page-heading
{
	font-weight: bolder;
	font-size: 18px;
	color: maroon;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: left;
	text-transform: capitalize;
	font-variant: small-caps;
	text-indent: 0px;
	text-decoration: none;
}  

.vid_link
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Verdana;
	text-decoration: none;
	text-transform: uppercase;
}





.leftintmenu {
font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;	
	}
	
	
	.externaldegree {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color:#000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	}	
	
	.rightmenulink {color:#FFFFFF;
	}
	
	.rightmenu {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color:#999999;
	border-left-color: #999999;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	}
	
/* ALUMNI CLASSES*/	

	/* Big box with list of options */

.alm_header1
{
	font-weight: bold;
	font-size: 8px;
	color: gray;
	font-family: Arial, Verdana;
	font-variant: small-caps;
	text-decoration: none;
	text-align: left;
	text-transform: none;
}


.search_type
{
	font-weight: bolder;
	font-size: 8px;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: left;
	text-transform: capitalize;
	font-variant: small-caps;
	text-indent: 0px;
	text-decoration: underline;
	font-style: italic;
}
	
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}