/* CSS Document */
body, html {
	height:100%;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Helvetica, sans-serif, Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0d125a;
}

td, th {
	font-family: Helvetica, sans-serif, Tahoma, Verdana, Arial;
	font-size: 12px;
}

input, select, textarea, submit {
	font-family: Helvetica, sans-serif, Tahoma, Verdana, Arial;
	font-size: 11px;
}



h1 {
	font-size:16px;	
}


h2 {
  	color: #f68835;
	font-size:14px;	  
}


h3 {
}


a {
	text-decoration: none;
}

a:link {
  color: #f68835;
}

a:visited {
  color: #f68835;
}

a:hover {
  color: #ffffff;
}

a:active {
  color: #f68835;
}


img {
  border: none;
}

table#main {
  background:url(../images/layout/background.jpg);
  background-position: bottom center;
  background-repeat:no-repeat;    
  background-color: #1a2674; 
}

table#mainhorse {
  background:url(../images/horse.jpg);
  background-position: bottom center;
  background-repeat:no-repeat;    
  background-color: #1a2674; 
}

#topmenu {
	vertical-align: top;
	text-align: left;
}

#topmenudiv {
	margin-top: 5px; 
}

#lchoice {
	background-repeat:no-repeat;
	background-position:right;
	text-align: right;
	padding-right:40px;
}

a.lchoice {
	color: #FFFFFF;
	font-weight: bold;
}

a.lchoice:hover {
	color: #f68835;
}


a.style2 {
	color: #29428d;
	font-weight: bold;
	text-decoration:underline;
}

a.style2:hover {
	color: #FFFFFF;
}

a.style3 {
	color: #FFFFFF;
	font-weight: bold;
}

a.style3:hover {
	color: #f68835;
}


a.style4 {
	color: #f68835;
	font-weight: bold;
}

a.style4:hover {
	color: #FFFFFF;
}

.footer {
	height: 20px;
	text-align: center;
	vertical-align: middle;
	/*border-top: 2px solid #f68835;*/
	padding: 0px;
	font-size:11px;
}

td#submenu {
	padding:25px;
	padding-top: 10px;
	text-align:left;
	vertical-align: top;
	width: 205px;
}


td#content {
	padding: 10px;
	text-align:left;
	vertical-align: top;
}

td#panels {
	padding-top: 10px;
	text-align:center;
	vertical-align: top;
	width: 189px;
}

table#panel {
	cursor:pointer;
}

table#panel td, .panelh {
	text-align:center;
	vertical-align: bottom;
	font-weight: bold;
	padding-bottom: 10px;
}

a.subnav {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

table#list {
	width:100%;
}

table#list td#listitem {
	padding:2px;
	padding-left: 5px;
	padding-right: 5px;
	/* background-color: #223481; */
}


.popupdiv {
	visibility:hidden;
	display:none;
	height:200px;
	width:300px;
	border:2px solid #f68835;
	background-color:#FFFFFF;
}
.popupdiv table.head {
	background-image: url(/images/popupdiv_title_bg1.jpg);
	height: 25px;
	border: 1px solid #f68835;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
	text-align:center;
}
.popupdiv table.popuptbl {
	width:100%;
	height:100%;
	text-align:center;
	color:#FFFFFF;
	background-color:#0d125a;
	font-size: 11px;
	font-weight: bold;
}
.popupdiv table.popuptbl input {
	width:80px;
	font-size: 12px;
	font-weight: bold;
	/*color: #f68835; */
	/* background-image: url(/images/popupdiv_title_bg2.jpg); */
	border: 1px solid #f68835;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
}

