@charset "utf-8";
/* CSS Document */
html {
background-color:#545960;
}
body {
	margin:auto;
	background-color:#545960;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	height: 100%;
}

.breadcrumb a { text-decoration: underline; }


.center { text-align: center }

a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	
}
#subnav a.active {
	color: #000;
}
a:visited {
	color: #FFFFFF;
	
}
a:hover {
	color:#999999;
	
}
a:active {
	color: #FFFFFF;
	
}

a.link2:link {
	color: #DD990A;
	text-decoration:underline; 
}

a.link2:visited {color: #DD990A; }
a.link2:hover {color: #DD990A; }
a.link2:active {color: #DD990A; } 


#nav ul {
	margin:auto;
	position:relative;
	top: 40px;
	left: 0px;
	width: 955px;
	height: 50px;
	z-index:1;
}

#nav li {
	display: inline;
	position: relative;
}

#nav ul.submenu {
	position: absolute;
	top: 25px;
	*top: 30px;
	left: -13px;
	z-index: 1000;
	width: 200px;
	border: 1px solid #323232;
	padding-left: 0px;
	border-top: none;
	font-size: 0.8em;
	height: auto;
	line-height: normal;
	display: none;
	-moz-box-shadow: 3px 3px 5px #666;
	-webkit-box-shadow: 3px 3px 5px #666;
}

#nav ul.submenu li {
	display: block;
	border-top: 1px solid #323232;
	_height: 1%;
}

#nav ul.submenu li a {
	display: block;
	padding: 5px 13px;
	background-color: #000;
}

#nav ul.submenu li a:hover {
	background-color: #323232;
	color: #fff;
}

#holder {
	position:relative;
	margin:auto;
	width:955px;
	top:50px;
	background-image:url(images/mainimage.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:165px;
}

#holder_home {
	position:relative;
	margin:auto;
	width:955px;
	top:20px;
	background-image:url(images/mainimage_home.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:195px;
}


#content {
	top:175px;
	width:762px;
	background-image:url(images/bg_content.png);
	background-repeat:repeat-y;
}

#content2 {
	top:175px;
	width:557px;
	background-image:url(images/bg_content2.png);
	background-repeat:repeat-y;
}

#right_column {
	position:absolute;
	top:345px;
	left:575px;
	width:333px;
	background-image:url(images/bg_right_column.png);
	background-repeat:repeat-y;
}


#content_inner {
	width:692px;
	padding-left:30px;
	padding-right:30px;
}

#content_inner2 {
	width:497px;
	height:100%;
	padding-left:30px;
	padding-right:30px;
}


#content_inner3 {
	width:273px;
	height:100%;
	padding-left:30px;
	padding-right:30px;
}


#cap_title {
	background-image:url(images/topcap.jpg);
	background-repeat:no-repeat;
	width:732px;
	height:29px;
	padding-left:30px;
	padding-top:30px;
}

#cap_title2 {
	background-image:url(images/topcap2.jpg);
	background-repeat:no-repeat;
	width:527px;
	height:29px;
	padding-left:30px;
	padding-top:30px;
}


#subnav {
	position:absolute;
	left:771px;
	top:296px;
	width:180px;
}
.title_whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.large_greytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #DD990A;
}

/* Admin */
a.delete {
	background: url(images/delete.png) no-repeat center left;
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 16px;
	float: left;
	outline: none;
	margin: 0px 5px;
}

a.edit {
	background: url(images/edit.png) no-repeat center left;
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 16px;
	float: left;
	outline: none;
	margin: 0px 5px;
}

a.add {
	background: url(images/add.png) no-repeat center right;
	text-indent: -9999px;
	height: 16px;
	width: 16px;
	outline: none;
	padding-right: 20px;
}

a.back {
	background: url(images/previous.png) no-repeat center left;
	height: 16px;
	width: 16px;
	outline: none;
	padding-left: 20px;
}

/** Table Sorter **/

tr.alt {
	background-color: #232323;
}

table { font-size: 12px; }

table.tablesorter a {
	color: #000;
}

table.tablesorter a:hover {
	color: #000;
	text-decoration: underline;
}

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 12px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #EFE5D1;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	color: #000;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #DB9809;
color: #fff;
}

/* Forms */
#registration label { float: none; }
label { float: left; width: 102px; text-align: right; padding-right: 10px; height: 20px; line-height: 13px; margin: 5px 0px; }
form br { clear: both; }
form input[type="submit"] { margin-left: 112px;  }
#registration input[type="submit"] { margin-left: 0px;  }
input[type="text"], select, input[type="file"], input[type="password"] { width: 250px; }
#registration input[type="text"], #registration select, #registration input[type="file"], #registration input[type="password"] { width: auto; }
input.small { width: 25px; text-align: center; }
textarea { width: 570px; }

/*.button { color: #000!important; background-color: #DD990A; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px; border: 1px solid #3F3F3F; font-size: 12px; font-weight: bold; font-family: Arial,Helvetica,sans-serif; }
.button:hover { color: #000;background-color: #EFAC1D; cursor: pointer; }
*/

.button { color: #000!important; background: url(images/button_on.png); -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 3px 7px; border: 1px solid #3F3F3F; font-size: 12px; font-weight: bold; font-family: Arial,Helvetica,sans-serif; }
.button:hover { color: #000;background: url(images/button_roll.png); cursor: pointer; }

p.msg { color: #DD990A; }

/* Date Picker */

/* creates a little calendar icon
 * instead of a text link for "Choose date"
 */
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/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}