body {
    font-family:  "Lucida Grande", Arial, sans-serif;
    font-size: 12px;
}

/* ------ YUI DataTable CSS --------- */

.yui-dt-table {
    border-left: solid 1px #FFFFCD;
    border-top: solid 1px #FFFFCD;
    border-bottom: solid 1px #FFFFCD;
    font-family:  "Lucida Grande", Arial, sans-serif;
    font-size: 14px;
    border-collapse: collapse;
    align: left;
    width: 90%;
    padding: 5px;
    margin-left: 3.5em;
}

.yui-dt-table th {
	text-align: center;
	border-right: solid 1px #FFFFCD;
	border-bottom: solid 1px #FFFFCD;
	background: darkblue;
	padding: 2px;
	color: white;
	padding-left: 1em;
	padding-right: 1em;
}

.yui-dt-table th a {
    color: white;
    text-decoration: none;
}

.yui-dt-paginator {
position: relative;
	left: 25px;
  font-size: 15px;
}

.yui-dt-table th a:hover {
    color: #EEEEEE;
}


.yui-dt-table td {
    text-align: right;
    border-right: solid 1px #C8C884;
    padding: 2px;
}

.yui-dt-scrollable th { border-left: 1px solid #777 !important; }
.yui-dt-table .yui-dt-even {background-color:#FFFFFF;}
.yui-dt-table .yui-dt-odd {background-color:#D7D7D7;}
.yui-dt-table .yui-dt-selected {background-color:#bdcede;}
.yui-dt-table th a {color:#fff ! important;}

p.paging {
    text-align: center;
    font-weight: bold;
}

p.paging a {
    color: black;
}

table.area {
    border-left: solid 1px #FFFFCD;
    border-top: solid 1px #FFFFCD;
    border-bottom: solid 1px #FFFFCD;
    font-family:  "Lucida Grande", Arial, sans-serif;
    font-size: 14px;
    border-collapse: collapse;     
    align: left;
    padding: 5px;
    margin-left: 3.5em;
}

table.area th {
    text-align: center;
    border-right: solid 1px #FFFFCD;
    border-bottom: solid 1px #FFFFCD;
    background: darkblue;
    padding: 2px;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
}

table.area th a {
    color: white;
    text-decoration: none;
}

table.area th a:hover {
    color: #EEEEEE;
}
    
table.area td {
    text-align: right;
    border-right: solid 1px #C8C884;
    padding: 2px;
}


table.area tr.even {
    background: #FFFFFF;
}


table.area tr.odd {
    background: #D7D7D7;
}

p.paging {
    text-align: center;
    font-weight: bold;
}

p.paging a {
    color: black;
}

/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;
      }
    #tabsB ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

        #tabsB #current a {
                background-position:0% -42px;
        }
        #tabsB #current a span {
                background-position:100% -42px;
        }



/***********************************************/
/*  ***** Y LIST CSS  ******** 		       */
/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 175px;
	margin: 0px;
	padding: 5px;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
	padding: 10px;
	width: 60%;
}
#contentTable{
	padding: 10px;
	width: 90%;
}
/***********************************************/
/* navBar                                      */
/***********************************************/

.selectBox {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: medium solid #7F9DB9;
}



.selectTxt{
 font-family: Arial,sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #006699;
}

#selectLabel{
  position: relative;
	width: 173px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.selectLabelTxt{
	position: relative;
	width: 65px;
	height: 30;
	height: auto;
	margin: 0px;
	
}
.selectLabelSel{
	position: relative;
	width: 173px;
	margin: 0px;
}

selectLabelSelLong{
	position: relative;
	width: 175px;
	margin: 0px;
}



/***********************************************/
/* searchBox Divs                              */
/***********************************************/

.searchBoxTitle {
   position: relative;
	background-color: darkblue;
	width: 500px;
	border-left: 1px solid #C8C884;
	border-top: 1px solid #C8C884;
	border-right: 1px solid #C8C884;
	border-bottom: 1px solid #C8C884;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;	
}

.searchBox {
   position: relative;
	background-color: #FFFFCD;
	width: 500px;
	height: 50px;
	border-left: 1px solid #C8C884;
	border-top: 1px solid #C8C884;
	border-right: 1px solid #C8C884;
	border-bottom: 1px solid #C8C884;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
}

.searchInput {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 200px;
	border: 1px solid #7F9DB9;
}
.searchCheckBox {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


.searchSubmit {
	background-color: #FFFFFF;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px;
	font-weight:bolder;
}

.searchSpace { 
	float: left;
	width: 210px;
	font-size: 10px;
	font-weight:bolder;
	color: #006699;
	
}

/***********************************************/
/* table Divs                                  */
/***********************************************/

.tableBox {
	position: relative;
	background-color: #D7D7D7;
	width: 600px;
	height: 30px;
	border: 1px solid #cccccc;
	border-top: 0px;
	padding: 5px;
	left: 1px;
}

.rowNum {
	float: left;
	width: 25px;
	font-size: 14px;
	font-weight:bolder;
	color: #000000;
}

.tableSpace {

	
	width: 200px;
	font-size: 12px;
	font-family: Arial,sans-serif;		
	color: #000000;
}
.tableSpaceSmall {

	
	width: 150px;
	font-size: 12px;
	font-family: Arial,sans-serif;		
	color: #000000;
}
.tableSpaceBig {

	
	width: 300px;
	font-size: 12px;
	font-family: Arial,sans-serif;	
	color: #000000;
}

.tableBox1 {
	position: relative;
	background-color: #FFFFFF;
	width: 600px;
	height: 30px;
	border: 1px solid #cccccc;
	padding: 5px;
	left: 1px;
}

.tableHighTxt{
 font-family: Arial,sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #0000099;
}


/***********************************************/
/* Details Page Divs                           */
/***********************************************/

.infoBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	background-color: #ABC4CD;
	letter-spacing: normal;
	word-spacing: normal;
	margin: 1px;
	padding: 1px;
	width: 500px;
}
.headerTxt {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.permitBox {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 600; color: #FFFFFF; background-color: #ABC4CD; letter-spacing: normal; text-indent: 0px; word-spacing: normal; margin: 5px; padding: 5px; width: 175px; }
.arialTxt {font-family: Arial, Helvetica, sans-serif}
.titleTxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: 700;
	font-size: 12px;
	font-variant: small-caps;
}
.tabcBox {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 600; color: #FFFFFF; background-color: #588494; letter-spacing: normal; text-indent: 0px; word-spacing: normal; margin: 5px; padding: 5px; width: 175px;
}
.traBox {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 600; color: #FFFFFF; background-color: #4D6AE1; letter-spacing: normal; text-indent: 0px; word-spacing: normal; margin: 5px; padding: 5px; width: 175px;
}
.tableBorder {
	margin: 0px;
	padding: 0px;
	border: thin dotted #999999;
}

a.white:active { color: #FFF0CF;text-decoration: underline;}
a.white:visited {color: #52458D;text-decoration: underline;}
a.white:link {color: ##436FFF;text-decoration: underline;}
a.white:hover {color: #4040FF;text-decoration: underline;}
