/* CSS Document */
/* Site wide default Pollen-8 Stylesheet */

body {
	font:12px Verdana, Geneva, sans-serif;
	color:#333;		
}


/* float clearer */
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/* Headings */

.pageTitle{
	font:20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	color:#09324A;
	margin-bottom:10px;
}


/* Holder Boxes */

.blackBackHolder {
	position:absolute;
	width:80px;
	top:0;
	left:10px;
	margin-bottom:20px;	
}

.blueHolderBox {
	padding:10px;
	margin:0;
	background:#C1D0E6;
	border: 1px solid #7896AB;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}

.errorHolder {
	font:12px Arial, Helvetica, sans-serif;
	background:url(/New-2011/images/error_exclamation.png) #F3DEE3 10px 8px no-repeat;
	width:auto;
	height:auto;
	margin:0 0 10px 0;
	padding:5px 10px 5px 10px;
	color:#936;
	border:1px solid #936;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;  
	border-radius: 6px;  
}

/* progress bar */

.progress { position:relative; width:400px; border: 1px solid #ddd; padding: 1px; border-radius: 10px; 
	background-color:#214F69;font:12px Arial, Helvetica, sans-serif bold;margin:0 auto 0 auto;
	box-shadow: inset 0px 0px 10px 4px rgba(27, 55, 68, 0.75);
	-moz-box-shadow: inset 0px 0px 10px 4px rgba(27, 55, 68, 0.75);
	-webkit-box-shadow: inset 0px 0px 10px 4px rgba(27, 55, 68, 0.75);
}

.bar { background:url(/maintain/graphics/perc-loader-bg.png);background-color:#09F; width:0%; height:25px; border-radius:8px; }
.percent {position:absolute; width:400px; top:6px; color:#fff;text-align:center;}

/*.percent { position:absolute; display:inline-block; top:6px; left:40%;color:#fff;text-align:center;}*/

.blueButton{
   border: 1px solid #8ec1da;
   background-color: #ddeef6;
   border-radius: 4px;
   box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
   -o-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
   -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
   -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
   color: #3985a8;
   text-shadow: 0 1px #fff;
   padding: 5px 20px;
   cursor: pointer;
}

.redButton{
   border: 1px solid #8ec1da;
   background-color: #ff8282;
   border-radius: 4px;
   box-shadow: inset 0 1px 3px #fff, inset 0 -15px #ff3300, 0 0 3px #8ec1da;
   -o-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #ff3300, 0 0 3px #8ec1da;
   -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #ff3300, 0 0 3px #8ec1da;
   -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #ff3300, 0 0 3px #8ec1da;
   color: #FFF;
   text-shadow: 0 1px #666;
   padding: 5px 10px;
   cursor: pointer;
}

.greenButton{
   border: 1px solid #8ec1da;
   background-color:#96D27B;
   border-radius: 4px;
   box-shadow: inset 0 1px 3px #fff, inset 0 -15px #33AC39, 0 0 3px #8ec1da;
   -o-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #33AC39, 0 0 3px #8ec1da;
   -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #33AC39, 0 0 3px #8ec1da;
   -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #33AC39, 0 0 3px #8ec1da;
   color: #FFF;
   text-shadow: 0 1px #666;
   padding: 5px 10px;
   cursor: pointer;
   text-decoration:none;
}

.DOholder {
	position:relative;
	width:650px
	;margin:0 auto 0 auto;
	padding:15px 40px 40px 40px;
	/* background:#B3D2EC; */
	background:#fff;
	font:14px Arial, Helvetica, sans-serif;
	color:#155686;
	-webkit-border-radius: 8px;  
	-moz-border-radius: 8px;  
	border-radius: 8px; 
}

/* DO Inner Page Heading */

.DOpageHeading {
	position: absolute;
	width: 330px;
	height: 30px;
	text-align: right;
	top: 15px;
	right: 30px;
}

.DOpageHeading h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:25px;
	color:#F93;
	margin:0;
	padding:0;
}

/* DO Style Navigation Buttons */

.DOnav ul, .DOdomButtons ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.DOdomButtons li{
	float:left;
	list-style-type:none;
}

.DOnav li{
	background-color:#CCC;
	float:left;
	list-style-type:none;
	background-repeat:no-repeat;
	line-height:50px;
	width:45px;
	height:45px;
	margin:0;
	padding:0;
	margin-right:15px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}

.DOnav li a, .DOnav li a:visited, .DOnav li a:hover {
	display: block;
	text-decoration: none;
	height: 45px;
	background-repeat: no-repeat;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}

.DOnav:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.DOaddButton {
	background:url(/maintain/graphics/icons2013/plus_32.png) center no-repeat;
}

.DOaddButton a:hover {
	background:url(/maintain/graphics/icons2013/plus_32.png) center no-repeat #F93;
}

.DOemailButton {
	background:url(/maintain/graphics/icons2013/email_32.png) center no-repeat;
}

.DOemailButton a:hover {
	background:url(/maintain/graphics/icons2013/email_32.png) center no-repeat #F93;
}

.DOexitButton {
	background:url(/maintain/graphics/icons2013/logout_32.png) center no-repeat;
}

.DOexitButton a:hover{
	background:url(/maintain/graphics/icons2013/logout_32.png) center no-repeat #F93;
}

.DOemptyButton {
	text-indent:0px;
}
.DOemptyButton a {
	color:#fff;
	font-size:35px;
	padding-left:9px;
}

.DOemptyButton a:hover{
	background:#F93;
}

.DOviewButton {
	background:url(/maintain/graphics/icons2013/view_32.png) center no-repeat;
}

.DOviewButton a:hover{
	background:url(/maintain/graphics/icons2013/view_32.png) center no-repeat #F93;
}

.DOperformanceButton {
	background:url(/maintain/graphics/icons2013/performance_32.png) center no-repeat;
}

.DOperformanceButton a:hover {
	background:url(/maintain/graphics/icons2013/performance_32.png) center no-repeat #F93;
}

.DOprintButton {
	background:url(/maintain/graphics/icons2013/printer_32.png) center no-repeat;
}

.DOprintButton a:hover {
	background:url(/maintain/graphics/icons2013/printer_32.png) center no-repeat #F93;
}


.DOconfigButton {
	background:url(/maintain/graphics/icons2013/settings_32.png) center no-repeat;
}

.DOconfigButton a:hover {
	background:url(/maintain/graphics/icons2013/settings_32.png) center no-repeat #F93;
}

.DOreportsButton {
	background:url(/maintain/graphics/icons2013/statistics_32.png) center no-repeat;
}

.DOreportsButton a:hover {
	background:url(/maintain/graphics/icons2013/statistics_32.png) center no-repeat #F93;
}

.DOtrashButton {
	background:url(/maintain/graphics/icons2013/trash_32.png) center no-repeat;
}

.DOtrashButton a:hover {
	background:url(/maintain/graphics/icons2013/trash_32.png) center no-repeat #D9230F;
}



/* Huge Buttons */

.DOhugeButtons {
	display:inline-block;	
 	list-style: none outside none;
    text-align: center;
	width:85%;
}

.DOhugeButtons li{
	background-color:#CCC;
	color:#fff;
	float:left;
	list-style-type:none;
	text-align:center;
	background-repeat:no-repeat;
	line-height:43px;
	width:100%;
	height:45px;
	margin:5px 0;
	margin-right:15px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}

.DOhugeButtons li a:hover{
	background:#F93;
}

.DOhugeButtons a, .DOhugeButtons li a, .DOhugeButtons li a:visited, .DOhugeButtons a:hover {
	display: block;
	color:#fff;
	padding:0;
	text-decoration: none;
	text-indent:0px;
	height:45px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}




.DOminiEditButton a {
	background:url(/maintain/graphics/icons2013/edit_16.png) #CCC no-repeat center;
	display: inline-block;
	margin-left:4px;
	text-decoration: none;
	text-indent: -9999px;
	height: 20px;
	width:30px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}

.DOminiAddButton a {
	background:url(/maintain/graphics/icons2013/plus_16.png) #CCC no-repeat center;
	display: inline-block;
	margin-left:4px;
	text-decoration: none;
	text-indent: -9999px;
	height: 20px;
	width:30px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}

.DOminiInfoButton a {
	background:url(/maintain/graphics/icons2013/info_16.png) #CCC no-repeat center;
	display: inline-block;
	margin-left:4px;
	text-decoration: none;
	text-indent: -9999px;
	height: 20px;
	width:30px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}

.DOminiTrashButton a {
	background:url(/maintain/graphics/icons2013/trash_16.png) #CCC no-repeat center;
	display: inline-block;
	margin-left:4px;
	text-decoration: none;
	text-indent: -9999px;
	height: 20px;
	width:35px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}

.DOminiEditButton a:hover, .DOminiAddButton a:hover, .DOminiInfoButton a:hover {
	background-color:#F93;
}

.DOminiTrashButton a:hover, .DOdomButtonNo a:hover  {
	background-color:#D9230F;
}

.DOdomButtonYes a:hover  {
	background-color:#86A323;
}

.DOtableHeader {
	background:#1F63A7;
	color:#fff;
	height:30px;
}

 
/* Table row color styles */

.DOtblBgStyle1 {
	background-color:#E9F2FC;
}

.DOtblBgStyle2 {
	background-color:#EBF5FC;
}

.DOdataRowHover {
	color:#C06521;
	background-color:#FBE7D0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBE7D0), to(#FDD1B5));
	background: -webkit-linear-gradient(top, #FBE7D0, #FDD1B5);
	background: -moz-linear-gradient(top, #FBE7D0, #FDD1B5);
	background: -ms-linear-gradient(top, #FBE7D0, #FDD1B5);
	background: -o-linear-gradient(top, #FBE7D0, #FDD1B5);
}

#DOyouSure {
	width:auto;
	height:119px;
}

#DOyouSureQHolder{
	background:	#D9230F;
	height:30px;
	padding-top:5px;
	color:#fff;
	text-align:center;
	font:18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D9230F), to(#561022));
	background: -webkit-linear-gradient(top, #D9230F,#561022);
	background: -moz-linear-gradient(top, #D9230F, #561022);
	background: -ms-linear-gradient(top, #D9230F, #561022);
	background: -o-linear-gradient(top, #D9230F, #561022);
}

.textRight {
	text-align:right;	
}

.DOdomButtonYes a{
	background:url(/maintain/graphics/icons2013/badge_accept_32.png) #CCC no-repeat 5px 5px;
	display:inline-block;
	float:left;
	font:15px Tahoma, Geneva, sans-serif;
	text-decoration:none;
	list-style-type:none;
	text-indent:none;
	width:80px;
	height:30px;	
	text-align:center;
	padding:10px 0 0 10px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
	color:#fff;
}

.DOdomButtonNo a{
	background:url(/maintain/graphics/icons2013/badge_cancel_32.png) #CCC no-repeat 5px 5px;
	display:inline-block;
	float:left;
	font:15px Tahoma, Geneva, sans-serif;
	text-decoration:none;
	list-style-type:none;
	text-indent:none;
	width:80px;
	height:30px;	
	text-align:center;
	padding:10px 0 0 10px;
	margin-left:40px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
	color:#fff;
}

.DOpopTitleHolder {
	width:auto;
	background:#1F63A7;
	height:30px;
	position:relative;
	color:#fff;
	line-height:30px;
	text-align:center;
	font:14px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding:4px 0 0 0;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}