
body
{
	font-family: Arial, Georgia, Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	margin : 0;
	padding : 0;
		  background-image : url("../images/background-tile.gif");
	  background-repeat :repeat-y;
	  background-position : top left;
}


.hidden
{
	display : none;
	visibility : hidden;
}

A:link
{
	text-decoration : none;
	font-weight : bold;
}

A.name
{
	Text-Decoration : none;
}

A:Visited
{
	font-weight : bold;
	Text-Decoration : none;
}

A:Hover
{
	font-weight : bold;
}

hr
{
	background : none;
	height : 0;
}

img
{
	border : 0;
}

#footer
{
	clear : left;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:  0.6em;
	text-decoration: none;
	font-weight: normal;
	text-align : right;
	margin : 0;
	padding : 0;
	width : 743px;
	margin : 0 auto;
}

#footer ul
{
	list-style: none;
	margin : 0;
	padding : 0;
}

#footer ul li
{
	display: inline;
	padding:0;
	margin: 0;
	padding:1px 1em;
}

#footer ul li a
{
	font-weight : bold;
	text-decoration:none;
}

.adminbar
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-decoration: none;
	font-weight: normal;
}

.adminbar ul
{
	list-style: none;
	margin : 0;
	padding : 0;
	/*background-color : #FFFFFF;*/
	background-image : none;
}

.adminbar ul li
{
	display: inline;
	padding:0;
	margin: 0;
	padding:1px 1em;

}

.adminbar ul li a
{
	font-size : 1em;
	font-weight : bold;
	text-decoration:none;
}


.crumbblock
{
	display : block;
	width : 100%;
	height : 110px;
	border-left : 20px;
	border-top : 4px;

	background-image : url("../images/ssslogo.gif");
        background-repeat : no-repeat;
        background-position : top left;

}

.optblock
{
	margin : 0;
	padding : 0;
	padding-top : 0px;
	padding-bottom : 0;
	float : right;
	text-align : left;
	width : 120px;
	padding-right : 15px;
	padding-top : 5px;
	padding-bottom : 3px;
	/*margin-top : 5px;*/
	/*background-image : url("images/roundright.gif");
	background-position : top right;
	background-repeat : no-repeat;*/

	display :inline;
}

* html .optblock
{
	width : 130px;
}

.optblock ul
{
	margin : 0;
	padding : 0;
	list-style : none;
	font-size : 0.6em;
}

.optblock ul li
{
	margin : 0;
	padding : 0;
	display :inline;
}

.optblock ul li a, .optblock ul li a:visited
{
	text-decoration:none;
	padding : 2px;
	font-weight : lighter;
}

.optblock ul li a:hover
{
	text-decoration:none;
	padding : 2px;
}

input
{
	font-family: San-Serif;
	font-size: 1em;
}

input.button
{
	font-weight : bold;
}

textarea
{
	font-family: San-Serif;
	font-size: 1em;
}


#main
{
      height : 100%;
      margin : 0;
      text-align : left;
	  background-image : url("../images/background-tile.gif");
	  background-repeat :repeat-y;
	  background-position : top left;
}

#sidemenu
{
      float : left;
      width : 170px;
      height : 100%;
      margin : 0;
      padding:0;
      padding-top : 10px;
      text-align : center;
      font-size : 12px;
      clear : left;
      padding-right : 10px;
      padding-bottom : 40%;
}


* html #sidemenu
{
	width : 185px;
}

#sidemenu a
{
	text-decoration : none;
}

#menu
{
	width : 100%;
}

#menu ul
{
	list-style: none;
	margin : 0;
	padding:0;
	width : 100%;
}

#menu ul li
{
	padding:0;
	margin: 0;
	padding-top : 10px;
	width : 100%;
	height : 27px;
	background-image : url("../images/button_bg.jpg");
	background-position : center;
	background-repeat : no-repeat;
}

#menu ul li.current
{
	padding:0;
	margin: 0;
	padding-top : 10px;
}

#menu ul li a
{
	padding-left : 5px;
	font-weight:bold;
	text-decoration:none;
	width : 100%;
}

.contentbox
{
	margin : 0;
	padding: 0;
	height : 100%;
	padding-top : 30px;
	margin-right : 0px;
	margin-left : 188px;
	padding-left : 20px;
	padding-bottom : 20%;
	background-image : url("../images/corner.gif");
	background-position : top left;
	background-repeat : no-repeat;
}

#content
{
	padding : 0;
	margin : 0;
	margin-left : 4px;
	height : 100%;
	line-height : 1.3em;
	font-family: Geogia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	font-weight: normal;
	padding-bottom : 5%;
	width : 95%;
}


* html .contentbox
{

	height : 80%;
	padding-bottom : 0;
}

