/*------------------------------------------------------------------------------
PAGE BODY
------------------------------------------------------------------------------*/
body
{
	margin: 9px;
	margin-top: 4px;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	color: #000;
	background-color: #ffffff;
}
/*------------------------------------------------------------------------------
ANCHORS
------------------------------------------------------------------------------*/
a {
	text-decoration:none;
	color: #1E5294;
}
a:link, a:visited
{
	color: #1E5294;
	text-decoration:none;
}
a.hover {
	text-decoration:underline;
	color: #000;
}
/*------------------------------------------------------------------------------
GENERAL LAYOUT
------------------------------------------------------------------------------*/
/* Defines min-width for compliant browsers and applies detailed top border image */
#page
{
	width: 974px;
	margin-left: auto;
	margin-right: auto;
}

/* 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: #fff url("../images/skycss/general/bg-wrapinner.gif") repeat-y 0 0;

}
#wrapinner
{
	margin-left: 2px;
	margin-right: 2px;
	background: transparent url("../images/skycss/general/topleftcontent.gif") no-repeat 169px 0;
}
/* BEGIN MIN-WIDTH STYLES
These styles create the min-width effect in MS Internet Explorer */

/* 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 #toolbar * html #wrapinner {
	height: 1px;
}
/* End MacIE hide */
/* END MIN-WIDTH STYLES */

/* This is the topmost section with logo and photo */
#header
{
	padding-bottom: 6px;
	background: #fff url("../images/skycss/general/") repeat-y 0 0;
	
}

/* This is the section with logout button and search bar */
#toolbar
{
	height: 27px;
	padding: 0;
	margin:0;
	padding-top:8px;
	background: #A3A5A8 url("../images/skycss/general/bg-toolbar.gif") no-repeat 0 0;
}
#toolbar *
{
	
	padding: 0;
	margin:0;
}


#toolbar input
{
	margin: 0;
	padding: 0;
}
#toolbar input#mainSearch
{
	margin: 0;
	float:right;
	position:relative;
	margin-right: 6px;
	font-size:11px;
	width: 169px;
	padding: 2px 3px;
	background: #EFEFEF url("../images/skycss/general/bg-.gif") repeat-x 0 0;
	border: #6C6D6F solid 1px;
}

/* This section contains the primary navigation */
#menu
{
	width: 167px;
	float: left;
	background-color: #fff;
}

/* This section contains all non-primary navigation that resides in the "menu" DIV */
#menuContent
{
	padding: 8px;
}
#maintitle
{
margin:0;
padding:0;
}
.print
{
float: right;
margin:0;
padding:0;
position:relative;
	
}
#highlights
{
float: right;
width: 194px;
background: #fff url("../images/skycss/general/highlightsback.gif") repeat-y 0 0;
margin:0;
margin-bottom: 12px;
padding-left: 6px;
	
}
#highlights a {
text-decoration: none;
color:#800000;
}
#highlights a:hover {
text-decoration: underline;
color:#800000;
}
/* This is a the primary content area */
#content
{
	margin-left: 169px;
	margin-right: 200px;
	padding: 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	min-height:270px; /* added jda */
	height:expression(this.scrollHeight > 270 ? "auto":"270px"); /* added jda */
}




#content a {
	text-decoration:none;
	color: #1E5294;
}
#content a:link, a:visited
{
	color: #1E5294;
	text-decoration:none;
}
#content a.hover {
	text-decoration:underline;
	color: #000;
}



#contentadmin
{
	margin-left: 169px;
	padding: 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	min-height:270px; /* added jda */
	height:expression(this.scrollHeight > 270 ? "auto":"270px"); /* added jda */
}
/* This is the footer bar */
#footer
{
	clear: both;
	padding:0;
	margin:0;
	font-size: 10px;
	background: #fff url("../images/skycss/general/bg-footer.gif") repeat-x 0 0;

}
/*------------------------------------------------------------------------------
NAVIGATION

Styles for navigation lists.  Markup should be formed so that nested ULs
are contained in their parent LI element.
------------------------------------------------------------------------------*/
#navtop {
	background: #fff url("../images/skycss/nav/navtop.gif") no-repeat;
	height: 13px;
	font-size: 5px;

}
ul.nav
{
	margin: 0 0 1em;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;

	
}
ul.nav li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	
}
ul.nav li a
{
	display: block;
	padding: 3px 12px 2px 18px;
	background: transparent url("../images/skycss/nav/nav-square.gif") no-repeat 7px 6px;
	font-weight:normal;
	color: #000;
	border-bottom: 1px solid #fff;
}
ul.nav a:link, ul.nav a:visited
{
	text-decoration: none;
	color: #000;
	background-color: #EFEFEF;
}
ul.nav a:hover
{
	background-color: #D1D3D6;
	color: #000;
}

