/*------------------------------------------------------------------------------
PAGE BODY
------------------------------------------------------------------------------*/
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background: #e5e5e5 url("../images/skycss/backfade.jpg") repeat-x 0 0;
}
/*------------------------------------------------------------------------------
GENERAL LAYOUT
------------------------------------------------------------------------------*/
/* Defines min-width for compliant browsers and applies detailed top border image */
#page
{
	width: 960px;
	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
{
}

* 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
{
	height: 118px;
}

/* 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: 212px;
	float: left;
	padding-bottom: 160px;
	background: transparent url("../UserFiles/Image/menuback.jpg") no-repeat bottom left;

}

/* This section contains all non-primary navigation that resides in the "menu" DIV */
#menuContent
{
	padding: 8px;
}

/* This is a the primary content area */
#content
{
	margin-left: 212px;
	width:710px;
	padding: 25px 15px;
	padding-right: none;
	line-height: 1.5em;
	font-family: Verdana, sans-serif;
	background-color: #fff;
	min-height:350px; /* added jda */
	height:expression(this.scrollHeight > 350 ? "auto":"350px"); /* added jda */
}
#content ul{
margin:0;
padding:0;
padding-bottom: 1em;
margin-left: 24px;
}
#content li{
margin:0;
padding:0;
padding-bottom: 1em;
}
#contenthome
{
	margin0;
	padding: 0;
	font-family: Verdana, sans-serif;
	background-color: #fff;
	min-height:350px; /* added jda */
	height:expression(this.scrollHeight > 350 ? "auto":"350px"); /* added jda */
}
/* This is the footer bar */
#footer
{
	clear: both;
	font-size: 10px;
	text-align: center;
	line-height: 33px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: transparent url("../images/skycss/general/bg-footer.gif") no-repeat 0 0;
}
/*------------------------------------------------------------------------------
ANCHORS
------------------------------------------------------------------------------*/
a:link, a:visited
{
	color: #304572;
}
a:hover, a:visited:hover
{
	color: #000;
}
/*------------------------------------------------------------------------------
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;
	width: 210px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}
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 50%;
	border-bottom: 1px solid #eaeaec;
	
}
ul.nav a:link, ul.nav a:visited
{
	text-decoration: none;
}
ul.nav a:hover
{
	background-color: #f8f8f8;
}

/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.nav li a.on
{
	background-color: #f8f8f8;
	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: #f8f8f8;
	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: 36px;
	background-position: 25px 50%;
	font-weight:normal;
}
ul.nav ul.nav ul.nav li a
{
	padding-left: 48px;
	background-position: 37px 50%;
	font-weight:normal;
}

/* 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;
	padding:0;
}
h1
{
	margin: 0 0 .4em;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #f06301;
	line-height: 32px;
}
#homebottom h1
{
	margin: 0 0 .4em;
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: normal;
	color: #f06301;
	line-height: 32px;
}
#menuContent h1 
{
	margin: 2em 0 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
h2
{
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color:#304572;
}
h3, h4, h5, h6
{
	margin: 1.5em 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color:#304572;
}

/*------------------------------------------------------------------------------
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-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color : #ffffff;
}
FONT.footer
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 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
{

	MARGIN: 4px 6px 4px 5px;
	FONT-SIZE: 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;
}
/*----------------------client-side error style---------------*/
label.error
{
float: none;
color: red;
padding-left: .5em;
vertical-align: top;
font-weight:bold
}
/*----------------------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---------------*/
#wrapcontent
{
clear:both;
background: #ffffff url("../images/skycss/general/bg-wrapinner.gif") repeat-y;
border-bottom: #cdced5 2px solid;
margin:0;
padding:0;
width: 100%;
overflow:auto;
}
#wrapcontenthome
{
clear:both;
background: #ffffff;
border-bottom: #cdced5 2px solid;
margin:0;
padding:0;
width: 100%;
overflow:auto;
}
#wraptop
{
clear:both;
background: #ffffff url("../images/skycss/general/wraptop.gif") repeat-x;
height: 10px;
margin:0;
padding:0;

}


#hometop {
padding:0;
margin:0;

}
#homebottom {
padding:21px;
margin:0;

}
#topmainnav {

	height: 33px;
	color: #999;
	font-size: 11px;
	background: #304572;
	display:block;
	position:relative;
}
/* -------------------------- */
/* suckerfishnav... */
/* -------------------------- */

#suckerfishnav {
    background:#304572 repeat-x;
    font-size:14px;
    font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    width:960px;
	z-index: 999;
	position:relative;
	
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:33px;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 23px;
	border-right:1px solid #ffffff;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
	
#suckerfishnav a.on {
	background-color:#dcdee9;
	color:#304572;
}

#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:198px;
    font-weight:normal;
    margin:0;
    line-height:16px;
    border:0;
    border-top:1px solid #848aac;
    }
#suckerfishnav li li {
    width:196px;
    border-bottom:1px solid #848aac;
    border-left:1px solid #848aac;
    border-right:1px solid #848aac;
    font-weight:normal;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
	padding-left: 22px;
    width:165px;
    font-size:12px;
    color:#304572;
	border-right: none;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 155px;
    }
#suckerfishnav li li:hover {
    background:#ffffff;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#304572;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#304572;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#304572;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#dcdee9;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#dcdee9;
    }
#suckerfishnav li li.sfhover {
    background:#ffffff;
    }
/* -------------------------- */
/* homepage styles */
/* -------------------------- */

#flashmovie {
float: left;
width: 484px;
margin:0;
padding:0;

}

#hometopleft {
margin-left: 484px;
padding-left: 27px;
padding-right: 18px;
padding-bottom: 12px;
padding-top: 21px;
}
.contentblock {
border: #ccc solid 1px; padding: 9px; background:url(../images/skycss/general/contentblockback.gif) repeat-x;
}