@charset "utf-8";
/* CSS Document */
html,form
{
height                        : 100%;
}

body {
        margin:0;
        padding:0px;
        overflow: hidden;/* disable to allow scrolling */
        height:100%;
        font-family: Arial, Helvetica, sans-serif;
}

#main_div
{
background-color              : #fff;
height                        : 526px;
margin                        : 0px auto;
width                         : 702px;
border: 1px solid #778;
}

#search_div
{
background-color              : #fff;
height                        : 526px;
margin                        : 0px auto;
width                         : 702px;
border: 1px solid #778;
}

#index_div
{
background-color              : #fff;
height                        : 524px;
margin                        : 0px auto;
width                         : 700px;
border: 1px solid #778;
}

#lookup_div
{
background-color              : #fff;
height                        : 525px;
margin                        : 0px auto;
width                         : 702px;
border: 1px solid #778;
}

#navlist {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 3px 0.5em;
        margin-left: 2px;
        border: 1px solid #778;
        border-bottom: none;
        background: #DDE;
        text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover {
        color: #000;
        background: #bdc6de;
        border-color: #227;
}

#navlist li a#current {
        background: white;
        border-bottom: 1px solid white;
}

a:link, body_alink
{
	color: #22229C;
}
a:visited, body_avisited
{
	color: #22229C;
}
a:hover, a:active, body_ahover
{
	color: #FF4400;
}

.h1{
        background:white;
        color:navy;
        font-size:12pt;
        font-weight:bold;
        font-family:Arial, Helvetica, sans-serif;
        vertical-align: middle;

}

.h2{
        background:white;
      color:blue;
        font-size:12pt;
        font-weight:normal;
        font-family:Arial, Helvetica, sans-serif
}

.h3{
        background:white;
      color:maroon;
        font-size:12pt;
        font-weight:normal;
        font-family:Arial, Helvetica, sans-serif
}

.P{
        background:#bdc6de;
      color:blue;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif
}
.P11 a:link, .P11_alink
{
	color: #22229C;
}
.P11 a:visited, .P11_avisited
{
	color: #22229C;
}
.P11 a:hover, .P11 a:active, .P11_ahover
{
	color: #FF3300;
}
.P11{
              background:#bdc6de;
              color:maroon;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}

.P11red{
              background:#bdc6de;
              color:red;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}
