﻿html, body 
{
	margin:0 0 0 0;	
	background-image:url('images/backgroundPinstripeTile.gif');
	background-repeat:repeat;
}

.contentDiv
{
	margin-left:15px;
	margin-top:10px;
}

.footer
{
	color:#83a5cc;
	font-size:0.7em;
	background-color:#cce5ff;
}

td, th, p, div, span
{
	font-family:Arial, helvetia, Myriad Pro, Verdana;
	font-size:8pt;
}

.instruction
{
	font-family:Arial, helvetia, Myriad Pro, Verdana;
	font-size:8pt;
}

.justifyRight
{
	 text-align:right;
}

h1, .h1
{
	font-size:2.0em;
	font-weight:bold;
}


h2, .h2
{
	font-size:1.5em;
	font-weight:bold;
	color: #012E7E;
	float:left;
}

h3, .h3
{
	font-size:1.0em;
	font-weight:bold;
	color: #012E7E;
	float:left;
}

.gridPadRight
{
	padding-right:20px;
}

.pageHeading
{
	font-size:large;
	color: #012E7E;
	width:500px;
}

.errorMessage
{
	font-size:x-small;
	color:Red;
	vertical-align:middle;
}

.addNewLink
{
	color:Navy;
	float:right;
	font-size:xx-small;
	padding-top:5px;
	padding-right:5px;
	font-weight:bold;
}

.viewAllContactsCheckbox
{
	color:Navy;
	float:right;
	font-size:x-small;
	padding-right:5px;
	font-weight:bold;
}

.backToDocuments
{
	color:Navy;
	float:left;
	font-size:x-small;
	padding-right:5px;
	font-weight:bold;
}

/* formats for jquery menu items */

.menu_list
{	
	width: 170px;
}

.menu_head
{
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #EFEFEF;	/*eef4d3 color of main menu background */
}
 
.menu_body
{
	display:none;
}

.menu_body a
{
  display:block;
  color:#006699;			/*006699 color of submenu text */
  background-color:#ccccff;	/*EFEFEF color of submenu background #eef4d3 */
  padding-left:30px;
  font-weight:600;
  text-decoration:none;
}

.menu_body a:hover
{
  color: #000000;
  text-decoration:underline;
}


.overlaydiv
{
     visibility: visible;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:left;
     z-index: 1000;
     background-color:#eee;
     opacity: 0.8; 
     filter:alpha(opacity=80); 
    -moz-opacity: 0.8; 
}

.modaldialog 
{
     width:470px;
     height:270px;
     top:100px;
     background-color: #ffffff;
	 visibility: hidden;
     position: absolute;
     border:1px solid #000;
     padding:0px;
     z-index:1001;
}

.modaldialog div	/* formats the title bar of the dialog box */
{
	background-color: Blue; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:17px; 
	color: white; 
	text-align: left;
}

td.items_table {
	border-bottom-width: 1px;
	border-bottom-color:#DEDED9;
	border-bottom-style:solid;
	border-right-width: 1px;
	border-right-color:#DEDED9;
	border-right-style:solid;
	
	background-color: white;
	padding: 1px;
 }

.table_border_color {
	background:#BBBBBB;
}

.table_background_color {
	background:#FFFFFF;
}

.table_heading_bgcolor {
	background:cornsilk;
}

.sub_heading_text {
	color:#656565;
	font-size:14px;
}

/*
.subscriberLogin
{
	float:right;
	color:yellow;
	display:block;
	margin-top:20px;
}
*/

a.subscriberLogin:link 
{
	color:White;
}

a.subscriberLogin:visited
{
	color:White;
}

a.subscriberLogin:hover
{
	color:White;
}
/*
*/


