@import url(navigation.css);
@import url(footer.css);
@import url(content.css);
@import url(sitemap.css);
@import url(forms.css);
@import url(calendar.css);

/*-------------------------------------------------------------------------------------*/

/* Interface Shell */

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	font-size: 75%;
}
.MainContainer
{
	margin: 0 auto;
	width: 980px;
	text-align: left;
	padding: 0;
}
.GlobalContainer
{
	display:block;
	float: left;
	width: 980px;
	margin: 0;
	padding: 0;
}
.Logo
{
	display: block;
	float: left;
	width: 226px;
	padding: 0px 20px 0px 0px;
}
.MastHead
{
	width: 960px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
}
.HomeContentContainer
{
	display:block;
	float:left;
	width:960px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.HomeContent
{
	display:block;
	float:left;
	width:960px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#Flash
{
	display:block;
	float:left;
	width:720px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* My Account Styles 
-------------------------------------------------------------------------------------*/

body.MyAccounts
{
	background: #ededed url(../images/tile_my_accounts_bg.gif) repeat-x left top;
}
body.MyAccountsPopup
{
    background: #fff url(../images/bg_gradient_white_seafoam.gif) fixed repeat-x left bottom;
    margin: 20px;
}

/* Tier styles
-------------------------------------------------------------------------------------*/

.TierMastHead
{
	display:block;
	float:left;
	width:960px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.TierContentContainer
{
	display: block;
	float: left;
	width: 980px;
	margin: 0;
	padding: 28px 0px 0px 0px;
}
.GlobalTierContainer
{
	display: block;
	float: left;
	width: 940px;
	padding: 0px 20px 4px 20px;
}
.TierContent
{
	display: block;
	float: left;
	width: 980px;
	margin: 0;
	padding: 0;
}
.TierContentLeft
{
	display: block;
	float: left;
	width: 688px;
	margin: 0;
	padding: 0px 30px 0px 0px;
}
.TierContentRight
{
	display: block;
	float: left;
	width: 262px;
	margin: 0;
	padding: 0;
	font-size: 95%;
}

/* Section Container styles
-------------------------------------------------------------------------------------*/

div.SectionContainer,
div.SectionContainer div.Content
{
	background-image: url(../images/bg_section_container_btm.gif);
	background-repeat: no-repeat;
}
div.SectionContainer div.Top,
div.SectionContainer div.Top div
{
	background-image: url(../images/bg_left_container_top.png);
	background-repeat: no-repeat;
	height: 6px;
	font-size: 0;
}
div.SectionContainer
{
	background-position: left bottom;
	margin-bottom: 20px;
}
div.SectionContainer.Last
{
	margin: 0;
}
div.SectionContainer div.Top
{
	background-position: top left;
	padding-left: 10px;
	max-width: 678px;
}
div.SectionContainer div.Top div
{
	background-position: top right;
}
div.SectionContainer div.Content
{
	background-position: right bottom;
	padding: 10px 14px 16px 4px;
	margin-left: 10px;
	max-width: 660px;
}
div.SectionContainer div.SectionHeading
{
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #CCC solid 1px;
}
div.SectionContainer.Tabs div.Top
{
	background-color: #FFF;
}
div.SectionContainer div.Header
{
    padding: 10px 14px 0px 14px;
}
div.SectionContainer.Tabs div.Header
{
	margin: 0 1px;
	min-height: 100px;
	max-width: 660px;
	background: #FFF url(../images/bg_tabs_header.gif) repeat-x left bottom;
}
div.SectionContainer.Tabs div.Tabs ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.SectionContainer.Tabs div.Tabs ul li
{
	padding: 0;
	display: inline;
	background: transparent none;
}
div.SectionContainer.Tabs div.Tabs ul li a
{
	float: left;
	margin-right: 2px;
	padding-left: 10px;
	background: transparent url(../images/section_tabs.gif) no-repeat left -100px;
	color: #FFF;
	border-bottom: 1px solid #CCC;
}
div.SectionContainer.Tabs div.Tabs ul li a span
{
	display: block;
	padding: 8px 20px 5px 10px;
	background: transparent url(../images/section_tabs.gif) no-repeat right -100px;
}
div.SectionContainer.Tabs div.Tabs ul li.Active a,
div.SectionContainer.Tabs div.Tabs ul li a:hover
{
	background-position: top left;
	text-decoration: none;
	color: #197e7a;
}
div.SectionContainer.Tabs div.Tabs ul li.Active a span,
div.SectionContainer.Tabs div.Tabs ul li a:hover span
{
	background-position: top right;
}
div.SectionContainer.Tabs div.Tabs ul li.Active a
{
	border-bottom: 1px solid #FFF;
}
.TierContentRight div.SectionContainer h2
{
    color: #e06f1d;
    text-transform: uppercase;
    font-weight: normal;
}
.TierContentRight div.SectionContainer h3,
.TierContentRight div.SectionContainer h4
{
    font-size: 100%;
    margin: 1em 0;
    color: #000;
}
div.MinumumHeight div.SectionContainer,
div.MinimumHeight div.SectionContainer div.Content
{
    min-height: 500px;
}

/* Message Center styles
-------------------------------------------------------------------------------------*/

p.MessageCenterStatus
{
    list-style: none;
    margin: 0 0 1em 0;
}
p.MessageCenterStatus span.Item
{
    display: inline-block;
    margin-right: 1em;
}
p.MessageCenterStatus li.End
{
    margin: 0;
}
p.MessageCenterStatus span a,
p.MessageCenterStatus span a:visited
{
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

div.MessageCenterMessageShow
{
    display:block;
}
div.MessageCenterMessageHide
{
    display:none;
}

.TextBoxWatermark {
    color: #cccccc;
}

a img.CreateNewMailIcon {
    position:relative;
    left:-10px;
    bottom:10px;
    margin-bottom:-14px;
    width:26px;
    height:26px;
    background-image: url(../images/icon_mail_new.gif);
}

a:hover img.CreateNewMailIcon {
    position:relative;
    left:-10px;
    bottom:10px;
    margin-bottom:-14px;
    width:26px;
    height:26px;    
    background-image: url(../images/icon_mail_newon.gif);
}

.MessageCenterFilters {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border: solid 1px #70b5b2;
    background: url(../images/tile_footer_bg.gif) repeat-x center top;
}

.MessageDetails {
    clear:both;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
}

a.MessageAttachment {
    background: url(../images/bg_link_pdf.gif) no-repeat left center;
    padding-left: 15px;
}

a.MessageAttachment:hover {
    background: url(../images/bg_link_pdf_on.gif) no-repeat left center;
    padding-left: 15px;
}

tr.RowSelect:hover {
    cursor: pointer;
    background-color: #D9F6F4;
}

tr.RowSelect td {
    border-top: solid 1px transparent;
    border-right: none;
    border-left: none;
}

tr.RowSelect td:first-child {
    border-left: solid 1px transparent;
    border-right: none;
}

tr.RowSelect:hover td {
    border: solid 1px #197e7a;
    border-left: none;
    border-right: none;
}

tr.RowSelect:hover td:first-child {
    border: solid 1px #197e7a;
    border-right: none;
}

tr.RowSelect:hover td.RowSelectRight {
    border: solid 1px #197e7a;
    border-left: none;
}

/*ul.MessageCenterStatus
{
	margin:0px 0px 10px 0px;
	padding:0;
	display:block;
	float:left;
	width:234px;
}
ul.MessageCenterStatus li
{
	float:left;
	background:none;
	padding:0px 10px 0px 0px;
}
ul.MessageCenterStatus li.End
{
	float:left;
	background:none;
	padding:0px 0px 0px 0px;
}
ul.MessageCenterStatus li a:link,
ul.MessageCenterStatus li a:visited
{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
ul.MessageCenterStatus li a:hover,
ul.MessageCenterStatus li a:visited:hover
{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
ul.UserInformation
{
	margin: 0px 0px 10px 0px;
	padding: 0;
}
ul.UserInformation li
{
	background: none;
	padding: 0px 0px 2px 0px;
}*/
.AgentPhoto
{
	float: right;
	margin: 5px 15px 0px 15px;
}
.LockIconContainer
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 0px;
}
.LockIconPosition
{
	position: absolute;
	top: 10px;
	left: 170px;
}
	
/* Utility Tier styles
-------------------------------------------------------------------------------------*/

.UtilityMastHead
{
	display: block;
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
}
.UtilityContentContainer
{
	display: block;
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
}
.UtilityContent
{
	display: block;
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
}

/* Page specific styles
-------------------------------------------------------------------------------------*/

div.SectionContainer div.SectionHeading select
{
	vertical-align: top;
	margin-left: 20px;
}
ul.Discounts
{
	margin: 5px 0;
}
.CollapsiblePanelTabOpen a.TogglePanelIcon
{
    display: inline-block;
    width: 26px;
    height: 27px;
    background: transparent url(../images/icon_collapse_minus.png) no-repeat 0px 0px;
}
.CollapsiblePanelTabClosed a.TogglePanelIcon
{
    display: inline-block;
    width: 26px;
    height: 27px;
    background: transparent url(../images/icon_collapse_plus.png) no-repeat 0px 0px;
}
a.SecurityImage
{
    display: block;
    border: 2px solid #fff;
    padding: 2px;
}
a.SecurityImageActive
{
    display: block;
    border: 2px solid #f88216;
    padding: 2px;
}
.FaqHeader,
.FaqSelectedHeader
{
    background: transparent url(../images/bg_collapse_arrow.png) no-repeat 0px 0px;
    padding: 0 0 0.5em 15px;
    color: #197e7a;
    cursor: default;
    font-weight: bold;
}
.FaqHeader:hover,
.FaqSelectedHeader:hover
{
    cursor: pointer;
}
.FaqSelectedHeader
{
    background-position: -1000px 0px;
}
.FaqContent
{
    padding-left: 15px;
}
.ModalWindow
{
	display: block;
	border: 1px solid #5bbbb7;
	padding: 10px;
	/*overflow: auto;*/
	background-color: #fff;
	-o-box-shadow: 0 0 10px #000;
	-icab-box-shadow: 0 0 10px #000;
	-khtml-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}
.ModalWindow h2.Header
{
    color: #f88216;
}
.ModalBackground
{
	background-color: #fff; 
	filter: alpha(opacity=70); /* IE */ 
	opacity: 0.7; /* CSS3 */
}