﻿/* 4 logonmanagerpager*/

h2 {
	position: absolute;
	left: 300px;
	top :64px;
	text-transform:none;
	font-size: 12px;
}

h3 {
	position: absolute;
	right:100px;
	top :20px;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
}

.sitelogobox
{
    margin-top: 10px;
    vertical-align: bottom;
    color: #65738e;
    letter-spacing: 2px;
}

.bodywrapper
{
    margin-left: auto;
	margin-right: auto;
    width:780px
}

#columnleft
{ 
    width: 165px;
    float:left;
}


#columnright
{ 
    margin-left:180px;
    height:455px;
    border-left: #dcdcdc 1px dotted; 
  
}
.textboxheader
{
    font-weight: bold;
    color: #000000;
    font-family: verdana;
    background-color: #B1CEFF;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
    width:150px;
    text-align:center;
}

.textboxheaderR
{
    font-weight: bold;
    color: #cc6600;
    font-family: verdana;
    background-color: Transparent;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 3px;
    padding-top: 3px;
    width:500px;
    text-align:center;
    
}

.textboxheader a
{
    color: #f5f5f5;
    font-family: verdana;
    text-decoration:none;  
    font-weight: bold;

}

.textbox {
	border: solid 1px #CBCED4;
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 7px;
    width:150px;
    text-align:center;

}

.textboxR {
	border: solid 1px #CBCED4;
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 7px;
    width:500px;
    text-align:center;

}

.textbox li
{
    list-style-type: none;
}


/*  Login Membership page*/

.plainbox
{
	padding: 11px;
	margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 5px;
    color: #696969;
	font: 0.8em ;
	
}

.plainboxR
{
	padding: 5px;
	margin-bottom: 7px;
    padding-right: auto;
    padding-left: auto;
    color: #696969;
	font: 0.8em ;
	text-align:left;
	
}

.sectionheader
{
    border-bottom: #dcdcdc 1px dotted;
    color: #65738E;
    font-size: 8pt;
    padding-bottom: 5px;
    font-weight:bold;
}



