﻿/*cph*/
#cph
{
	clear:both;
	position:relative;
	padding-top:5px;
}
#cph .title
{
	margin:0px 15px 5px 15px;
	color:#1A5A8E;
	background-color:Transparent;
	font-size:1.5em;
	font-weight:bold;
	border-bottom:solid 2px #1A5A8E;
}

/* sidebar */
.sidebar
{
	margin:0;
	padding:0px 20px 0 0;
	width:180px;
	float:right;
}

.sidebar img.center
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding:0px;
}

.sidebarbox
{
	color:Black;
	background-color:#E5EFF7;
	border-left: solid 5px #B10101;
	border-right: solid 5px #B10101;
	border-bottom: solid 10px #B10101;
	margin-bottom:10px;
	padding-bottom:5px;
}
.sidebarbox h1
{
	color:White;
	background-color:#B10101;
	margin:0;
	padding:5px 0px 5px 5px;
	text-align:left;
	font-size:1.0em;
	font-weight:bold;
}
.sidebarbox h2
{
	font-size:0.9em;
	font-weight:normal;
	margin:5px 0 0 10px;
	font-weight:bold;
}
.sidebarbox p
{
	margin:0;
	padding:3px 10px;
	font-size:0.9em;
}

.sidebarbox div.defaultlinks p
{
	margin:0;
	padding:5px 10px 5px;
	font-size:0.9em;
	border-bottom: solid 1px #6899BA;
}
.sidebarbox div.defaultlinks a:link, .sidebarbox div.defaultlinks a:visited
{
	text-decoration:none;
}
.sidebarbox div.defaultlinks a:hover
{
	color:#F48000;
}
.sidebarbox ul
{
	font-size:0.9em;
	margin-top:5px;
	margin-left:25px;
	padding-left:0;
	list-style-position:outside;
}
.sidebarbox li
{
	line-height:1.5em;
}
.sidebarbox2
{
	color:Black;
	background-color:#E5EFF7;
	border-top:solid 1px #cee1f0;
	border-left: solid 1px #cee1f0;
	border-right: solid 1px #cee1f0;
	border-bottom: solid 1px #cee1f0;
	margin-bottom:10px;
	padding-bottom:5px;
}
.sidebarbox2 h1
{
	color:Black;
	background-color:#cee1f0;
	border-bottom: solid 2px #ffffff;
	margin:0;
	padding:5px 0px 5px 5px;
	text-align:left;
	font-size:1.0em;
	font-weight:bold;
}
.sidebarbox2 h2
{
	font-size:0.9em;
	font-weight:normal;
	margin:5px 0 0 10px;
	font-weight:bold;
}
.sidebarbox2 p
{
	margin:0;
	padding:3px 10px;
	font-size:0.9em;
}
.sidebarbox2 ul
{
	font-size:0.9em;
	margin-top:5px;
	margin-left:25px;
	padding-left:0;
	list-style-position:outside;
}
.sidebarbox2 li
{
	line-height:1.5em;
}
.sidebarboxerror
{
	color:Red;
	background-color:#ececec;
	border:solid 1px #c2c1c1;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
}
.sidebarboxerror h1
{
	color:Red;
	background-color:#ececec;
	border-bottom: solid 2px #ffffff;
	margin:0;
	padding:5px 0px 5px 5px;
	text-align:left;
	font-size:1.0em;
	font-weight:bold;
}
.sidebarboxerror p
{
	margin:0;
	padding:3px 10px;
	font-size:0.9em;
}

.sidebar p.column
{
	margin:0;
	padding:0px 8px 8px 8px;
	font-size:0.9em;
}
.sidebar div.tip 
{
	margin:0;
	padding:8px 8px 8px 8px;
	font-size:0.9em;
	background-color:#e5eff7;
	border: solid 1px #cee1f0;
}
.sidebar div.tip h1
{
	margin:0;
	padding:2px 2px 2px 5px;
	font-size:1.1em;
	font-weight:bold;
	color:black;
}
.sidebar div.tip h2
{
	margin:0;
	padding:4px 2px 2px 2px;
	font-size:1.0em;
	font-weight:bold;
	color:black;
}
.sidebar div.tip p
{
	margin:0;
	padding:1px;
}

/* contents */
.contents
{
	margin:0px 210px 0px 20px;
	position:relative;
}
.contents .contentsright
{
	float:right;
	width:280px;
	padding:0 10px;
}
.contents .contentswideright
{
	float:right;
	position:relative;
	width:340px;
	padding:0 10px;
}
.contents h1
{
	color:#1a5a8e;
	background-color:Transparent;
	font-size:1.2em;
	margin:20px 0 10px 0;
}
.contents h2
{
	color:Black;
	background-color:Transparent;
	font-size:1.1em;
	margin:0;
}
.contents h3
{
	color:Black;
	background-color:Transparent;
	font-size:0.8em;
	margin:7px 0 0 0;
}
.contents #blurb
{
	font-weight:bold;
}
.contents p
{
	margin:10px 0;
}
.contents ul
{
	margin-top:5px;
	margin-left:15px;
	padding-left:0;
	list-style-position:outside;
}
.contents .indented
{
	margin-top:5px;
	margin-left:50px;
	padding-left:0;
}
.contents li
{
	padding:2px 0;
}
.contents .question
{
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	color:#015E9C;
}


