

/* NAVIGATION MENU STYLE SHEET*/
@import url(/Common/NavMenu/StyleMenu.cssp);

/* STAR RATING STYLE SHEET */
@import url(/Common/css/starrating.css);

/* ------------------------------------------------------------------ */
/*                    Redefinition of HTML tags                       */
/*                     (from original style sheet)                    */
/* ------------------------------------------------------------------ */

a.form:hover {
	background-color: #FFDDDD;
	color: #FF0000;
	font-family: Verdana, Arial;
	font-size: 7pt;
}


/* ------------------------------------------------------------------ */
/*                Newly Redefined HTML tags                       	  */
/* ------------------------------------------------------------------ */
/*

/* START DEPRECATED STYLES */
body {
	font: 76% Arial, Helvetica, sans-serif;
	background-color: #D8D8D8;
	background-image: url(/Common/Images/background_fill.gif);
	margin: 0;
	padding: 0;
	behavior:url(/Common/javalib/cssfocusandhover.htc);
}

p, td {
	font: 9pt Arial, Helvetica, sans-serif;	
}

/* END DEPRECATED STYLES */
/* START NEW FOUNDATIONAL STYLES FOR ENTIRE APP */

body.new {
	/*USING "new" CLASS TEMPORARILY UNTIL ALL PAGES IN APP ARE CONVERTED TO NEW STYLE SCHEME*/
	color: #000000;
	/*font: 76% Arial, Helvetica, sans-serif;*/
	margin: 0;
	padding: 0;
	height:100%;
 	background: #D8D8D8 url(/Common/Images/background_fill.gif);
	behavior:url(/Common/javalib/cssfocusandhover.htc);
}

body.bgcolor {
	background-image: url(none);
	background-color: #003399;
}

body.bggrey {
	background-image: url(none);
	background-color: #f4f4f4;
}

body.bgwhite {
	background-image: url(none);
	background-color: #FFFFFF;
}

a, a:hover, a:active, a:visited, a:link {
	text-decoration: undeline;
	color:#00458B;
}

a:hover {
	text-decoration: underline;
}

.bgprimary {
	background: #003399;
}
.bgsecondary {
	background: #D8D8D8;
}

#contentbox {
	width: 100%; 
	border: 0;
	background: #E8E8E8;
	margin:0;
	padding:0;
}

#contentbox iframe{
	width: 100%; 
	height: 400px;
	border: 0;
	margin: 0;
	padding: 0;
}

#form {
	/*border: 1px solid #003399;
	background: #E8E8E8;*/
	border:1px solid #bbb; 
	background:#F9F9F9;	
	padding: 10px;
	margin:0;
}

form#form input:focus, form#form textarea:focus{
	border: 1px solid #F1AA03;
	background: #FFFFFF;
}

#form input, textarea, select {
	border: 1px solid #999999;	
	background-color: #FFFFFF;
}

#form input.noborder {
	border: 0;	
	background-color: #E8E8E8;
}

#form.colorbg {
	background: #003399;
}

form#form_qs input:focus, form#form_qs textarea:focus{
	border: 1px solid #F1AA03;
	background: #FFFFFF;
}

div.tabs {
	background-color: #003399;
}

div.form  {
	margin: 5px 0 5px;
}
div.formgroup  {
	float: left;
	margin: 0 4px 4px 0;
}
div.form label {
	text-align: left;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #000000;		
}

div.form input, textarea, select {
	border: 1px solid #999999;	
	background-color: #FFFFFF;
	padding: 0;
}

div.form input {
	padding: .1em;
}

div.form textarea {
	width: 99%;	
	height: 170px;
}

div.form #LetterHTML textarea {
	/* DESCENDENT SELECTOR REQUIRED TO OVERCOME LOCKING OF WYSIWIG LETTER EDITOR */
	width: 100%;	
	height: 100%;
}

textarea {
	font:normal 1.4em Arial, Helvetica, sans-serif;
	padding: .1em;
}

#header {
	width: auto; 
	background: url(/Company//Images/banner_background.gif);
	
}

#header input, select {
	border: 1px solid #666666;
}

#header input {
	margin: 0;
	padding: 0 2px;
}

#header button {
	margin: .15em 0 0 0;
	padding: .1em;
	font-size: .9em;
}

#header .link{
	color:#FFFFFF;
}

#header .banner {
	
}