#content h1
{
	font-family: Georgia,Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	margin-left : 5px;
}

#content h1.warning
{
	color : #FF0000;
}

#content  h2
{
	font-family: Georgia,Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin-left : 5px;
}

#content h3
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	margin:0;
	margin-top: 5px;
}

#content > h4
{
	font-weight : bold;
	font-size : 1em;
}

#content form dl dt
{
	font-weight : bold;
}

#content form dl dd
{
	margin-left : 5px;
	margin-bottom : 5px;
}

ul.sitemap
{
	padding: 5px;
	margin: 0;
}

ul.sitemap ul
{
	padding : 0;
	margin: 0 0 0 10px;
	line-height: 10px;
}

ul.sitemap li
{
	list-style: none;
	background-image: url("../images/dotted.gif");
	background-repeat: repeat-y;
	padding: 2px 0 2px 10px;
	text-indent: 0px;
	background-position: 9px 0;
}

* html ul.sitemap li
{
	padding: 2px 0 2px 10px;
	line-height: 10px;
}

ul.sitemap li.pagelist
{
	list-style: none;
	background-image: url("../images/dotted.gif");
	background-repeat: repeat-y;
	background : none;
	padding: 2px 0 2px 0px;
	text-indent: 0px;
	background-position: 9px 0;
}

ul.sitemap li.pagelist ul
{
	display : block;
	position: relative;
/*	background-color : #F2F2F2;*/
	top: 0;
	left: 0;
	margin : 0;
	padding : 0;
}

* html ul.sitemap li.page, * html ul.sitemap li.lastpage
{
	margin-bottom: -5px;
	line-height: 1em;
/*	float : left;
	clear : left;
*/
	height : 12px;
}

ul.sitemap li.page a,ul.sitemap li.lastpage a
{
	font-size : 1em;
	color : #000000;
	background-image: url("../images/hdotted.gif");
	background-repeat: no-repeat;
	background-position : center left;
	padding : 0;
	padding-left : 10px;
}

ul.sitemap li.page a:hover ,ul.sitemap li.lastpage a:hover
{
	color : #0000FF;
}

* html ul.sitemap li.page a
{
	text-indent : 0px;
	height: 1%;
}

* html ul.sitemap li.lastpage a
{
	text-indent : 0px;
	height: 1%;
	line-height : 3em;
}

ul.sitemap li.subcategory
{
	padding : 0;
	padding-left : 10px;
}

* html ul.sitemap li.subcategory
{
/*	float : left;*/
}

ul.sitemap li.category a
{
	background-image: url("images/hdotted.gif");
	background-repeat: no-repeat;
	background-position : center left;
	padding : 0;
	padding-left : 10px;
	text-indent : 16px;
}


* html ul.sitemap li.category a
{
	clear : left;
	text-indent : 0px;
	height: 1%;
}

ul.sitemap li.parcategory a
{
	background-image: url("images/hdotted.gif");
	background-repeat: no-repeat;
	background-position : center left;
	padding : 0;
	padding-left : 10px;
	text-indent : 16px;
}


* html ul.sitemap li.parcategory a
{
	text-indent : 0px;
	height: 1%;
}

ul.sitemap li.subcategory a
{
	background-image: url("images/hdotted.gif");
	background-repeat: no-repeat;
	background-position : center left;
	padding : 0;
	padding-left : 14px;
	text-indent : 16px;
}

* html ul.sitemap li.subcategory a
{
	text-indent : 0px;
	height: 1%;
}

#content dl dt
{
	font-weight : bold;
}

#content dl dd
{
	margin-left : 1em;
}

#contentitem
{
	margin:0;
	margin-top : 4px;
}

#login
{
	float : left;
	width : 20px;
	font-weight:normal;
}

#login a
{
	float : left;
	width : 20px;
	font : 100%/140% Symbol;
	font-size : 1em;
	font-weight:normal
}

.phpdigHighlight { font-weight: bold; }

.fineprint
{
	margin-top : 20%;
	font-size : 0.8em;
}

.pageinfo
{
	padding : 0;
	margin : 0;
	font-size : 0.7em;
	text-align : center;
}

.detail
{
	font-weight : lighter;
	font-size : 0.8em;
}

.overscore h1
{
	font-size : 1.5em;
}

.pageheader
{
	display : none;
}

.pagetitle
{
	display : none;
}

.tableheader
{
 float : left;
    width:100%;
    font-size:93%;
    line-height:normal;
}

.tableheader ul
{
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}

.tableheader li
{
	display : inline;
	margin : 0;
	padding : 0;
}

.tableheader a
{
	float:left;
	margin:0;
	padding:0 0 0 9px;
	background-repeat :     no-repeat;
	background-position :	top left;
	text-decoration : none;
	width:.1em;
}


