html {
	background-color: #FFFFFF;
	background-image: url(/bichoutskaia/layout/side-back.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	border: none;
	padding: 0px;
	height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	border: none;
	padding: 0px;
	height: 100%;
	overflow: auto; /* important for the use of position: fixed e.g. for the header */
}

#maincontent {
	top: 100px;
	bottom: 0px;
	left: 120px;
	right: 0px;
	
	margin: 0px;
	border: none;
	padding: 15px;
	
	position: absolute;
	background-color: #FFFFFF;
	overflow: auto; /* for scrollbars only in the content area, without the scrollbars would extend into the header */
}

#W3Clogo {
	position: absolute;
	bottom: 15px;
	margin-left: 16px;
	padding-top: 5px;
	height: 35px;
	width: 90px;
	border: none;
	z-index: 1001; /* to float above the side bar*/
}

a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:active  { text-decoration: none; }
a:hover   {
	text-decoration: none;
	color: #3366CC;
}

h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif}

p, td, tr, li, ol {font-family: Arial, Helvetica, sans-serif}

img { border: 0px }

.pubtitle {
	color: #000000;
}

.publink {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

.DOIfont {
	font-size: small;	
}

/* ========================================================================== */
/* Left Navigation Bar
/* ========================================================================== */

#NaviSideBar {
	top: 100px;
	left: 0px;
	bottom: 0px;
	width: 120px;
	position: fixed;
	overflow: auto;
	
	margin: 0px;
	border: none;
	padding: 0px;
	
	background: #842B2B;
	background-repeat: repeat;
	z-index: 1000;
}

.sidelink a:link {
	text-decoration: none;
	display: block;
	width: 114px;  /* 114 + 6 px left padding = 120 px width */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
	color: white;
	padding: 6px;
	padding-right: 0px;
}

.sidelink a:visited {
	text-decoration: none;
	display: block;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
	color: white;
	padding: 6px;
}

.sidelink a:active {
	text-decoration: none;
	display: block;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	
	color: yellow;
	padding: 6px;
}

.sidelink a:hover {
	text-decoration: none;
	display: block;
	width: 114px;  /* 114 + 6 px left padding = 120 px width */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
	background-color: #CB4545;
	color: #FFD800;
	padding: 6px;
	padding-right: 0px;
}


/* ========================================================================== */
/* Top Navigation Bar                                                         */
/* ========================================================================== */

#NaviTopBar {
	top: 80px;
	left: 0px;
	right: 0px;
	height: 20px;
	position: fixed;
	border-top-width: thick;
	
	margin: 0px;
	border: none;
	padding: 0px;
	overflow: hidden;
	
	background-image: url(/layout/navi-back.png);
	background-repeat: repeat;
	z-index: 1000;
}

.NaviTopLink a:link {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	
	color: white;
}

.NaviTopLink a:visited {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	
	color: white;
}

.NaviTopLink a:active {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	
	color: white;
}

.NaviTopLink {
	float: left;
	width: 110px;
	text-align: center;
}

.NaviTopLink a:hover {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	
	color: yellow;
}

.NaviSpacer {
	float: left;
	width: 140px;
}


/* ========================================================================== */
/* Header                                                                     */
/* ========================================================================== */

#header { /* draws the background of the header */
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 80px;
	
	margin: 0px;
	border: none;
	padding: 0px;
	background-image: url(/layout/title-back.png);
	background-color: #AD3535;
	background-repeat: repeat;
	overflow: hidden;
	z-index: 1000; /* to move it in front of all other layers */
}

#header_left { /* positions the logo and the heading of the page */
	position: fixed;
	top: 0px;
	left: 0px;
	
	margin: 0px;
	border: none;
	padding: 0px;
	overflow: hidden;
	z-index: 1000 /* to move it in front of all other layers */;
}

#header_right { /* positions the logo of the university */
	position: fixed;
	top: 0px;
	right: 0px;
	
	margin: 0px;
	border: none;
	padding: 0px;
	padding-right: 10px;
	overflow: hidden;
	z-index: 990; /* it is below the left part of the header */
}


/* ========================================================================== */
/* Footer                                   */
/* ========================================================================== */

#footer { /* formats the footer */
	width: 100%;
}

.FooterLeft {
	margin-top: 20px;
	margin-bottom: 20px;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #3366CC;
	border-width: thin;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 25%;
	text-align: left;
	text-decoration: none;
	float: left;
}

.FooterCenter {
	margin-top: 20px;
	margin-bottom: 20px;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #3366CC;
	border-width: thin;
	
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 50%;
	float: left;
}

.FooterRight {
	margin-top: 20px;
	margin-bottom: 20px;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: thin;
	border-color: #3366CC;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	float: left;
	width: 25%;
}

a.footerlink:link {
	text-decoration: none;
	color: #000099;
}

a.footerlink:active {
	text-decoration: none;
	color: #000099;
}

a.footerlink:visited {
	text-decoration: none;
	color: #000099;
}

a.footerlink:hover {
	text-decoration: none;
	color: #3366CC;
}

/* ========================================================================== */


.container {
	position: relative;
	overflow: auto;
}

.Container {
	position: relative;
	background-color: #CCCCCC;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.colheader {
	background-color: #D7D7D7;
}

.tablecell {
}

.logo {
	background-color: #FFFFFF;
	padding: 6px;
	text-align: left;
	width: 600px;
	height: 150px;
}

.logosmall {
	background-color: #FFFFFF;
	padding: 6px;
	text-align: left;
	width: 600px;
	height: 80px;
}

.white {
	background-color: #FFFFFF;
	padding: 6px;
	text-align: left;
	width: 600px;
	line-height: 18pt;
}

.tablecenter {
	margin-left: auto;
	margin-right: auto;
}

/* ========================================================================== */
/* General Lists (e.g. Funding, Members, etc.)                                */
/* ========================================================================== */

.List {
	width: 600px;
}

.ListTitle {
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 20px;
	width: 600px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	/*background-color: #AEBFFF;*/
        background-color: #AD3535;
}

.ListNumb {
	float: left;
	width: 35px;
	padding-top: 5px;
	padding-left: 15px;
	vertical-align: top;
	background-color: #FFFFFF;
}

.ListCont {
	width: 565px;
	padding-top: 5px;
	padding-left: 50px;
	margin-bottom: 5px;
	vertical-align: top;
	background-color: #FFFFFF;
}

/* ========================================================================== */
/* Member Pages                                                               */
/* ========================================================================== */

.MembCont { /* used on the members index page */
	margin-top: 20px;
	margin-bottom: 60px;
	width: 730px; /* the sum of the Name, Phone and Mail widths */
	overflow: auto;
}

.MemberName { /* used on the members index page */
	width: 300px;
	padding-bottom: 8px;
	text-align: left;
	text-decoration: none;
	float: left;
}

.MemberPhone { /* used on the members index page */
	float: left;
	padding-bottom: 8px;
	width: 130px;
	text-align: center;
	text-decoration: none;
}

.MemberMail { /* used on the members index page */
	float: left;
	padding-bottom: 8px;
	width: 300px;
	text-align: left;
}

.MembDetailsCont {
	width: 600px;
	margin-bottom: 40px;
	overflow: hidden;
}

.MemberPic {
	text-decoration: none;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	/*background-color: #AEBFFF;*/
        background-color: #AD3535;
	width: 150px;
	float: left;
}

.MemberTitle {
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	width: 50px;
	float: left;
}

.MemberField {
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 20px;
	width: 350px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
