﻿/* Tag Css sharon 10/09/2009*/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	background-color: #CCCCCC; 
	text-align:justify;
}
/* Design Tags */
#wrapper {
	width: 1000px;
	margin: 0px auto 0px auto;
	height: auto;
	text-align: left;
	/*border-bottom:1px black solid;*/
}
#sharepoint-cred {
	position: relative;
	padding-bottom: 15px;
}
#sharepoint-breadcrumb {
	position: absolute;
	top: 0;
	left: 0;
}
#sharepoint-help {
	padding: 0px 5px;
	float: right;
}
#sharepoint-actions {
	padding: 0px 5px;
	float: right;
}
#sharepoint-user {
	padding: 0px 5px;
	float: right;
}
#sharepoint-help a {
	font-family: verdana;
	font-size: 8pt;
	color: #2A4666;
	text-decoration: none;
}
#sharepoint-actions a {
	font-family: verdana;
	font-size: 8pt;
	color: #2A4666;
	text-decoration: none;
}
#sharepoint-user a {
	font-family: verdana;
	font-size: 8pt;
	color: #2A4666;
	text-decoration: none;
}
#header {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	background-color: #cc0000;
	border:1px black solid;
	background-image: url('/images/top_banner.gif')

}
#header #top-info{
	height:110px;

}
#header #top-menu {
/*	border-top: 1px black solid;  */
	padding: 8px 0px;
	margin-top: 5px;
}
#header #header-top-left {
	position: relative;
	height: 100%;
	width: 200px;
	float: left;
}
#header #header-top-left div {
	margin-top: 10px;
	margin-left: 10px;
}
#header #header-top-right {
	position: relative;
	height: 100%;
	text-align: right;
	margin-right: 10px;
}
#header #header-top-right a {
	color: white;
	font-size: 20pt;
	text-decoration:none;
}
#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 20px;
				width: 983px;
}
#header li {
	float: right;
	margin: 0 2em;
}
#header li a {
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration:none;
}
#container {
	border-left:1px black solid;
	border-right:1px black solid;
	padding: 0px;
	height: 1%;
	width: auto;
/*	background-color: #FEE070; */
	background-color: #FEE070;
}
#left {
	position: relative;
	margin: 0px;
	width: 198px;
	padding: 0px;
	float: left;
}
#center {
	position: relative;
	height: auto;
	width: 795px;
	padding:0px 5px 0px 0px;
	float: left;
	background-color: #FEE070;
	z-index:1;
	display:inline;
}
#footer {
	/*border:1px black solid;*/
	text-align: center;
	background-color: #FEE070;
	width: 780px;
	padding:15px 5px 0px 0px;
	float: left;
	position: relative;
	height:78px;
	
}
#Page-Bottom {
	background-color: #FEE070;
	border-bottom: 1px black solid;
	
}
#visa {
	position: relative;
	margin: 0px;
	width: 198px;
	padding: 0px;
	float: left;
	background-color: #FEE070;
	padding-left:10px;
}

