/* print.css */

html {
	width: 100%;
}

body {
	background: #FFF;
	margin: 0;
	font-size: 13px;
	line-height: 1.5em;
	font-family: lucida grande, lucida, arial, helvetica, sans-serif;
	width: 95%;
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 0 0 1em 0;
}

.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#header {
	display: none;
}

#leftCol {
	display: none;
}

#rightCol {
	display: none;
}

#leftNav {
	display: none;
}

#welcome {
	display: none;
}

#sponsors {
	display: none;
}

#ddpower {
	display: none;
}

#footertxt {
	text-align: center;
	font-size: 9px;
	padding-top: 15px;
	border-top: 1px #666 solid;
}

#footertxt a {
	display: none;
}

.closed {
	border: 1px #000 solid;
	padding: 10px 3px 10px 3px;
	margin: 15px 0 15px 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* Data Table =====*/
.dataTable {
	border-top: 1px #BBB solid;
	border-left: 1px #BBB solid;
	border-bottom: 1px #BBB solid;
}

.dataTable caption {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	line-height: 1.5em;
}

.dataTable th {
	text-align: left;
	background: #E7E7E7 url(../img/bg_th.jpg) repeat-x;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	padding: 2px 9px 2px 9px;
	border-right: 1px #BBB solid;
	border-bottom: 1px #BBB solid;
}

.dataTable th a {
	color: #333;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

.dataTable th a:hover {
	color: #333;
	text-decoration: none;
}

.dataTable th.thLast {
	border-top: 1px #BBB solid;
	border-bottom: none;
}

.dataTable td {
	font-size: 12px;
	color: #333;
	padding: 2px 9px 2px 9px;
	border-right: 1px #BBB solid;
}

.dataTable tr.rowLight {
	background-color: #FFF;
}

.dataTable tr.rowDark {
	background-color: #E9EEF8;
}

.dataTable tr.rowLighterror {
	cursor: pointer;
	cursor: hand;
	background-color: #F9E6E6;
}

.dataTable tr.rowLighterror:hover {
	background-color: #F9E6E6 !important;
}

.dataTable tr.rowLighterror td {
	border: 1px #F00 solid;
}

.dataTable tr.rowDarkerror {
	cursor: pointer;
	cursor: hand;
	background-color: #F9E6E6;
}

.dataTable tr.rowDarkerror:hover {
	background-color: #F9E6E6 !important;
}

.dataTable tr.rowDarkerror td {
	border: 1px #F00 solid;
}

.dataTable tr.rowLight h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 5px 0;
	line-height: 1.5em;
}

.dataTable tr.rowDark h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 5px 0;
	line-height: 1.5em;
}

.dataTable tr.rowLight small {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin: 0 0 0 0;
	line-height: 1.5em;
	letter-spacing: 0;
}

.dataTable tr.rowDark small {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin: 0 0 0 0;
	line-height: 1.5em;
	letter-spacing: 0;
}

.snapDetail {
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding: 0 15px 10px 0;
}

.actionsIcon {
   float: left;
   padding: 2px 4px 0 0;
}

/* Form Elements =====*/
form {
	display: inline;
}

label {
	display: block;
	font-size: 12px;
	color: #333333;
	padding: 0;
	margin: 4px 0;
	clear: both;
}

fieldset {
	position: relative;
	display: block;
	/*border: 1px #CCC solid;*/
	border-top: 1px #666 solid;
	border-right: none;
	border-bottom: 1px #666 solid;
	border-left: none;
	padding-top: 8px;
	margin: 15px 0 15px 0
}

fieldset legend {
	font-weight: bold;
	padding: 0 5px;
	color: #000;
}

#register {
	font-size: 16px
}

.formTitleRequired {
	float: left;
	width: 145px;
	color: #333;
	text-align: right;
	padding: 0 5px 10px 0;
	margin: 0;
	font-weight: bold;
}

.formTitleRequired em {
	font-size: 20px !important;
	color: red;
	font-style: normal;
}

.formTitle {
	float: left;
	width: 145px;
	color: #333;
	text-align: right;
	padding: 0 5px 10px 0;
	margin: 0;
	font-weight: bold
}

label strong {
	font-size: 14px;
	color: #000;
	margin: 0 0 5px 0;
}

label strong em {
	color: #F00;
	font-size: 20px;
	font-style: normal !important;
}

strong.lbl {
	display: block;
	font-size: 14px;
	color: #000;
	margin: 0 0 5px 0;
}

/* fieldset label {
	border: none;
	padding: 0;
	margin: 4px 0;
	clear: left;
}
*/

.details {
	display: block;
	float: left;
	width: 145px;
	color: #666;
	text-align: right;
	padding: 0 5px 10px 0;
	margin: 0;
	border: none;
}

label .details em {
	color: #F00;
	font-size: 20px;
	font-style: normal !important;
}

br.cleardetails {
	clear: left;
}

label.error {
	border: 1px #F00 solid;
	padding: 5px;
	background-color: #F9E6E6;
}

label.error:hover {
	border: 1px #F00 solid;
	padding: 5px;
	background-color: #F9E6E6;
}

fieldset label.error {
	border: 1px #F00 solid;
	padding: 5px 0 5px 0;
	background-color: #F9E6E6;
}

fieldset label.error:hover {
	border: 1px #F00 solid;
	padding: 5px 0 5px 0;
	background-color: #F9E6E6;
}

.dataTable tr.rowLighterror:hover td span.errorMsg {
	display: block;
}

.dataTable tr.rowDarkerror:hover td span.errorMsg {
	display: block;
}

.dataTable tr.rowLighterror:hover td span.errorMsg {
	display: block;
	top: -10px;
}

.dataTable tr.rowDarkerror:hover td span.errorMsg {
	display: block;
	top: -10px;
}

.errorMsg {
	color: red;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: left !important;
}

/* Notifications =====*/
#notify {
	position: absolute;
	top: 0;
	height: 35px;
	z-index: 100;
	width: 100%;
}

#errorBar {
	position: relative;
	background: url(../img/error_bkg.jpg) repeat-x;
	height: 35px;
	width: 100%;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
}

#errorBar img {
	float: left;
}

#errorBar input {
	position: relative;
	left: 10px
}

#warnBar {
	position: relative;
	background: url(../img/warn_bkg.jpg) repeat-x;
	height: 35px;
	width: 100%;
	line-height: 35px;
	color: #000;
	font-weight: bold;
}

#warnBar img {
	float: left;
}

#warnBar input {
	position: relative;
	left: 10px
}

#confirmBar {
	position: relative;
	background: url(../img/confirm_bkg.jpg) repeat-x;
	height: 35px;
	width: 100%;
	line-height: 35px;
	color: #000;
	font-weight: bold;
}

#confirmBar img {
	float: left;
}

#confirmBar input {
	position: relative;
	left: 10px
}

/* CMS Stuff =====*/
#cms_mainCol {
	float: left;
	width: 70%;
}

#cms_rightCol {
	float: right;
	width: 25%;
}