/*CSS file for Multilab************************************/

body {
	color: #000000;
	background: white;
	margin: 0px 15px 5px 15px;
	width: 900px; 
	}

a:link {color: #0099FF;}
a:visited {color: #003399;}

table {width: 100%; margin: 0;}

table td {
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Breadcrumbs ***********************************************/

td#breadcrumbs { 
	height: 20px;
}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #000000;
	line-height: 160%;
}


/*Images strip and logos***********************************/

table#imagestrip {
	height: 100px;
}

td#logo {
	width: 220px;
	background-image: url(../images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%; 
	font-weight: bold;
	color: #FF6600;
	padding-left: 0px;
	padding-bottom: 10px;
	vertical-align: bottom;
}

td#strap {
	background-image: url(../images/strap.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

/*Area titles**********************************************/

table#subarea {
	background-color:#00CCFF;
	height: 19px;
}

td#subarealeft {
	width: 220px;
}

td#subarearight {
	vertical-align: middle;
	padding-left: 20px;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
}

/*Main content area****************************************/

table#main {
	height: 350px;
	border-top: 2px solid white;
	border-bottom: 7px solid white;
}

table#main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
	color: #00ccff;
	margin: 0 0 8px 0;
	line-height: 90%;
}

table#main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #0066cb;
	margin: 0 0 8px 0;
	line-height: 90%;
}

table#main p {
	font-size: 75%;
	color: #000;
	margin: 0 0 8px 0;
	line-height: 130%;
}


/*Side menu************************************************/

td#sidemenu { 
	width: 220px;
	padding-top: 2px;
	padding-left: 0;
	background-color:#E5EAF2;
	font-family:Arial, Helvetica, sans-serif
	}

td#sidemenu-extra { 
	width: 220px;
	padding-left: 0;
	background-color:#E5EAF2;
	}


		
/*Contents************************************************/

td#content1 {
	vertical-align:top;
	padding: 10px 0px 0px 20px;
}

td#content2 { 
	vertical-align:top;
	padding: 10px 0px 0px 10px;
	color: #000;
}
	
td#content3 {
	vertical-align:top;
	width: 340px;
	padding: 10px 0px 0px 10px;
}

td#content4 {
	vertical-align:top;
	width: 362px;
	padding: 10px 0px 0px 20px;
	color: #FFF;
}
	
td#content5 {
	padding: 10px 220px 0px 20px;
	color: #FFF;
	vertical-align:top;
}

td#content5B {
	padding: 0px 0px 0px 0px;
	color: #FFF;
	vertical-align:top;
}

td#content6 { 
	vertical-align:top;
	padding: 10px 0px 0px 10px;
	color: #000;
}

td#content6 a:link {
	color: #333; 
	text-decoration: none 
}
	
td#content6 a:visited {
	color: #333; 
	text-decoration: none
}
	
td#content6 a:hover {
	color: #09f; 
	text-decoration:none;}
	


/*Dimension Tables*************************************************/

table#dimensions {
	width: 100%;
	margin: 0 0 0 0;
	line-height: 130%;
}

tr#header {
	line-height: 150%;
	vertical-align:middle;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	background-color: #0066cb;
	color: #fff;
}

tr#rows {
	vertical-align:middle;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #000;
}



/*Footer*************************************************/

td#footer {
	vertical-align: middle;
	height: 36px;
	text-align: center;
	border-top: 1px solid #003399;
	border-bottom: 1px solid #003399;
}

td#copyright {
	vertical-align: middle;
	height: 36px;
	text-align: center;
}

td#copyright a:link {
	color: #999; 
	text-decoration: none 
}
	
td#copyright a:visited {
	color: #999; 
	text-decoration: none
}
	
td#copyright a:hover {
	color: red; 
	text-decoration:none;}
	




/*Type classes*************************************************/


.intro-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.subscript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

.table-heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-indent: 5px;
	text-align: left;
}

.para-2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	line-height: 130%;
	color: #000000;
	text-align: left;
}.test {
	text-decoration: underline;
}
.input-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.tiny {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 65%; 
line-height: 160%; 
text-decoration: none;
color: #999999;
}
