/*------------------------------------------------------------------------------
PAGE BODY
------------------------------------------------------------------------------*/
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	background: #eaf1f8 url("../images/bg-back.jpg") repeat-x 0 0;

}
/*------------------------------------------------------------------------------
GENERAL LAYOUT
------------------------------------------------------------------------------*/
/* Defines min-width for compliant browsers and applies detailed top border image */
#page
{
	width: 952px;
	margin-left:auto;
	margin-right:auto;
	background: transparent url("../images/bg-middle.jpg") no-repeat 0 0;

}
a {
color: #005482;
text-decoration:none
}
a:hover  {
color: #000000;
text-decoration:underline

}

/* This element is used to get min-width functionality to work in MSIE 5 & 6 */
#wrap
{
	/* Do not add styles to this element */
}
#wrap2
{
	
}

/* The background of this element is used to create the "faux column" effect of
having the menu and content DIVs resize vertically together. */
#wrap3
{
	background: transparent url("../images/bg-middle.jpg") repeat-y 0 0;
}


/* Triggers hasLayout so elements are included in page flow rendering.
All wrapping divs in the html page MUST BE ADDED to this style rule or else
IE5/6 will have rendering problems */
/* Hide from MacIE \*/
* html #page, * html #wrap, * html #wrap2, * html #wrap3 * html #register {
	height: 1px;
}
/* End MacIE hide */
/* END MIN-WIDTH STYLES */

/* This is the topmost section with logo and photo */
#header
{
	height: 111px;
	background: transparent url("../images/bg-header.jpg") repeat-x 0 0;

	
}

/* This is the section with logout button and search bar */
#toolbar
{
	padding: 4px 20px;
	text-align: right;
	text-transform: uppercase;
	vertical-align: middle;
	color: #a0c2da;
	background: #4177a4 url("../images/skycss/general/bg-toolbar.gif") repeat-x 0 0;
}
#toolbar *
{
	vertical-align: middle;
}
#toolbar a, #toolbar label
{
	padding: 3px 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#toolbar a.btnLogout
{
	padding-right: 21px;
	border-right: 1px solid #7396b8;
}
#toolbar a:link, #toolbar a:visited
{
	text-decoration: none;
	color: #a0c2da;
}
#toolbar input
{
	margin: 0 0 0 7px;
	padding: 0 3px;
}
#toolbar input#mainSearch
{
	margin: 0;
	padding: 2px 3px;
	background: #7da1c0 url("../images/skycss/general/bg-search.gif") repeat-x 0 0;
	border: 0;
}

/* This section contains the primary navigation */
#menu
{
	width: 218px;
	padding-left: 13px;
	padding-top: 5px;
	margin: 0;
	padding-bottom:0;
	float: left;
}
#menutop
{
	height: 5px;
	margin:0;
	padding:0;
	background: url("../images/menu-top.gif") no-repeat 0 0;
	font-size:5px;
}
#menubottom
{
	height: 17px;
	background: url("../images/menu-bot.gif") no-repeat 0 0;
	font-size:5px;
	margin: 0;
	padding:0;
}
/* This section contains register content */

#register
{
	width: 218px;
	padding-top: 5px;
	margin:0;
	padding-bottom:0;
	margin-bottom: 9px;
	background: url("../images/reg-top.gif") no-repeat 0 0;
}
#registercontent
{
	background: url("../images/reg-middle.gif") repeat;
	margin: 0;
	padding:0;
	padding-left: 9px;
	padding-right: 9px;
}
#registerbottom
{
	background: url("../images/reg-bot.gif") no-repeat;
	font-size:5px;
	height: 6px;
	margin: 0;
	padding:0;
}
/* This section contains all non-primary navigation that resides in the "menu" DIV */
#menuContent
{
	padding: 8px;
}

/* This is a the primary content area */
#content
{
	font-family: Verdana, sans-serif;
	padding-left: 28px;
	padding-top: 16px;
	padding-bottom: 21px;

	min-height:400px; /* added jda */
	height:expression(this.scrollHeight > 400 ? "auto":"400px"); /* added jda */
}
/* This is a the content area wrap sets width */
#contentwrap
{
width: 892px;
padding-top:0;
}

/* This is the footer bar */
#footer
{
	clear: both;
	font-size: 10px;
	color: #005482;
	text-align: center;
	padding-top: 23px;
	background: #eaf1f8 url("../images/bg-footer.jpg") no-repeat 0 0;
	min-height:120px; /* added jda */
	height:expression(this.scrollHeight > 120 ? "auto":"120px"); /* added jda */
}
/*------------------------------------------------------------------------------
ANCHORS
------------------------------------------------------------------------------*/
a:link, a:visited
{
	color: #164F7F;
}
/*------------------------------------------------------------------------------
CALENDAR color display
------------------------------------------------------------------------------*/
.previous
{
	background-color: #a7c6e3;
	font-weight:bold;
	font-size: 10px;
}
.next
{
	background-color: #a7c6e3;
	font-weight:bold;
	font-size: 10px;
}
.next a
{
}
.monthyear
{
	background-color: #284967;
	text-align: center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.calendarday
{
	background-color: #658eb3;
	color: #fff;
	text-align: center;
	font-weight:bold;
	font-size: 10px;
}
.datecell
{
	background-color: #e5e9ed;
	text-align:center;
}
.datecellwhite
{
	background-color: #fff;
	text-align:center;
}
.caldate
{
font-size: 11px;
display:block;
font-weight:bold;
}
/*------------------------------------------------------------------------------
PRINT ICON
------------------------------------------------------------------------------*/
#printicon
{
	float: right;
	padding-left: 12px;
}
/*------------------------------------------------------------------------------
NAVIGATION

Styles for navigation lists.  Markup should be formed so that nested ULs
are contained in their parent LI element.
------------------------------------------------------------------------------*/
ul.nav
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	background: url("../images/menu-back.gif") repeat-y 0 0;
}
ul.nav li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;


}
ul.nav li a
{
	display: block;
	padding: 5px 12px 4px 24px;
	border-bottom: 1px solid #fba824;
	border-left: 1px solid #fba824;
	border-right: 1px solid #fba824;
}
ul.nav a:link, ul.nav a:visited
{
	text-decoration: none;
	color: #000;
}
ul.nav a:hover
{
	background-color: #fff;
}

