html {

    overflow-x: auto;
    overflow-y: scroll;
}

a:link, a:visited, a:active
{
    color: #0088FF;
    text-decoration: none;
}


a:hover
{
    color: #932E37;
    text-decoration: none;
}


acronym {
	cursor: help;
}

address {
	font-style: normal;
}

.addressField {
	padding: 2px;
	border: 1px #7f9db9 Solid;
}

.addressSelect {
	padding: 1px;
	border: 1px #7f9db9 Solid;
}

.required {
	font-size: 10pt;
	color: #C61010;
}

body
{
    font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;
    background-color: #ECF5FA; /*#F7F5F0;*/ /*#FAFAF4;*/
    color: #555555;
    font-size: small;
    line-height: 135%;
    margin:  10px 0;
    padding: 0;
}

* html body {
    font-size: x-small;
    f\ont-size: small;        /* IE Hack */
}

.security {
	background-color: #fff3b3;
	padding: 6px;
	padding-bottom: 2px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.securityCheckBox {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 50px;
	display: block;
	float: left;
}

.securityDivider {
	clear: both;
}

.securityGroup {
	text-align: left;
	font-size: 11px;
	width: 160px;
	display: block;
	float: left;
	white-space: nowrap;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 8px;
}


#site_box
{
    padding: 0px;
    margin: auto;
    voice-family: "\"}\"";
    voice-family:inherit;
}

#header
{
    font-size: 75%;
}

.siteHeader {

	font-size: 75%;
	padding: 2px 6px 2px 6px;

}

.siteHeaderLogo {

	padding-top: 2px;
	padding-bottom: 2px;

}

.siteHeaderTopBar {

}

.siteHeaderBottomBar {
	
}


ul.nobullets
{
    margin: 0;
    padding-left: 10px;
    list-style: none;
}


ul.topbar
{
    list-style: none;
    margin:  0 0 0 0;
    padding: 0;
}

ul.topbar li.title
{
    padding-right: 5px;
    float: left;
    font-size:   160%;
	line-height: 26px;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;
    color: #C61010;
    border: none;
    padding: 2px;
	margin: 0 0 6px 0;
}

ul.topbar li.button
{
	float: left;
	margin: 0 5px 6px 0px;
}

ul.topbar li.right
{
	float: right;
	margin: 0 0px 6px 5px;
}

ul.topbar li.button a
{
	display: block;
	border: 1px solid;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-right: 5px;
    line-height: 16px;
    background-color: #EEEEEE;
	text-decoration: none;
	color: #000000;
	margin-right:6px;
}

ul.topbar li.button a:hover
{
	border: 1px solid #CC0000;
}

ul.topbar li.button img
{
    margin-bottom: -4px;
}


.body_small
{
    font-size: 80%;
}

.warning
{
    border: 1px solid #800000;
    color: #800000;
    background-color: #FF7F7F;
    padding: 5px;
    margin-bottom: 5px;
}
.warning a { color: #800000; }
.warning a:hover { color: #000000; }

.notice
{
    border: 1px solid #008000;
    color: #008000;
    background-color: #80FF80;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.notice a { color: #008000; }
.notice a:hover { color: #000000; }

.alert
{
    border: 1px solid #808000;
    color: #808000;
    background-color: #FFFF80;
    padding: 5px;
    margin-bottom: 5px;
}
.alert a { color: #808000; }
.alert a:hover { color: #000000; }

a img
{
    border: none;
}

.page_header a img
{
    vertical-align: middle;
    margin: 0 4px;
}

h1
{
    margin:  0 0 15px 0;

    font-size:   175%;
    font-weight: bold;
    color: #007AAA;
}

h1.header_title
{
    font-size: 300%;
    border: none;
    color: #007AAA;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0;
    background-color: #FFFFFF;
}

h1.header_title img
{
    margin-bottom: 15px;
}

h2
{
    font-size:   155%;
    font-weight: bold;
	color: #007AAA;
	margin-top: 0px;
}

h2.entity_title {
	font-size: 100%;
	margin-left: 0.5em;
}



h3
{
    margin-bottom: 0px;

    font-size: 110%;
    font-weight: bold;
    color: #007AAA;
    margin: 0 0 15px 0;
    padding: 0;
    /* text-transform: uppercase; */
}

hr
{
    width: 100%;
    height: 1px;
}


#overlay
{
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

#breadcrumbs
{
	margin: 0px;
	margin-top: -6px;
	padding: 0px;
    font-size: 10px;
}

thead th
{
    text-align: center;
}

tbody  th
{
    text-align: right;
}


#content
{
    padding: 0px 0px 0px 0px;
	/*margin-right: 15px;*/
	/*margin-left: 12px;*/
	/*background-color: #EDEBDF; */
	/*margin-top: -8px; */
	/*border-top: 2px solid #AAAAAA; */
	/*border-bottom: 2px solid #DFDBCA; */
}

#mainTable
{

	min-height: 300px;
	height: auto;
	height: 300px;


}

#paneCenter
{

	padding-top: 10px;
	padding-bottom: 10px;

}

#paneLeft,
#paneRight
{

	background-color: #EEEEEE;
	border-left: 3px solid #AAAAAA;
	/*
	border-top: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	border-right: 2px solid #AAAAAA;
	*/
	padding-top: 5px;
	padding-left: 3px;

}

#paneLeft .padding,
#paneRight .padding
{
    margin: 0 5px;
}

#paneLeft h3,
#paneRight h3
{
    margin: 0 0 10px 0;
    color: #000066;
}

.sidebarComponent
{
    margin-bottom: 15px;
}

tr.highlight1 td
{
	background-color: #eeeeee;
}

tr.highlight2 td
{
	background-color: #dddddd;
}

.borderSingle
{
	border: solid 1px;
}

.centered
{
	margin-left: auto;
	margin-right: auto;
}

table.headerHeavy th
{
	border: solid 1px;
	text-align: center;
	font-weight: bold;
	background-color: #aaaaaa;
}

.blue
{
	color:#0000FF;
}

.red
{
	color:#FF0000;
}

ul.inlineList
{
	float: left;
	margin: 0px;
	padding-left: 0px;
}

ul.inlineList li
{
	display: inline;
	margin-right: 10px;
}

.clear
{
	clear: both;
}

.margin5
{
	margin: 5px;
}

.quote
{
	margin-top: 0px;
	margin-bottom: 0px;
	border: solid 1px;
	background-color: #fff8d7;
	padding: 5px;
}

.right
{
	float: right;
}


ul.annoucements
{
    list-style: none;
    margin:  0 0 0 0;
    padding: 0;
}

ul.annoucements li a
{
	text-decoration: none;
    color: #3E7EB6;
}

ul.annoucements li a:hover
{
    text-decoration: underline;
}

ul.annoucements li.body
{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
}


ul.annoucements li.title
{
    font-size: 110%;
    font-weight: bold;
    color: #3E7EB6;
    font-weight: bold;
    border: none;
    padding: 2px;
    padding-right: 5px;
	margin: 0 0 6px 0;
}

.newsList {
	margin: 0px;
	padding: 0px;
}

.newsList a {
	color: #006;
	/* color: #208e04; */
	text-decoration: none;
}

.newsList a:hover {
	text-decoration: underline;
}

.newsList .newsMainTitle {

	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	color: #006;
	padding: 4px;
	margin: 2px 30px 0px 8px;
	clear: both;
}

.newsList .newsBody {
	font-size: 11px;
	color: #000;
	margin: 2px 30px 6px 30px;
	clear: both;
}

.newsList .newsComments {
	font-size: 10px;
	margin: 2px 30px 14px 30px;
	clear: both;
}

.newsList .newsComments a {
	color: #08F;
}

.newsList .newsComments img {
	vertical-align: middle;
}

.newsList .newsTitle {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #aaa;
	padding: 2px;
	padding-top: 4px;
	padding-left: 4px;
	margin: 0px 30px 6px 8px;
	clear: both;
}

.newsView {
	margin: 0px;
	padding: 0px 16px 4px 4px;
}

.newsView .newsBody {
	padding: 0px 12px 0px 8px;
	clear: both;
}

.newsView .newsCommentsTitle {
	background-color: #d7e0ea;
	margin-bottom: 4px;
	margin-right: 8px;
	margin-top: 4px;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	color: #546477;
}

.newsView .newsCommentsBody {
	font-size: 10px;
	margin: 0px;
	padding: 5px 0 5px 20px;
}


ul.notes
{
    list-style: none;
    margin:  0 0 0 0;
    padding: 0;
}

ul.notes li.body

{
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 10px;
}

ul.notes li.title
{
    font-size: 90%;
    font-weight: bold;
    color: #3E7EB6;
    font-weight: bold;
    border: none;
    padding: 2px;
    padding-right: 5px;
	margin: 0 0 6px 0;
}

.comment
{
    margin-bottom: 15px;
}

.comment .title
{
    background-color: #D7E0EA;
    margin:  0;
    padding: 1px;
    padding-left: 10px;
    font-size: 10px;
    color: #546477;
}

.comment .title .right
{
    float: right;
    margin-right: 10px;
}

.comment p
{
    margin:  0;
    padding: 5px 0 5px 20px;
}

.news tr {
	vertical-align: top;
}

.news .label {
	text-align: right;
}


.twotoneLeft
{
	width: 30%;
	text-align: right;
	background-color: #FFF1B0;
	margin-right: 10px;
	padding-right: 10px;
}

.twotoneRight
{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF1B0;
	margin-left: 10px;
	padding-left: 10px;

}

.tabTextTitle
{
    color: #3E7EB6;
    font-weight: bold;  
}

.twotoneLeftDetail
{
	width: 20%;
	text-align: right;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#F5F4EB;
	background-color:#F5F4EB;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#F5F4EB;
	margin-right: 10px;
	padding-right: 10px;
}

.twotoneRightDetail
{
	width: 30%;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#F5F4EB;

	margin-left: 10px;
	padding-left: 10px;

}

#searchResults
{

	font-size: 90%;

}

#searchResults a:link
{
    color: #0088FF;
    text-decoration: none;
}

#searchResults a:visited
{
    color: #0088FF;
    text-decoration: none;
}

#searchResults a:active
{
    color: #0088FF;
    text-decoration: none;
}

#searchResults a:hover
{
    color: #800080;
    text-decoration: none;
}

#searchResults .small
{

	font-size: 80%;

}
#searchResults .weight
{

	font-size: 75%;
	text-align: center;
	width: 20px;

}

.liveSearchResults {
	position: absolute;
	background-color: #EEE;
	z-index: 3;
	border: solid 1px;
	padding: 0px;
	border:1px solid #CCC;
	border-left:6px solid #CCC;
	display: none;
}
.liveSearchResults a {
	display:block;
	width:98%;
	padding:2px;
	color:#666;
}
.liveSearchResults a:hover {
	display:block;
	background-color:#CCC;
	color:#000;
}

.timeclockSummary { 

	background-color:#F4F8FD;
	width:500px;
	padding-left: 10px;
	color: #000099;

}

.timeclockLogEntryTable {

}

.timeclockLogEntryLabel {

	text-align: right;
	padding-right: 5px;

}

.timeclockLogEntryField {

	text-align: left;
	
}

.timeclockLogEntryValidation {

	background-color:#F4F8FD;
	color: #000099;


}

iframe.lookupWindow {

	position: absolute;
	width: 650px; 
	height: 450px; 
/*
	top: 50%;
	margin-top: -225px;
	left: 50%;
	margin-left: -325px;
	*/
	display: none;

}

th.generic {
	padding-right:60px;
	text-align:left;
}
td.generic {
	padding-right:40px;
}

.inputNavButtons {
	height:30px;
	font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;
	font-size:8pt;
}

a.clarity { 
	font-size: 70%;
	color: EDEAE0; 
	text-align: center; 
}


/*
.innerBox { 
	
	vertical-align: middle; 
	text-align: left; 

}
*/

.smallBrown { 

	color: #005575; /* This is now blue */

}

.smallDarkerBrown { 

	color: #00364A;

}

.smallBrown:link, .smallBrown:active, .smallBrown:visited { 

	color: #005575; /* This is now blue */

}

.smallBrown:hover { 

	color: #932E37;

}

.lightenUpInputLabel { 

	font-size: 16px;
	text-align: right;
	color: #555555;
	font-weight: bold;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;

}

.lightenUpLabel { 

	font-size: 16px;
	text-align: left;
	color: #555555;
	font-weight: bold;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;

}

.lightenUpSpacer { 
	line-height: 25px;
}

.lightenUpInput { 

	font-size: 16px;
	text-align: left;
	color: #000000;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;

}

.lightenUpButton { 

	font-size: 16px;
	font-weight: normal;
}

.loginBoxes { 

	font-size: 12px;
	text-align: left;
	color: #999999;
	border: solid 1px #58503F;

}

.loginText { 
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #D5D2C1;
}

.loginSubmitText { 
	font-size: 10px;
	line-height: 20px;
	text-align: left;
	color: #D5D2C1;
	text-decoration: underline;
}

.loginSubmitBox { 
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #BDB99D;
	font-family: Arial, Helvetica, Geneva, Lucida, sans-serif;

}

.lightenUpMain { 
	background-color: #CDE4F1;
	width: 100%

}

.lightenUpMain table {
	width: 800px;
	text-align: left;
}

.lightenupLeftPane { 

	border-right: dashed #E4E1D1 1px;
	vertical-align: top;

}

.lightenupRightPane { 
	width:25%;
	vertical-align: top;
	/*text-align: right;*/
	
}

.lightenUpLeftMore, .lightenUpLeftMore:link, .lightenUpLeftMore:active, .lightenUpLeftMore:visited { 
	background-color:#F6F5F0;
	width: 530px;
	font-family: verdana; 
	font-size: 10px;
	font-weight: bold;
	text-align:right;
	color: #007AAA;
	margin-left: 6px;
	margin-right: 6px;
}

.lightenUpLeftText { 
	font-family: verdana; 
	font-size: 11px;
	text-align:left;
	margin-left: 15px;
	margin-right: 10px;
	padding: 5px;
}


.lightenUpLeftTitle { 
	text-align:left;
	margin-left: 1px;
}


.lightenUpRightBox1 { 

	background-color: #F6F5F0;
	border: #F69018 solid 1px;
	padding: 5px;
	margin: 5px;
	text-align: left;

}

.lightenUpRightBox2 { 

	background-color: #EEF7F9;
	border: #F69018 solid 2px;
	padding: 5px;
	margin: 10px 5px 5px 5px;

}

.lightenUpRightBox3 { 

	background-color: #F5FAE6;
	border: #F69018 solid 2px;
	padding: 5px;
	margin: 10px 5px 5px 5px;

}

.lightenUpRightBox4 { 

	border: #D8D4CB solid 1px;
	padding: 5px;
	text-align: center;
	margin: 5px;

}

.lightenUpRightBoxHeader { 
	color: #0085CF;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

.lightenUpRightBoxTitle { 
	color: #007AAA;
	font-family: verdana;
	font-size: 14px;
	line-height:22px;
	font-weight: bold;
	text-align: left;
}

.lightenUpRightBoxText { 
	font-family: verdana;
	font-size: 10px;
	line-height:18px;

}

.lightenUpRightBoxMore, .lightenUpRightBoxMore:link, .lightenUpRightBoxMore:active, .lightenUpRightBoxMore:visited {

	background-color: #D4ECF2; 
	width: 100%;
	text-align: right;
	color: #0085CF;
	font-size: 10px;
	font-weight: bold;
}

.lightenUpNavBar, .lightenUpNavBar:link, .lightenUpNavBar:active, .lightenUpNavBar:visited, .lightenUpNavBar:hover { 

	color: #555555;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;

}

.lightenUpFooter { 
	background-color: #9ECCE4;
	width: 100%
}

.lightenUpFooterSections { 
	width: 25%;
	vertical-align: top;
	padding-top: 10px;
}

.lightenUpFooterTitle { 
	color: #005575;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	margin-left:6px;
}

.lightenUpFooterText { 
	color: #005575;
	font-size:10px;
	margin-left:6px;
}

.lightenUpFooterText:link, .lightenUpFooterText:visited, .lightenUpFooterText:active  { 
	color: #005575;
	font-size:11px;
	margin-left:6px;
}

.lightenUpTeamName { 
	color:#000088 !important;
	font-family: arial;
	font-size:18px;
	font-weight:bold;
}

.lightenUpNote { 
	/*color: #932E37;*/
	color:#000088;
}

.lightenUpTableHeader { 

	font-size: 80%;
	font-weight: bold;

}

.lightenUpCompanyBanner { 
	text-align: center;
	vertical-align: middle; 
	font-size:14px;
	font-family:arial;
	letter-spacing:normal;
	line-height:24px;
	padding:0px;
	color: #063D68;
	font-weight:bold;
	margin-bottom:0px;
	background-image:url('/custom/WSDC/Images/lightenup/bckgroundHeader.jpg');
	background-repeat: no-repeat;
	height: 80px;

}

.luwControlBox {

	display: block;
	border: 1px solid;
	background-color: #FFFFFF;

}

.luwControlBoxLeft {

	display: block;
	margin-top: 12px;
	float: left;
	width: 443px;
	border: 1px solid;


}

.luwControlBoxRight {

	display: block;
	margin-top: 12px;
	float: right;
	width: 443px;
	border: 1px solid;

}

.luwControlBoxHeader {

	display: block;
	border-bottom: 1px solid #000000;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 1px;
	vertical-align: middle;
	background-color: #DFDBCA;
	background-image: url('/custom/WSDC/Images/headerBackground.gif');
	background-position : top;
	background-repeat : repeat-x;
	color: #963239;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	height: 26px;

}

.luwControlBoxBody {

	padding: 4px;
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	color: #000000;

}

.luwControlBoxBodyNarrow {

	padding: 4px;
	background-color: #FFFFFF;
	height:100%;
	font-family: verdana;
	font-size: 12px;

	_width: 365px;

	overflow-y: auto;
	overflow-x: hidden;
	_overflow-x: none;

	padding-right: 8px;
	_padding-right: 4px;
}

.luwControlBoxBodyWide {

	padding: 4px;
	background-color: #FFFFFF;
	_height:100%;
	
	font-family: verdana;
	font-size: 12px;

	_width: 789px;

	overflow-y: auto;
	overflow-x: hidden;
	_overflow-x: none;

	padding-right: 8px;
	_padding-right: 4px;
}

.luwControlButton {

	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
}

.luwControlBreadCrumbs {

	font-family: arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	
}

.lightenUpDivider {
	background-color: #ccc;
	border-style: none;
	border-width: 0;
	color: #ccc;
	height: 1px;
	margin: 0;
	padding: 0;
}

.lightenUpHidden {
	display: none;
	margin: 1em 0;
}

.lightenUpHidden ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.luwTableHeader  {

	background-color: #DFDBCA;
	background-image: url('/custom/WSDC/Images/headerBackground.gif');
	background-position : top;
	background-repeat : repeat-x;
	color: #963239;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	height: 26px;
	padding: 2px 6px 1px;
	vertical-align: middle;

}

.luwTableHeader td, .luwTableHeader th  {

	border-bottom: 1px solid #000000;
	text-align: left;

}

.luwNavButton {

	width: 2.5em;

}
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
table.suggestions
{
	background-color: #fff;
	border-color: #999;
	border-style: none solid solid;
	border-width: 0em 1px 1px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0em;
	padding: 0em;
	position: absolute;
}
table.suggestions td
{
	background-color: #fff;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: small;
	font-weight: normal;
	height: 1.25em;
	margin: 0em;
	overflow: hidden;
	padding: 2px;
	width: auto;
}
table.suggestions td.selected
{
	background-color: #a54a42;
	color: #fff;
}
table.suggestions span.bold
{
	font-weight: bold;
}

.myLightenUpForm{
	background-color: #FFFEEF;
	border: 1px solid #9ECCE4;
	text-align: center; 
	vertical-align: top; 
	width: 100%;
}

.sectionBox {
	display: block;
	border: 1px solid;
	background-color: #fff;
}

.sectionBoxLeft {
	display: block;
	margin-top: 12px;
	float: left;
	width: 390px;
	border: 1px solid;
}

.sectionBoxRight {
	display: block;
	margin-top: 12px;
	float: right;
	width: 390px;
	border: 1px solid;
}

.sectionBoxHeader {
	display: block;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-top: 3px;
	vertical-align: middle;
	background-color: #fff1b0;
	color: #000;
	font-family: arial;
	font-size: 14px;
}

.sectionBoxTitle {
	vertical-align: middle; 
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: 0% 46%;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.sectionBoxBody {
	/* border-top: 1px solid #000; */
	padding: 4px;
	background-color: #fff;
	font-family: verdana;
	font-size: 12px;
	color: #000;
}

.sectionLabelField {
	text-align: right;
	font-weight: bold;
}

.tabBoxHeader {
	display: block;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-top: 3px;
	vertical-align: middle;
	border-bottom: 1px #a0a9e0 solid;
	color: #006;
	font-family: Verdana;
	font-size: 11px;
	
	/* 
	background-color: #dfdbca;
	background-image: url(/images/sectionHeaderBackground.gif);
	background-position : top;
	background-repeat : repeat-x;
	color: #963239;
	font-weight: bold;
	*/
}

.title {
	padding-right: 5px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
	color: #006;
	border: none;
	padding: 2px;
	margin: 0px 0 6px 0;
}

.pageTitle {
	padding-right: 5px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
	color: #006;
	border: none;
	padding: 0px;
	margin: 3px 0px 3px 0px;
}

.bodySmallOptional { 
	line-height: 14px
}

.quickSearchButton {
	font: normal 10px Verdana, sans-serif;
	vertical-align: middle;
	height: 22px;
}

.quickSearchForm {
	display: inline; 
	margin: 0;
}

.quickSearchInput {
	font: normal 10px Verdana, sans-serif;
	vertical-align: middle;
	height: 12px;
	width: 120px;
}

.inline-button {
	_width: 12em;
	font: bold 65%/1 Verdana, sans-serif;
	margin: 0 0.2em;
	padding: 0.1em 0;
	_padding: 0;
	border: 1px solid black;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: middle;
	background: #ccc;
	color: black;
}

.inline-button em {
	_width: 1em;
	_cursor: hand;
	font-style: normal;
	margin: 0;
	padding: 0.1em 0.5em;
	background: white;
	color: black;
}

.inline-button span {
	_width: 1em;
	_cursor: hand;
	margin: 0;
	padding: 0.1em 0.5em 0.1em 0.3em;
}

.inline-button:hover {
	background: #666;
	color: white;
}

.inline-button:hover em {
	background: black;
	color: white;
}

.green {
	background: green;
	color: white
}

.green em {
	background: white;
	color: green
}

.salesCells { 
	text-align: right;
	border-bottom: solid #dedede 1px;
	padding: 3px 5px 1px 0;
}

.salesCategories { 
	border-bottom: solid #dedede 1px;
	padding: 3px 0 1px 5px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;
	font-size: small;
}

.contextMenu {
	border-left: 4px solid #aaa;
}

.contextMenuItem140 {
	font-size: 11px;
	width: 140px;
}

.contextMenuItem160 {
	font-size: 11px;
	width: 160px;
}

.contextMenuItem180 {
	font-size: 11px;
	width: 180px;
}

.contextMenuItemGeneric {
	height: 22px; 
}

.contextMenuItemEdit { 
	display: block;
	height: 22px; 
	background: transparent url(/images/DocumentEdit.gif) no-repeat; 
	background-position: 4px 0px;
}

.contextMenuItemNew { 
	display: block; 
	height: 22px; 
	background: transparent url(/images/DocumentAdd.gif) no-repeat; 
	background-position: 4px 0px;
}

.contextMenuItemDelete { 
	display: block; 
	height: 22px; 
	background: transparent url(/images/delete.gif) no-repeat; 
	background-position: 4px 0px;
}

.contextMenuItemClipboard { 
	display: block; 
	height: 22px; 
	background: transparent url(/images/clipboard.gif) no-repeat; 
	background-position: 4px 0px;
}

.redHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	color: #c61010;
	font-weight:bold;
}

.grayHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	color: #4d4d4d;
	font-weight:bold;
}

.grayItalic {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #4d4d4d;
	font-style:italic;
}

.contentName {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #4d4d4d;
	line-height:19px;
	font-weight:bold
}

.contentText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #4d4d4d;
	line-height:19px;
}

.bottomText, .bottomText a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #007baa;
	font-weight:bold;
	font-style:italic;
}

.bottomText a hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #5d609c;
	font-weight:bold;
	font-style:italic;
}


.subHeader, .subHeader a {
	padding: 6px 8px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

.subHeader a hover{
	padding: 6px 18px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

.subHeaderSM, .subHeaderSM a {
	padding: 7px 20px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

.subHeaderSM a hover{
	padding: 6px 18px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

.sidebar_header {
	color: #555;
	font-size: small;
	font-weight: bold;
	margin: 0 0.5em;
	padding: 0.5em 0 0;
}
.sidebar_item, .sidebar_header {
	border-color: #999;
	border-style: solid;
	border-width: 0 0 1px;
}
.sidebar_item, .sidebar_last_item {
	font-size: x-small;
	margin: 0 0.5em;
	padding: 0.5em 0;
}
.sidebar_item h3, .sidebar_last_item h3 {
	color: #555;
	font-size: x-small;
	margin: 0;
	padding: 0;
}
.sidebar_item p, .sidebar_last_item p {
	margin: 0;
	padding: 0;
}
