/*TABLE { border-collapse:separate;}
#node-50 TABLE {width:100%;}
#loggedtablecontainer TABLE{width:auto; padding:1px;}
#loggedtablecontainer TD{padding:1px;}
#loggedtablecontainer A, A:hover{background-color:#fff;}
#loggedtablecontainer  DIV A:hover{background-color:#000;}*/
#headertitle, A.headlink:hover { text-decoration:none;-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background: transparent url(../images/skin/headertitle_bg.gif) no-repeat scroll 0 100%; padding-left:17px}


.reporttable {
	margin: 0px !important;
}
.reportinner {
	background-color: #ccc;
}
.homeBoxes {
	padding-top: 14px;
	padding-right: 5px;
	padding-left: 16px;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.rowText {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #1D2E43;
}
.HotNewRowText {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #1D2E43;
	padding-left: 6px;
}
.homeBoxes_casestudies {

	padding-top: 14px;
	padding-right: 16px;
	padding-left: 16px;
}
.l1subnav {

	padding-top: 14px;
	padding-left: 34px;
}
.l1bodytext {
	padding-top: 19px;
	padding-right: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.casestudiesImgbuffer {
	margin-right: 10px;
	margin-bottom: 10px;
}
.catTxt {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #1D2E43;
	padding-right: 16px;
	padding-left: 16px;
}
.subnavTxt {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D2E43;
	padding-top: 20px;
	padding-left: 32px;
	padding-right: 10px;
}
.footerCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6699CC;
	padding-top: 5px;
	padding-left: 20px;
}
.footerlink A:link {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
}
.footerlink A:visited {
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.footerlink A:active {
	color: #5CBBEB;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
}
.footerlink A:hover {
	color: #5CBBEB;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
}
.snapshotRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	padding-left: 6px;
	font-weight: normal;
	text-align: right;
}
.snapshotDollars {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: green;
	padding-left: 6px;
	font-weight: bold;
	text-align: right;
}

/*Application Button Styles*/

a.app_squarebutton{
background: transparent url('/images/app_btn_left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
width:150px;
}

a:link.app_squarebutton, a:visited.app_squarebutton, a:active.app_squarebutton{
color: #494949; /*button text color*/
margin:1px;

}

a.app_squarebutton span{
background: transparent url('/images/app_btn_right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.app_squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.app_squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.app_buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
/*Navigation Styles*/

a.squarebutton{
background: transparent url('/images/nav_left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
width:150px;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
margin:1px;

}

a.squarebutton span{
background: transparent url('/images/nav_right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

#downloadlink {
color:red;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
padding-left:6px;
text-align:right;
text-decoration:underline;
}

#lcontainer {
	width: 140px;
}
#lcontainer ul {
	margin: 0px;
	padding: 6px 0px 0px;
}