/* Reset Div */
.div-reset {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
/*Sharepoint*/
.ms-pagebreadcrumb {
	display: none;
}
.ms-webpartpagedescription {
	display: none;
}
.ms-consolestatusframe{
	border-style:none;
}
.ms-consoleframe{
	border-style:none;
}
.ms-consolestatuscheckoutframe{
	border-left:1px black solid;
	border-right:1px black solid;	
}
.ms-consolestatusframe{
	border-left:1px black solid;
	border-right:1px black solid;	
}
/*quick launch*/
.ms-navSubMenu1{
	margin-top:10px;
	margin-left:5px;
}
.ms-navSubMenu1 table{
	background-image:url('images/button.gif');
	height:28px;
	width:181px;

}

.ms-navSubMenu1 table a{
	padding-left:10px;
	color:#d04242;
	text-decoration:none;
}

.ms-navSubMenu1 table a:hover{
	color:#e08383;
}


.ms-menutoolbar{
	margin-top:5px;
}

/*Generic rounded corners will put parent infront later*/
/* Corners */
.AspNet-WebPart{
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin-top:8px;
	z-index: 1;
	background-color: white;
}
.WebPart-Content {
	margin-top: 0px;
	padding: 10px 20px 0px 20px;
	padding:10px 5px 10px 5px;
}

.WebPart-Header{
	padding:10px 0px 0px 20px;
	color:white;
	font-weight:bold;	
}



.WebPart-Top-Row {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 34px;
	background-image: url('images/top2.gif'); /*margin: -10px -20px 0px -20px;*/;
	z-index: -1;
}
.WebPart-Top-Row-Left {
	background-image: url('images/tl2.gif');
	background-color: #FEE070;
	margin: 0px;
	width: 34px;
	height: 34px;
	float: left;
}
.WebPart-Top-Row-Right {
	background-image: url('images/tr2.gif');
	background-color: #FEE070;
	margin: 0px;
	width: 34px;
	height: 34px;
	float: right;
}
.WebPart-Bottom-Row {
	height: 34px;
	margin: -25px 0px 0px 0px;
	width: auto;
	background-image: url('images/bot.png');
	z-index: -1;
}
.WebPart-Bottom-Row-Left {
	background-image: url('images/bl.gif');
	background-color: #FEE070;
	margin: 0px;
	width: 34px;
	height: 34px;
	float: left;
}
.WebPart-Bottom-Row-Right {
	background-image: url('images/br.gif');
	background-color: #FEE070;
	margin: 0px;
	width: 34px;
	height: 34px;
	float: right;
}

.WebPart-Side-Left{
	position:absolute;
	min-height:100%;
	height:auto;
	z-index:-2;
	background-image: url('images/left.png');
	background-repeat:repeat-y;
	width:34px;	
}

.WebPart-Side-Right{
	position:absolute;
	min-height:100%;
	height:auto;
	z-index:-2;
	right:0;
	background-image: url('images/right.png');
	background-repeat:repeat-y;
	width:34px;
}

/*Left Side corners*/
.SideBar-Content {
	margin-top: 0px;
	padding: 10px 10px 0px 10px;
}

.SideBar-Header{
	padding:10px 0px 0px 20px;
	color:white;
	font-weight:bold;	
}



.SideBar-Top-Row {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background-image: url('images/gtop.gif'); /*margin: -10px -20px 0px -20px;*/;
	z-index: -1;
}
.SideBar-Top-Row-Left {
	background-image: url('images/gtl.gif');
	background-color: #FEE070;
	margin: 0px;
	width: 35px;
	height: 35px;
	float: left;
}
.SideBar-Top-Row-Right {
	background-image: url('images/gtr.gif');
	background-color: #FEE070;
	margin: 0px;
	width: 35px;
	height: 35px;
	float: right;
}
.SideBar-Bottom-Row {
	height: 38px;
	margin: -25px 0px 0px 0px;
	width: auto;
	background-image: url('images/gbot.gif');
	z-index: -1;
}
.SideBar-Bottom-Row-Left {
	background-image: url('images/gbl.gif');
	background-color: #FEE070;
	margin: 0px;
	width: 31px;
	height: 38px;
	float: left;
}
.SideBar-Bottom-Row-Right {
	background-image: url('images/gbr.gif');
	background-color: #FEE070;
	margin: 0px;
	width: 31px;
	height: 38px;
	float: right;
}

.SideBar-Side-Left{
	position:absolute;
	min-height:100%;
	height:auto;
	z-index:-2;
	background-image: url('images/gleft.gif');
	background-repeat:repeat-y;
	width:9px;	
}

.SideBar-Side-Right{
	position:absolute;
	min-height:100%;
	height:auto;
	z-index:-2;
	right:0;
	background-image: url('images/gright.gif');
	background-repeat:repeat-y;
	width:9px;
}

.SideBar{
	/*margin-top:-10px;*/
	background:white;
	z-index:1;
	position:relative;	
}
.SideBar-Content ul{
	margin-left:-20px;
}



/*top left changes*/
#top-left .WebPart-Content{
	/*background-color: #FEE070;*/
}

/* Start ascx css section */
/* Everything below this line comes from all.css in original project*/
/* only items used in the ascx controls are added here ABS */
.maintextred 
{
	text-align:left;
	text-decoration: none;
	color: #c03;
	/*font-size: 12px;*/
	font-weight: bold;
	line-height:12px;
}

.fromtotowntextblackbold {
	text-decoration: none;
	color: #000;
	/*font-size: 11px;*/
	font-weight: bold;
}

.fromtotowntextblack {
	text-decoration: none;
	color: #000;
	/*font-size: 12px;*/
	font-weight: normal;
}

.greyinfotext {
	font-size:9px;
	font-weight:normal;
	line-height:15px;
	color:Gray;
}

.totoomanypanel
{
	position:relative;
	top:-240px;
	left:80px;
	z-index:10000;
	width:350px;
}

.fromtoomanypanel
{
	position:absolute;
	top:50px;
	left:70px;
	z-index:10000;
	width:350px;
}


.hiddenButton {
display:none;
}

.whitequotetext 
{
	color:White;
	font-size:14px;
	font-weight:bold;
}
.whitequotetextsmall
{
	color:White;
	font-size:12px;
	font-weight:bold;
}
.widepageredtop {
	width: 747px;
	height: 39px;
	background-image:url(/ProcessImages/redtopwide.gif);
	background-repeat:no-repeat;
}
.widepageredrep {
	width: 747px;
	background-image:url(/ProcessImages/redmiddlewide.gif);
	background-repeat:repeat-y;
}
.widepageredbottom {
	width: 747px;
	height: 25px;
	background-image:url(/ProcessImages/redbottomwide.gif);
	background-repeat:no-repeat;
}
.quotepageredtop {
	width: 613px;
	height: 41px;
	background-image:url(/ProcessImages/redtop.gif);
	background-repeat:no-repeat;
}
.quotepageredrep {
	width: 613px;
	background-image:url(/ProcessImages/redmiddle.gif);
	background-repeat:repeat-y;
}
.quotepageredbottom {
	width: 613px;
	height: 25px;
	background-image:url(/ProcessImages/redbottom.gif);
	background-repeat:no-repeat;
}
.maintextblackleft
{
	text-align:left;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height:11px;
}

