/* CSS Document */
.error {
	font-size:1.2em;
	background:#fee5e5;
	border:1px solid #FF0000;
	padding:1px;
}
.error h1 {
    color:#000;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	background:url(../images/icons/bullet_error.gif) left top no-repeat;
	font-size:1.2em;
	padding-left:20px;
	font-weight:600;
}
.warning {
	font-size:1.2em;
	background:#fff6c0;
	border:1px solid #FFCC00;
	padding:1px;
	margin-bottom:5px;
}
.warning h1 {
    color:#000;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	background:url(../images/icons/bullet_warning.gif) left top no-repeat;
	font-size:1.2em;
	padding-left:20px;
	font-weight:600;
}
.info {
	font-size:1.2em;
	background:#f6fdfc;
	border:1px solid #5a88af;
	padding:1px;
}
.info label, .info select, .info input{
	font-size:1em;
}
.info h1 {
    color:#000;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	background:url(../images/icons/bullet_info.gif) left top no-repeat;
	font-size:1.2em;
	padding-left:20px;
	font-weight:600;
}
.confirmation {
	font-size:1em;
	background:#f4fcf2;
	border:1px solid #4a9f39;
	padding:1px;
}
.confirmation h1 {
    color:#000;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	background:url(../images/icons/bullet_confirm.gif) left top no-repeat;
	font-size:1.2em;
	padding-left:20px;
	font-weight:600;
}
.details .view { color:#4d4f5a}
.details {
	font-size:1.2em;
	background:#fdffb4;
	border:3px solid #fcc90d;
	padding:0 5px 5px 5px;
	float:left;
	width:98%;
}
html>body .details, html>body .details h1 { 	float:left;}
.details h1 {
    color:#000;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding-left:5px;
	font-weight:600;
}
.details dl { margin:5px 0 2px 5px;}
.details dt { padding:2px 0;}
.details p{ padding:0 0 0 5px;	margin:11px 0;}
.details small { display:block; font-size:0.75em; font-weight:300; color:#666666; text-transform: lowercase;}
.details dl.horizontal dt { float:left; margin-right:20px;}
.details span {overflow:hidden;position:relative;display:block;padding:0 10px;}
.details legend { font-size:1.0em; margin-top:3px; margin-bottom:-2px}
.details dl { list-style:none; line-height:1.5em;}
/*.details dt { border-top:1px solid #ffe99a}*/
#detailsDiv{

	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#detailsDiv table{
	
	background: #feffe5;
	border: 1px solid #ffe99a;
	
}
html>body #detailsDiv table{
	margin-top:5px;	
}
#detailsDiv table td{
	padding: 3px;
	color: #000000;
}
#detailsDiv table td.tLabel{
	font-size: 0.8em;
	color: #999999;
	text-align: right;
	width: 120px;
}
.error dl, .warning dl, .info dl, .confirmation dl, .shorts dl { margin:1px 0 1px 5px;width: 69em;}
.error dt, .warning dt, .info dt, .confirmation dt, .shorts dt { padding:2px 0;float: left;width: 23em;}
.error p, .warning p, .info p, .confirmation p { padding:0 0 0 20px;	margin:11px 0;}
.conditional{ background:url(../images/icons/conditional.gif) 180px no-repeat; margin:5px 0}

.progress{
	color: #fff;
	background: #249816;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	padding: 5px;
}
.late{
	color: #fff;
	background: #d80000;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	padding: 5px;
}

.shorts {
	font-size:1.2em;
	background:#fff;
	border:3px solid #dfe0e0;
	padding:0 5px 5px 5px;
}
.shorts label, .shorts select, .shorts input{
	font-size:1em;
}

.shorts ul{
	line-height: 1.75em;
	padding: 0 25px;
	margin: 0;
	list-style: url(../images/icons/fav.gif) outside;
}
.shorts ul li{
	padding: 0 3px 2px 3px;
}
.shorts ul li a{
	font-weight: 700;
	color: #a27a38;
}


