﻿body *
{
	font-family:Tahoma;
	font-size:12px;
	margin-bottom: 0px;
}

.TitleBar
{
	width:200px; color:White; line-height: 20px; vertical-align:middle;	
}

input, textarea
{	
	border: solid 1px #ef94a7;
	padding: 1px;
}

select
{
	border: solid 1px #ef94a7;	
}

h1 {
	padding-bottom: 5px;
	font-size: 14px;	
	font-weight:600;
	/*line-height: 32px;	*/
}

H2
{
	color: #D00404;
	margin: 15 0 0.5em 0;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid #c6c6c5;
}

.uiMembersMenu
{
	list-style-type:none;
	margin:0px; 
	padding:0px; 
	margin-top:10px;
}
.uiMembersMenu li
{
	line-height:20px;
	width:100%;
	padding-left:8px; 
	background:url('/App_Themes/Default/Images/ghalb.gif') no-repeat right;
	font-size:13px;		
}
.uiMembersMenu a
{
	text-decoration: none;	
	color:#333333;
	cursor: pointer;
	padding:3px;			
	width:100%;	
	margin:0px 15px 0px 15px;
}
.uiMembersMenu a:hover
{
	text-decoration:underline;
}

.divFixImage
{
	text-align:center;	
}
.divFixImage a
{
	text-decoration:none;
	color:#D00404;
}
.divFixImage a:hover
{
	text-decoration:underline;	
}

.divTitleBar
{
	width:100%; 
	color:#333333; 
	line-height: 30px; 
	background-color:#eeeeee; 
	vertical-align:middle;	
	border:solid 1px rgb(225, 225, 225);
}
.divTitleBar span
{
	font-weight:bold;
	padding-right:10px;
	padding-left:10px;
}

.divInfoBox
{
	background-color:rgb(255, 255, 217); 
	border: solid 1px #c6c6c5; 
	text-align:center; 		
}

.divInfoBox div
{
	padding:10px;
}

.tblPayOrd td
{
	margin:2px;
	padding:0px;
	height:20px;
}
.tblPayOrd tr
{
	background-color:#f9f9f9;
	text-align:center;
}

.tblPayOrd #trHeader
{
	background-color:#f0f0f0;
	text-align:center;
}

.link a
{
	text-decoration:none;
	color:#D00404;
}
.link a:hover
{
	text-decoration:underline;	
}

.wizard
{
	border: solid 1px #cccccc;
	width:100%;
	height:400px;
}
.wizardSideBar
{
	padding:20px;
	width:180px;
	vertical-align:top;
	background-color:#f0f0f0;
	border:0px;
}
.wizardStep
{
	padding:10px 25px 0px 25px;
	vertical-align:top;
}
.wizardStep table td
{
	padding:5px;
}

.wizardButton
{
	width:90px;
	margin-right:20px;
}

#tab {
	width:auto;
}
#tab ul {
	border-bottom:1px solid #c6c6c5;
	float:right;
	height:25px;
	list-style-type:none;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:100%;
	text-align:center;
}
.activeli {
	background-color:Transparent;
	/*border-color:#65BDCC #65BDCC #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:#17387B;*/
	border: solid 1px #c6c6c5;
	border-bottom-color: #ffffff;
	float:right;
	height:24px;
	margin:0px 0px 0px 5px;
	padding:0px;
	width:130px;
	font-size:13px;
	font-weight:bold;
}
.li1 {
	background-color:#E5E5E5;
	border:1px solid #c6c6c5;
	cursor:pointer;
	float:right;
	height:24px;
	margin:0px 0px 0px 5px;
	padding:0px;
	width:130px;
	font-size:13px;
	font-weight:bold;	
}

table.features
{
	width:100%;
	margin-right:0px; 
	border:solid 1px #ef94a7;
}
table.features .header
{
	background-color:#ef94a7;
}

table.features .rightalign
{
	text-align:right;
}
table.features .firsttd
{
	width:300px;
	text-align:right;
}

div.adv_title
{
	margin:0px 10px 5px 0px;
	border-bottom: solid 1px #E5E5E5;
	font-size:11px;
	color:Gray;
}

.enc_header_back
{
	background-image:url("images/enc_header_back2.gif");
	background-repeat:repeat-x;
	vertical-align:top;	
	width:940px;
	margin-top:10px; 	
	margin-bottom:20px; 
	height:100px; 	
}


/*encyclopedia tab style navigation */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Red color theme*/
background: transparent;
}

.invertedshiftdown ul{
margin:0;
margin-right: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: right;
display: block;
font: bold 12px inherit;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/
}

.invertedshiftdown a:hover{
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#pageFooter  {
color:#737373;
font-size:11px;
margin:0 auto;
width:100%;
}

#footerLine  {
background-color:#FFFFFF;
border-bottom:1px solid #B3B3B3;
font-size:1px;
height:8px;
width:100%;
}

#footerContainer  {
border-top:1px solid #EEEEEE;
margin-bottom:30px;
padding:8px;
position:relative;
font-size:11px;
}

 a  
 {  
     color: #D00404;  
     outline-style: none;  
     text-decoration: none;  
     font-size: 11px;  
 }  
 a:hover  
 {  
     text-decoration: underline;  
 } 
 .avisited a:visited
 {
 	color:#ef94a7;
 }
 img {
  border: 0px; }

select {
  border:1px solid #ef94a7;
  padding:2px;
}

.okmsgbox
{
	margin-top:10px;
	padding:10px;
	border:solid 1px #cccccc; 
	background-color:rgb(226, 252, 227);
}
.okmsgbox div
{
	background: url('/App_Themes/Default/Images/ok.gif') no-repeat;
	background-attachment:scroll;
	background-position: right;
	text-align:right;	
	padding-right:32px;
}