/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.nav li a.on
{
	color: #000;
	background-image: url("../images/skycss/nav/nav-square-on.gif");
}

/* for parent links not open/on */
ul.nav li a.parent
{
	background-image: url("../images/skycss/nav/nav-arrow-right.gif");

}

/* for parent links that have a child element with on state */
ul.nav li a.parent-open
{
	background-image: url("../images/skycss/nav/nav-arrow-down.gif");
	

}

/* for parent links that are on */
ul.nav li a.parent-on
{
	color: #000;
	
	background-image: url("../images/skycss/nav/nav-arrow-down-on.gif");
}
ul.nav ul.nav
{
	margin: 0;
	border: 0;
}
ul.nav ul.nav li a
{
	padding-left: 27px;
	background-position: 17px 6px;
	line-height: 11px;
	background-color: #fff;
	text-decoration: normal;
}
ul.nav ul.nav li a:hover
{
	text-decoration: underline;
	background-color: #fff;
}
ul.nav ul.nav ul.nav li a:hover
{
	text-decoration: underline;
	background-color: #fff;
}
ul.nav ul.nav ul.nav ul.nav li a:hover
{
	text-decoration: underline;
	background-color: #fff;
}
ul.nav ul.nav ul.nav li a
{
	padding-left: 36px;
	background-position: 27px 6px;
	background-color: #fff;
	line-height: 11px;

}
ul.nav ul.nav ul.nav ul.nav li a
{
	padding-left: 48px;
	background-position: 38px 6px;
	background-color: #fff;
	line-height: 11px;

}

/* 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: 19px;
	font-weight: bold;
	color:#841400;
}
#menuContent h1 
{
	margin: 2em 0 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
h2
{
	margin: .5em 0 .5em;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 9px;
	padding-right: 9px;
	padding-top:2px;
	padding-bottom: 2px;
	background: #EFEFEF;
	border-top: #D0CDD0 solid 1px;
	border-bottom: #D0CDD0 solid 1px;
	color: #C22E00;
}
h3, h4, h5, h6
{
	margin: 1.5em 0 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/*------------------------------------------------------------------------------
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: Arial, SunSans-Regular, Sans-Serif;
	FONT-FAMILY: 11px;;
	color : ffffff;
}
FONT.footer
{
	FONT-SIZE: 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: 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;
}
#topnavwrap {
margin:0;
padding:0;
margin-right: 200px;
padding-top: 3px;
padding-left: 18px;
}
#searchwrap {
margin:0;
padding:0;
float: right;
padding-right: 6px;
width: 200px;
text-align: right;
}
/* -----------
- topnavIGATION -
----------- */

ul#topnav {
	position: relative;
	bottom:0; left:0;
	margin:0;
	list-style-type:none;
}

ul#topnav li {
	list-style-type:none;
	float:left;
	margin:0;
}

ul#topnav li a {
	padding:0;
	padding-left: 16px;
	padding-right: 21px;
	border:none;
	color:#000;
	border-right:1px solid #DEDBDE;
	display:block;
	font-weight:bold;
	font-size:13px;
	white-space:nowrap;
	line-height: 14px;
	text-decoration:none;
	_width:1em;
}
ul#topnav li a.on {
	color: #fff;
}
ul#topnav li a:hover {
	text-decoration:none;
	color: #fff;
}

ul#topnav .current_page_item a,
ul#topnav .current_page_item a:hover {
	color:#335;
	background:#E3F3FF;
	text-decoration:none;
	border-color:#fff #fff #da0 #fff;
}

