/* Ardy Electronics Style Sheet */

html { height: 100%; }

body { height: 100%; margin-top: 0px; margin-bottom: 0px; text-align: center; } 

body, tr, th, td { 
	font-family: Verdana;
	/* font-family: 78% "Lucida Grande", Verdana, Arial, sans-serif; */
	font-size: 12px; 
}

#bodycontainer {
	width: 740px; 
	background-color: #FFFFFF; 
	height: 100%; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}

.bodybg { 
	background-color:#CCCCCC;
	background-image: url(../pictures/bg/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;	
}

/* Links */

a { font-family: 78% "Lucida Grande", Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none; }
a:hover { font-family: 78% "Lucida Grande", Verdana, Arial, sans-serif; font-size: 12px; text-decoration: underline; }

.bluelink { font-weight: bold; color: #3C81CC; }
.bluelink:hover { font-weight: bold; color: #3C81CC; }

.ws_link {color: #000000;text-decoration: none;}
.ws_link:hover {color: #000000;text-decoration: underline;}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;	
}

/* Buttons */

.ws_smallbutton { width: 35px; height: 21px;  font-family: Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid #CCCCCC; background-color: #CCCCCC;}

/* Texts */

.smallerror { font-size: 9px; color: #ff0000; font-weight: bold; text-transform: uppercase; }
.smallconfirm { font-size: 9px; color: #006600; font-weight: bold; text-transform: uppercase; }
.confirm { font-size: 12px; color: #006600; font-weight: bold; text-transform: uppercase; }
.error { font-size: 12px; color: #ff0000; font-weight: bold; text-transform: uppercase; }
.quiettext { font-size: 9px; color: #666666; text-transform: uppercase; }
.whitebold { color: #ffffff; font-weight: bold; font-size: 9px; }

/* Frames */

.greenframe {padding: 5px; background-color:#E1FEE4; }

/* Other */

.headline1
{
	border-bottom: solid 1px #b9b9b9;
	
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 10px 0px;
	
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, "Bitstream Vera Sans", Lucida,  Helvetica,sans-serif;
	font-style: normal;
	color: #113348;
	/*font-size: 1.65em;*/
	font-size: 19px;
}

.menu_wrap {
	margin-bottom: 20px; 
	background-image: url(../pictures/bg/menu.gif); 
	background-position: top; 
	background-repeat: repeat-x;
}

form {
	margin: 0px;
}

td.blue { background-color: #E7E3FF; }
hr { border: 0px; height: 1px; background-color: #999999; color: #999999;}

.home_button {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	background-color: #F9F9F9;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	padding: 2px;
}

.clear:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
} 
.clear { display: inline-block; } 
/* Hide from IE Mac \*/ 
.clear { display: block; } 
/* End hide from IE Mac */ 
/* Holly Hack Targets IE Win only \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End Holly Hack */
