﻿/* Theme specific item. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@import url('../../css/common.css');
/* Header Items */

#headerWrapper
{
	width:100%;
	height:40px;
	background-color:#0A2245;
	float:right;
}

#headerWrapper ul
{
	margin:0;
	padding:14px 0px 14px 0px;
	float:right;
	list-style-type:none;
	line-height:12px;
	background-color:#0B254B;
	border-left:solid 3px #0C2750;
	border-right:solid 3px #0C2750;
}

.themeSelected {border:6px solid #0087D7 !important;}
.themeUnSelected {border:none;}

/* Image Items */
#menuWrapper
{
	width:100%;
	min-width:1010px;
	height:100px;
	background:#FFFFFF url('img/bgMenu.jpg') repeat-x left top;
	display: inline-block; /* Because of IE */
}
#mainContentWrapper
{
	width:100%;
	min-width:1000px;
	height: 100%;
	_height:auto;
	text-align:center;
	background:#DCDCDC url('img/bgMainContent.jpg') repeat-x left top;
	padding:5px 0 15px 0;
    display:inline-block;
    clear:both;
    
}
#snLinks
{
    margin-top:10px;
    padding:0;
    background:#FFFFFF url('img/bgSNLinks.jpg') repeat-x top left;
	width:100%;
	height:36px;
	display:inline-block;
}
.propSearchBarOuterWrapper
{
    background-image: url('img/bg_propsearch.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#fff;
	border: #f5f5f5 3px solid;
	width:100%;
	/*margin-top:5px;*/
}
#navPage ul li.selected
{
    margin:0;
    padding:4px 5px;
    background: url('img/bgPageMenuItem.jpg') repeat-x top left;
    border:0;
}

.rightSeparator2 {
   /* background-image:url(img/separator2.gif);*/
    border-right:1px solid #E5E5E5;
    background-position:right center;
    background-repeat:no-repeat;
    margin:20px 15px 0 10px;
    white-space:nowrap;
}

.rightSeparator3 {
    background-image:url(img/separator3.gif);
    background-position:right center;
    background-repeat:no-repeat;
    padding-right:15px;
    white-space:nowrap;
}

#profileTabs .unselected
{
    background-image:url(img/separator4.gif);
    background-position:right center;
    background-repeat:no-repeat;
    border-color:#e5e5e5;
    border-style:solid none;
    border-width:1px medium;
    border-top: 0 none;
    cursor:pointer;
    float:left;
    padding:5px 10px;
    text-decoration:none;
}

table.tblResults2 
{
    background:url('img/status_bg.png') repeat-x;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/status_bg.png');
}
#navSubTools li
{
    margin:5px 0 0 0;
    border:0;
    list-style-type: none;
    float:none;
    border:solid 1px #C8C8C8;
    border-top:none;
    border-bottom:none;
    background: url('img/menuHeader/bgDDmItem.jpg') repeat-x left top;
    height:51px;
}
/*
#navSubTransactions li a:hover
{
    background: url('../img/menuHeader/bgDDmItemHover.jpg') repeat-x left top;
}
*/
#navSubTransactions li
{
    margin:5px 0 0 0;
    border:0;
    list-style-type: none;
    float:none;
    border:solid 1px #C8C8C8;
    border-top:none;
    border-bottom:none;
    background: url('img/menuHeader/bgDDmItem.jpg') repeat-x left top;
    height:51px;
}
#navSubMore li
{
    margin:5px 0 0 0;
    border:0;
    list-style-type: none;
    float:none;
    border:solid 1px #C8C8C8;
    border-top:none;
    border-bottom:none;
    background: url('img/menuHeader/bgDDmItem.jpg') repeat-x left top;
    height:51px;
}

#navPrivateWrapper #liDashboard a, #liDashboard a:link, #liDashboard a:visited {width: 122px; background: url(img/menuHeader/dashboard.jpg) no-repeat 0 0;}
#navPrivateWrapper #liDashboard a:hover {width: 122px; background: url(img/menuHeader/dashboardHover.jpg) no-repeat 0 0; }
#navPrivateWrapper #liDashboard a.selected, #liDashboard a:active {width: 122px; background: url(img/menuHeader/dashboardActive.jpg) no-repeat 0 0; }

#navPrivateWrapper #liTransactions a, #liTransactions a:link, #liTransactions a:visited {width: 167px; background: url(img/menuHeader/transactions.jpg) no-repeat 0 0;}
#navPrivateWrapper #liTransactions a:hover {width: 167px; background: url(img/menuHeader/transactionsHover.jpg) no-repeat 0 0; }
#navPrivateWrapper #liTransactions a.hovering {width: 167px; background: url(img/menuHeader/transactionsHover.jpg) no-repeat 0 0; }
#navPrivateWrapper #liTransactions a.selected, #liTransactions a:active {width: 167px; background: url(img/menuHeader/transactionsActive.jpg) no-repeat 0 0; }

#navPrivateWrapper #liTools a, #liTools a:link, #liTools a:visited {width: 114px; background: url(img/menuHeader/tools.jpg) no-repeat 0 0;}
#navPrivateWrapper #liTools a:hover {width: 114px; background: url(img/menuHeader/toolsHover.jpg) no-repeat 0 0; }
#navPrivateWrapper #liTools a.hovering {width: 114px; background: url(img/menuHeader/toolsHover.jpg) no-repeat 0 0; }
#navPrivateWrapper #liTools a.selected, liTools a:active {width: 114px; background: url(img/menuHeader/toolsActive.jpg) no-repeat 0 0; }

#navPrivateWrapper #liMore a, #liMore a:link, #liMore a:visited {width: 110px; background: url(img/menuHeader/more.jpg) no-repeat 0 0;}
#navPrivateWrapper #liMore a:hover {width: 110px; background: url(img/menuHeader/moreHover.jpg) no-repeat 0 0; }
#navPrivateWrapper #liMore a.hovering {width: 110px; background: url(img/menuHeader/moreHover.jpg) no-repeat 0 0; }
#navPrivateWrapper #liMore a.selected, #liMore a:active {width: 110px; background: url(img/menuHeader/moreActive.jpg) no-repeat 0 0; }

#navPublicWrapper #liHome a, #liHome a:link, #liHome a:visited {width: 85px; background: url(img/menuHeader/home.jpg) no-repeat 0 0;}
#navPublicWrapper #liHome a:hover {width: 85px; background: url(img/menuHeader/homeHover.jpg) no-repeat 0 0; }
#navPublicWrapper #liHome a.selected, #liHome a:active {width: 85px; background: url(img/menuHeader/homeActive.jpg) no-repeat 0 0; }

#navPublicWrapper #liLogin a, #liLogin a:link, #liLogin a:visited {width: 87px; background: url(img/menuHeader/login.jpg) no-repeat 0 0;}
#navPublicWrapper #liLogin a:hover {width: 87px; background: url(img/menuHeader/loginHover.jpg) no-repeat 0 0; }
#navPublicWrapper #liLogin a.selected, #liLogin a:active {width: 87px; background: url(img/menuHeader/loginActive.jpg) no-repeat 0 0; }

#navPublicWrapper #liSignup a, #liSignup a:link, #liSignup a:visited {width: 100px; background: url(img/menuHeader/signup.jpg) no-repeat 0 0;}
#navPublicWrapper #liSignup a:hover {width: 100px; background: url(img/menuHeader/signupHover.jpg) no-repeat 0 0; }
#navPublicWrapper #liSignup a.selected, liSignup a:active {width: 100px; background: url(img/menuHeader/signupActive.jpg) no-repeat 0 0; }

#navPublicWrapper #liMore a, #liMore a:link, #liMore a:visited {width: 110px; background: url(img/menuHeader/more.jpg) no-repeat 0 0;}
#navPublicWrapper #liMore a:hover {width: 110px; background: url(img/menuHeader/moreHover.jpg) no-repeat 0 0; }
#navPublicWrapper #liMore a.hovering {width: 110px; background: url(img/menuHeader/moreHover.jpg) no-repeat 0 0; }
#navPublicWrapper #liMore a.selected, #liMore a:active {width: 110px; background: url(img/menuHeader/moreActive.jpg) no-repeat 0 0; }


/* Text Items */

.txtThemeColorMed1
{
	color: #0087D7 !important;
	font-size: 8pt;
}
.txtThemeColorMed2
{
	color: #0087D7 !important;
	font-size: 9pt;
}
.txtThemeColorMed3
{
	color: #0087D7 !important;
	font-size: 10pt;
}
.txtThemeColorMed4
{
	color: #0087D7 !important;
	font-size: 11pt;
}
.txtThemeColorMed5
{
	color: #0087D7 !important;
	font-size: 12pt;
}
.txtThemeColorMed6
{
	color: #0087D7 !important;
	font-size: 13pt;
}
.txtThemeColorMed2_1
{
	color: #465A7F !important;
	font-size: 8pt;
}
.txtThemeColorMed2_2
{
	color: #465A7F !important;
	font-size: 9pt;
}
.txtThemeColorMed2_3
{
	color: #465A7F !important;
	font-size: 10pt;
}
.txtThemeColorMed2_4
{
	color: #465A7F !important;
	font-size: 11pt;
}
.txtThemeColorMed2_5
{
	color: #465A7F !important;
	font-size: 12pt;
}
.txtThemeColorMed2_6
{
	color: #465A7F !important;
	font-size: 13pt;
}

/* Box Wrapper Items */


#emailSection
{
    border:#e5e5e5 1px solid;
    /*position:relative;
    z-index:9999;*/
}


.contentBoxThemeColorLight
{
    background-color:#C5FEFE;
    border:solid 3px #F5F5F5;
    padding:10px;
    float: left;
    margin-right:7px;
}
.contentBoxThemeColorMed
{
    background-color:#0087D7;
    border:solid 3px #F5F5F5;
    padding:10px;
    float: left;
    margin-right:7px;
}
.contentBoxThemeColorDark
{
    background-color:#0C2C61;
    border:solid 3px #F5F5F5;
    padding:10px;
    float: left;
    margin-right:7px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
