﻿.logintext
{
    font-size: 7pt;
    height: 12px;
    color: black;
}
.loginbutton 
{
    font-size: 7pt;            
    color: black;
}
.loginform
{
    font-size: 7pt;
    font-weight: bold;
    color: white;        
}
#div2
{
    height: 25px;
    vertical-align: top;
}
#div3
{
    top: 236px;
    float: left;
}

/* form look */


select
{
	font-family: arial;
	font-size: 10pt;
	font-style: normal;
	border: solid 1px black;
	color: black;
	width: 92%;
}
.button
{
	font-family: Arial;
	cursor: hand;
	width: 100px;
}
.text200
{
	font-family: arial;
	font-size: 10pt;
	width: 200px;
	color: black; 
	border: solid 1px black;
}
.text200r
{
	font-family: arial;
	font-size: 8pt;
	width: 200px;
	color: black; 
	border: solid 1px black;
	background-color: #E7E7E6;
}
.text200s
{
	font-family: arial;
	font-size: 8pt;
	width: 200px;
	color: black; 
	border: solid 1px black;
}
.text85
{
	font-family: arial;
	font-size: 10pt;
	width: 85px;
	color: black;  
	border: solid 1px black;
}
.text40
{
	font-family: arial;
	font-size: 10pt;
	width: 40px;
	color: black;  
	border: solid 1px black;
}
.text150
{
	font-family: arial;
	font-size: 10pt;
	width: 150px;
	color: black;  
	border: solid 1px black;
}
.text250
{
	font-family: arial;
	font-size: 10pt;
	width: 250px;
	color: black;  
	border: solid 1px black;
}
.text300
{
	font-family: arial;
	font-size: 10pt;
	width: 300px;
	color: black;  
	border: solid 1px black;
}
.text20
{
	font-family: arial;
	font-size: 10pt;
	width: 20px;
	color: black;  
	border: solid 1px black;
}
.error
{
	color: red;
	font-weight: bold;
	text-align: center;
}
.heading10
{
	background-color:#69B554;
	height:21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #264E87;
	text-decoration: none;
	padding-left:10px;
}
.even
{
	background-color: #E7E7E6;
}
.odd
{
	background-color: white;
}
.warning
{
	background-color: yellow;
}
.message
{
	color: green;
	font-weight: bold;
	text-align: center;
}
.submenu
{
    width: 170px;
    border: solid 1px #000066;
}
.warnings
{
    width: 170px;    
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}
.menu_link
{
    font-weight: normal;
    text-decoration: underline;
    color: #999999;
}
.heading
{
    background-color: #000066;
    font-weight: bold;
    color: White;
    line-height: 1.5em;
}
.padding10
{
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.5em;
    border-bottom: solid 1px black;
}
.updated
{
    font-weight: bold;
    color: Red;
}
/*menu*/
.menuList1 {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: 150px;
}

li.menubar1 {
  background: url(../images/plus.gif) no-repeat 0em 0.3em;
  font-size: 11px;
  line-height: 1.5em;
  list-style: none outside;
  width: 150px;
}

.menu1, .submenu1 {
  display: none;
  margin-left: 0px;
  padding: 0px;
  width: 150px;
}
.menu1
{
	margin-left: 10px;
}

.menu1 li, .submenu1 li  {
  background: url(../images/square.gif) no-repeat 0em 0.3em;
  list-style: none outside;
  width: 150px;
}

li.menubar1 a.standalone1 {
  background: url(../images/square.gif) no-repeat 0em 0.2em !important;
  width: 150px;
}

a.actuator, a.standalone {
  background-color: transparent;
  color: #000;
  font-size: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.menu1 li a, .submenu1 li a {
  background-color: transparent;
  color: #000;
  font-size: 11px;
  padding-left: 10px;
  text-decoration: none;
  
}

a.actuator:hover, .menu1 li a:hover, submenu1 li a:hover, li a.standalone:hover {
  text-decoration: underline;
}

/* styles to allow for base links */
li a.base, li a.base:visited {
  background-color: transparent;
  color: #000;
  font-size: 11px;
  padding-left: 0px;
  text-decoration: none;
}

li a.base:hover {
  color: #CC0000;
  text-decoration: none;
}

span.key {
  text-decoration: underline;
}

a.highlight {
    color: red !important;
    font-weight: normal;
}
