@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	margin: 0;
	color:#297ac0;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

p, ol, ul, dl {
	margin-top: 0;
	line-height: 1.1;
	text-align:left;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

li  {
list-style:inside;
}

strong {
	color: #4A3E29;
}

a {
	color: #0099FF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 27px 0 0;
}

img.alignright {
	margin: 0 0 0 27px;
}

img.border {
	padding: 4px;
	border: 1px solid #E9E4D8;
}

#cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}


/*Ilch*/

.abg
{
	background-color: #CCCCCC;;
	border: 1px solid #999999;
}
td 
{

  font-size: 10px;
  color: #4D4D4D;				
}

hr 
{ 
    height: 0px; 
		border: solid #006600 0px; 
		border-top-width: 1px; 
}

.Chead
{
  background-image:url(/include/images/rangs/forenhead.jpg);"
  color: #ffffff;  
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
  background-color: #ffffff;
  color: #0066cc;				
}

.Callg
{
  background-color: #EFEFEF;
	color: #000000;
}

.Callg td
{
  color: #000000;
}

.Cnorm 
{
  background: #ffffff
}
.Cmite
{
  background: #ffffff
}
.Cdark
{
  background-color: #ffffff;
}

.rand
{
  border: solid #c0c0c0 2px;
}

.smalfont 
{ 
    font-size: 12px;
		text-decoration: none; 
}

.border 
{ 
   background-color: #000000; 
}
hr 
{ 
    height: 0px; 
		border: solid #0099FF 0px; 
		border-top-width: 1px; 
}

input, textarea, select
{
	color: #797979;
	font: 10px Verdana;
	border-color: #1D1D1D;
	border-width: 1px;
	border-style: solid;
	font-weight: none;
	text-decoration: none;
	background-color: #EFEFEF;
}

/*                  */
/* DropDown Options */
/*                  */

.chromestyle {
width: 99%;
font-weight: bold;
height: 52px;
border: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block; 
height: 0px;
clear: both; 
visibility: hidden;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0;
/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 20px;
z-index: 100;
background-color: rgba(5, 145, 232, 0.5);
width: 80px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: rgba(5, 145, 232, 0.6);
}