.tableheader > ul a {width:auto;}

.tableheader a span
{
	float : left;
	display:block;
    background-repeat : no-repeat;
	background-position:top right;
	margin : 0;
	padding:5px 15px 4px 6px;
	font-weight : bold;

}

.tableheader .inactive
{
	float:left;
	margin:0;
	padding:0 0 0 9px;
	background-repeat :     no-repeat;
	background-position :	top left;
	border-bottom:1px solid #765;
	text-decoration : none;
	display : block;
}

.tableheader .inactive span
{
	float : left;
	display:block;
        background-repeat : no-repeat;
	background-position:top right;
	margin : 0;
	padding:5px 15px 4px 6px;
	font-weight : bold;
	color:#765;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tableheader a span {float:none;}
/* End IE5-Mac hack */

.tableheader a:hover span
{
	padding:5px 15px 4px 6px;

}

.tableheader #current a
{
   background-position:0% -150px;
    border-width:0;
}

.tableheader #current a span
{
	background-position:100% -150px;
	padding-bottom:5px;

}

.tableheader a:hover
{
	background-position:0% -150px;
}

.tableheader a:hover span
{
	background-position:100% -150px;
}


.datatable
{
	margin : 0 auto;
	padding-top : 5px;
	width : 90%;
}

#content .datatable h1
{
	font-size : 1.5em;
	padding : 5px;
}

.datatable table
{
	margin-top : 20px;
	font-size : 0.75em;
	width : 100%;
	overflow : auto;
}

.datatable th
{
	font-size : 1.5em;
	text-align : left;
	padding-left : 5px;
}

* html .datatable th
{
	font-size : 1.5em;
}

.datatable tr td
{
	width : auto;
	padding : 5px;

}

* html .datatable tr td
{
	font-size : 1.25em;
}

.datatable tr
{
	width : auto;
	height : 30px;
}

.buttonstrip, .tablefooter, .tablebuttons
{
	display : block;
	width : 100%;
}

.hidden
{
	display : none;
}

body
{
	Background-Color : #FFFFFF;
	Color : #6c6c6c;
}

A:link
{
	color : #005848;
}

A:Visited
{
	color : #005848;
}

A:Hover
{
	color : #207568;
}

hr
{
	border: 1px solid #FFFFFF;
}

#footer ul li
{
	border-right: 1px solid #000000;
}

#footer ul li a:visited, #footer ul li a
{
	color : #005848;
}

#footer ul li a:hover
{
	color : #207568;
}

.adminbar ul
{
	background-color : #005848;
	color : #000000;
}

.adminbar ul li
{
	border-right: 1px dotted #F2F2F2;
}

.adminbar ul li a, .adminbar ul li a:visited
{
	color:#F2F2F2;
}

.adminbar ul li a:hover
{
	color:#FFFFF0;
}

.crumbblock
{
	background-color : #005848;
	border-left: 20px solid #005848;
	border-top : 4px solid #005848;

}

.optblock ul li a, .optblock ul li a:visited
{
	color:#F2F2F2;
	background-color : #304060;
	border : 1px solid #336699;
}

.optblock ul li a:hover
{
	color:#F2F2F2;
	background-color : #114477;
	border : 1px solid #5588AA;
}

input
{
	border : 1px solid #005848;
	color : #000000;
	background-color : #FFFFFF;
}

input.button
{
	color : #005848;
}

textarea
{
	color: #000000;
	background-color: #ffffff;
	border : 1px solid #6699cc;
}

#sidemenu
{
	/*border-left : 1px solid #DDDDD0;*/
	background-color : #005848;
}

#menu ul li
{
	/*background-color : #A5C1B8;*/
}

#menu ul li:hover
{
	/*background : #B5D1C8;*/
	color:#000000;
}

#menu ul li a
{
	color:#000000;
	/*border-left : 10px solid #304050;*/
}

#menu ul li a:hover
{
	color:#6c6c6c;
	/*background : #B5C1B8;*/
	/*border-left : 10px solid #005848;*/
}

#main
{
	/*background-color : #FFFFFF;*/
	/*border : 2px solid #600000;*/
}

* html #main
{
	background-color : #005848;
}

.contentbox
{
	background-color : #FFFFFF;
/*	border-right : 1px solid #DDDDD0;*/
/*	border-left : 1px solid #DDDDD0;*/
}

#content
{
	color: #000000;
}

.pageinfo
{
	color : #6C6C6C;
}

.pageinfo a:visited, .pageinfo a
{
	color : #C00000;
}

#login a:visited,#login a
{
	color : #C00000;
}

#login a:hover
{
	color : #F00000;
}
