/* these styles govern the frames layout */

#header_frame
{
	border-style:none;
}

#content_frame
{
	margin-bottom:0px;
	padding-bottom:0px;
}

#footer_frame
{
	margin-top:0px;
	padding-top:0px;
}

/* login styles */

.loginLogos
{
	width:512px;
	margin:16px auto;
	border-color:#888888;
	border-style:solid;
	border-width:0 0 1px 0;
	color:#336699;
	text-align:center;
	font-family:times;
	font-size:32px;
	font-style:italic;
}
#caTrademark
{
	position:relative;
	top:-8px;
	font-size:16px;
}
#loginCredentials
{
	width:512px;
	margin:16px auto;
	border:none;
	padding:16px;
}
#loginCredentials table
{
	width:220px;
	margin:0px auto 0px auto;
}
#loginCredentials td
{
	width:128px;
}
.login_button
{
	width:100%;
}

/* these styles govern the page tabs */

.tabs_header ul li
{
	width:132px;
}
.tabs_content
{
	min-height:256px;
}

/* these styles govern the tab columns */

.tab_column_label_left
{
	font-weight:bold;
}
.tab_column_label_right
{
	float:right;
	font-weight:bold;
	padding-right:4px;
}
.tab_button
{
	display:inline-block;
	width:340px;
	border-color:#888888;
	border-style:solid;
	border-width:1px;
	border-radius:4px;
	margin:8px 64px;
	padding:8px;
	cursor:pointer;
	vertical-align:middle;
	font-size:14px;
	line-height:32px;
}
.tab_button:hover
{
	background-color: #fefefe;
}
.tab_button img
{
	width:32px;
	height:32px;
	vertical-align:middle;
}
.tab_banner
{
	float:left;
	width:912px;
	margin:12px;
}

/* footer styles */

#efit_logos
{
	width:512px;
	max-width:512px;
	margin:auto;
	border-color:#888888;
	border-style:solid;
	border-width:1px 0 0 0;
	text-align:right;
	font-family:times;
	font-size:12px;
	font-style:italic;
}
#powered_by_text
{
	position:relative;
	top:-5px;
}
#powered_by_logo
{
	height:20px;
}