#header .infobar {
	width: auto;
	background: #003399;
	color:#FFFFFF;
	clear: both;
	margin: 0;
	padding: 0 5px 2px;
	font-size: 10pt; /* TEMPORARY UNTIL RELATIVE FONT-SIZING FULLY SET THROUGH APP */
	/* font-size: 1.1em; */
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

#menubar {
	width: 183px;
	position:absolute;
	left: 0;
}
#content {
	width: auto;
	padding: 10px;
	margin-left: 185px;
}

/*TEMP STYLE UNTIL ALL PAGES CONFORM TO DIV BASED LAYOUT*/
#footer-shim {
	margin: 0 0 0 183px;
}

#footer {
	/*margin: 0 0 0 183px;*/
	text-align:center;
}

#footer a {
	line-height: 1.7em;
}

#footer .links {
	padding: 10px;
}

#footer .copyright {
	margin: 5px 0;
	font-size: .9em;
}

#content h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 1.32em Arial, Helvetica, sans-serif;
	color: #000000;
}

#content h2 {
	color: #fff;
	border: 0;
	border: 1px solid #003399;
	background: #003399;
	padding: 5px;
	margin: 0;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	border-bottom:3px solid #bbb;
}

#formbox {
	background: #FFFFFF;
	border: 1px solid #999999;
	padding: 0;
	margin: 10px 0;
}

#formbox h3 {
	color: #000000;
	border: 1px solid #D4D0C8;
	background: #FFCC00;
	padding: 5px;
	margin: 0;
	font: bold 1em Arial, Helvetica, sans-serif;
}

#formbox .content {
	background: #FFFFFF;
	padding: 0 10px 10px;
}

#formbox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#formbox ul li{
	margin: 2px 0;
	padding: 2px 0;
}

#letterframe {
	border: 1px solid #003399;
	background: #E8E8E8;
	padding: 10px;
	margin:0;
}

#letterframe iframe{
	width: 100%; 
	height: 400px;
	border: 0;
	margin: 0;
	padding: 0;
}

iframe.plannerframe {
	width: 100%; 
	margin-right: 0;
	border: 1px solid #003399;
	background: #FFFFFF;
}

#plannerheading {
	background: #003399;
}

#plannerheading h1 {
	margin: 0;
	padding: 5px;	
	height: 19px;
	font-size: 1.2em;
	color: #fff;
	clear: both;
}

#plannerheading h1 .date {
	float: left;
}

#plannerheading h1 .links {
	float: right;
}

#plannerheading .label {
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
}

#plannerheading input, select {
	border: 1px solid #666;
	color: #000;
}

#hintbox {
	background: #FFFFFF;
	border: 1px solid #666666;
	padding: 0;
	margin: 0;
	width: 40%;
	float: right;
	height: 12em;
}

#hintbox h3 {
	color: #000000;
	border: 1px solid #D4D0C8;
	background: #FFCC00;
	padding: 5px;
	margin: 0;
	font: bold 1em Arial, Helvetica, sans-serif;
}

#hintbox .content {
	background: #FFFFFF;
	height: 9.8em;
	overflow:auto;
}

#hintbox ul {
	margin: 5px 12px;
	padding: 5px 12px;
}

#hintbox ul li{
	margin: 2px 0;
	padding: 2px 0;
}

table.list th{
	font-weight: bold;
	background: #DEDEBC;
	text-align: center;
	border-bottom: 1px solid #999999;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 3px;
}

table.list th em{
	text-decoration: underline;
	font-style: normal;
}

table.list td{
	border: 0;
	padding: 3px;
}

table.list td img{
	border: 0;
	margin: 0 0 0 4px;
}

table.list th img{
	border: 0;
}

table.list {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	margin-bottom: 10px;
}

#status button {
	border: 1px solid #333333;
	font-size: .8em;
	margin: 2px;
	padding: 0;
	color: #FFFFFF;
}
#status .red {
	background: #CC0000;
}
#status .green {
	background: #006600;
}
#status .yellow {
	background: #FFCC00;
	color: #000000;
}
#status .gray {
	background: #CCCCCC;
	color: #000000;
}
#status .current {
	border: 2px solid #000000;
	font-weight: bold;
}
#status .delete {
	background: #FFFFFF;
	color: #CC0000;
	padding-left: 3px;
	padding-right: 3px;
	font-weight:bold;
}
#status .optout {
	background: #ccc;
	color: #000;
	padding: .2em;
	font-weight:bold;
	border: 1px solid #000;
	font-size: .9em;
}

h1 {
	color: #000000;
	/*text-transform: uppercase;*/
}

