@CHARSET "UTF-8";

th {
   text-align:left;	
}

#setupFooter {
	background:#E1EEF4;
	border:solid 1px #5CBADE;
	padding:0px;
	height:26px;
}

#setupFooter a {
	font-weight:bold;
}

#setupHeader {
	width:100%;
}

#setupHeader h1 {
	padding:5px;
	font-size:14px;
	color:#000;
}

#content_bar {
	width:760px;	
}

#workStage {
	min-height:300px;
	height: auto !important;
	height: 300px;	
}

.ok {
	font-weight:bold;
	color:#19BA08 ;
}

.warning {
	font-weight: bold;
	color:#D3130E;
}

.warningBox {
	border:solid 1px #BBB;
	background-color:#FFF4D8;
	background-image:url(../img/lightbulb.gif);
	background-repeat: no-repeat;
	background-position:3px 4px;
	padding:5px 5px 5px 25px;
	margin:0;
	color:#666666;
}

.errorBox {
	border:solid 1px #FF0000;
	font-family:verdana;
	background-color:#FEEDC9;
	background-color:#FFF4D8;
	background-image:url(../img/exclamation.gif);
	background-repeat: no-repeat;
	background-position:6px 4px;
	color:#000;
	margin:10px 2px auto 2px;
	padding:5px 5px 5px 28px;
	font-weight:bold;
}

.messageBox {
	border:solid 1px #0BD1AE;
	background-color:#C4F0E8; 
	background-image:url(../img/accept.gif);
	background-repeat: no-repeat;
	background-position:6px 4px;
	color:#000;
	margin:2px 2px auto 2px;
	padding:5px 5px 5px 28px;
	font-weight:bold;
}
#checkResults {
	border-collapse:collapse;	
}

#ckeckResults .label {
	padding: 4px 4px;
	border:solid 1px #EEE;
}

#ckeckResults .status {
	padding:3px;
	border:solid 1px #EEE;
}

#LayerSystem {

   position:absolute;
   left:350px;
   top:170px;
   width:400px;
   height:121px;
   z-index:10;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: 18px;
   font-weight: normal;
   font-variant: normal;
   border:none;
}

.autoindex_td {
   padding-right:10px;
}

.autoindex_table {
   width:80%;	
}

.autoindex_td_right {
   text-align:right;
   padding-left:10px;
}

.autoindex_th_right {
   text-align:right;
}
