/*------------------------------------------------------------------------------
PAGE BODY
------------------------------------------------------------------------------*/
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #ffffff;
}
/*------------------------------------------------------------------------------
GENERAL LAYOUT
------------------------------------------------------------------------------*/
/* Defines min-width for compliant browsers and applies detailed top border image */
#page
{

	border: 0;
}

/* This element is used to get min-width functionality to work in MSIE 5 & 6 */
#wrap
{
	/* Do not add styles to this element */
}
#wrap2
{
	border: 0;
}

/* 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: #ffffff url("../images/skycss/general/bg-wrapinner.gif") repeat-y 0 0;
}

/* BEGIN MIN-WIDTH STYLES
These styles create the min-width effect in MS Internet Explorer */
* html #page
{
	padding-left: 850px; /* Padding setting forces dimension to (parent min-width) */
}
* html #wrap2
{
	position: relative; /* Triggers hasLayout so elements are included in page flow rendering */
	margin-left: -850px; /* Moves content to equal offset created by forced dimenion of parent */
}
/* 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 {
	height: 1px;
}
/* End MacIE hide */
/* END MIN-WIDTH STYLES */

/* This is the topmost section with logo and photo */
#header
{
	display:block;
	position: static;
	padding: 0;
	margin:0;
	background: #E1E1E1 url("../images/skycss/general/headerback.gif") repeat-x 0 0;
	overflow: hidden;
}

/* This is the section with logout button and search bar */
#toolbar
{
	padding:0;
	display:block;
	padding-right: 24px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: right;
	text-transform: uppercase;
	vertical-align: middle;
	color: #a0c2da;
	background: #ffffff url("../images/skycss/general/bg-toolbar.gif") repeat-x bottom;
	margin: 0;
}
#toolbar *
{
	vertical-align: middle;
}
#toolbar a, #toolbar label
{
	padding: 0;
	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 0;
	padding: 0 3px;
}
#toolbar input#mainSearch
{
	margin: 0;
	padding: 2px;
	color: #666666;
	background: #ffffff url("../images/skycss/general/.gif") repeat-x 0 0;
	border: #E1E1E1 solid 1px;
}
#toolbar form
{
	margin: 0;
	padding: 0;
}
/* This is the new section for the top navigation */
#topnav
{
	padding: 0;
	display: block;
	margin-bottom: 0;
	text-align: middle;
	vertical-align: middle;
	color: #CCCCCC;
	background: #003366 url("../images/skycss/general/bg-topnav.gif") repeat;

	
}
#topnav *
{
	vertical-align: middle;
}

#topnav a:link, #topnav a:visited
{
	text-decoration: none;
	color: #E4EDFC;
	background: transparent url("../images/skycss/nav/.gif") no-repeat 0 2px;;
	
}



ul.topnav
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
}
ul.topnav li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.topnav li a
{
	display: block;
	padding: 0;
	background: #d0d9e1 url("../images/skycss/nav/nav-square.gif") no-repeat 13px 50%;

}
ul.topnav a:link, ul.topnav a:visited
{
	text-decoration: none;
}
#topnav a:hover
{
	color: #fff;
	
}


/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.topnav li a.on
{
	background-color: #a7c6e3;
	background-image: url("../images/skycss/nav/nav-square-on.gif");
}

/* for parent links not open/on */
topnav 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.topnav li a.parent-open
{
	background-image: url("../images/skycss/nav/nav-arrow-down.gif");
}

/* for parent links that are on */
ul.topnav li a.parent-on
{
	background-color: #a7c6e3;
	background-image: url("../images/skycss/nav/nav-arrow-down-on.gif");
}

/* This section contains the primary navigation */
#menu
{
	width: 204px;
	padding-top: 12px;
	padding-left: 9px;
	float: left;
}

/* This section contains all non-primary navigation that resides in the "menu" DIV */
#menuContent
{
	padding: 0;
}

/* This is a the primary content area */
#content
{
	margin-left: 204px;
	padding-top: 18px;
	padding-left: 12px;
	font-family: Verdana, sans-serif;
	background-color: #ffffff;
	min-height:270px; /* added jda */
	height:expression(this.scrollHeight > 270 ? "auto":"270px"); /* added jda */
}
/* This is a the primary content area */
#contentlibraryadmin
{
	/*margin-left: 204px; */
	padding-top: 12px;
	padding-left: 9px;
	font-family: Verdana, sans-serif;
	background-color: #ffffff;
	min-height:270px; /* added jda */
	height:expression(this.scrollHeight > 270 ? "auto":"270px"); /* added jda */
}
/* This is the footer bar */
#footer
{
	clear: both;
	font-size: 10px;
	text-align: center;
	line-height: 33px;
	color: #666666;
	background: #ffffff url("../images/skycss/general/bg-toolbar.gif") repeat-x;
	border-top; #ffffff solid 6px;
}
/*------------------------------------------------------------------------------
ANCHORS
------------------------------------------------------------------------------*/
a:link, a:visited
{
	color: #164F7F;
}
/*------------------------------------------------------------------------------
NAVIGATION

Styles for navigation lists.  Markup should be formed so that nested ULs
are contained in their parent LI element.
------------------------------------------------------------------------------*/
ul.nav
{
	margin: 0 0 1em;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
	border-top: 1px solid #ffffff;
	width: 190px;
	color: #666666;
	
}
ul.nav li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	
}
ul.nav li a
{
	display: block;
	padding: 5px 12px 4px 24px;
	background: #ffffff url("../images/skycss/nav/nav-square.gif") no-repeat 13px 3px;
	border-bottom: #ffffff solid 1px;
	color: #0E6495;
}
ul.nav a:link, ul.nav a:visited
{
	text-decoration: none;
}
ul.nav a:hover
{
	background-color: #ffffff;
	color: #003366;
}

/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.nav li a.on
{
	background-color: #ffffff;
	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
{
	background-color: #ffffff;
	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: 36px;
	background-position: 25px 7px;

	
}
ul.nav ul.nav ul.nav li a
{
	padding-left: 48px;
	background-position: 37px 9px;
	font-weight: normal;
	line-height: 15px;
}

/* panel navigation: used for the "Admin Panel" */
ul.panel
{
	margin: 0 0 2em;
	padding: 5px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 172px;
}
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: normal;
}
#menuContent h1 
{
	margin: 2em 0 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
h2
{
	margin: 2em 0 .5em;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
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.buttonprevious
{
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	line-height: 21px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-left: 18px;
	background: #046391 url("../images/skycss/nav/previous.gif") no-repeat left;
	text-decoration: none;
}

a.buttonprevious:hover
{

	text-decoration: none;
}
a.buttonnext
{
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 21px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 18px;
	padding-left: 6px;
	background: #046391 url("../images/skycss/nav/next.gif") no-repeat right;
	text-decoration: none;
}

a.buttonnext:hover
{

	text-decoration: none;
}
/*------------------------------------------------------------------------------
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;
	font-size: 11px;
}
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;
}
h1
{
	margin: 0 0 .6em;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size: 27px;
	font-weight: normal;
	color: #003563;
}
h2
{
	margin: 0 0 .4em;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size: 18px;
	font-weight: normal;
	color: #003563;
}