button{
	margin: 0 2px 0 0;
}

button.small{
	font-size: .9em;
	padding: 0;
}

.instructions {
	margin: 10px 0;
	font-size: 1em;
}

.warning {
	border: 1px solid #CC0000;
	background: #FFFFCC;
	color:#000000;
	font-weight: bold;
	padding: 4px;
}

.required {
	font-weight: bold;
	color: #CC0000;
}

.navtext {
	width:250px;
	font-size: 1em;
	border:1px outset #000000;
	layer-background-color:#FFFFFF;
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
}

.leaddata {
	font-size:1em;
}

.checkbox {
	border: 0px solid #FF0000;
}

#printheader {
	display: none;
}

.printshow {
	display: none;
}

input.form {
	background-color: #DDDDDD;
	border: 0px solid #404040;
	font-family: Verdana, Arial;
	font-size: 7pt;
	font-weight: normal;
}



pre {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
}

td.form {
	color: #FF0000;
	font-family: Verdana, Arial;
	font-size: 7pt;
}

.box10 {
	background: #FF0000;
	display: block;
	width: 10px;
}

/* ------------------------------------------------------------------ */
/*                     Original Custom Classes                        */
/* ------------------------------------------------------------------ */
.btn {
	background: #CCCC99;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

/* Editing style for user-entry fields 
.edit {
	font-family: "Courier New", Courier, "Lucida Console", serif;
	font-size: 10pt;
}
*/
.fill {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: small-caps;
	left: 0;
	top: 0;
}

.form {
	font-family: Verdana, Arial;
	font-size: 7pt;
	text-decoration: none;
}

.formlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/* Provides clues to the user, editing tips, etc. */
.hint {
	color: #003399;
	font-weight: bold;
	font-size: 1em;
}

.light {
	color: #660099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: small-caps;
	left: -1;
	top: -1;
}

/* ERROR BOX */
div#warning {
	border: 1px solid #CC0000;
	background: #FFFFCC;
	color:#000000;
	font-weight: bold;
	margin:0 0 10px 0;
}

div#warning h1 {
	background: #CC0000;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px;
}

/* CONFIRMATION BOX */
div#confirmation {
	border: 1px solid #006600;
	background: #FFFFCC;
	color:#000000;
	font-weight: bold;
	margin:0 0 10px 0;
}

div#confirmation p {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}

/* ------------------------------------------------------------------ */
/*                             Custom Classes                               */
/*   (named according to function, not appearance)  */
/* ------------------------------------------------------------------ */
/* Emulates normal URL link - menu uses hover */
/*
.link {
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
}

.link:hover	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: underline;
}
*/

/* Emulates normal URL link  at 8Pt menu uses hover */
.link8 {
	color: #FFFFFF;
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.link8:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.box1
{
	clear: both;
	padding-top: 1px;
	width:250;
}
.box2
{
	width:100;
	text-align:right;
	padding-left:4;
	padding-right:4;
}
.box3
{
	border:solid 1 silver;
}
.box4
{
	background-color: #c7c7c7;
	text-align:center;
	width:250;
	font-size:11;
	border:solid 1 white;
	padding:4;
	margin:1
}

.input_edit { 
	 font-size: 10px; 
 	background-color: #FFFFFF; 
 	border: 1px solid #003399; 
}

.original_link {
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

/* Emulates normal URL link  at 8Pt menu uses hover */
.scroller {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.selectlist {
	font-family: "Courier New", Courier, "Lucida Console", serif;
	font-size: 8pt;
}

.shade {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: small-caps;
	left: +1;
	top: +1;
}

.td {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	text-decoration: none;
}

/* Table Data Column Header (Title) */
.td_hdr {
	font-weight: bold;
}

/* Table Data Column Text (data in tables for presentation) */
.td_txt {
}

.td1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

.td2 {
	color: #FFFFEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

.td3 {
	background: #006699;
	color: #FFFFEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.tds {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
}

/*-----------------------------------
	AD BANNER STYLES
-------------------------------------*/
#adbanner {
	background:#fff;
	margin:10px 7px 10px 5px;
	padding:4px;
	border:1px dashed #003399;
	text-align:center;
	color:#003399;
}
#adbanner h4 {
	margin: 0;
	padding: 0;
	font-size:1.3em;
	font-weight:bold;
}
#adbanner hr {
	width: 50px;
	color:#ccc;
}
#adbanner .detail {
	color:#000;
	font-weight:bold;
}