.P11green a:link, .P11greeen_alink
{
	color: #339900;
}
.P11green a:visited, .P11green_avisited
{
	color: #339900;
}
.P11green a:hover, .P11green a:active, .P11green_ahover
{
	color: #333300;
}
.P11green{
              background:#bdc6de;
              color:#339900;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}
.P11dis{
              background:#bdc6de;
              color:#999999;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}

.P11back{
              background:#bdc6de;
              color:black;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
}

.Pblack{
        color:black;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif
}

.Pblack a:link, .Pblack_alink
{
	color: #22229C;
}
.Pblack a:visited, .Pblack_avisited
{
	color: #22229C;
}
.Pblack a:hover, .Pblack a:active, .PPblack_ahover
{
	color: #FF3300;
}

.Pmaroon{
        color:maroon;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif
}

.Pblue{
        color:blue;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif
}

.Pnavy{
        color:navy;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif
}

.Pgrey{
        color:#999999;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif
}
.Pwhite{
	color:#FFFFFF;
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-weight: bold;
}

.Pblackdis{
        background:white;
        color:black;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif;
        vertical-align: middle;
        height: 26px;
        width: 328px;
        border: thin solid #CCCCCC;
}

.Pblack11{
        color:black;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}
.Pblack11 a:link, .Pblack11_alink
{
	color: #22229C;
}
.Pblack11 a:visited, .Pblack11_avisited
{
	color: #22229C;
}
.Pblack11 a:hover, .Pblack11 a:active, .PPblack11_ahover
{
	color: #FF3300;
}
.Pblue11{
        color:blue;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}
.Pmaroon11{
        color:maroon;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}
.Pgrey11 {
        color:#999999;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}

.Pred{
        color:red;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif
}

.Pred11{
        color:red;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}

.Pgreen{
        color:green;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif
}
.Pgreen11{
        color:green;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}
.Pbold11{
        color:black;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
}

.Pblack10{
        color:black;
        font-size:10pt;
        font-family:Arial, Helvetica, sans-serif;
}

.Pgrey10{
        color:#999;
        font-size:10pt;
        font-family:Arial, Helvetica, sans-serif;
}

.Pred10{
        color:red;
        font-size:10pt;
        font-family:Arial, Helvetica, sans-serif;
}

.Ppink10{
        color:#FF0066;
        font-size:10pt;
        font-family:Arial, Helvetica, sans-serif;
}

.Pbold10{
        color:black;
        font-size:10pt;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
}

.Ppinkbold10{
        color:#FF0066;
        font-size:10pt;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
}

.Ppinkbold10 a:link, .Ppinkbold10_alink
{
	color: #FF0066;
}
.Ppinkbold10 a:visited, .Ppinkbold10_avisited
{
	color: #FF0066;
}
.Ppinkbold10 a:hover, .Ppinkbold10 a:active, .Ppinkbold10_ahover
{
	color: #FF3300;
}

.Pyellow10{
        color:#B8860B;
        font-size:10pt;
        font-family:Arial, Helvetica, sans-serif;
}

.Pyellowbold10{
        color:#B8860B;
        font-size:10pt;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
}

.Pyellowbold10 a:link, .Pyellowbold10_alink
{
	color: #B8860B;
}
.Pyellowbold10 a:visited, .Pyellowbold10_avisited
{
	color: #B8860B;
}
.Pyellowbold10 a:hover, .Pyellowbold10 a:active, .Pyellowbold10_ahover
{
	color: #FF3300;
}

.Pbold{
        color:black;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
}

.Pblack10highlight{
	color:black;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFF86A;
	background-position: center;
	border: thin solid #000000;
	text-align: center;
}

.logon{
        color:#FFFFFF;
      	font-size:11pt;
       	font-family:Arial, Helvetica, sans-serif;
      	background-color: #000000;
}

.logonb{
        color:#000000;
      	font-size:11pt;
       	font-family:Arial, Helvetica, sans-serif;
      	background-color: #FFF86A;;
}

.check{
        color:black;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}

.checkm{
        color:maroon;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}

.restrictions1{
              background:#bdc6de;
      color:red;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif
}

.restrictions2{
      color:red;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif
}

.listbox1{
              color:black;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif;
}

.listbox2{
              color:red;
        font-size:12pt;
        font-family:Arial, Helvetica, sans-serif;
}

.checklistbox{
        background:white;
        color:black;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif;
}

.buttonText{
        color:black;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}

.buttonTextdis{
        color:#999999;
        font-size:11pt;
        font-family:Arial, Helvetica, sans-serif
}

.panel1{
             background:#bdc6de;
}

.panel2{
             background:#ffffff;
}

.panel3 {
        background:#bdc6de;
        border-top-width: thin;
        border-top-style: ridge;
        border-top-color: #000000;
}

.panel4 {
        background:#FFFFFF;
        border-top-width: thin;
        border-top-style: solid;
        border-top-color: #000000;
}

.panel5{
             background:#000000;
}

.panel6 {
	background:#bdc6de;
	border-top-style: none;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.panel7{
             background:#FFF86A;
}

.panel8{
             background:#ffffff;
             border: thin solid #000000;
}

.lpanel{
             background:#FFF86A;
			 border: thin solid #000000;
}

.spanel {
	background:#FFF86A ;
	border: medium solid #000000;
  border-radius: 10px; /* CSS 3 */
  -o-border-radius: 10px; /* Opera */
  -icab-border-radius: 10px; /* iCab */
  -khtml-border-radius: 10px; /* Konqueror */
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari */
  padding: 10px;
}
.buttonpanel{
	background:#ebe9ed;
	border-top: thin ridge #EBE9ED;
	border-right: thin ridge #EBE9ED;
	border-bottom: thin ridge #EBE9ED;
}

.logout a:link, .logout_alink
{
	color: #22229C;
  text-decoration: none;
}
.logout a:visited, .logout_avisited
{
	color: #22229C;
  text-decoration: none;
}
.logout a:hover, .logout a:active, .logout_ahover
{
	color: #FF3300;
  text-decoration: none;
}

.logout{
  background:#ebe9ed;
  font-size:8pt;
  font-family:Verdana, Helvetica, sans-serif;
}
.footerText{
        color:#336699;
        font-size:8pt;
        font-family:Arial, Helvetica, sans-serif;
        text-align: center;
}

.password{
        color:#336699;
        font-size:10pt;
        font-family:Arial, Helvetica, sans-serif;
        text-decoration: none;
}

.password a:link, .password_alink
{
	color: #336699;
  text-decoration: none;
}
.password a:visited, .password_avisited
{
	color: #336699;
  text-decoration: none;
}
.password a:hover, .password a:active, .password_ahover
{
	color: #FF3300;
  text-decoration: none;
}

.email{
        color:#FF0000;
        font-size:9pt;
        font-family:Verdana, Arial, Helvetica, sans-serif;
}

.requiredinfo{
        color:#FF0000;
        font-size:8pt;
        font-family:Verdana, Arial, Helvetica, sans-serif;
}

.requiredinfo1{
        color:#FF0000;
		background:#bdc6de;
        font-size:8pt;
        font-family:Verdana, Arial, Helvetica, sans-serif;
}

.privacyinfo{
        color:#336699;
        font-size:8pt;
        font-family:Verdana, Arial, Helvetica, sans-serif;
}

.multiple{
        color:#336699;
		background:#bdc6de;
        font-size:8pt;
        font-family:Verdana, Arial, Helvetica, sans-serif;
}