/*End of ascx css section */

.helpboxInactive{
	position:absolute;
	display:none;
}

.helpboxActive{
	position:absolute;
	display:block;
	z-index:1000;
	padding:3px;
	background:#EFEAEA;
	border:1px solid black;
}



select{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
}
.redbold
{
	color: #cc0000;
	font-weight: bold;
	font-size:12px;
}
.bluebold
{
	color: blue;
	font-weight: bold;
	
}

.errortext {
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	color:Blue;
}
.faqquestion {
	font-size:11px;
	font-weight:bold;
	color:Blue;
    text-align:justify;
}
.faqanswer {
	font-size:11px;
    text-align:justify;
}
.WebPartContent {
	margin-top: 0px;
	padding: 10px 10px 10px 10px;
	font-size:11px;
    text-align:justify;
}

.static
{
position:absolute;
top:182px;
left:105px;
}
.taxlabel
{
position:absolute;
top:229px;
left:58px;
}
.taxemail
{
position:absolute;
top:258px;
left:25px;
}
.taxpnl
{
	height=220px;
}
.taxphone
{
position:absolute;
top:260px;
left:52px;
}
.taxtextredbold 
{
	text-align:center ;
	text-decoration: none;
	color: #cc0033;
	font-size: 14px;
	font-weight: bold;
	line-height:12px;
}
.taxsmallredtop 
{
	margin-left:35px;
	padding-left:1px;
	width: 311px;
	height: 14px;
	background-image:url(/ProcessImages/SmallRedTop.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:60px;
}
.taxsmallredwidth 
{
	margin-left:35px;
	padding-left:20px;
	width: 311px;
	float: left;
	background: white url(/ProcessImages/SmallRedWidth.gif);
	background-repeat:repeat-y;
	float: left;
	position:absolute;
	top:74px;
}
.taxsmallredbottom 
{
	margin-left:35px;
	padding-left:1px;
	width: 311px;
	height: 14px;
	background-image:url(/ProcessImages/SmallRedBottom.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:158px;
}
.moneysmalltop 
{
	margin-left:20px;
	padding-left:5px;
	width: 340px;
	height: 14px;
	background-image:url(/ProcessImages/SmallmoneyTop.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:72px;
}
.moneysmallwidth 
{
	margin-left:20px;
	padding-left:5px;
	width: 340px;
	float: left;
	background: white url(/ProcessImages/SmallmoneyWidth.gif);
	background-repeat:repeat-y;
	float: left;
	position:absolute;
	top:84px;
}
.moneysmallbottom 
{
	margin-left:20px;
	padding-left:5px;
	width: 340px;
	height: 22px;
	background-image:url(/ProcessImages/SmallmoneyBottom.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:198px;
	left:5px;
}
.moneybutton
{
	position:absolute;
	top:210px;
	left:10px;

}
.moneymessage
{
	position:absolute;
	top:225px;
	left:10px;

}
.moneyreference1
{
	position:absolute;
	top:85px;
	left:10px;

}
.moneyreference2
{
	position:absolute;
	top:100px;
	left:10px;

}

.moneyreference3
{
	position:absolute;
	top:115px;
	left:10px;

}

.innerredtopgreyfill {
	width: 733px;
	height: 12px;
	background-image:url(/ProcessImages/innerredtopgreyfill.gif);
	position:relative;left:17px;
	background-repeat:no-repeat;
	font-size:60%;
}
.innerredrepgreyfill {
	width: 733px;
	background: white url(/ProcessImages/innerredrepgreyfill.gif) repeat-y;
	position:relative;left:17px;
}
.innerredbottomgreyfill {
	width: 733px;
	height: 12px;
	background-image:url(/ProcessImages/innerredbottomgreyfill.gif);
	position:relative;left:17px;
	background-repeat:no-repeat;
}
.maintextblacklarge
{
	text-align:right;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height:12px;
}
.maintextblacklargenormal
{
	text-align:left;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height:16px;
}
.maintextblacklargeleft
{
	text-align:left;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height:12px;
}
.maintextblackverylarge
{
	text-align:right;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height:14px;
}
.maintextblackverylargeunderline
{
	text-align:right;
	text-decoration: underline;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height:14px;
	cursor:pointer;
	cursor:hand;
}
.maintextredlarge
{
	text-align:left;
	text-decoration: none;
	color: #c03;
	font-size: 14px;
	font-weight: bold;
	line-height:16px;
}
.maintextredlargenormal
{
	text-align:left;
	text-decoration: none;
	color: #c03;
	font-size: 14px;
	font-weight: normal;
	line-height:16px;
}
.maintextredverylarge
{
	text-align:left;
	text-decoration: none;
	color: #c03;
	font-size: 15px;
	font-weight: bold;
	line-height:20px;
}
.busydiv
{
	position:absolute;
	top:100px;left:80px;
	background-color:White;
	padding:5 5 5 5;
	z-index:999999;
}
.languagemenu
{
	color: white;
	font-size: 10px;
} 

