/******************************** 
     Shared Basic Styles
********************************/ 

/* basic floats */
.floatLeft {float:left;}
.floatRight {float:right;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
.clearBoth {clear:both;}

/* fieldset layouts */
fieldset {
  padding:.75em;
  vertical-align:top;
  margin:1em;
}
legend {font-weight:700;}

/* Basic styles */
h1 {font-size:190%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:90%;}
hr {border-bottom:1px solid #dcdcdc;line-height:1px;}
ul {list-style:none;}
p {margin:1em;}


 /* gridview zebra striping */
/*.alt {background-color:#dcdcdc;}*/

.RadGrid_Office2007 th {font-weight:700;}
.RadGrid_Office2007 th a {text-decoration:underline;}
.RadGrid_Office2007 tr:hover {background-color:#dcdcdc;}
.RadGrid {border:1px solid #D0D7E5;border-width:1px 1px 0 1px;}

.xsmall {font-size:85%;}

.red {color:#ff0000;font-weight:700;}

.help {cursor: help;text-decoration: none;}

.kiosk {background:url(https://ssl.netfile.com/agency/img/kiosk.jpg) repeat center;}

*.restricted,/* Support level access sections */
html .restricted {color:green !important;font-weight:900 !important;}


#login label{margin:0;} /* Login pages */

/* terminated filers get lined through */
.terminated,.terminated td {text-decoration:line-through;}



/******************************** 
     Buttons with Mini Icons
	  and mini icons for misc.
	  links throughout systems.
********************************/ 


.external { /* mini icon for links to external sites */
  background: transparent url(https://ssl.netfile.com/agency/img/icon_external.gif) no-repeat right 0;
  padding:2px 20px 2px 0; 
}


.pdf { /* mini icon for PDF's to be downloaded */
  background: url(https://ssl.netfile.com/agency/img/icon_pdf.gif) no-repeat right 0;
  padding:2px 20px 2px 0; 
}
.xls { /* mini icon for links to download excell spreadsheets */
  background: url(https://ssl.netfile.com/agency/img/icon_xls.gif) no-repeat right 0;
  padding:2px 20px 2px 0;
}
.doc { /* mini icon for links to download word documents */
  background: url(https://ssl.netfile.com/agency/img/icon_doc.gif) no-repeat right 0;
  padding:2px 20px 2px 0;
}

.error { /* on page errors - next to location of error */
  background: transparent url(https://ssl.netfile.com/agency/img/error.gif) no-repeat 1px 5px;
  padding-left:20px;
  font-size:.88em;
  font-weight:900;
  color:red;
 }
 
.complete { /* on page success - at top of page */
  background: url(https://ssl.netfile.com/agency/img/edit.gif) no-repeat 1px 5px;
  color:green;
  font-size:.88em;
  font-weight:900;
  padding-left: 20px; 
}

.submit {
	
}
