﻿html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

body {
	background-color: #26364d; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Verdana;
	margin: 0px;
	padding: 0px;
	background-image: url(http://ophthalmic.hyperguides.com/images/masterPage/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	height: 100%;
}

/* =LAYOUT
-----------------------------------------------------------------------------*/

#container {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
} 

#header {
	width: 750px;

} 

#sidebar1 {
	float: left;
	width: 185px;
	height: 90%;
	background-color: #0c1627;
	background-image: url(http://ophthalmic.hyperguides.com/images/layout/modulebg2.gif); 
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

#mainContent {
	margin: 10px 10px 10px 10px; 
	padding: 0px;
}

#footer {	
} 

.clearfloat {clear:both;  height:0; font-size: 1px; line-height: 0px;}



/* =MISC
-----------------------------------------------------------------------------*/

.registration { 
background-color: #405b83; 
border-top: 2px solid #000;
border-bottom: 3px solid #000;
padding: 2px 2px 2px 2px; 
font-size: 11px; 
}


.registration2 { 
background-color: #405b83; 
color: white; 
font-size: 11px; }

.inp {
	height: 18px; 
    border: 1px solid #006;
    font-size: 11px;
}
.inp:hover {
    border: 1px solid #f00;
    background: #ff6;
}



.module { 
background-image: url(http://ophthalmic.hyperguides.com/images/layout/modulebg.gif); 
font-family: verdana; 
color: white; 
font-size: 14px; 
font-weight: bold;
padding: 6px 0px 8px 6px;
margin: 0 0 10px 0;
}

.modulenames { 
background-image: url(http://ophthalmic.hyperguides.com/images/layout/modulebg2.gif); 
font-family: verdana; 
color: white; 
font-size: 10px; 
padding: 2px 0px 2px 0px; 
text-decoration: none;
font-weight: bold;
width: 185px;
background-color: #0c1627;
}

a.modulenames:link, a.modulenames:visited, a.modulenames:hover { 
background-color: #405b84; 
font-family: verdana; 
color: white; 
padding: 2px 0px 2px 14px; 
text-decoration: none; }

img.blueline { 
float: right; 
margin: 6px 2px 0px 0px; 
position: relative;
width: 170px;
padding: 0px;}

img.grayline { 
padding: 1px 1px 1px 1px; }


