* html {
}

html, p, td, li, div, dt, dd, h1, h2, h3, h4, h5 {
	font-family: verdana, arial, sans-serif;
}


body, p {
	padding:0;
	font-size: 11px;
	/* IE6: font-size: 11px; */
	text-align: left;
	color: #444;
	line-height: 135%;
}

td, th {
	vertical-align: top;
}


div#header-img-left {
float: left;
}

div#header-img-right {
float: right;
}



#container {
	position: absolute;
	padding-left: 40px;
/*	margin: 20px auto; */
	left: 0;
	right: 0;
	border: 0px solid #883A87;
	text-align: left;
	width: 1000px;
}

#training-iframe {
	padding-left: 0px;
	margin-left: 0px;
	border: 0px solid #883A87;
	text-align: left;
	width: 740px;
}


/* =nav */
div#admin-nav {
	border: 0px solid;
	display: inline;
}

div#admin-nav ul li {
	display: inline;
	margin-right: 20px;
}

div#admin-content {
	border: 1px solid #ccc;;
	padding: 0px;
}

/* =breadcrumb */

	div#breadcrumbs ul {
		margin: 15px 0px 24px 10px;
	}

	div#breadcrumbs li {
		display: inline;
	}


/*
div#register-sessions-box {
	margin: 0 0 0 0;
	padding: 0px 10px 0px 10px;
	padding: 0px;
	border: 1px solid #ccc;
	background: #efefef;
}
*/

div.timezone-note {
	margin: 0 0 0 0;
	padding: 0px 10px 0px 10px;
	border-right: 1px dashed #ccc;
	background: #fff;
}

div#no-sessions-msg {
	position: relative;
	left: -30px;
	border: 1px solid red;
	background: #fff;
	padding: 15px 10px 5px 20px;
	margin-right: 100px;
}

#emph-no-sessions {
	color: #000000;
	font-weight: bold;
}
/* =viewevents */

table.viewEvents, table.addAttendee {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 20px;
}
table.viewEvents th , table.addAttendee th {
	padding-left: 10px;
}

table#viewEvents th, table#addAttendee th {
	padding-top: 3px;
	padding-bottom: 3px;
/*	background: #efefef;
	background: #fff url(/brand/global/img/colorSchemes/silver/bg_htmlTag-th.gif) repeat-x; */
	color: #333;
	border-bottom: 1px dotted #ccc;
}

table#viewEvents td, table#addAttendee td {
	border-bottom: 1px dotted #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

table#viewEvents tr.last, table#addAttendee tr.last{
	border: 0px;
}

div.spotlight {
	background: #efefef;
	border: 1px solid #ccc;
	padding: 5px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
}

table#viewEvents, table#addAttendee {
	margin: 10px 0px 20px 0px;
	border-top: 1px solid #ccc;
}



table#viewEvents th, table#viewEvents td, table#addAttendee th, table#addAttendee td{
	padding: 3px 15px 3px 5px;
}

tr.th-head, th.th-head, .th-head {
	background: #fff url(/brand/global/img/colorSchemes/silver/bg_htmlTag-th.gif) repeat-x;
	padding-bottom: 3px;
	color: #005293;
}

th-head th {
	font-size: 16px;
}

h1.th-head {
	font-size: 14px;
	padding: 0px 0px 3px 5px;
}

.odd {
	background: #F2F6F9;
}

.even {
	background: #fff;
}

div#content, div.submissionForm {

}
td.banner {
	padding-bottom: 10px;
}
td.container {
	border: 1px solid #ccc;
	padding: 10px 20px 10px 20px;
}

/* =type */
h1 {font-size: 18px; color: #666;}
h2 {font-size: 14px; color: #666; margin-top: 4px;}
h3 {
	font-size: 12px;
	color: #6b5293;
	font-weight: bold;
	vertical-align: baseline;
	padding-top: 5px;
	padding-bottom: 0px;}
h4 {
	font-size: 11px;
	color: #666;
	font-weight: bold;
}

div, p, td, th, ol, ul, dl, li, dt, dd {
	font-size: 11px;
	text-align: left;
}

.error {
	font-weight: bold;
	padding-left: 20px;
	color: #ff0000;
	min-height: 16px;
	height: 16px;
	margin-top:3px;
	background: url(/brand/global/img/icons/warningBullet.gif) no-repeat;
}

div.success {
	margin-left: 5px;
	padding-left: 20px;
	min-height: 16px;
	height: 16px;
	color: #ff0000;
	background: url(/brand/global/img/icons/accept.gif) no-repeat;
}

#version_check {
	margin-left: 5px;
	color: #ff0000;
	font-size: 10px;
}

/* =steps */
div#registration-steps {
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 20px 10px;
	/*float: left;
	clear: both;*/
	display: block;
	width: 98%;
}

