﻿body
{
   margin: 2px;
   right: 8px;
   left: 8px;
   font-family:  Verdana,  Arial , Sans-Serif, Serif;
   font-size: 12px;
}


input.buttonstyle
{
	 border-style:solid;
	 border-color: #507CD1;
	 background-color: White;
	 color: #284E98;
	 border-width: 1px;
}

div.sectiontitle, td.sectiontitle
{
	text-align: center;
	font-size: 16px; 
	height: 20px;
	vertical-align: top;
	color:DarkBlue;
	
}

div.searchtitle
{
	font-size: 18px; 
	height: 36px;
	vertical-align:top;
	color:DarkBlue; 
}


td.fieldname
{
   text-align: right;
   font-size: 14px;
   padding-right: 2px; 
   vertical-align:top;
	color: DarkBlue;
   
}

td.fieldcontent
{
   text-align: left;
   font-size: 14px;
   padding-left: 6px; 
   vertical-align:top;

}

.domainname
{
    float: left; 
    width: 240px;  
    text-align:center; 
    font-size: 18px;  
    font-weight:bold;
}



div.businesstitle
{

    color:DarkBlue;
    padding: 5px 0 10px 6px;
    font-size: 18px;
 }


hr
{
   color: 	#ADD8E6;
   background-color: #ADD8E6;
   border: None; 
    height: 1px;
  
}


/* tabs */
#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

#toc a {
    background: #bdf url(/images/tabs.gif);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

#toc a:hover span {
    background-position: 100% -120px;
}

#toc li {
    float: left;
    margin: 0 1px 0 0;
}

#toc li.on a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

#toc li.on span {
    background-position: 100% -60px;
}

#toc span {
    background: url(/images/tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

/* text header */

b.c1 {margin:0 5px; background:#059;}
b.c2 {margin:0 3px; border-width:0 2px;}
b.c3 {margin:0 2px;}
b.c4 {height:2px; margin:0 1px;}
b.c5,b.c6,b.c7,b.c8{display:block; overflow:hidden; background:#d0e5f5; border-left:1px solid #79b7e7; border-right:1px solid #79b7e7; height:1px;}
b.c5 {margin:0 5px; background:#79b7e7;}
b.c6 {margin:0 3px; border-width:0 2px;}
b.c7 {margin:0 2px;}
b.c8 {height:2px; margin:0 1px;}
#txtheader{
	border-top:#fff 10px solid;
	border-bottom: #fff 10px solid;
	 width: 80%;
}
#txtheader h2{
	font-size: 13px;
	font-weight:bold;
	margin:0;
	background-repeat:no-repeat;
	padding-left:8px;
	border-left:#79b7e7 1px solid;
	border-right:#79b7e7 1px solid;
	background-color:#d0e5f5;
}

h2, h3,b
{
      color: #1d5987;
}


