﻿/* **************************************************
	GLOBAL
************************************************** */
BODY
{
	background: url(/images/bgshadow.gif) repeat-y 50% 0px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

A, 
A:ACTIVE,
A:LINK, 
A:VISITED
{
/*
	border-bottom: 1px dashed #6F0000;
*/
	font-weight: bold;
	color: #6A0404;
	text-decoration: underline;
}

A:HOVER
{
/*
	border-bottom: 1px dashed #FFA8A8;
*/
	color: #ae0000;
}

H1
{
	border-bottom: 1px solid #CCCCCC;
	color: #CC3333;
	font-family: Georgia, Century Gothic, Times New Roman, Serif;
	font-size: 16px;
	font-weight: bolder;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

H2
{
	color: #5B0202;
	font-family: Georgia, Century Gothic, Times New Roman, Serif;
	font-size: 12px;
	font-weight: bolder;
	margin: 5px 0px 6px 10px;
	padding: 0;
	text-transform: uppercase;
}

H3
{
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 6px 20px;
	padding: 0;
}

LABEL
{
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	display: block;
/*
	width: 140px;
*/
	margin: 0;
	padding: 4px 10px 10px 0px;
	margin-top: 2px;
}

.Accent
{
	color: #330000;
	font-weight: bold;
}

.Debug
{
	position: absolute;
	top: 100%;
}

.Error
{
	background-image: url(/images/bg_graystripe.gif);
	background-color: yellow;
	border-style: double;
	border-color: Red;
	color: Red;
	font-size: 10px;
	line-height: 22px;
	width: 400px;
	padding: 10 10 10 10;
}

.RequiredField
{
	background-color: Pink;
}

.RequiredMessage
{
	color: Red;
	font-size: 10px;
}


/* **************************************************
	PAGE CONTAINER
************************************************** */

.PageContainer
{
/*
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -388px;
*/
	padding: 0px;
	width: 770px;
	background: white;
}

/* **************************************************
	HEADER CONTAINER
************************************************** */

.HeaderContainer
{
	background-color: #8A2003;
	height: 68px;
	width: 100%;
}

.HeaderNavigation
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 4px;
}

.HeaderNavigation A, 
.HeaderNavigation A:LINK,
.HeaderNavigation A:ACTIVE,
.HeaderNavigation A:VISITED
{
	/*border-bottom: solid 4px #8A1F03;*/
	color: #6A0404;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.HeaderNavigation A:HOVER
{
	/*border-bottom: solid 4px #CCCCCC;*/
}

/* **************************************************
	NAVIGATION CONTAINER
************************************************** */

.NavigationContainer
{
	background-color: #b5afa7;
	background-image: url(/images/bar.gif);
	background-position: 100% 0px;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	height:21px !important;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.NavigationContainer A
{
	float: left;
	font-weight: bold;
	height:17px !important;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	text-decoration: none;	
}

.NavigationContainer A,
.NavigationContainer A:LINK,
.NavigationContainer A:ACTIVE,
.NavigationContainer A:VISITED
{
	background-color: #B5AFA7;
	border-bottom-width: 0;
	border-right: solid 1px #999999;
	border-top: solid 4px #B5AFA7;
	color: White;
	font-weight: bold;
	text-decoration: none;
	height:17px !important;
}

.NavigationContainer A:HOVER
{
	border-top: solid 4px #CCCCCC;
	text-decoration: none;
}

.NavigationContainer A.Selected,
.NavigationContainer A.Selected:LINK,
.NavigationContainer A.Selected:ACTIVE,
.NavigationContainer A.Selected:VISITED,
.NavigationContainer A.Selected:HOVER
{
	background-color: White;
	border-right: solid 1px #999999;
	border-top: solid 4px #CCCCCC;
	color: #8A1F03;
	font-weight: bold;
}

/* **************************************************
	FOOTER CONTAINER
************************************************** */

.FooterContainer
{
	border-top: solid 1px #990000;
	color: #990000;
	float: left;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	position: absolute;
	width: 770px;
/*
	visibility: hidden;
*/
}

.FooterContainer .Copyright
{
	padding-top: 10px;
	padding-left: 10px;
	width: 400px;
}

.FooterContainer address
{
/*
	background-color: #990000;
	border-top: 1px solid #999999;
	color: white;
	padding: 20 0 20 0;
*/
	font-style: normal;
	margin: 0px;
	margin-top: 5px;
	padding-left: 10px;
}

.FooterContainer address i
{
/*
	color: #FF3333;
*/
}

.FooterContainer address abbr
{
	cursor: help;
	text-decoration: none;
	border: none;
}

.FooterContainer address a,
.FooterContainer address a:LINK,
.FooterContainer address a:ACTIVE,
.FooterContainer address a:VISITED,
.FooterContainer address a:HOVER
{
	border-bottom-width: 0;
	color: #990000;
	text-decoration: none;
}


/* **************************************************
	PAGELET PANE
************************************************** */
.PageletPane
{
	padding-left: 10;
	padding-top: 5;
	width: 150px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.PageletPane H2 
{
	margin: 5px 0px 3px 0px;
	padding: 5px 0px 2px 5px;
	color: #009;
	font-size: 11px;
	letter-spacing: 1px;
	border-bottom: 1px solid #CC0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-transform: capitalize;
}

.PageletPane P
{
	margin: 0;
	padding: 5px 5px 12px 3px;
	font-size: 9px;
	color: #990000;
	line-height: 14px;
}

.PageletPane .SideNavHead
{
	color: #Red;
	font-size: 11px;
}

.PageletPane .SideNavHead A
{
	color: #C33;
	border: none;
	font-weight: bold;
	text-decoration: none;
}

.PageletPane .SideNavHead A:HOVER
{
	color: grey;
	text-decoration: none;
}

.PageletPane UL
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	list-style: none;
}

.PageletPane UL LI
{
	margin: 0;
	padding: 0px 5px 7px 17px;
	background: url(/images/bullet_round.gif) no-repeat 3px 6px;
	font-size: 9px;
	color: #6A0404;
	line-height: 14px;
}

.PageletPane .SideNavItems A,
.PageletPane .SideNavItems A:ACTIVE,
.PageletPane .SideNavItems A:LINK,
.PageletPane .SideNavItems A:VISITED
{
	color: grey;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

.PageletPane .SideNavItems A.Selected,
.PageletPane .SideNavItems A.Selected:ACTIVE,
.PageletPane .SideNavItems A.Selected:LINK,
.PageletPane .SideNavItems A.Selected:VISITED
{
	color: grey;
}

.PageletPane A:HOVER
{
	color: grey;
}

.Divider
{
	width: 10px;
}

/* **************************************************
	CONTENT CONTAINER
************************************************** */
.ContentContainer
{
	padding-bottom: 15px;
	width: 100%;
	margin-top: 20px;
}

.ContentPane
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 22px;
	color:#8B1F05;
}

.ContentPane H1
{
	padding: 0;
	margin: 0px 0px 10px 0px;
	color: #8D0E03;
	font-family: Georgia, Century Gothic, Times New Roman, Serif;
	font-size: 16px;
	font-weight: bolder;
	border-bottom: 1px solid #CC0000;
}

.ContentPane H2
{
	padding: 0;
	margin: 5px 0px 6px 0px;
	color: #8D0E03;
	text-transform: uppercase;
	font-family: Georgia, Century Gothic, Times New Roman, Serif;
	font-size: 12px;
	font-weight: bolder;
}

.ContentPane H3
{
	padding: 0;
	margin: 3px 0px 6px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.ContentPane STRONG,
.ContentPane B
{
	color: #331100;
}

.ContentPane P
{
	padding: 0px 0px 10px 0px;
	margin: 0;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	line-height: 22px;
}

.ContentPane P.main
{
	padding-left: 0px;
	margin-top: 0px;
	font-size: 10px;
}

.ContentPane UL,
.ContentPane OL
{
	padding: 0px 0px 0px 3px;
	margin: 0px;
}

.ContentPane UL
{
	list-style: none;
}

.ContentPane ol li,
.ContentPane ul li
{
	line-height: 22px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.ContentPane ul li 
{
	background: url(/images/bullet.gif) no-repeat 1px 8px;
}

.ContentPane ul li p
{
	padding-right: 10px;
}

.ContentPane ul.main
{
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}

.ContentPane ul.main li
{
	padding-bottom: 0px;
	padding-left: 18px;
}

.ContentPane ul.main li p
{
	margin:  0px;
	padding: 0px;
}

.ContentPane ul.Legislation li
{
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background: url(/images/bullet_doc.gif) no-repeat 2px 7px;
}

.ContentPane ul.Legislation li a
{
	text-transform: capitalize;
}

.ContentPane #highlightbanner
{
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	height: 100px;
}

.ContentPane #highlightbanner #copy
{
	background: url(/images/bg_graystripe.gif);
	border: 1px solid #CC0000;
	height: 100px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 385px;
}

.ContentPane #highlightbanner  div.forms
{
	background: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100px;
}

.ContentPane #highlightbanner #copy p
{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	line-height: 15px;
}

.ContentPane .SiteMap li a
{
	color: #CC3333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
/*
	border-bottom: 1px dashed #0F0600;
*/
}

.ContentPane .SiteMap a.Top
{
	font-size: 12px;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

.ContentPane ol
{
	padding: 0px 0px 10px 50px;
	margin: 0;
}

.ContentPane ol li
{
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	line-height: 22px;
}

.ContentPane ol li p
{
	padding: 0px 0px 10px 0px;
}

.ContentPane address
{
	float: left;
	margin: 10px 10px 5px 10px;
	height: 90px;
	width: 165px;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
}

.ContentPane address.cachamber
{
	width: 145px;
	margin: 5px 0px 5px 20px;
}

.ContentPane address b
{
	position: relative;
	left: -6px;
	display: block;
}

.ContentPane address b.hq
{
	color: #c33;
	border-bottom: 1px solid #CC0000;
	width: 165px;
}

.ContentPane address b.office
{
	color: #009;
	border-bottom: 1px solid #CC0000;
	width: 165px;
}

.Offices address
{
/*
	margin: 10px 10px 5px 10px;
*/
	float: left;
	margin-left: 10px;
	height: 90px;
	width: 165px;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	position: absolute;
	visibility: hidden;
}

.Offices address b
{
	position: relative;
	left: -6px;
	display: block;
}

.Offices address b.hq
{
	color: #330000;
	border-bottom: 1px solid #CC0000;
	width: 150px;
}

.Offices address b.office
{
	color: #009;
	border-bottom: 1px solid #CC0000;
	width: 150px;
}

Top
{
	color: #8A1F03;
}

/* **************************************************
	SUB NAVIGATION
************************************************** */

 .ContentPane .SubNavigation
{
	margin: 7px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 141px;
	list-style: none;
	float: left;
	border-right: 1px solid #CC0000;
	background-color: #fff;
}

.ContentPane .SubNavigation ul
{
	margin: 0px;
	padding: 0px;
}

.ContentPane .SubNavigation ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 12px;
	background: url(/images/bullet_small.gif) no-repeat 3px 5px;
	line-height: 14px;
	font-size: 9px;
}

.ContentPane .SubNavigation ul li.back
{
	background: url(/images/bullet_small_back.gif) no-repeat 3px 5px;
}

.ContentPane .SubNavigation ul li a
{
	text-align: left;
	margin: 0;
	padding: 0;
}

.ContentPane .SubNavigation ul li.back a
{
	color: #906;
	border-color: #6C0800;
}

.ContentPane .SubNavigation ul li.back a:hover
{
	border-color: #ea0d00;
	color: #ae0000;
}

.ContentPane .SubNavigation ul li a.Selected
{
	color: #990000;
/*
	border-bottom: 1px dashed #fff;
*/
}

/* **************************************************
	IMAGES
************************************************** */

#imghome
{
	background: url(/images/homelanding.jpg) no-repeat;
	height: 217px;
	width: 770px;
	border: 0px ;
	margin-left:-25px;
	margin-top:-20px;
	margin-bottom:10px;
	float: left;
}

#imghomeworkers
{
	background: url(/images/imghome.jpg) no-repeat;
	height: 100px;
	width: 152px;
	border: 1px solid #CC0000;
	margin: 0px 15px 5px 0px;
	float: left;
}

#imgservices
{
	background: url(/images/imgservices.jpg) no-repeat;
	height: 100px;
	width: 152px;
	border: 1px solid #CC0000;
	margin: 0px 15px 5px 0px;
	float: left;
}

#imgtaxes
{
	background: url(/images/imgtaxes.jpg) no-repeat;
	height: 100px;
	width: 152px;
	border: 1px solid #CC0000;
	margin: 0px 15px 5px 0px;
	float: left;
}

#imgabout
{
	background: url(/images/imgabout.jpg) no-repeat;
	height: 100px;
	width: 152px;
	border: 1px solid #CC0000;
	margin: 0px 15px 5px 0px;
	float: left;
}

#imgthanks
{
	background: url(/images/imgthanks.jpg) no-repeat;
	height: 100px;
	width: 152px;
	border: 1px solid #CC0000;
	margin: 0px 15px 5px 0px;
	float: left;
}

#imglegislation
{
	border: 1px solid #CC0000;
	background: url(/images/imglegislation.jpg) no-repeat;
	height: 100px;
	width: 152px;
	margin: 0px 15px 5px 0px;
	float: left;
}

#imgcalchamber
{
	border: 1px solid #CC0000;
	background: #fff url(/images/imgcalchamber.gif) no-repeat 50% 50%;
	height: 100px;
	width: 152px;
	margin: 0px 15px 5px 0px;
	float: left;
}
#imgTALXinfo
{
	background: url(/images/imgTALXinfo.gif) no-repeat;
	height: 14px;
	width: 14px;
		margin: 5px 0px 5px 0px;
	float: left;
}

#imgTALXmsg
{
	background: url(/images/imgTALXmsg.gif) no-repeat;
	height: 21px;
	width: 21px;
		margin: 3px 0px 3px 0px;
	float: left;
}

.ContentPane .HighlightBannerImage
.ContentPane .HighlightBannerImage:ACTIVE,
.ContentPane .HighlightBannerImage:HOVER,
.ContentPane .HighlightBannerImage:LINK,
.ContentPane .HighlightBannerImage:VISITED
{
	border: 1px solid #CC0000;
	margin: 0px 15px 5px 0px;
	height: 100px;
	width: 152px;
	float: left;
	text-align: center;
}
.ContentPane .HighlightBannerImage IMG
{
	border: 0px;
}



#imglogin
{
	border: 1px solid #CC0000;
	background: #fff url(/images/imglogin.jpg) no-repeat 50% 50%;
	height: 100px;
	width: 152px;
	margin: 0px 15px 5px 0px;
	float: left;
}

#imgsearch
{
	border: 1px solid #CC0000;
	background: #fff url(/images/imgsearch.jpg) no-repeat 50% 50%;
	height: 100px;
	width: 152px;
	margin: 0px 15px 5px 0px;
	float: left;
}

#imgcareers
{
	border: 1px solid #CC0000;
	background: #fff url(/images/imgcareers.jpg) no-repeat 50% 50%;
	height: 100px;
	width: 152px;
	margin: 0px 15px 5px 0px;
	float: left;
}

.LoginForm
{
	margin: 10px 0px 0px -40px;
}


form
{
	padding: 0;
	margin: 0;
}
div.forms
{
	background: url(/images/bg_graystripe.gif);
	margin: 0px 20px 15px 20px;
	padding: 20px 20px 20px 0px;
	border: 1px solid #CC0000;
	width: 500px;
}
div.forms td, 
div.forms th
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
}
label
{
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	display: block;
/*
	width: 140px;
*/
	margin: 0;
	padding: 4px 10px 10px 0px;
	margin-top: 2px;
}
label.required
{
	font-weight: bold;
}
label.de2088
{
	text-align: left;
	margin-left: 80px;
	width: 390px;
	width: /* */ /**/ 380px;
	width: /**/ 380px;
	padding-top: 10px;
}
label.small
{
	width: 51px;
	width: /* */ /**/ 41px;
	width: /**/ 41px;
}
div.forms input, input.nodiv, textarea, select
{
/*
	background-color: #FF0600;
	border: 1px solid #660000;
*/
	padding: 2px 0px 2px 0px;
	margin: 0;
	font-family: verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
}
div.forms input.de2088
{
	margin-left: 100px;
}
input.button
{
	background-color: Silver;
	float: right;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px;
}
input.floatbutton
{
	background-color: Silver;
	float: left;
/*
	border-left: solid 1px gray;
	border-top: solid 1px gray;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
*/	
	margin-top: 4px;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
}
input.leftbutton
{
	background-color: Silver;
	margin: 5px 0px 0px 110px;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
}
select
{
	width: 135px;
}
select.boolean
{
	width: 50px;
}
textarea
{
	margin-bottom: 8px;
}
div.forms input.noborder
{
	background: none;
	border: none;
}
span.radiotext
{
	position: relative;
	top: -3px;
}

#login
{
	margin: 10px 0px 0px -40px;
}
#search
{
	margin: 25px 0px 0px -70px;
}
.SearchResults
{
	background: url(/images/bg_graystripe.gif);
	margin: 0px 5px 10px 5px;
	padding: 5px 10px 0px 0px;
	border: 1px solid #CC0000;
	width: 545px;
}
.SearchResults p
{
	margin: 0;
	padding: 0px 10px 5px 10px;
}
p.left
{
	float: left;
	width: 395px;
}


.PleaseWaitContainer
{
	position: absolute;
	top: 33%;
	visibility: hidden;
	width: 100%;
	z-index: 200; 
}

.PleaseWaitContainer #highlightbanner
{
	background-color: White;
	border: solid 2px #660C00;
	margin: 0px;
	padding: 0px;
	width: 542px;
}

.PleaseWaitContainer #highlightbanner #imgtaxes
{
	margin: 0px;
	padding: 0px;
}

.PleaseWaitContainer #highlightbanner #copy
{
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
	padding-top: 25px;
}

.KeepAliveContainer
{
	position: absolute;
	width: 100%;
	top: 33%;
	visibility: hidden;
}

.KeepAliveContainer div
{
	background-color: Silver;
	background-image: url(/images/bg_graystripe.gif);
	border: outset 2px gray;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	padding: 15px;
	text-align: center;
}

.KeepAliveContainer input
{
	background-color: white;
	margin-top: 10px;
}

.tracecontent
{
	position: absolute;
	top: 100%;
	left: 0px;
}

#grid TD {
	font-family: arial, sans-serif;
	font-size: 10px;
}

#taxFactTable 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	border-top: solid 1px gray;
	border-right: solid 1px gray;
}

#taxFactTable TH,
#taxFactTable TD 
{	
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	height: 25px;
}

#taxFactTable TH
{
	background-color: #009;
	color: White;
	font-size: 10px;
}

#taxFactTable TD
{
	background-color: #f0f0f0;
}

#taxFactTable TD.even
{
	background-color: #d0d0d0;
}

#taxFactTable .spacer
{
	background-color: white;
}

#taxFactTable TD.caption
{
	background-color: White;
	border-width: 0px;
}

.Figure
{
	font-size: 9px;
	line-height: 10px;
	margin-left:10px;
}

.PrinterFriendly
{
	display: none;
	visibility: hidden;
}