body {
font-family: Verdana, Tahoma;
font-size: 12px;
background-color: #0C1521;
color: #547DAF;
}

td { font-size: 12px; }

img { border: none; }
img.preview { border: 1px solid #ffffff; }

a { color: #E0EEFF; text-decoration: none; }
a:hover { color: #547DAF; text-decoration: underline; }

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }

li
{
list-style-image: url("../img/li.gif");
line-height: 18px;
}

div.top_menu {
width: 200px;
position: absolute;
margin: 50px 0 0 20px;
}
div.top_menu a { font-size: 12px; }
div.top_menu a.active { color: #547DAF; }

td.submenu {text-align: left;
padding: 20px 10px 0 0;
width: 220px;
height: 100%;
}

td.submenu ul {
margin: 0;
padding: 0 0 0 15px;
}

td.submenu li {
background-image: url('../img/separator_bg.gif');
background-position: bottom;
background-repeat: repeat-x;
}

td.submenu a {
color: #547DAF;
font-size: 9px;
text-decoration: none;
}

td.submenu a:hover {
color: #E0EEFF;
text-decoration: underline;
}
td.submenu a.active {
color: #E0EEFF;
text-decoration: none;
}

div.sub_menu_div {
width: 150px;
position: absolute;
margin-top: 42px;
display: none;
}

td.main_content {text-align: left;
width: 100%;
height: 100%;
background-image: url('../img/main_bg.gif');
background-repeat: repeat-y;
padding: 10px 10px 20px 10px; color: #acacac;
}

table.hidden_menu td {
width: 100%;
white-space: nowrap;
background-color: #1C314E;
color: #C1CCDA;
}

label { cursor: pointer; cursor: hand; }

table.special_form { border-collapse: collapse; }

table.special_form td {
background-color: #1E3350;
text-align: right;
padding: 2px;
}

table.special_form label { color: #5487C8; }

table.special_form input, textarea {
font-family: Verdana, Tahoma;
font-size: 12px;
color: #cccccc;
background-color: #5487C8;
border: none;
}
table.special_form input.text, input.submit, textarea { width: 100%; }

table.special_form textarea { height: 100%; width: 100%; }
table.special_form input.submit { cursor: pointer; cursor: hand; }

sup { color: #ff0000; }

div.main_menu_entity {
position: absolute;
width: 159px;
text-align: center;
padding-top: 6px;
font-weight: bold;
text-transform: uppercase;
}



td.main_content a{text-decoration:underline}


/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 0px;
		width: 620px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; padding:2px;}
	#gallery ul img {border:0px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 0px 0px 0px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

