@import 'navigation.css';

/*body {
margin: 0px;
padding: 0px;
font-family: Verdana, helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #FFF;
text-align: left;
}*/



#module table {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
}


A:link {
	color: #003E70;
	text-decoration: none;
}

A:visited {
	color: #003E70;
	text-decoration: none;
}

A:active {
	color: #003E70;
	text-decoration: none;
}

A:hover {
	color: #000066;
	text-decoration: none;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:hover {
	color: #CCDAE3;
	text-decoration: none;
}


#module TD {
	font-size: 12px;
	font-family : Verdana;
}

#module P {
	font-size: 12px;
	font-family : Verdana;
}

#module TD.dark {
	font-size: 12px;
	font-family : Verdana;
	color : #FFFFFF;
}

#module P.dark {
	font-size: 12px;
	font-family : Verdana;
; color: #FFFFFF
}

#module TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

#module P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

#module #menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 12px;
margin:0px;
}

#module #menu a
{
display: block;
padding: 2px;
margin-left: 4px;
width: 124px;
background-color:#7B88A9;
border-bottom: 1px solid #29425A;
}

#module #menu a:link, #menuitems a:visited
{
color: #CCDAE3;
text-decoration: none;
font-weight:bold;
}

#module #menu a:hover
{
background-color: #CCDAE3;
color: #29425A;
font-weight:bold;
}




#module .topbg {
background-image: url(/images/topbg.gif);
}

#module .nntable {
background-image: url(/images/nntable.gif);
}

#module .rightbg {
background-image: url(/images/rightbg.gif);
}

#module #newsletter{ 
  color: #FFFFFF;
  width: 132px;
 
}

#module #newsletter .formblock{
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#module #newsletter .formtitle{
  text-align: center;
}

#module #newsletter .submit
{
  width: 5em;
  margin: 0px auto 0px auto;
  text-align: center;
}

#module #newsletter input{
	width: 8em;
}

#login fieldset{
  	background-color: #dedede;
	background-image: url(/Octagon_config/images/gradbg.png);
	background-repeat: no-repeat;
	border-bottom: 2px solid #aaaaaa;
	border-right: 2px solid #aaaaaa;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	padding: 10px;
}

#login legend{
 margin-top: 30px;

}
/*ie hack*/
*:first-child+html #login legend{
	 margin-top: 0px;
	 display: block;
	 position: relative;
	 top: 10px;
}

#loginForm .input input{
	width: 150px;
}

#login_button{
float: right;
padding-right: 10px;
}

#login .label {
	margin: 5px 15px 0px 0px;
	width: 100px;
	text-align: left;
	clear: both;
	float: left;
}

#login .input {
	margin: 10px 10px 10px 10px;
}

#module #form1 #groups1 input {
	margin: 0px 7px 0px 0px;
}

#module #groups2 #form2 #form2Contents select {
	margin: 0px 0px 5px 0px;	
}

#module #groups2 #form2 #form2Contents input {
	margin: 0px 0px 5px 0px;	
}



#forgot {
	margin: 7px 0px 0px 0px;
}




#module{
	float: left;
	clear: none;
	width: 70%;
	padding: 10px;
}

.log_message{

width: 275px;
height: auto;
overflow-x: scroll;
overflow-y: auto;

}


/*CUSTOM TO THIS SITE*/

#page-container{
	
	
}

/*
#content{
	width: 820px;
	padding: 10px;
	background-color: white;
	min-height: 0px;
}*/


.FormBuilder{
	background-color: #dedede;
	background-image: url(/Octagon_config/images/gradbg.png);
	background-repeat: no-repeat;
	border-bottom: 2px solid #aaaaaa;
	border-right: 2px solid #aaaaaa;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	padding: 10px;
}

#module fieldset{
  	background-color: #dedede;
	background-image: url(/Octagon_config/images/gradbg.png);
	background-repeat: no-repeat;
	border-bottom: 2px solid #aaaaaa;
	border-right: 2px solid #aaaaaa;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	padding: 10px;
}

*:first-child+html #module legend{
	 margin-top: 0px;
	 display: block;
	 position: relative;
	 top: -5px;
}

#module legend{
 margin-top: 30px;
 font-size: 14px;
 font-weight: bold;

}


