html,body
{
	font-family: "lucida Grande", "Lucida Sans Unicode";
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

div { padding: 0px; }


hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#F90;
	height: 1px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.button{
	background-color:#F90;
	color:#fff;
	padding:3px;
	width:auto;
	margin-left:1px;
}
.button:hover{
	cursor:pointer;
}
ul
{
	list-style: none;
	padding: 0px;
}
a
{
	color: #F03;
	text-decoration: none;
}

.tabsheet, .listsheet
{
	clear: left;
	padding: 0 10px 20px 10px;
	width: 100%;
	float: left;
	border-color: #E87826;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0px;
	position: relative;
}

.listheader, table.detail td.head{
	border-color:#E8EAF6;
	border-width: 3px;
	padding: 3px 7px 3px 7px;
	
	border-style: solid;
	background-color:#FFF;
	width:100%;
	color:#F03;
	
}

td.label{
	color:#808080;
}
table.detail{
	width:100%;
	background-color:#E8EAF6;
	
}
table.detail td{
	display:table-cell;
	float:none;
	border-bottom: 1px solid #FFF;
	vertical-align:top;
	background-color:#E8EAF6;
	padding: 3px 10px 3px 10px;
	height:100%;
}
ul.list
{
	margin: 0px 0 20px 0;
	padding: 0px;
	text-align: left;
	width:100%;
}


ul.list li
{
	margin: 0px;
	list-style-type: none;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	overflow: auto;
	border:0px;
	background-color:#E8EAF6;
	border-bottom: 1px solid #fff;
	width:100%;
	
}
ul.list .item{
	color: #29357A;
	
}
.item{
	cursor: pointer;
}
#all
{
	width: 880px;
	position: relative;
}

#canvas
{
	text-align: left;
	z-index: 1000;
} 

#rss_icon{
	position: absolute;
	right: 415px;
	top: 10px;
	width: 15px;
	cursor: pointer;
}

#search_in_header{
	position:absolute;
	right:250px;
	top:10px;
	width:155px;
}
#search_in_header input{
	font-size: 9px;
	width:120px;
	height:10px;
}
#search_in_header .button{
	height:14px;
	padding:1px;
	position:absolute;
	top:0px;
	right:0px;
}
#language_switch{
	position:absolute;
	right:200px;
	top:10px;	
}
#header_menu{
	right:20px;
	top:9px;
	width:190px;
	float:right;
	position:absolute;
}
 #header_menu li, #header_menu li a{
	float:right;
	width:150px;
	text-align:right;
	font-size:12px;
	line-height:17px;
}

#content
{
	position: absolute;
	top: 225px;
	left: 180px;
	width: 500px;
}

#content ul li
{
	float: left;
	width: 500px;
}

#main_menu_div
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2000;
}

#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#menu_image
{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 94px;
	background-color: #29357A;
	border-color: #F96;
	border-width: 6px 0 0 0;
	border-style: solid;
	overflow: hidden;
}

#menu_name
{
	position: absolute;
	top: 165px;
	left: 12px;
	color: #FFF;
	font-size: 23px;
	padding: 3px;
	text-align: left;
}

#left_menu
{
	position: absolute;
	top: 200px;
	left: 7px;
	color: #FFF;
	font-size: 11px;
	padding: 0px;
	text-align: left;
}

#mainMenuRoot
{
	position: absolute;
	top: 75px;
	left: 12px;
}

#leftMenuRoot
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
}

#home
{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #336;
	border-color: #F96;
	border-width: 6px 0 0 0;
	border-style: solid;
}

#home .images
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 240px;
	background-color: #336;
	overflow: hidden;
	cursor:pointer;
}
#home .content_item{
	margin-bottom:10px;
	cursor:default;
}
#home .title{

}
#home .text
{
	position: absolute;
	top: 240px;
	left: 0px;
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
	font-size:12px;
	line-height:17px;
}

#home .images .content
{
	height: 55px;
	width: 228px;
	padding: 128px 30px 57px 30px;
	overflow: hidden;
	vertical-align: top;
	color: #fff;
	font-size:12px;
		line-height:17px;
}
#home .images .content:hover
{
	cursor:pointer;
}
#home .images #graduates { background-image: url(../images/home/graduates.png); }
#home .images #undergraduates { background-image: url(../images/home/undergraduates.png); }
#home .images #scientists { background-image: url(../images/home/scientists.png); }

#home .content
{
	vertical-align: top;
	width: 288px;
}

#home .spacer { width: 10px; }

#home .text .content
{
	width: 248px;
	background-color: #fff;
	padding: 20px;
	color: #29357A;
}

#home .text .content .header
{
	font-size: 14px;
	color: #FF0033;
	font-weight: bold;
	line-height:19px;
	margin-bottom:10px;
}

#home .images .spacer { background-color: #29357A; }

#home .text .spacer
{
	background-image: url(../images/stars/star_grey.png);
	background-color: #fff;
}

#margin
{
	position: absolute;
	top: 220px;
	right: 0px;
	width: 180px;
	font-size: 11px;
	padding: 0px;
	float:right;
	margin:0px;
}

#margin li.block
{
	position: relative;
	width: 174px;
	height: auto;
	background-color: #ebe5d2;
	font-size: 11px;
	margin-bottom: 7px;
	padding:3px 3px 10px 3px;
	float: left;
}

#margin .header
{
	background-color: white;
	background-image: url(../images/stars/stars_2.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	text-transform: inherit;
	color: #29357A;
	font-weight: bold;
	padding: 2px;
	font-size: 12px;
}

.box_content li
{
	width: 174px;
	float:right;
	padding:0px;
	margin: 0 0 5px 0px;
	height:100%;
	overflow:hidden;
	background-image: url(../images/stars/star_red.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
/*	background-color:red;*/
}

#margin .title
{
	font-size: 11px;
	font-weight: normal;
}

#margin .text { 
	font-weight: normal; 
	font-size: 11px;
}

#margin a{
	color:#29357A;
	font-size: 11px;	
}

#grants li {
	color:#000;
}
#grants li a{
	color:#000;
}

.anchor
{
	font-size: 11px;
	color: purple;
	text-decoration: none;
}

a.glossary{
	border: 1px silver dashed;
}
a.glossary:hover{
	cursor:help;
}
.anchor a
{
	color: #F03;
	text-decoration: none;
}

.appointment .title
{
	font-weight: bold;
	font-size: 1.5em;
}
