/*
---- Design by Predrag Kopricanec (coppe@live.com)----
*/

/* General HTML Styles */
html, body {
	*overflow: auto;
	text-align: center;
}

body {
   margin: 15px 0;
   background-color: #1e5989;
	background-image: url(../img/main_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
   font-family:  Tahoma, Helvetica, Geneva, sans-serif;
	scrollbar-face-color:#1e5989;
	scrollbar-highlight-color:#F4F4F4;
	scrollbar-3dlight-color:#336699;
	scrollbar-darkshadow-color:#1e5989;
	scrollbar-shadow-color:#E5E5E5;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#D7E8F5;
}

div, span, p, tr, th, td {
   font-family:  Tahoma, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #11334E;
}
H1  { 
   color: #535B64;
   font-weight: bolder;
   font-size: 24px;
   display: block;
   margin : 0 0 10px 0;
}
H2  { 
   color: #bf4300;
   font-weight: bolder;
   font-size: 20px;
   margin : 0px;
}
H3  { 
   color: #535b64;
   font-weight: bolder;
   font-size: 13px;
	display: inline;
   margin : 0px;
}
H4  { 
   color: #bf4300;
   font-weight :bold;
   font-size: 11pt;
   margin : 0px;
}
H5  { 
   color: #bf4300;
   font-weight :bold;
   font-size: 11px;
   margin : 0px;
}
FORM {
  margin: 0px;
  padding: 0px;
}
img  { 
   border : 0px;
}
p {
	margin: 0;
	padding: 10px 0 5px 0;
}

input {
	border: #6F7785 1px solid; 
	font-size: 11px; 
	color: #ccc; 
	background-color: #2F0809;
   padding: 2px;
   width: 170px;
}
input:hover {
	border: #e5e5e5 1px solid; 
	font-size: 11px; 
	color: #fff; 
	background-color: #2F0809;
   padding: 2px;
   width: 170px;
}
input:focus {
	border: 1px solid #fc0;
}
textarea {
	border: #6F7785 1px solid; 
	font-size: 11px; 
	font-family: Tahoma, Helvetica, Geneva, sans-serif;
	color: #ccc; 
	background-color: #2F0809;
	width: 175px;
}
textarea:hover {
	border: #e5e5e5 1px solid; 
	font-size: 11px; 
	color: #fff; 
	background-color: #2F0809;
}
textarea:focus {
	border: 1px solid #fc0;
}
select {
	border: #6F7785 1px solid; 
   padding: 0px;
	font-size: 11px; 
	color: #ccc; 
   background-color: #2F0809;
   vertical-align: middle;
}
select:hover {
	border: #e5e5e5 1px solid; 
}
select:focus {
	border: 1px solid #fc0;
}
option {
	border-bottom: #6F7785 1px solid; 
	font-size: 11px; 
   vertical-align: middle;
	color: #ccc; 
	background-color: #2B3141;
}
option:hover {
	border-bottom: 1px solid #6F7785;
}
input.button {
	background-image: url(../img/interface/button.png);
	background-position: 0 0;
	background-repeat: repeat-x;
   background-color: #f9f9f9;
	border: 1px solid #6F7785;
	width: auto;
	height: 21px;
	color: #540E0E;
	padding: 0 15px 2px;
	margin: 15px 2px 15px 0;
	cursor: pointer;
}
input.button:hover {
	border: 1px solid #000;
	width: auto;
	height: 21px;
	color: #000;
}

a { 
   text-decoration: none;
   color : #ccc;
}
a:hover { 
   color : #fc0;
	text-decoration: none;
}

/* ---------------------------------------------------- */
div#Container {
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	position: relative; 
   width: 957px;
   height: auto;
   vertical-align: top;
}
div#Header {
    width: 957px;
    height: 153px;
    margin: 0;
	 background-image: url(../img/header.jpg);
	 background-position: 0 0;
	 background-repeat: no-repeat;
}
div#Header div {
	float: right;
	margin: 5px 15px 0 0;
}
div#Header div a {
	color:#1e5989;
	background-color: transparent;
	font-size: 16px;
	font-weight: bolder;
}
div#Header div a:hover {
	color:#B0272C;
	background-color: #FFEEE6;
}
div#MainContent {
	width: 957px;
   height: auto;
   margin: 0;
	background-image: url(../img/main_contentbox_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
}
div#ContentContainer {
	/*width: 900px;*/
	*width: 943px;
   height: 545px;
	*height: 525px;
	background-image: url(../img/content_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #d7e8f5;
	margin: 0 8px 0 6px;
	text-align: left;
	color: #11334E;
	font-size: 13px;
	padding: 10px;
}
div#Footer {
	width: 957px;
   height: 17px;
   margin: 0;
	background-image: url(../img/footer.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* menu */
div#MainMenu {
	width: 200px;
	height: auto;
	border: 1px solid #8DBCE2;
	border-bottom: 0;
	float: left;
	margin: 0 10px 0 0;
	*margin: 0 10px 10px 0;
}
div#MainMenu div.MenuItems {
	display: block;
	border-bottom: 1px solid #8DBCE2;
}
div#MainMenu div.MenuItems a {
	background-image: url(../img/main_link.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	height: 25px;
	*height: 35px;
	color: #1E5989;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 0 0 8px;
	*padding: 10px 0 2px 8px;
	outline: none;
}
div#MainMenu div.MenuItems a:hover {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	text-decoration: none;
	font-size: 14px;
	color: #B0272C;
	outline: none;
}
div#MainMenu div.SelMenuItems a {
	background-image: url(../img/main_link.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	height: 25px;
	*height: 35px;
	color: #1E5989;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 0 0 8px;
	*padding: 10px 0 2px 8px;
	outline: none;
}
div#MainMenu div.SelMenuItems a:hover {
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	text-decoration: none;
	font-size: 14px;
	color: #B0272C;
	outline: none;
}
div#MainMenu div.MenuItemsCont {
	background-color: #f5f5f5;
	border-top: 1px solid #8DBCE2;
	border-bottom: 1px solid #8DBCE2;
	padding: 5px;
	text-align: center;
}
div#MainMenu div.MenuItemsCont a {
	color: #2B7FC4;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #6CA8D9;
	font-size: 15px;
	font-weight: lighter;
	margin: 0;
	padding: 5px 0;
}
div#MainMenu div.MenuItemsCont a:hover {
	text-decoration: none;
	font-size: 15px;
	color: #B0272C;
	background-color: #CBE1F3;
}
div#MainMenu div.MenuItemsCont a img {
	padding: 5px 5px 5px 0;
}
div#MainMenu div.MenuItemsCont ul {
	/*margin:0 0 0 5px;*/
	padding: 2px 0;
}
div#MainMenu div.MenuItemsCont ul li {
	margin: -3px 0 0 17px;
	*margin: -20px 0 0 -20px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}
