html, body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px; 
	padding: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 1px; 
	padding: 1px;
}

table {
	margin: 0px; 
	padding: 0px;
}

th			{ font-size: 14px; font-weight:normal; }
th.h			{ background: #62abdf; padding: 2px; border: 1px #113355 solid; }
th.h_sel		{ background: #ffab62; padding: 2px; border: 1px #113355 solid; }

.error		{ color: #ff0000; }

.menu1 {
	background-color: #ccddff; 
	font-size: 11px;
	margin: 3px; 
	padding: 3px;
	border: solid 1px #113355;
}

h1 {
	font-size: 16px;
    font-weight: bold;
	padding: 2px;
	margin: 2px;
}

h2 {
	font-size: 14px;
    font-weight: bold;
	padding: 2px;
	margin: 2px;
}

h3 {
	font-size: 13px;
    font-weight: bold;
	padding: 2px;
	margin: 2px;
}

td {  
	font-size: 12px;
}

.box	{ 
	border: 1px solid #919B9C;
}

td.bluebox	{
	border: 1px solid #919B9C;
	background-color: #ccddff;
}

#workarea {
	padding: 1px 6px 6px 6px;
}

.text_9		{ font-size: 9px; }
.text_10	{ font-size: 10px; }
.text_11	{ font-size: 11px; }
.text_12	{ font-size: 12px; }
.text_13	{ font-size: 13px; }


a:link,
a:active,
a:visited  	{ font-size: 12px; color: #222222; text-decoration: underline; }
a:hover		{ font-size: 12px; color: #ff3300; text-decoration: underline; }

a.hidden:link,
a.hidden:active,
a.hidden:visited  	{ font-size: 12px; color: #222222; text-decoration: none; }
a.hidden:hover		{ font-size: 12px; color: #222222; text-decoration: none; }

a.white:link,
a.white:active,
a.white:visited  	{ font-size: 12px; color: #ffffff; text-decoration: none; }
a.white:hover		{ font-size: 12px; color: #ff3300; text-decoration: underline; }

a.link:link,
a.link:active,
a.link:visited 		{ color: #222222; font-size: 12px; text-decoration: underline; }
a.link:hover   		{ color: #ff3300; font-size: 12px; text-decoration: underline; }

a.soft:link,
a.soft:active,
a.soft:visited 		{ color: #222222; font-size: 12px; font-weight: bold; }
a.soft:hover   		{ color: #ff3300; font-size: 12px; font-weight: bold; }

a.category:link,
a.category:active,
a.category:visited 		{ color: #222222; font-size: 14px; font-weight: bold; text-decoration: none; }
a.category:hover   		{ color: #ff3300; font-size: 14px; font-weight: bold; text-decoration: underline;}

a.h:link,
a.h:active,
a.h:visited 		{ font-size: 12px; color: #222222; text-decoration: none; }
a.h:hover   		{ font-size: 12px; color: #ff3300; text-decoration: none; }

a.vip:link,
a.vip:active,
a.vip:visited	{ color: #111; font-weight: bold; line-height: 32px; border: 1px solid; padding: 2px; padding-left: 32px; padding-right: 32px; text-decoration: underline; }
a.vip:hover		{ color: #111; font-weight: bold; line-height: 32px; border: 1px solid; padding: 2px; padding-left: 32px; padding-right: 32px; text-decoration: underline; }

a.a_menu1:link,
a.a_menu1:active,
a.a_menu1:visited { color: #113355; display: block; padding: 5px; width: 120px;  }
a.a_menu1:hover     { color: #113355; display: block; padding: 5px; width: 120px; background-color: #b0b0ee; } 

a.button:link,
a.button:active,
a.button:visited { width: 120px; background: url('../images/menu1.jpg') repeat; color: #113355; border: 1px #666666 solid; spacing: 2px; display: block; padding: 5px; }
a.button:hover     { width: 120px; background: url('../images/menu1-1.jpg') repeat; color: #113355; border: 1px #666666 solid; spacing: 2px; display: block; padding: 5px; }

form		{ padding: 1px; margin: 1px; }
select		{ border: solid #333333 1px; font-size: 12px; }
input		{ border: solid #333333 1px; font-size: 12px; }
input.radio	{ border: solid #333333 0px; font-size: 12px; }
input.check	{ border: solid #333333 1px; font-size: 12px; }
input.btn	{ border: solid #333333 1px; font-size: 12px; background-color: #a0b0c0; }
input.button			{ cursor: pointer; height: 28px; width: 200px; background: url('../images/menu2.jpg') 	repeat; background-color: #a0b0c0; }
input.button:hover	{ cursor: pointer; height: 28px; width: 200px; background: url('../images/menu2-2.jpg') repeat; background-color: #a0b0c0; }

textarea	{ border: solid #333333 1px; font-size: 12px; }

table#testlist tr.test_active td { 
	background: #FFFE9F; 
	cursor: hand; 
		
	border-radius:8px; 
	-webkit-border-radius:8px; 
	-moz-border-radius:8px; 
	-khtml-border-radius:8px;
}

.test_item { display:table; width:100%; position:relative; padding:6px; }