/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.nav li a.on
{
	background-color: #fff;

}

/* for parent links not open/on */
ul.nav li a.parent
{
	background: url("../images/arrow.gif") no-repeat 7px 6px;
	font-weight: bold;

}
ul.nav li a.parent:hover
{
	background: url("../images/arrow.gif") no-repeat 7px 6px;
	font-weight: bold;
	background-color: #fff;

}
/* for parent links that have a child element with on state */
ul.nav li a.parent-open
{
	background: url("../images/arrow.gif") no-repeat 7px 6px;
	font-weight: bold;

}
ul.nav li a.parent-open:hover
{
	background: url("../images/arrow.gif") no-repeat 7px 6px;
	font-weight: bold;
	background-color: #fff;

}
/* for parent links that are on */
ul.nav li a.parent-on
{

}
ul.nav ul.nav
{
	margin: 0;
	border: 0;
}
ul.nav ul.nav li a
{
	padding-left: 36px;
	background-position: 25px 50%;
}
ul.nav ul.nav ul.nav li a
{
	padding-left: 48px;
	background-position: 37px 50%;
}

/* panel navigation: used for the "Admin Panel" */
ul.panel
{
	margin: 0 0 2em;
	padding: 5px 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}
ul.panel li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.panel li a
{
	display: block;
	padding: 0 3px;
}

ul.panel a:link, ul.panel a:visited
{
	text-decoration: none;
	color: #213d57;
}
ul.panel a:hover
{
	background-color: #a7c6e3;
}
/*------------------------------------------------------------------------------
GENERAL STYLES
------------------------------------------------------------------------------*/
p
{
	margin: 0 0 1em;
}
#footer p
{
	margin: 0;
}
h1
{
	margin: 0 0 .4em;
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#000;
}
#menuContent h1 
{
	margin: 2em 0 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
h2
{
	margin: 1em 0 .5em;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3, h4, h5, h6
{
	margin: 1.5em 0 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
img
{
	vertical-align: bottom;
}
/*------------------------------------------------------------------------------
FORMS
------------------------------------------------------------------------------*/
form
{
	margin: 0;
}
/*------------------------------------------------------------------------------
UNIQUE STYLES
------------------------------------------------------------------------------*/
/* Used for prominent hyperlinks such as the "Log Out" button under the "Admin 
Panel" */
a.button
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/*------------------------------------------------------------------------------
HACKS
------------------------------------------------------------------------------*/
/* Gives primary navigation anchors hasLayout status so that display: block functions correctly */
/* Hide from MacIE \*/
* html ul.nav li a, * html ul.panel li a {
	height: 1px;
}
/* End MacIE hide */

/*------------------------------------------------------------------------------
ADMIN STYLES UNIQUE TO SIMPLEREPORT CUSTOM TAG
------------------------------------------------------------------------------*/
FONT.fieldLabel
{
	MARGIN-LEFT: 3px;
	FONT-SIZE: Verdana, Arial, SunSans-Regular, Sans-Serif;
	FONT-FAMILY: 11px;;
	color : ffffff;
}
FONT.footer
{
	FONT-SIZE: Verdana, Arial, SunSans-Regular, Sans-Serif;
	FONT-FAMILY: 11px;;
	color : 666666;
	text-decoration : none;
}
FONT.adminBlue
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: 666699;
	FONT-FAMILY: Verdana, Arial, sans-serif
}
TD.cellPadding
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px
}
TD.line
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	line-height: 1px;
}
TD.adminTable
{
	PADDING-RIGHT: 2px;

	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 3px;
	MARGIN: 3px;
	PADDING-TOP: 3px
}
P.break
{
	margin-top: 5px;
	margin-bottom: 5px;
}
DIV.help
{
	FONT-SIZE: 9.5px;
	MARGIN: 4px 6px 4px 5px;
	FONT-FAMILY: 11px;
}
DIV.break
{
	MARGIN-TOP: 7px
}
/*----------------------returncode clases---------------*/
 