div#MainMenu div.MenuItemsCont ul li a {
	color: #11334E;
	font-size: 11px;
	border: 0;
	display: block;
	text-transform: uppercase;
}
div#MainMenu div.MenuItemsCont ul li a:hover {
	font-size: 11px;
	color:#B0272C;
	background-color: #FFEEE6;
}

/* content  */
div#ContentBox {
	float: left;
	/*width: 710px;*/
	background-color: #EAF3FA;
	border: 1px solid #8DBCE2;
	height: 535px;
	text-align: center;
	padding: 0;
	/*overflow: visible;*/
}
div#ContentBox iframe {
	margin: 0;
	height: 535px;
	*height: 100%;
	width: 709px;
	*width: 709px;
}

body#SubPage {
	background-color: #EAF3FA;
	background-image: none;
	margin: 0;
	padding: 10px;
	height: 100%;
	text-align: left;
	font-size: 13px;
}
#SubPage div,body#SubPage p, #SubPage span, body#SubPage td {
	text-align: left;
	font-size: 13px;
}
div#Description {
	clear: both;
	margin: 0 0 0 210px;
	font-size: 14px;
	height: 30px;
	*height: 10px;
	padding: 5px 0 0;
}
div#Description a {
	color:#1e5989;
	background-color: transparent;
	font-weight: bolder;
}
div#Description a:hover {
	color:#B0272C;
	background-color: #FFEEE6;
}

.ImgThumb {
	border: 1px solid #1E5989;
	background-color: #fff;
	padding: 5px;
}
.TableStyle {
	border: 1px solid #1E5989;
	background-color: #D9E9F6;
}
.TdStyle {
	background-color: #CBE1F3;
}

