@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #2d3749;
	margin: 0px;
}

td {
	font-size: 11px;	
}

a {
	color: #0606b3;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.td-1{
	background-color: #ffffff;
}

.td-2{
	background-color: #f8d776;
}


.header {
	color: #0606b3;	
	text-transform: uppercase;
	font-weight: bold;
}

a.top {
	color: #ae0500;
	font-weight: bold;
	text-decoration: none;
}

a.top:hover {
	color: #ae0500;
	font-weight: bold;
	text-decoration: underline;
}

a.nav {
	font-family: Tahoma, Geneva, sans-serif;
	color: #e7e9e6;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a.nav:hover {
	font-family: Tahoma, Geneva, sans-serif;
	color: #e7e9e6;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}

a.red_sm {
	font-family: Tahoma, Geneva, sans-serif;
	color: #ae0500;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
}

a.red_sm:hover {
	font-family: Tahoma, Geneva, sans-serif;
	color: #ae0500;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

a.red_sm-1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #f01200;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
}

a.red_sm-1:hover {
	text-decoration: none;
}


a.bot {
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a.bot:hover {
	text-decoration: none;
}

a.wht_sm {
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
}

a.wht_sm:hover {
	text-decoration: none;
}


form {
	margin: 0px;
	display: inline;
}

input.text {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #333;
}

textarea {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #333;
}

.image {
	cursor: pointer;
}

select {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #333;
}

/*jQuery menu */
/**{
  margin:0;
  padding:0;
}*/

ul#topMenu li{
  list-style-type:none;
  float:left;
  padding-right:2px;
  position:relative;
}
ul#topMenu li a{
  display:block;
  background: transparent;
  text-transform: none;
  color:#fff;
  font-weight:bold;
  padding-top: 5px;
  height:25px;
  width:106px;
  text-align:center;
  text-decoration:none;
}
ul#topMenu li a:hover{
  color: #1a1511;
  background: transparent;
  text-decoration:none;
}
ul#topMenu li div{
  position:absolute;
  top:26px;
  z-index:2;
  display:none;
  background:#efeeee;
  padding:5px;
  width: 250px;
  border: 1px solid #1a1511;
  border-top: 0px;
}
ul#topMenu li div a{
  display:inline;
  color: #1a1511;
  font-weight: normal;
  text-transform: none;
  text-decoration: underline;
}
ul#topMenu li div a:hover{
  color: #1a1511;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
}

ul#topMenu li div.dropDown{
  position:absolute;
  top:26px;
  z-index:2;
  display:none;
  background:#efeeee;
  padding:5px;
  width:300px;
}


/* jQuery menu */


a.red_bld {
	font-size: 10px; 
	color: #d81704; 
	font-weight: bold;
	text-decoration: underline;
}
a.red_bld:hover {
	text-decoration: none;
}

a.hdr_red {
	font-size: 11px; 
	color: #d81704; 
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.hdr_blu {
	font-size: 11px; 
	color: #0606b3; 
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

a.hdr_blu:hover {
	text-decoration: none;
}

.gry_sm {
	font-size: 11px; 
	color: #464646; 
	font-weight: normal;	
	text-decoration: underline;
}

.gry_sm:hover {
	font-size: 11px; 
	color: #464646; 
	font-weight: normal;	
	text-decoration: none;
}

.drk_bld {
	font-size: 11px; 
	color: #1f1f1f; 
	font-weight: bold;	
}

input.submit {
	font-size: 11px; 
	color: #fff; 
	font-weight: bold;
	background: #292929;
	border: 1px solid #000;
}

table.main {
	border: 1px solid #472d35;
}

.hdr-td {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #1a1511;
}

.td_pages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #d81704;
	border: 1px solid #000000;
	border-bottom: 0px solid #663300;
}

.td_pages a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff;
	text-decoration: none;
}

.td_pages a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff;
	text-decoration: underline;
}

div.error {
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	border: 1px solid #ff0000;
	background: #FFC url(../images/icon_cross.png) 8px 4px no-repeat;
	text-align: center;
	padding: 5px;
	padding-left: 25px;
}

div.ok {
	font-size: 11px;
	font-weight: normal;
	color: #006600;
	border: 1px solid #006600;
	background: #FFC url(../images/icon_ok.png) 8px 4px no-repeat;
	text-align: center;
	padding: 5px;
	padding-left: 40px;
}

span.ok {
	font-size: 11px;
	font-weight: normal;
	color: #006600;
}

span.error {
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
}

/* Dialog */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #modal_win {
  width:375px; 
  height:203px;
  padding: 1px;
  background-color:#fff;
}
/* Dialog */


/* Date Picker */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/icon_calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 140px;
	float: left;
}
/* Date Picker */

