/*The styling for the body of the page */
body {font-size:.73em;font-family:verdana,helvetica,"sans serif"}

/*The div that positions the body of the page*/
div#container{position:relative;width:760px;margin:auto;margin-top:40px;min-height:400px;padding:10px;}

/*The div for the top heading with the IS logo*/
div#header{position:absolute;width:760px;height:125px;left:0px;top:0px}


/*The div for the side menu*/
div#menu {position:absolute;width:190px;left:0px;top:55px;padding:10px;background-color:#D3D3D3;}

div#menu2 {position:absolute;width:190px;left:0px;top:75px;padding:10px;}

/*The div for Positioning for the content encased by the heading and menu*/
div#content{position:absolute;width:530px;left:210px;top:55px;padding:10px;}

/*Div for the bottom menus*/
div#homecontent {text-align:center;}
div#homecontent2 {text-align:center;}

/*The rows of of each main input on Advanced Search Page*/
.row {clear:both;padding-top:0px;}
/*Floats the name to the left on Advanced Search*/
.label {float:left;width:150px;padding:10px;text-align:right;color:#804000}
/*Floats the input area to the right on Advanced Search*/
.forminput {float:right;width:345px;} 
/*colors a single label*/
span#labeldays {color:#804000}
/*Floats the dropdown categories to the left on Advanced Search*/

/*Positions the radio buttons on Advanced Search*/
.checkradio {width:300px;padding:5px;margin-left:150px;color:#804000}
.checkradio2 {width:300px;padding:5px;margin-left:100px;color:#804000}
.checkradio3 {width:300px;padding:5px;margin-left:75px;color:#804000}

/*Colors for the link states*/
a:visited {color:#804000;text-decoration: none;}
a:link {color:#804000;text-decoration: none;}
a:hover {color:#660000}

/*Color for the divider*/
hr{color:white}


/*Styling for the Captions and Headings on the advanced search page*/
.catheading2 {color:#804000; font-weight:bold; text-align:left}

/*Color for the Heading on Search Page*/
span#searchtxt {color:#804000}

/*Positioning for the Search Page*/
div#searchmnu{text-align:right}

/*Who knows....*/
img#imgheader {height:55px;width:760px}

/*Divider at the bottom of the page*/
hr#hrhome {width:300px; color:#990000}

/*Styling for the IS logo at bottom of page*/
img#isolog {width:70px;height:72px}

/*Positioning of input for Search Page*/
input#searchbtn {margin-top:5px;margin-bottom:0px}

/*Styling for common fieldsets*/
fieldset{border-width:0px}

/*Length of dropdown boxes on search page */
select {width:185px}


/*length of the bottom date choice boxes*/
select#numdays,select#frommonth, select#fromdate, select#tomonth, select#todate  {width:48px}
select#toyear,select#fromyear {width:53px}

/*List on the menu include*/
ul {margin:0px;padding:0px}
/*List on the menu include*/
ul li {list-style-type:none;margin-bottom:5px; margin-left:5px}

/*The URL field from the database*/
tr#objFileURL {visibility:hidden}

/*Table Design*/
table#display{width:100%;border-width:0px}

/*Table Design*/
table#display td, table#display th {border-width:0px;font-size:9pt;}

/*Table Design*/
th {text-align:left}

/*Title in the Table*/
span#title {color:black;font-weight:bold;}

textarea#objFileDescription {width:300px;height:50px}
