
/*** HTML styles ****************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/page.background.jpg);
	background-repeat: repeat-x;
	background-color: #BAD5EE;
	font-size: 75%;
	margin: 0ex;
	padding: 1ex 3ex;
}
h1, h2, h3, p, ul, ol, li, input {
	margin: 0px;
	padding: 0px;
}
a { color: #3F4596; }
img { border: none; }
td, th { vertical-align: top; }
hr { margin: 1ex; height: 1px; }
fieldset { margin: 1ex 2ex; padding: 1ex 3ex; }
legend { margin: 0ex 0ex 1ex; }
label { padding: 0ex 1ex 0ex 0.5ex; }

/*** Layout ****************/

.Page {
	max-width: 145ex;
	margin: 0ex auto;
}
.skipNav {
	display: none;
}

/*** Header ****************/

.Logo {
	position: relative;
	top: 0px;
	left: 22px;
	height: 0px;
}
.Logo a {
	float: left;
	width: 231px;
	height: 88px;
	background-image: url(../images/global.logo.png);
}
.Logo span, .Strapline span {
	display: none;
}

/*** Global Navigation ****************/

.GlobalNav {
	position: relative;
	left: 10ex;
	clear: right;
	margin: 2ex 2ex 3px;
	padding: 1ex;
}
.GlobalNav ul {
	padding-top: 0.25ex;
}
.GlobalNav li {
	display: inline;
	margin: 0ex 0.2ex;
	padding: 0ex;
	padding-left: 2px;
	padding-bottom: 5px;
	background-image: url(../images/global.nav.li.left.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.GlobalNav li a {
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	background-image: url(../images/global.nav.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 1.2ex 2ex 15px;
}
.GlobalNav li a:hover {
	background-image: url(../images/global.nav.png);
	background-position: right -50px;
	color: #FFFFFF;
	text-decoration: none;
}
.GlobalNav li.Selected a {
	background-image: url(../images/global.nav.png);
	background-position: right -50px;
	color: #FFFFFF;
}

/*** Utility ****************/

.Utility {
	float: right;
	margin-bottom: 1ex;
	font-size: 90%;
}
.Utility li {
	color: #000000;
	display: inline;
	padding: 0ex 2ex;
	border-left: 1px solid #000000;
}
.Utility li:first-child {
	border-left: none;
}
.Utility li a {
	color: #FFFFFF;
	text-decoration: none;
}
.Utility li a:hover {
	text-decoration: underline;
}
.Utility li.Text a {
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}

/*** Main ****************/

.Main {
	background-color: #FFFFFF;
	width: 94%;
	border-right: 1px solid #526C95;
	border-bottom: 1px solid #526C95;
	background-image: url(../images/page.bottomgraphic.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 8ex 3% 27ex;
	min-height: 60ex;
	clear: right;
}
.TopGraphic {
	background-image: url(../images/page.topgraphic.jpg);
	width: 300px;
	height: 60px;
	float: right;
	margin: -8ex -3%;
}

.Main h1 {
	color: #666666;
	font-size: 170%;
	font-weight: normal;
	margin: 0ex 0ex 1.5ex ;
}
.Main h2 {
	color: #666666;
	font-size: 125%;
	font-weight: bold;
	margin: 1.5ex 0ex 0.5ex;
	clear: left;
}
.Main h3 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: 0ex;
}
.Main p {
	color: #4F4F4F;
	line-height: 155%;
}
.Main a { text-decoration: none; }
.Main a:hover { text-decoration: underline; }
/*
.Main a:visited { color: #525985; }
*/
.Main ol, .Main ul {
	line-height: 120%;
	margin: 0.75ex 0ex 0ex 3.5ex;
}
.Main li {
	margin-bottom: 0.75ex;
}

/*** Side Bar ****************/

.SideBar {
	display: none;
}
.SideMenu {
    background-color: #F6F7F8;
	background-image: url(../images/panel1.background.jpg);
	background-position: top;
	background-repeat: repeat-x;
    border-bottom: 1px solid #B1B1B1;
    border-right: 1px solid #B1B1B1;
    margin: 4ex 0ex 0ex;
    padding: 2ex;
}
.SideMenu ul {
	margin: 0ex;
	padding: 0px;
	list-style-type: none;
}
.SideMenu ul li a {
    display: block;
    color: #656AAB;
    font-size: 150%;
    font-weight: normal;
    padding: 0ex 0ex 1ex;
	text-decoration: none;
}
.SideMenu ul li.Selected > a, .SideMenu ul li > a:hover {
	text-decoration: none;
}
.SideMenu ul ul li {
}
.SideMenu ul ul li a {
    color: #3F4596;
    font-size: 100%;
    font-weight: bold;
    padding: 0.5ex 1ex;
}
.SideMenu ul ul li a:hover {
	text-decoration: underline;
}
.SideMenu ul ul ul {
    margin-left: 4ex;
}
.SideMenu ul ul ul li {
    list-style-type: disc;
    margin-left: 0ex;
}


/*** Breadcrumb ****************/

.Breadcrumb {
	margin-top: -2.1ex;
	margin-bottom: -0.75ex;
	display: block;
}

/*** Certification ****************/

.Certification {
	float: right;
	margin: -160px 3ex 0ex 0ex;
}
.Certification img {
	margin: 0ex 1ex;
}

/*** Footer ****************/

.Footer {
	clear: both;
	text-align: center;
	font-size: 90%;
}
.Footer ul {
	list-style-type: none;
	padding: 1ex 1em;
}
.Footer li {
	display: inline;
	padding: 0px 1ex;
	border-left: 1px solid #000000;
}
.Footer li:first-child {
	border-left: none;
}
.Footer li a {
	padding: 0ex 0.5em;
	text-decoration: none;
}
.Footer li a:hover {
	text-decoration: underline;
}
.Footer .Copyright {
	color: #666666;
}

/*** Panels ****************/

.Panel1 {
    background-color: #F6F7F8;
	background-image: url(../images/panel1.background.jpg);
	background-position: top;
	background-repeat: repeat-x;
    border-bottom: 1px solid #B1B1B1;
    border-right: 1px solid #B1B1B1;
    margin: 4ex 2ex 2ex;
    padding: 2ex;
}
.Panel1 h2 {
    color: #656AAB;
    font-size: 150%;
    font-weight: normal;
    margin: 1ex 0ex;
}
.Envelopedia img {
	clear: right;
}
.Envelopedia a {
    font-weight: bold;
    color: #8C92CE;
    text-decoration: none;
}
.Envelopedia a:hover {
	color: #3F4596;
}
.IsoSelector {
	border: 2px solid #EEEEEE;
	margin: 1ex;
	padding: 1ex 2ex;
}
.IsoSelector span {
	font-weight: bold;
}
img.Bordered {
	border: 1px solid #CCCCCC;
}


.Panel2 {
	background-color: #F5F6FA;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	margin: 1ex 3ex;
}
.Panel2 .Top {
	background-image: url(../images/panel2.header.jpg);
	background-repeat: repeat-x;
	height: 28px;
	margin: 0ex -3px 0px -3px;
}
.Panel2 .Middle {
	padding: 1ex 3ex 0px;
}
.Panel2 .Bottom {
	background-image: url(../images/panel2.bottom-right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 17px;
	margin: 0ex -3px 0px -3px;
}
.Panel2 .BottomLeft {
	background-image: url(../images/panel2.bottom-left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 17px;
}

/*** Tables ****************/

table.Features {
	margin: 1ex 0ex;
	border-collapse: separate;
	border-spacing: 1ex;
	table-layout: fixed;
}
table.Features td {
	background-color: #E6E7EE;
	border: 2px solid #525985;
	padding: 2ex 3ex;
	color: #000000;
}
table.Features td.Divider {
	width: 0%;
	background-color: transparent;
	border: none;
	padding: 0ex;
}
table.Features h2 { color: #525985; margin-top: 0ex; }
table.Features h3, table.Features p {
	color: #000000;
}
table.Features a { color: #0000CC; }

table.ResultsTable { border-collapse: separate; margin: 1ex 2ex; padding: 1px 2px; }
table.ResultsTable th { background-color: #DDDDDD; padding: 0.5ex 1ex; text-align: left; }
table.ResultsTable td { background-color: #F0F0F0; padding: 0.5ex 1ex; }

table.FormTable { margin: 1ex 2ex; padding: 1px 2px; border-collapse: collapse; }
table.FormTable th, table.FormTable td { padding: 0.25ex 0.5ex; }
table.FormTable th { text-align: right; font-weight: normal; white-space: nowrap; }
table.FormTable tr.Required th { font-weight: bold; }


table.Agenda {
	border-collapse: separate;
	border-spacing: 0px 1px;
	margin: 1ex 2ex;
}
table.Agenda th, table.Agenda td {
	background-color: #F3F4F7;
	padding: 0.25ex 1ex;
}
table.Agenda th {
	background-color: #E6E7EE;
	text-align: left;
}
table.Agenda th { text-align: right; font-weight: bold; }
table.Agenda tr.Heading td { background-color: #FFFFFF; }

/*** Lists ****************/

.LinkListHoriz {
}
.LinkListHoriz li {
	display: inline;
}
.LinkListHoriz li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0ex;
	padding: 0ex 1ex;
	white-space: pre;
}
.LinkListHoriz li a:hover {
	text-decoration: none;
}
.LinkListHoriz li.Selected a {
	font-weight: bold;
}
.LinkListHoriz li.Selected a:first-letter {
	font-weight: normal;
}

.AtoZ {
}
.AtoZ li {
	display: inline;
	margin: 0ex 0.5ex;
}
.AtoZ li a {
	text-decoration: none;
	padding: 0.3ex 0.75ex;
	background-image: url(../images/button.letter.background.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	font-weight: bold;
	background-color: #FFFFFF;
}
.AtoZ li a:hover {
	text-decoration: none;
	background-image: url(../images/button.letter.background.over.jpg);
	color: #FFFFFF;
	background-color: #333333;
}
.AtoZ li.Selected a {
	text-decoration: none;
	background-image: url(../images/button.letter.background.over.jpg);
	color: #FFFFFF;
	background-color: #333333;
}

ul.WordList {
	margin: 4ex 3ex 2ex;
}
ul.WordList li {
	list-style-type: none;
	margin: 1.5ex 0ex;
}
ul.WordList li a {
	font-weight: bold;
	padding: 0.5ex 2ex;
	text-decoration: none;
}
ul.WordList li a:hover {
	background-color: #E3EFF9;
	text-decoration: none;
}

/** Sign-in *****************************/

.SignIn {
	float: left;
	margin: 2ex;
	width: 45%;
	background-color: #FFFFFF;
	border: 1px solid #676D94;
	padding: 2px;
}
.SignIn table {
	margin: 1ex;
}
.SignIn p {
	margin: 1ex;
}
.SignIn h2 {
	margin: 0ex;
	line-height: 110%;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 0.5ex 1ex;
	color: #FFFFFF;
	background-color: #676D94;
}

/*** Other ****************/

.Credits h2, .Credits h3 {
	font-size: 100%;
}
.Credits p a {
	color: #4F4F4F;
	text-decoration: none;
}

.spacer {
	float: none;
	clear: both;
	font-size: 1px;
}
.FirstPara {
	font-weight: bold;
}
.SubTitle {
	font-weight: normal;
	font-size: 70%;
}
.InlineSubTitle {
	color: #999999;
	font-size: 90%;
	font-variant: small-caps;
	padding-right: 1ex;
}
.InlineSuperTitle {
	color: #999999;
	margin-right: 1ex;
}
.inPageImgLeft {
	float: left;
	margin-bottom: 1ex;
	margin-right: 1em;
}
.inPageImgRight {
	float: right;
	clear: right;
	margin-bottom: 0.7ex;
	margin-left: 0.7em;
}

.highlight {
	color: #CC3300;
}
.error {
	color: #CC0000;
	font-weight: bold;
}
.Diminished {
	font-weight: normal;
	font-size: 90%;
}
.Address {
	margin: 1ex 2.5ex;
	line-height: 120%;
}
.Quote {
	margin: 1ex 25% 0ex 10%;
}
.Main p.Source {
	margin: 0ex 25% 1ex 10%;
	color: #999999;
	font-weight: bold;
}
.InlineDate {
	color: #666666;
	font-variant: small-caps;
	padding-right: 1ex;
}
.Indent {
    margin-left: 5ex;
}
.Number {
    text-align: right;
}

.Button {}
.Button:hover {}
.MainButton {}
.ButtonSet {
    text-align: center;
    clear: both;
    margin: 2ex 2ex 0ex;
}
.HelpButton 
{
    float: right;
    font-size: 100%;
    font-weight: bold;
}
.HelpButton a
{
    display: block;
    background-color: #3F4596;
    color: #FFFFFF;
    padding: 0.25ex 1ex;
}
.HelpButton a:hover
{
    background-color: #646ABD;
    text-decoration: none;
}