/* faq control */
.faqquestion
{
	margin:0 0 0 15px;
	text-indent:-15px;
	padding:5px 10px;
	font-weight:bold;
}
.faqquestion a:link, .faqquestion a:visited
{
	text-decoration:none;
}
.faqquestion a:hover
{
	color:#F48000;
}
.faqanswer
{
	margin:0 0 0 15px;
	padding:5px 10px;
	text-indent:-15px;
}
/* end faq */
 
/* entry form */
fieldset.entryform 
{
	border:none;
	margin:0;
}
.entryform h1
{
	color:white;
	background:#1A5A8E url(../../images/formheader.jpg) repeat-y;
	font-size:1.0em;
	font-weight:bold;
	margin:0;
	padding: 0.2em 0.5em;
}
.entryform label
{
	width:11em;
	float:left;
	vertical-align:baseline;
	text-align:right;
	margin-right:0.5em;
	margin-top:5px;
	display:block;
}
.required
{
	font-weight:bold;
}
.entryform p.subtext
{
	font-size:0.9em;
	margin-left:13em;
	margin-top:-10px;
}
fieldset.entryform .submit
{
	margin-left:140px;
}
/* end entry form */

/*images*/
img.left
{
	float:left;
	padding-right:10px;
}
img.center
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
img.right
{
	float:right;
	padding-left:10px;
	position: relative;
	margin:0;
}

/* brochures*/
.brochuremenu
{
	margin-top:5px;
	margin-left:25px;
	margin-bottom:10px;
}
.treeleafnode
{
	font-size:0.9em;
}
.treeleafnode a:link, .treeleafnode a:visited
{
	text-decoration:underline;	
}
.treeparentnode
{
	font-size:0.9em;
	font-weight:bold;
}
.treerootnode
{
	font-size:1.2em;
	font-weight:bold;
	color:#015e9c;
}
/* end brochures */

/* misc */
.logout
{
	position:absolute;
	top:-3px;
	right:15px;
}
.nonbulleted
{
	list-style-type:none;
	margin-left:20px;
	text-indent:-10px;
}
.gvText
{
	padding:10px 5px;
}
.prDate
{
	vertical-align:top;
	text-align:center;
	width:10em;
	padding:10px 5px;
}
.jobField
{
	width:10em;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
}

.center
{
	margin-left: auto;
    margin-right: auto;
	text-align:center;
}

.disabled
{
	color:Gray;
}
div.address p
{
	margin:0;
	padding:0;
}
.thumbbox {
        width: 155px;
        float: left;
        margin: 10px 15px;

        height:240px;
        overflow: hidden;
        text-align:center;
} 
.important
{
	color:Red;
	font-weight: bold;
}
.bold
{
	font-weight:bold;
}
.smaller
{
	font-size:smaller;
}
.imgmiddle
{
	vertical-align:middle;
}

input.btn
{
	color:White;
	background-color:#1a5a8e;
	font-weight:bold;	
	border:outset 2px #e5eff7;
	height: expression(onmouseover=new Function("this.style.color='#f7c600';"),
                       onmouseout=new Function("this.style.color='#fff';"));
}

input[type="submit"]:hover
{
	color:#f7c600;
}

input[disabled]
{
	color:White;
	background-color:LightGrey;
}
input[disabled]:hover
{
	color:White;
}


.contentswide
{
	margin:0px 20px;
	position:relative;
}

/*table*/
tr.aligntop
{
	vertical-align:top;
}

table.receipt
{
	background-color:#ececec;
	margin:5px;
	padding:5px;
	width:50%;	
}

/* only scroll when viewed on screen */
@media screen 
{
	.scrollable
	{
		height:200px;
		overflow:scroll;
		padding:5px;
		border:solid 1px black;
	}
	.scrollable p
	{
		padding:0 10px;
	}
}

span.point
{
	border-style: none;
	border-color: black;
	border-width:thin;
	position:absolute;
	padding:0;
	margin:0;
}

#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 200px;
	border: 1px solid black;
	padding: 2px;
	background-color:#FCFEE4;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

/* summary page */
.sumtable
{
	margin-top:10px;
	padding:0;
	margin-left:15px;
	margin-right:auto;
}
.sumtable th
{
	color: Black;
	border:solid 1px #9C9C9C;
	font-size:larger;
	font-weight: bolder;
	/*background-color: #E8EBF0;*/
	background-color:#c2c1c1;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	text-align:center;
}
.sumtable td
{
	border:solid 1px #9C9C9C;
}
.sumtablefooter
{
	font-weight:bold;
	text-align:center;
}

/* charting */
table.chart
{
	font-family:Times New Roman, Serif;
	border-collapse:collapse;
	border:solid 1px black;
	margin-top:10px;
	margin-bottom:10px;
}
td.charttitle
{
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	background-color:#c6d2da;
}
tr.data
{
	background-color: White;
	background-image:url(../../billing/images/chartback.gif);
	background-repeat:repeat;
	border-bottom:solid 1px black;
}
td.bar
{
	vertical-align:bottom;
	text-align:center;
	border-bottom:solid 1px black;
}
tr.xaxis
{
	text-align:center;
	font-size:9px;
	background-color:#c6d2da;
}