#adminlogout {
z-index: 999;
width: 100px;
position:absolute;
text-align:center;
margin-left: 50%;
margin-right: 50%;
top: 0;
}
#footerlarge {
color: #fff; font-weight: bold; font-size: 14px;
}
#footerlarge a{
color: #fff;
text-decoration:underline;
}
#downloads {
padding: 9px;
padding-left: 12px;
padding-top: 7px;
font-size:11px;
border-bottom: #D3D3D3 solid 1px;
}
#downloads a {
text-decoration: none;
color:#800000;
}
#downloads a:hover {
text-decoration: underline;
color:#800000;
}
#news {
padding: 9px;
padding-left: 12px;
padding-top: 7px;
font-size:11px;
}
#news ul{
padding: 0;
margin:0;
list-style: none;

}
#news li{
padding: 0;
margin:0;
list-style: none;
padding-left: 12px;
background: url("../images/skycss/nav/nav-square.gif") no-repeat 0px 6px;


}
#news li a{
color: #000;
text-decoration: none;
}
#news li a:hover{
color: #000;
text-decoration: underline;
}

#downloads ul{
padding: 0;
margin:0;
list-style: none;

}
#downloads li{
padding: 0;
margin:0;
list-style: none;
padding-left: 12px;
background: url("../images/skycss/nav/nav-square.gif") no-repeat 0px 6px;


}
#downloads li a{
color: #000;
text-decoration: none;
}
#downloads li a:hover{
color: #000;
text-decoration: underline;
}

#highlightsbottom {
padding: 0;
margin:0;
position:relative;
margin-left: -6px;
}
#flags img{
padding-left: 12px;

}
#toptext{
font-size: 12px;
font-weight:bold;
}
#toptext a{
font-size: 12px;
font-weight:bold;
color:#000;
text-decoration: none;
}
#toptext a:hover{
font-size: 12px;
font-weight:bold;
color:#000;
text-decoration: underline;
}
#hometop {
font-size:9pt;
font-family:Arial, Helvetica, sans-serif;
}
#homeflash {
margin:0;
padding:0;
padding-top: 4px;
padding-bottom: 12px;
}
#homecontent {
margin-bottom: 6px;
display:block;
background-color: #ccc;
}
#homeleft {
position:relative;
width: 100%;
padding-right: 12px;
}
#testimonialwrap {
width: 214px;
padding:0;
margin:0;
background: url("../images/skycss/general/test_top.gif") no-repeat 0 0;
}
#testimonialbot {
width: 214px;
height: 10px;
margin: 0;
padding: 0;
background: url("../images/skycss/general/test_bottom.gif") no-repeat bottom left;
}
#testimonials {
margin:0;
padding: 12px;
}
#contentblockwrap {
padding:0;
margin:0;
background: url("../images/skycss/general/block_top.gif") no-repeat 0 0;
}

#contentblock {
padding:9px;
padding-bottom: 0;
margin:0;
}
#contentblock p{
padding-bottom:0;
}
#contentblockbot {
height: 10px;
margin: 0;
padding: 0;
margin-top: -10px;
background: url("../images/skycss/general/block_bot.gif") no-repeat bottom;
}
/*----------------------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---------------*/
#navbar {
background: #DDECEC url("../images/skycss/nav/topnav_back.gif") no-repeat top left;
height: 26px;
border-top: #DDECEC solid 6px;
border-left: #DDECEC solid 10px;
border-right: #DDECEC solid 10px;
border-bottom: #DDECEC solid 7px;
}
#navbar ul{
list-style: none;
float: left;
margin: 0;
padding: 0;
padding-left: 10px;
padding-right: 10px;
}
#navbar li{
list-style: none;
float: left;
margin: 0;
padding: 0;
padding-top: 1px;
}
#navbar li.line {
padding: 0;
}
#navbar li a{

}
/*----------------------bar nav---------------*/

#barnav {
float: right;
}
#barnav ul{
list-style: none;
float: left;
margin: 0;
padding: 0;
}
#barnav li{
list-style: none;
float: left;
margin: 0;
padding: 0;
}
.redsaleitem {
color:purple;
font-weight:bold;
}