﻿body 
{
	background-color: White;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 8pt;
	/*margin: 12px 0;*/
}
.navbar
{
	font-family: Tahoma, Geneva, Sans-Serif; font-size: 12px; font-weight:bold; color:Black;margin:0px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; border-top-style: none; padding-top: 0px; border-right-style: none; border-left-style: none; border-bottom-style: none;
	text-decoration: none;
	
}
.navbar A
{
	color: Black;
	text-decoration: none;
}

.leftHeader
{
	font-family:Tahoma, Geneva, Sans-Serif; font-size: 12px; font-weight:bold; color:Black;
	text-decoration: none;
}
.leftHeader A
{
	color: Black;
	text-decoration: none;
}

.bottombar
{
	font-family: Tahoma, Geneva, Sans-Serif; font-size: 11px; font-weight:bold; color:White;margin:0px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; border-top-style: none; padding-top: 0px; border-right-style: none; border-left-style: none; border-bottom-style: none;
	text-decoration: none;
	background-repeat:no-repeat;height:30px;width:100%;
	
}

a:link.bottombar {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.bottombar {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.bottombar {
	text-decoration: none;
	color: #CCCCCC;
}
a:active.bottombar {
	color: #FFFFFF;
	text-decoration: none;
	
}

.errClass
{
	color: Red;
	text-decoration: none;
	/*background-color: #f7f7f7;*/ /* Light Gray */
	/*border: solid 1px #e0e0e0;*/ /* Light Gray */
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 9pt;
	margin: 12px 0;
	

}
.sectionHead
{
	color: White;
	background-image: url(../Images/backhead.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 10px;	
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	width: 800px;
	text-align:left;
	vertical-align:middle;
}
.sectionHead1
{
	color: White;
	background-image: url(../Images/backhead.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 10px;	
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	width: 450px;
}
#pageHeader
{
	color: Black;
	width: 800px;
	/*float: right;*/
}
#LeftMemberPanel
{
	
	margin-right: 0px;
	width: 152px;
}
#mainContent
{
	color: Black;
	width: 800px;
	/*float: left;
	
	padding-bottom: 14px;
	padding-left: 5px;
	padding-right: 5px;*/
}
.leftPanel
{
	background-color: #f7f7f7; /* Light Gray */
	border: solid 1px #e0e0e0; /* Light Gray */
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Tahoma, Geneva, Sans-Serif; font-size: 11px; font-weight:bold;
}

.leftPanel a:link {
	color: #990000;
	text-decoration: none;
}
.leftPanel a:visited {
	color: #990000;
	text-decoration: none;
}
.leftPanel a:hover {
	text-decoration: none;
	color: #333333;
}
.leftPanel a:active {
	color: #990000;
	text-decoration: none;
}

#mainDiv a:link
{
	color: #990000; 
	text-decoration: none;
}

#mainDiv a:visited
{
	color: #990000; 
	text-decoration: none;
}
#mainDiv a:active
{
	color: #333333; 
	text-decoration: none;
}

#mainDiv a:hover
{
	color: #333333;
	text-decoration: none;
}

DIV TH
{
	
	/*background-image: url(../Images/backhead.gif);*/
	background-color: #f7f7f7; /* Light Gray */
	border: solid 1px #e0e0e0; /* Light Gray */
	color: black;
	background-repeat: repeat-x;
	font-weight: bold;
	height: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
    width: 800px;	
}
DIV TABLE
{
	/*width: 800px;*/
}


.alphabet
{
	background-color: #f7f7f7; /* Light Gray */
	border: double 2px #e0e0e0; /* Light Gray */
	font-weight: bold;
	
	width:30px;
	text-align:center;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 12px;
}

.alphabet A
{
	background-color: #f7f7f7; /* Light Gray */
	border: double 2px #e0e0e0; /* Light Gray */
	font-weight: bold;
	
	width:30px;
	text-align:center;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 12px;
}

input[type="button"],input[type="submit"] {
	background-color: #f7f7f7; /* Light Gray */
	border: outset 2px #e0e0e0; /* Light Gray */

	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Sans-Serif; font-size: 11px; font-weight:bold;
	width: 100px;
}
input[type="reset"],input[type="reset"] {
	background-color: #f7f7f7; /* Light Gray */
	border: outset 2px #e0e0e0; /* Light Gray */

	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Sans-Serif; font-size: 11px; font-weight:bold;
	width: 100px;
}
.tab
{
	
    
    /*padding:2px 25px;
    border:solid 1px black;*/
    cursor:pointer;
   
   height: 24px;
   text-align: center;
}

.unselectedTab
{
   background-color:#eeeeee;
   
}

.selectedTab
{
    /*background-color:White;
    border-bottom:solid 1px white;*/
   
    width: 154px;
    height: 20px;
    text-align: center;
     text-decoration: none;
     font-weight: bold;
     color: White;
}

.tabs
{
    position:relative;
    top:3px;
    left:15px;
}


.tabContent
{
   /* border:Solid 1px black;
    background-color:White;
    padding:10px;*/
}
.dynamic-tab-pane-control.tab-pane {
  position:  relative;
  width:    100%;
}

.dynamic-tab-pane-control .tab-row .tab {
  font-family:  Verdana, Helvetica, Arial;
  font-size:    11px;
  cursor:      Default;
  display:    inline;
  margin:      1px -5px 1px 5px;
  float:      left;
  padding:    3px 6px 3px 6px;
  background:    rgb(234,242,255);
  border:      1px solid;
  border-color:  rgb(120,172,255);
  border-left:  0;
  border-bottom:  0;
  border-top:    0;
  
  cursor:      hand;
  cursor:      pointer;
  
  z-index:    1;
  position:    relative;
  top:      0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
  border:      1px solid rgb(120,172,255);
  border-bottom:  0;
  z-index:    3;
  padding:    2px 2px 2px 2px;
  margin:      1px -6px -2px 0px;
  top:      -2px;
  background:    white;
}

.dynamic-tab-pane-control .tab-row .tab a {
  font-family:    Verdana, Helvetica, Arial;
  font-size:      11px;
  color:        rgb(0,66,174);
  text-decoration:  none;
  cursor:      hand;
  cursor:      pointer;  
}

.dynamic-tab-pane-control .tab-row .hover a {
  color:  rgb(0,66,174);
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
  font-weight:  bold;
}

.dynamic-tab-pane-control .tab-page {
  clear:      both;
  border:      1px solid rgb(120,172,255);
  background:    White;
  z-index:    2;
  position:    relative;
  top:      -2px;
  color:      Black;
  font-family:  Verdana, Helvetica, Arial;
  font-size:    11px;
  padding:    10px;
   overflow: auto;
   
}

.dynamic-tab-pane-control .tab-row {
  z-index:    1;
  white-space:  nowrap;
  background:    rgb(234,242,255);
  height:      2.40em;
  width:      100%;
}


.dynamic-tab-pane-control .tab-page {
  height:    auto;
}

.dynamic-tab-pane-control .tab-page .dynamic-tab-pane-control .tab-page {
  height:    100px;
}



.dynamic-tab-pane-control h2 {
  text-align:  center;
  width:    auto;
}

.dynamic-tab-pane-control h2 a {
  display:  inline;
  width:    auto;
}

.dynamic-tab-pane-control a:hover {
  background: transparent;
  
}
.sectionRow
{
	background-color:#EFEFEF;
}
#leftAdDiv
{
	border: solid 1px #e0e0e0; /* Light Gray */
	line-height: 160%;
	margin-top: 2px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	width: 151px;
}

#leftAdDiv a:active
{
	border: 0;
	color: #333333; /* Dark Gray */
	text-decoration: none;
}

#leftAdDiv a:hover
{
	color: Black;
	text-decoration: none;
}

#leftAdDiv a:link
{
	color: #333333; /* Dark Gray */
	text-decoration: none;
}

#leftAdDiv a:visited
{
	color: #333333; /* Dark Gray */
	text-decoration: none;
}
#picAdDiv
{
	border: solid 2px #e0e0e0; /* Light Gray */
	width: 174px;
	height: 111px;
}