div.step {
	padding: 7px 15px 0px 40px;
	width: 125px;
	height: 35px;
	line-height: 125%;
	border: 0px solid #ff0000;
	float: left;
}

div.step-active {
	background: url(/brand/global/img/icons/icon_step-active.jpg) 0 0 no-repeat; 
	color: #444;
}

div.step-inactive {
	background: url(/brand/global/img/icons/icon_step-inactive.jpg) 0 0 no-repeat;
	color: #666;
}

div.step-complete {
	background: url(/brand/global/img/icons/icon_step-complete.jpg) 0 0 no-repeat;
	color: #ccc;
}

ul#reports-list {
	margin-left: 50px;
}

ul#reports-list li{
	list-style: disc;
}

ul#sessionList {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul#sessionList li{
	list-style: none;
}

ul#session-sub-list {
	margin-left: 20;
	padding-left: 0;
	list-style: none;
}

span.session-full {
	color: #ff0000;
}

/* =forms */

#once, #daily, #weekly, #monthly, #yearly {
	display: none;
	border-left: 0px solid #ccc;
	padding-left: 10px;
}

#once {
	display: block;
}
#pattern-option {
	border-right: 1px solid #ccc;

}

.formElement {
	margin-bottom: 10px;
	padding: 0px 0px 0px 10px;
}
div.formElement {
	border: 0px solid #ccc;
	clear: left;
}

table.form-table td, table.form-table th {
	padding: 0 20 0 0;
}

div.formlabel {
	border: 0px solid #ccc;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	width: 180px;
	float: left;
}

div.formfield {
	border: 0px solid #ccc;
	padding-bottom: 10px;
	padding-right: 15px;
	float: left;
}

div#requiredFields {
	padding-left: 10px;
}

label, legend {
	font-weight: normal;
}

legend.recur {
	background: url(/brand/global/img/icons/arrow_refresh_small.png) no-repeat 2px 2px;
	padding-left: 20px;
}

fieldset {
	min-width: 400px;
	width: 400px;
	margin: 0px;
}

/* =confirmation */

table.eventDetails {
	margin-left: 0px;
}

/* =save */
div#save-options {
	background: #efefef;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 1px solid #ccc;
}

div.save-box {
	padding: 10px;
	width: 200px;
	width: 21%;
	float: left;
	border-left: 1px solid #ccc;
	min-height: 200px;
}

* html div.save-box {
	height: 255px;
}

div.save-box h3 {
	color: #444;
	font-size: 12;
}

div.first {
	border-left: 0px;
}

div.button {
	border: 1px solid #ccc;
	background: #fff;
	width: 55;
	padding: 3px 5px 3px 5px;
}

div.button a {
	font-weight: bold;
	color: #3366cc;
}

div#i-cal {
	width: 34%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 100%;
}

div#lotusnotes {
	width: 34%;
	border-bottom: 1px solid #ccc;
	min-height: 250px;
	height: 100%;
}

div#text-file {
	height: 50%;
	border-bottom: 1px solid #ccc;
}

div#print {
	height: 49%;
	border-bottom: 1px solid #ccc;
}


div#confirmation-detail {
	clear: both;
	float: left;
	border: 0px solid #ccc;
	width: 100%;
	padding-bottom: 10px;
}

div.save-box-container ol, div.save-box-container ul {
	margin-left: 10;
	padding-left: 10;
}

div.save-box-container ul {
	list-style: lower-roman;
}

div.dashboard-controls {
	text-align: right;
}

/* =forms */

textarea, select, input {
	padding: 2px;
}

.caption {
	font-weight: normal;
}

table#viewEvents tr.none {
	border: 0px !important;
	background: none  !important;
}

a:link, a:visited, a.nolink{
	text-decoration: none;
	color: #3366cc;
}

a:hover {
	text-decoration: underline;
}

#note_text {
	color: #6b5293;
	font-size: 10px;
}

#timezone_message {
	color: #3366cc;
	font-size: 12px;
	font-weight: bold;
}


/* for mmPopup layers */
.popUpLayerHead { font: 10px verdana; background-color: #EFEFEF; padding: 5px 5px 5px 5px;}
.popUpLayerBody { font: 10px verdana; }
.popupLayerPad  { background-color: #FFFFFF; padding: 10px 10px 10px 10px;}


.charcount-div {
	text-align:right;
	font-size: 0.8em;
}

.charcount-input {
	border:0;
	width:30px;
	font-size:1em;
	color:#666;
}
