/* COLORS:
light green: #91C87F
light orange: #DCCA94
strong orange: #FFCC66
blue BG: #88C4FF

/* IDs*/

#Logo {
	background: url(../images/6c/logoBG.jpg) repeat-x;
}

#LeftCol {
	width: 119px;
	vertical-align: top;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-size: 0.8em;*/
	padding: 2px 3px 0px 3px;
/*	border-right: 1px solid #000099;*/
	background: #91C87F url(../images/6c/leftColBG.gif) top right repeat-y;
}

#RightCol {
	width: 64px;
	vertical-align: top;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-size: 0.8em;*/
	padding: 2px 3px 0px 3px;
}

#MainCol {
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
/*	background-color: White;*/
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
} 

#MainCol p {
	line-height: 135%;
}

#MainCol A:link {
	color: #003366;
	text-decoration: underline;
}
#MainCol A:visited {
	color: #003366;
	text-decoration: underline;
}
#MainCol A:hover {
	color: #003366;
	text-decoration: none;
}
#MainCol A:active {
	color: #003366;
	text-decoration: underline;
}

/*---------------------------------------------------------------------

MENUS */

.menuContainer {
/*	background-color: #F3F3F3; #33FF99;*/
	overflow: visible;
	border-right: 1px solid #000099;
	border-left: 1px solid #000099;
	border-bottom: 1px solid #000099;
/*	background: #F3F3F3 url(../images/6c/menuBG.jpg) bottom right no-repeat;*/
}

.menuContainer ul {
	margin: 0px;
	padding: 0px;
}

.menuContainer ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000099;
	height: auto; /*15px;*/
	overflow: visible;
	width: 100%;
}

.menuContainer ul li a {
	display: block;
	
	background-color: white;
	filter: Alpha(Opacity=95);
	height: 100%;
	font-weight: bold;
	text-decoration: none;
/*	margin: 0px;*/
	color: #003366;
	padding: 2px;
}

.menuContainer ul li a:link {
}

.menuContainer ul li A:visited {
}
.menuContainer ul li A:hover {
	background-color: #DCCA94;
}

.menuContainer ul li A:active {
}


/*-----------------------------------------------------------
MAIN ELEMENTS: */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background: #88C4FF repeat-x top left;
	color: #003366;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}

/** {
   font-size: 100%;
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/




H3 {
	color: #003366; /* light color: 82CDFF;*/
	font-size: 18px;
}
.ewTableOrderIndicator {font-family: Webdings;}

	


.navBG {
	background: url(../images/6c/navBG.jpg) repeat-x;
	border-bottom: 1px solid #000099;
}

.basad {
	background: url(../images/6c/basad.jpg) top right no-repeat;
	width: 35px;
}



.title {
	border-bottom: 1px solid #000099;
	/*background-color:  #FFCC66;*/
	background: #DCCA94 url(../images/6c/titleBar.gif) top right repeat-y;
	padding-left: 3px;
}

.footer {
	font-size: 10px;
	border-top: 1px solid #000099;
}

.pad {
	padding: 2px;
}

.padSmall {
	padding: 2px;
	font-size: 10pxem;
}


.message {
/*	font-weight: bold;*/
	color: Red;
}

.box036 {
	border: 1px solid #003366;
}

.topBot036 {
	border-bottom:1px solid #003366;
	border-top:1px solid #003366;
}

.box036Header {
	background-color: #91C87F;	/*#003366;*/
	color: White;
	/*text-transform: uppercase;*/
	padding: 4px;
	font-weight: bold;
}

.box036Header A:link {
	color: White;
	text-decoration: underline;
}
.box036Header A:visited {
	color: White;
	text-decoration: underline;
}
.box036Header A:hover {
	color: White;
	text-decoration: none;
}
.box036Header A:active {
	color: White;
	text-decoration: underline;
}

select, input {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.small {
	padding: 2px;
	font-size: 10px;
}

/*-------------------------------------------------

Events calendar */

.todayClass {
	padding: 2px;
	color: #003366;
	font-size: 10px;
	background-color: #FFCC00;
}

.tdHeadline {
color: #FFCC00;
background-color: #003366;
padding: 2px;
}

.inputSubmit
{
color: #000000;
background-color: #EEEEEE;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,Arial;
font-size : 10px;
font-weight: bold;
}

.inputBox
{
color : #000000;
background : #FFFFFF;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,Arial;
font-size : 10px;
}

/*-------------------------------------------------*/