/*
Theme color : Blue

*/

.style1 {color: #000000}
a:link {
	text-decoration: none;
	color:#003399;
}
a:visited {
	text-decoration: none;
	color:#003399;
}
a:hover {
	text-decoration: none;
	color:#00256e;
}
a:active {
	text-decoration: none;
	color:#003399;
}

body,td,th {
	font-family: 'Oxygen', sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
}
body {
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.table1 {
	background-color:#999;
	color: #000000;
	text-align:center;
}
.table2 {
	background-color:#CCC;
	color:#000;
	/*border: solid 1px #000000;*/
}
.table3 {
	background-color: #ebebeb;
	border: solid 1px #000000;
}
.table4 {
	/*background-color: #0099CC;
	background-color: #0044CC;
	border: solid 1px #000000;*/
	color:#333;
	
}
.tableindex {
	border: solid 1px #000000;
}
.tableprint {
	background-color: #999999;
	color: #000000;
	text-align:center;
	border: solid 1px #000000;
}
.tdMenu {
	/*background-image:url(../images/menu_blue.png);
	background-repeat:repeat-x;*/
	background-color:#FFF;
}
.menuHorizontal {
	/*background-color:#ea8914;*/
	background-image: url(../images/h_menu_grey.png);
}
.links_menu {
	text-align:center;
}
.links_menu a {
	color:#333;
}
.links_menu a:visited {
	color:#333;
}
.links_menu a:hover {
	color:#666;
	font-weight:bold;
}

form label{
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	color: #333;
}
form input, select{
	font-family: 'Oxygen', sans-serif;
	width: 100%;
	border: 1px solid #999;
	/*outline: 1px solid #666;*/
	background: #CCC;
	-moz-box-shadow: 0px 0px 4px #999 inset;
	-webkit-box-shadow: 0px 0px 4px #999 inset;
	box-shadow: 0px 0px 4px #999 inset;
	
	
	padding: 5px;
	color: #444;
}

textarea#styled{
	font-family: 'Oxygen', sans-serif;
	width: 100%;
	background: #CCC;
	-moz-box-shadow: 0px 0px 4px #999 inset;
	-webkit-box-shadow: 0px 0px 4px #999 inset;
	box-shadow: 0px 0px 4px #999 inset;
	outline: 1px solid #666;
	border: 1px solid #999;
	padding: 5px;
	color: #444;
	font-size: 12px;
	height:150px;
}

textarea#styled:focus{
	outline: 1px solid #FFC;
	color: #666;
}

form input:focus{
	border: 1px solid #FF6;
	outline: 1px solid #FFC;
	color: #666;
}