* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	font-size: 80%;
	background: #f9f9f9;
	margin-left: 15px;
}


p {margin: 0 0 18px}
img {
	border: none;
}

input {
	vertical-align: middle;
	border: 1px solid #ded9dd;
	padding: 3px 8px 3px 8px;
	font-size:100%;
	margin-top: 3px;
}

hr {
	border-right-style:none;
	border-left-style:none;
	border-bottom-style:none;
	border-top:1px solid #ece7eb;
	height:1px;
	color:#ece7eb;
	margin-bottom: 10px;
}	

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin: 0px;
	margin-bottom:10px;
	padding: 0px;
 }

h1 {font-size: 160%;}
h2 {font-size: 140%;}
h3 {font-size: 130%;}

a		{color:#2494a8;}
a:vivisted {color:#8A6553;}
a:hover	{color:#2c353a;}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1024px;
margin: 0px auto;

}

ul {
	margin-left: 58px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 120px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	margin-top: 30px;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 270px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 235px;
	margin-left: -100%;	
	position: relative;
	margin-top: 20px;
	border-right:1px solid #ece7eb;
}


.sl ul {
	margin-left: 8px;
	margin-right: 8px;
}

.sl ul li {
	list-style-type: none;
	margin-top: 10px;
}

.sl ul li a{
	text-decoration: none;
}

.sl ul .m2{
	margin-left: 20px;	
	margin-top: 6px;	
}

.sl ul .m2 a{
	color:#955c8a;
}

.sl ul .m2 a:hover{
	color:#2c353a;
}

.sl ul .m3{
	margin-left: 30px;		
	margin-top: 3px;
}

.sl ul .m3 a{
	font-size: 90%;
	color:#707070;
}

.sl ul .m3 a:hover{
	color:#2c353a;
}



/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 200px;
	margin-left: -200px;
	margin-top: 20px;
	position: relative;	
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -30px auto 0;
	min-width: 1200px;
	height: 40px;	
	border-top:1px solid #ece7eb;
	padding-top: 10px;
}


/* HTFI-----------------------------------------------------------------------------*/



#content h1 {font-size: 200%;}
	
	
#content p {
	margin-left:20px;
	}

/* Sidebar-----------------------------------------------------------------------------*/
#login {
	height:80px;
	margin-left:60px;
}


.summary td {
	border-bottom:1px dotted #B5B6C8;
	border-right:1px solid #B5B6C8;
	padding:4px;
}

.look {
	background-color:#FFCF9F;
}

.lookup{
	background-color:#FFCCCC;
}

.lookhead{
	background-color:#ece8e9;
}


	
.logintext{
	color: #2494a8;	
	}	

.linksmall a{
	color:#a3a5a4;
	}

.linksmall a:hover{
	color:#306c77;
	}




.tform {
	margin-left:20px;
	}

.tabs {
	margin-top:-5px;
	margin-bottom:10px;
	}	
.tabs a{
	margin-right:10px;
	}	
	
.tabs .tabout{
	margin-right:10px;
	}		
	
	
.alert {
	color: #E6564C;
	background:url(../img/exclamation.png) no-repeat 0 0px;
	padding-left:20px;
	margin-left:20px;
    width:600px;
	}
	
.message {
	color: #287924;
	background:url(../img/accept.png) no-repeat 0 0px;
	padding-left:20px;
	margin-left:20px;
	width:600px;
    }	
	
.listmaterials {
	background:url(../img/page.png) no-repeat 0 0px;
	padding-left:20px;
	margin-left:20px;
    }	

.regform {
	margin-left:20px;
	}

.butn {
	border: 1px solid #ded9dd;
	font-size:100%;
	margin-top: 3px;
	margin-left: 3px;
	padding: 2px 10px 2px 10px;
	}
	
	
.butn:hover {
	background-color: #e0f6fa;
	border: 1px solid #c4e4e9;
	color:#23737e;
}


input, select{
	margin-bottom:3px;
	}


		
.small {font-size:80%;}

.formstyle {
		padding:0;
		height:130px;
		margin-bottom:10px;
       border-bottom: 1px solid #336666;
     border-top: 4px solid #336666;
}

.red_link{ color: #E6564C;}
.green_link{ color: #287924;}

.help{
     border-bottom: 1px dashed #2494a8;
     text-decoration: none;
}