.returncodeerror
{
font-size: 10px;
color: #ff0000;
margin:0px
}

.returncodeinfo
{
font-size: 10px;
color: #0000ff;
margin:0px;
}

.returncodetip
{
font-size: 10px;
color: #000000;
margin:0px;
}
/*----------------------admin tabs---------------*/
 #navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #e5e9ed;
text-decoration: none;
}
/*
#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }
*/
#navlist li a:hover
{
color: #000;
background: #d0d9e1;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}
/*----------------------END admin tabs---------------*/


/* -------------------------- */
/* -------------------------- */
#toplink{
	height: 11px;
	color: #999;
	font-size: 11px;
	display:block;
	position:relative;
	padding-top: 5px;
}


#toplinks, #toplinks ul {
	float: left;
	list-style: none;
	color: #fff;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#toplinks li {
	float: left;
	padding: 0;
	border-right: #fff solid 1px;
}

#toplinks a {
	display: block;
	padding: 0;
	line-height: 11px;
	color: #fff;	
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}
#toplinks a:hover {
	color: #000;	
}
#toplinks li.last {
border-right: none;

}
/* -------------------------- */
/* -------------------------- */
#topbar {
	background: transparent url("../images/bg_topbar.gif") no-repeat 0 0;
	padding:0;
	margin:0;
	height: 24px;



}
#topbarlogo {
float:left;
margin:0;
padding:0;
padding-left: 9px;
padding-top: 4px;
margin-right: 15px;
}
#techlogo {
padding-top: 8px;

}
#techlogoinner {
float:left;
}
#techphone {

}
#regtitle {
font-size: 14px;
font-weight:bold;
padding-top:3px;
padding-bottom:6px;
padding-left: 6px;
}
#forgotpassword {
color: #005482;
padding-left: 9px;
padding-top: 6px;
padding-bottom: 6px;
}
#forgotpassword a{
color: #005482;
text-decoration:underline;
}
#startnow {
border-top: #cecece solid 1px;
font-weight:bold;
color: #005482;
font-size: 13px;
padding-top:3px;
padding-bottom:6px;
padding-left: 6px;
}
#startnow a{
font-weight:bold;
font-family:Arial Black, Helvetica, sans-serif;
color: #005482;
text-decoration:underline;
text-align:right;
}
#pagination {
color: #005482;
padding:0;
padding-top: 1px;
padding-bottom: 1px;
margin:0;
margin-bottom: 6px;
border-top: solid #ffab2f 1px;
border-bottom: solid #ffab2f 1px;
}
#paginationgray {
color: #005482;
padding:0;
padding-top: 1px;
padding-bottom: 1px;
margin:0;
margin-bottom: 6px;
border-top: solid #cecece 1px;
border-bottom: solid #cecece 1px;
}
#pagleft {
float:left;
font-weight:bold;
}
#pagright {
text-align:right;
}
#pagright strong{
color: #000;
}
#contentboxwrap {
margin-top: 9px;
margin-bottom: 9px;
width:670px;
padding-top:11px;
background: url("../images/contentbox-top.gif") no-repeat 0 0;

}
#contentbox {
background: url("../images/contentbox-middle.gif") repeat 0 0;
padding-left: 12px;
padding-right: 12px;
	min-height:200px; /* added jda */
	height:expression(this.scrollHeight > 200 ? "auto":"200px"); /* added jda */
}
#contentboxbottom {
height:13px;
font-size: 5px;
background: url("../images/contentbox-bot.gif") repeat 0 0;
}
#contentmiddle {
margin-top: 3px;
margin-bottom: 3px;

}

#finishlater {
margin-top: 7px;
}

.instruct {
padding-left: 12px;
padding-right: 12px;
font-weight:bold;
}
#welcome {
float:right;
font-family:Arial Black, Helvetica, sans-serif;
color:#005482;
font-size: 16px;
}
#myquotesbuttons {
float:right;
}

#mybuynowbuttons {
float:right;
}
#myquotes {
padding-top: 12px;
padding-bottom: 15px;
}
.Style4 {
font-size:12px;

}
.layoutwrap {
border-bottom: solid #cecece 1px;

}

 #pdflist
{
padding: 0;
margin: 0;
font: normal 11px Ariel, sans-serif;
}

#pdflist li
{
list-style: none;
margin: 0;
display: inline;
}

#pdflist li a
{
padding: 0;
padding-right: 38px;
margin-left: 3px;
background: transparent url("../images/pdf.gif") no-repeat right;

}
