@import url(locations.css);

body {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
body, 
table {
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #E86D25;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
h1, 
table h1 {
	display: block;
	margin: 10px 0px 10px 0px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
h2, 
table h2 {
	display: block;
	margin: 15px 0px 10px 0px;
	color: #E86D25;
	font-size: 16px;
	font-weight: bold;
}

/* Default Confirmation Screen Styles 
----------------------------------------------- */
.Confirmation_Screen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; 
	height: 100%; 
	filter: alpha(opacity=50); 
	-moz-opacity: .50; 
	opacity: .50; 
	background-color: #000000;
}
.Confirmation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; 
	height: 100%; 
	text-align: center;
}
.Confirmation .Message {
	position: relative;
	top: 200px;
	width: 450px;
	margin: 0px auto;
	padding: 20px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
.Confirmation .Button {
	padding: 3px 10px;
	border: solid 1px #999999;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.Confirmation .Button:hover {
	padding: 3px 10px;
	border: solid 1px #000000;
	background-color: #999999;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
/* -------------------------------------------- */


/* Button Styles
............................................... */
.PrimaryButton {
	height: 20px;
	background-color: #484848;
	padding: 2px 10px 0px 10px;
	border: solid 1px #DDDDDD;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	white-space: nowrap;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
}
.PrimaryButton:hover {
	background-color: #999999;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.SecondaryButton {
	height: 20px;
	background-color: #6A6A6A;
	padding: 2px 10px 0px 10px;
	border: solid 1px #EEEEEE;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	white-space: nowrap;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
}
.SecondaryButton:hover {
	background-color: #999999;
	border: solid 1px #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
/* ............................................ */


.LoginForm {
	margin: 5px 0px;
}
.LoginForm td {
	margin: 0px;
	padding: 2px;
}

.Page {
	width: 980px;
	border: solid 1px #000000;
}
.PageLeft {
	width: 220px;
	background-color: #E86D25;
	padding: 15px 0px 5px 0px;
	vertical-align: top;
}
.PageLeft .Menu {
	display: inline;
	padding: 10px 0px 50px 0px;
}
.PageRight {
	width: 760px;
	background-color: #FFFFFF;
    background-position: left bottom;
    background-repeat: no-repeat;
	vertical-align: top;
}

.Content {
	width: 100%;
	height: 100%;
}

.ContentHeaderContainer {
	vertical-align: top;
}
.ContentHeader {
	width: 100%;
	height: 150px;
	padding: 0px;
	border-bottom: dashed 1px #E86D25;
    background-image: url(../images/bkgrd_Online_header_320w130h.gif);
    background-position: right 31px;
    background-repeat: no-repeat;
}
.ContentHeader a:hover, 
.ContentHeader table a:hover {
	color: #67999A;
}
.ContentHeader a.Selected, 
.ContentHeader table a.Selected {
	color: #67999A;
}

.ContentHeaderLeft {
	width: 180px;
	padding: 30px 20px 20px 10px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
}
.ContentHeaderRight {
	padding: 20px 20px 0px 0px;
	text-align: left;
	vertical-align: top;
}

.ContentLeft {
	width: 180px;
	padding: 30px 10px 30px 20px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}
.ContentRight {
	padding: 25px 50px 30px 10px;
}
.ContentSubRight {
	padding: 5px 50px 30px 0px;
}

.SectionMenu {
	line-height: 16px;
}

.List {
	margin: 10px 0px;
	line-height: 16px;
}
.List .Bullet {
	padding: 0px 4px 2px 2px;
	background-image: url(images/bullet_grey_3w3h.gif);
	background-position: center 8px;
	background-repeat: no-repeat;
	vertical-align: top;
}
.List .Number {
	padding: 0px 4px 2px 2px;
	vertical-align: top;
}
.List .Item {
	padding: 0px 10px 4px 5px;
	vertical-align: top;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
.List .Note {
	padding: 0px 10px 4px 5px;
	vertical-align: top;
	color: #A2A2A2;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

.Rates {
	color: #A2A2A2;
}

.Standout {
	color: #E86D25;
	font-weight: normal;
}

.SubFooter {
	padding: 10px 65px 10px 0px;
	text-align: right;
	vertical-align: bottom;
}
.SubFooter table {
	border-top: dashed 1px #E86D25;
}
.SubFooter, 
.SubFooter table {
	color: #808080;
	font-size: 10px;
	font-weight: normal;
}
.SubFooter table td {
	padding: 9px 2px 2px 2px;
	vertical-align: top;
}
.SubFooter table th {
	padding: 5px 2px;
	vertical-align: top;
}
.SubFooter a {
	color: #800080;
	font-size: 10px;
}
.SubFooter a:hover {
	color: #000000;
	font-size: 10px;
}

.Footer {
	width: 980px;
	padding: 5px 0px;
	text-align: right;
}
.Footer, 
.Footer table {
    color: #69989A;
	font-size: 12px;
	font-weight: normal;
}
.Footer table td {
	padding: 4px 2px 2px 2px;
	vertical-align: top;
}
.Footer table th {
	padding: 0px 2px;
	vertical-align: top;
}
.Footer a {
    color: #69989A;
	font-size: 12px;
}
.Footer a:hover {
	color: #F2A77C;
	font-size: 12px;
}

/* Style for error messages and notices of empty content listings */
.EmptyListing {
	padding: 30px 0px;
	color: #67999A;
	font-size: 14px;
	font-weight: bold;
}


/* Site Map styles
----------------------------------------------- */
.SiteMap {
    font-size: 12px;
}
.SiteMap a {
    font-size: 12px;
}
.SiteMap a:hover {
    font-size: 12px;
}
.SectionHeading {
    margin: 5px 0px;
    color: #E86D25;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.SectionHeading a {
    color: #E86D25;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.SectionHeading a:hover {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.SectionTagline {
    margin: 0px;
    padding: 0px;
    color: #67999A;
    font-size: 14px;
    font-weight: bold;
}
/* -------------------------------------------- */


td.WeListenLink {
    padding: 10px 0px 5px 0px;
}
td.WeListenLink a {
	color: #E86D25;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
td.WeListenLink a:hover {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

select option.Prompt {
	color: #999999;
}
select option.Region {
	background-color: #EEEEEE;
	color: #999999;
	font-weight: bold;
}
select option.Community {
	color: #999999;
}
select option.Location {
	color: #E86D25;
}

.ImportantNotice {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
    
a.SpecialNotice {
    color: #69989A;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
a.SpecialNotice:hover {
    color: #69989A;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}
span.SpecialNotice {
	color: #000000;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
}

.Footnote {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

.LinkListing {
}
.LinkListing a {
	line-height: 18px;
}
.LinkListing a:hover {
	line-height: 18px;
}

div.NetTellerLink {
	padding: 10px 0px;
	text-align: center;
}
div.NetTellerLink a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
div.NetTellerLink a:hover {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
