﻿/* standard styles */
body
{
	font-size: 0.8em;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	color: black;
	background-color: White;
	margin: 0px 0px 0px 0px;
}
h1
{
	font-size: 1.8em; 
	color: #003CA0; 
	font-weight: bold;
}
h2
{
	font-size: 1.6em; 
	font-weight: bold;
}
h3
{
	font-size: 1.4em; 
	font-weight: bold;
}
h4
{
	font-size: 1.0em; 
	font-weight: bold; 
	margin:0px; 
	padding:0px;
}
a:link, a:visited
{
	color: #336699; 
	font-weight: bold;
}
a:hover
{
	color: #6699CC;
}

/* Master Page Styles */
#ScreenFormat
{
	width: 100%;
	text-align: left;
}

.PageFormat
{
	margin-top: 0px;
	width: 770px;
	text-align: left;
	border: solid 1px #E8E8E8;
	padding: 2px 2px 2px 2px;
}

.DialogFormat
{
	margin-top: 10px;
	text-align: center;
	padding: 2px 2px 2px 2px;
}

.Security
{
	font-size: x-small;
	text-align: right;
}

#Content
{
	text-align: left;
	padding: 10px 10px 10px 10px;
}

.Copyright
{
	background-color: #999999;
	color: White;
}

/* Special named styles */
.Prompt, .RequiredPrompt 
{
	text-align: right;
}

.RequiredPrompt 
{
	font-weight: bolder;
}

.Header 
{
	background-color: #99ccff;
	padding: 1px 3px 1px 3px;
}

.TableRow
{
}

.TableRowAlternate
{
	background-color: #E8E8E8
}

.Error
{
	color: Red;
	font-weight: bolder;
}

/* Navigation Styles */
.ButtonBar
{
	width: 100%;
}
a:link.ButtonBarButtons, a:visited.ButtonBarButtons
{
	background-color: #999999;
	color: White;
	padding: 3px 5px 3px 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 90%;
}
a:focus.ButtonBarButtons, a:hover.ButtonBarButtons
{
	background-color: #336699;
	color: White;
	padding: 3px 5px 3px 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 90%;
}
.ButtonBarPopUp 
{
	border: 1px solid #003CA0;
	background-color: #D4DDE5;
	text-align: left;
	color: #003CA0;
}

a:link.ButtonBarPopUp, a:visited.ButtonBarPopUp, a:focus.ButtonBarPopUp, a:hover.ButtonBarPopUp
{
	display:block;
	color: #003CA0;
	text-decoration: none;
	padding-left: 5px;
}

a:hover.ButtonBarPopUp
{
	background-color: #003CA0;
	color: White;
	text-align: left;
}

/* AAPS Styles */
.boxHeadWhiteBlue {
	font-family: arial; 
	font-size: 10pt; 
	color: #ffffff; 
	font-weight:bold;
	background-color: #336699;
	border-style: solid;
	border-color: #666666;
	border-width: 2px;
}

.boxHeadWhite 
{
	font-family: arial; 
	font-size: 10pt; 
	color: #ffffff; 
	font-weight: bold;
}

.boxHeadGrayYellow {
	font-family: arial; 
	font-size: 10pt; 
	color: black; 
	font-weight: bold;
	background-color: #ffff99;
	border-style: solid;
	border-color: #666666;
	border-width: 2px;
}

.grayNoBorder 
{
	background-color: #f0f0f0;
	border-width: 0px;
}

.degree_counts
{
	width: 100px;
	font-size: smaller;
}

.hdtxt_navy 
{ 
	color: #074EA0; 
	font-size: 14px; 
	font-weight: bold; 
	letter-spacing: -1px; 
	white-space: nowrap;
}

.hr_navy_line
{
	width: 100%;
	color: #074EA0;
}

.bold_red
{
	color: red;
	font-size: medium;
	font-weight: bold;
}

.subhead3 
{
	color: #fff; 
	background-color: #587FAC; 
	font-weight: bold; 
}

.field_name 
{ 
	font-weight:bold; 
}

.Bold_BODYTEXT
{
    FONT-FAMILY: Arial, Verdana;
    FONT-WEIGHT: bolder
}

.hdtxt_sky 
{ 
	color:#476FFF; 
	font-size:18px; 
	font-weight:bold; 
	letter-spacing:-1px; 
}

.bg_hdr2
{
	background-image: url("images/members/bg_hdr2.gif");
	color:#476FFF; 
	font-size:18px; 
	font-weight:bold; 
	letter-spacing:-1px; 
	width: 50%;
}

.bg_left
{
	background-image: url("images/members/bg_left.gif");
	color:#476FFF; 
	font-size:18px; 
	font-weight:bold; 
	letter-spacing:-1px; 
}

.bg_right
{
	background-image: url("images/members/bg_right.gif");
	color:#476FFF; 
	font-size:18px; 
	font-weight:bold; 
	letter-spacing:-1px; 
}

.bg_btm
{
	background-image: url("images/members/bg_btm.gif");
	color:#476FFF; 
	font-size:18px; 
	font-weight:bold; 
	letter-spacing:-1px; 
}
