/* BODY */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: auto;
}
html, body {
	height: 100%;
}
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
div {
	cursor: default;
}

/* LAYOUT */
#header {
	width: 1000px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#top {
	height: 76px;
}
#logo {
	height: 76px;
	width: 168px;
	background: url(/assets/images/logo.gif) center no-repeat;
	float: left;
}
#banner {
	float: right;
	padding-top: 8px;
}
#body {
	background: url(/assets/images/content.gif) repeat-x top #f9f9f9;
}
#tl {
	background: url(/assets/images/topleft.gif) top left no-repeat;
}
#tr {
	background: url(/assets/images/topright.gif) top right no-repeat;
}
#l {
	background: url(/assets/images/left.gif) left repeat-y;
}
#r {
	background: url(/assets/images/right.gif) right repeat-y;
}
#nav {
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	height: 33px;
}
#nav a {
	color: #FFF;
}
#nav div {
	padding-top: 6px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(/assets/images/sep.gif) right no-repeat;
	float: left;
	height: 27px;
}
#nav2 {
	height: 26px;
	padding-left:15px;
	padding-top: 4px;
	color: #323232;
	font-size: 14px;
	font-weight: bold;
	word-spacing: 15px;
	cursor: default;
}
#nav2 a {
	color: #323232;
}
#content {
	padding: 8px;
}
#bot {
	background: url(/assets/images/bot.gif) repeat-x;
}
#botleft {
	background: url(/assets/images/botleft.gif) left no-repeat;
	height: 23px;
}
#botright {
	background: url(/assets/images/botright.gif) right no-repeat;
	height: 23px;
}
#footer {
	padding-top: 8px;
	text-align: center;
}

/* IMAGES */
img {
	border: 0px;
}
.icon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

/* LINKS */
a {
	text-decoration: none;
	color: #323232;
}
a:hover {
	text-decoration: underline;
}

/* TEXT */
.error {
	color: #FF0000;
}
.xsm {
	font-size: 11px;
}
.sm {
	font-size: 12px;
}
.med {
	font-size: 14px;
}
.big {
	font-size: 18px;
}
.b {
	font-weight: bold;
}
.white, .white a {
	color: #FFFFFF;
}
.Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.dblue {
	color: #013d82;
}
.green, .green a {
	color: #5e9800;
}
.blue, .blue a {
	color: #0000FF;
}
.orange, .orange a {
	color: #FF9900;
}
.i {
	font-style: italic;
}

/* TABLE BLANK */
table.blank {
	padding: 0px;
	border-collapse: true;
	border: 0px;
}

/* TABLE FORM LAYOUT */
table.form {
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}
table.form td.td1 {
	width: 20%;
}
table.form td.td2 {
	width: 60%;
}
table.form td.td3 {
	width: 20%;
}
table.form td.td2-3 {
	width: 80%;
}
table.form td {
	padding: 3px;
}
table.form table.none td {
	padding: inherit;
}

/* TABLE GRID LAYOUT */
table.grid {
	border: 1px solid #FFF;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}
table tr.top th {
	text-align: left;
	padding: 3px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	color: #ee8c01;
	font-weight: bold;
	font-size: 14px;
}
table tr.top th a {
	color: #ee8c01;
}
table tr.mid td {
	padding: 3px;
	border-bottom: 1px solid #FFF;
}
table tr.mid2 td {
	padding: 3px;
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
table tr.mid td table.none td, table tr.mid2 td table.none td {
	border: 0px;
}

/* ALIGN */
.l {
	text-align: left !important;
}
.r {
	text-align: right !important;
}
.c {
	text-align: center !important;
}
.t {
	vertical-align: top;
}

/* FORM ELEMENTS */
form {
	margin: 0px;
}
select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
input[type=radio] {
	padding: 0px;
	margin: 0px;
}
input[type=text], input[type=password] {
	color: #000000;
	height: 19px;
	border: 1px solid #9d9d9d;
	padding: 2px;
	margin: 0px;
}
.req {
	font-weight: bold;
	color: #FF0000;
}

/* OTHER ELEMENTS */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
.border {
	border: 1px solid #9d9d9d;
}

/* TITLES */
div.title {
	color: #ff9600;
	font-size: 16px;
	font-weight: bold;
}

/* COLORS */
.red, .red a {
	color: #FF0000;
}

/* ALERTS */
.alertError div {
	padding: 1px;
	margin-bottom: 2px;
}
.alertError div span {
	background: #FF0000;
	color: #FFFFFF;
	padding: 1px;
	font-weight: bold;
}
.alertSuccess {
	color: #013d82;
	font-size: 18px;
}

/* PADDING */
.paddt {
	padding-top: 4px;
}
.paddb {
	padding-bottom: 4px;
}
.paddr {
	padding-right: 4px;
}

/* HR */
div.hr {
	height: 1px;
	line-height: 1px;
	padding: 0px;
	margin: 12px 0px;
	background-color: #ff9600;
}

/* BG COLORS */
.bgLight {
	background-color: #FFEDD3;
}

/* STATUS */
.s0 {
	background-color: transparent;
}
.s1 {
	background-color: #0000FF !important;
	color: #FFFFFF !important;
}
.s2 {
	background-color: #000000 !important;
	color: #FFFFFF !important;
}
.s3 {
	background-color: #9900FF !important;
	color: #FFFFFF !important;
}
.s1 a, .s2 a, .s3 a {
	color: #FFFFFF !important;
}

/* STAR RATING */
input.star{display:none;}
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/assets/images/icons/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/assets/images/icons/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
div.star-rating-readonly a{cursor:default !important}
div.star-rating{background:transparent!important;overflow:hidden!important}