/*-----------------------------------------------------------------------------
[AGCVT] Screen Stylesheet

version:   1.1
date:      15 June 2007
author:    Thorworx
email:     webmaster@thorworx.com
website:   http://www.thorworx.com

-----------------------------------------------------------------------------*/
* {
	margin:0; 
	padding:0;
	border: 0;
}
/*height: 100%;*/
html {  }

body {
	background-color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	padding:0px;
	margin:0px;
}
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.hidden { display: none;}
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
div.spacer {
	clear: both;
	width: auto;
	margin: 0px;
	padding: 0px;
  }

.date {
	font-size: 9px;
	font-style: italic;
	color: #333333;
}

p, h2, ul {
	margin: 0px; 
	padding: 5px 20px 5px 20px; 
}

h1 {
	font-size: 14px;
	color: #990000;
	padding:15px 15px 5px;
	margin:0px
}

h2 {
	font-size:12px;
	padding-top:10px;
	color: #990000;
}

hr {
	border-top: 1px solid #900;
	width: 80%;
	height: 3px;
	margin-top: 10px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	margin-right: auto;
	margin-left: auto;
}	

pre{ 
	font-family: "Courier New", Courier, Monaco, mono; 
	font-size: 11px;
	margin: 0px;
	padding: 5px 20px 5px 20px; 
}

a:link, a:visited {
	color: #777777;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

a:active {
	color: #777777;
	text-decoration: none;
}

/*  positioning-layers static and absolute */
#container {
	background-image: url(../images/frame_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#frame {
	width: 100%;
	min-height: 650px;
	background-image: url(../images/bodylogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#header {
	background-color: #990000;
	background-image: url(../images/bannerback.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 100px;
	text-align: center;
}
.subhead {
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #ffffff;
	background-color: #000000;
	padding:0px 15px;
	margin:0px;
	background-image: url(../images/bannerfoot2.gif);
	background-repeat: repeat-x;
	height: 20px;
}

#left {
	position: absolute;
	left: 0px;
	width: 190px;
	min-height: 650px;
	height: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #990000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

#content {
	margin: 0px 180px 0px 205px;
	padding: 0px;
	/*height: auto; */
}

#content a:link {
	color: #990000;
	text-decoration: none;
}
#content a:visited {
	color: #990000;
	text-decoration: none;
}
#content a:hover {
	color: #990000;
	text-decoration: underline;
}
#content a:active {
	color: #990000;
	text-decoration: none;
}

#right {
	right: 0px;
	width: 180px;
	min-height: 650px;
	height: auto;
	color: #666666;
	position: absolute;
	font-size: 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 110px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#info {
	font-size: 9px;
	border: 1px solid #999999;
	padding: 5px;
	margin: 10px;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
}
.announce {
	font-size: larger;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dashed #990000;
	background-color: #ebebeb;
	color: #006600;
	line-height: 1.5em;
	font-weight: bold;
}

/*nav list*/
#navcontainer {
	margin: 10px;
}

.navdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.navdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.navdiv ul li ul{
position: absolute;
width: 149px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.navdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #777;
text-decoration: none;
background: #fff;
padding: 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.navdiv ul li a:visited{
color: #777;
}

.navdiv ul li a:hover{
	color: #990000;
	background-color: #f9f9f9;
}

.navdiv .subfolderstyle{
/*background: url(media/arrow-list.gif) no-repeat center right; */
}

	
/* Holly Hack for IE \*/
* html .navdiv ul li { float: left; height: 1%; }
* html .navdiv ul li a { height: 1%; }
/* End nav list*/


#footer {
	background-color: #000000;
	margin: 0px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
}
#footer img {
	vertical-align: middle;
	border: none;
}
#footer a {
	color: #FFFFFF;
}

/*  Definition Lists */

dt {
	font-size:14px;
	font-weight: bold;
	margin:0px 0px 10px;
}
dd.sep {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	margin-right: 25px;
	width: 300px;
	margin-top: 5px;
}

/* Form Styles */
#loginform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #990000;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 75%;
}

/* Forms --------------------------------------------------------------------*/

form {
}

fieldset {
	padding: 10px;
	border: 1px solid #990000;
	background-color: #EEEEEE;
	text-align: left;
	margin: 15px;
}

legend {
	font-weight:bold;
	background: #990000;
	border: 1px solid #999999;
	padding: 3px;
	color: #FFFFFF;
}

input, select, checkbox, textarea {
	font-size:0.9em;
	color: #000000;
	background: #CCCCCC;
	border: thin solid #000000;
}

input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #FFFFFF;
	background: #990000;
}

label {
	display:block;
	padding-top: 3px;
}

input.text {
	font-size:0.9em;
    padding: 3px;
    border: 1px solid #999999;    
}

.button {
	font-size:0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
}
dl {
	margin: 0px; 
	padding: 5px 20px 5px 20px;
}
