/* *****
 * styles_client.css - style classes for client section
 *
 * ***** */

@import url(../styles/styles_base_1_0.css);

H1, H2
{
    color: #182063;
}
H3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16pt;
}
TH
{
    color: #FFFFFF;
    background-color : #606CA6;
}
A, A:visited, A:active
{
    color: #182063;
}
A:hover
{
    color: #182063;
}
A.Large, A.Large:visited, A.Large:active
{
	font-size: 14px;
    color: #182063;
}
A.Large:hover
{
	font-size: 14px;
    color: #182063;
}

/* Client Menu Bar */
div.ClientMenu, div.ClientMenu TD
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size : 7pt;
    font-weight : bold;
    color : #FFFFFF;
    background-color : #606CA6;
}

div.ClientMenu A, div.ClientMenu A:visited, div.ClientMenu A:active
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size : 7pt;
    font-weight : bold;
    text-decoration: none;
    color : #FFFFFF;
    background-color : #606CA6;
}
div.ClientMenu A:hover
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size : 7pt;
    font-weight : bold;
    text-decoration: underline;
    color : #FFFFFF;
    background-color : #606CA6;
}

.MenuTab
{
	width: 5em;
	padding: .3em .3em;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

/* Button */
INPUT.Button
{
    color: #FFFFFF;
    background-color : #182063;
}


div.SolidBorder
{
	border: solid 1px black;
	padding: 10px;
	width: 100%;
}

.logged_in_as
{
	font: bold 1.0em/1.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #cc0000;
	background-color: #d8e6ef;
	background-image: url(../images/time_bg.gif);
	border: 1px solid;
	padding: 0px 5px 5px 5px;
	margin-right: 2em;
	margin-bottom: 1em;
    vertical-align: top;
    text-align: center;
	clear: none;
	width: 98%;
}

.print_form_div
{
	display: none;
}

.reset, .reset div, .reset dl, .reset dt, .reset dd, .reset ul, .reset ol, .reset li, .reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6,
.reset pre, .reset form, .reset fieldset, .reset input, .reset textarea, .reset p, .reset blockquote, .reset th, .reset td
{
	margin:0;
	padding:0;
}

.reset table
{
	border-collapse:collapse;
	border-spacing:0;
}

.reset fieldset, .reset img
{
	border:0;
}

.reset address, .reset caption, .reset cite, .reset code, .reset dfn, .reset em, .reset strong, .reset th, .reset var
{
	font-style:normal;
	font-weight:normal;
}

.reset ol, .reset ul
{
	list-style:none;
}

.reset caption, .reset th
{
	text-align:left;
}

.reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6, .reset p
{
	font-size:100%;
	font-weight:normal;
}

.reset q:before, .reset q:after
{
	content:'';
}

.reset abbr, .reset acronym
{
	border:0;
}