/*------------------------------------------------------------------------------
PAGE BODY
------------------------------------------------------------------------------*/
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	background-color: #fff;
	
}
/*------------------------------------------------------------------------------
GENERAL LAYOUT
------------------------------------------------------------------------------*/
/* Defines min-width for compliant browsers and applies top shadow background image */
#page
{

	
}

/* 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;
	background: #fff url("../images/fruitcss/general/bg-wrapoutter.gif") repeat-y top right;
	width: 795px;
	border: 4px solid #fff;
	border-top: 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: transparent url("../images/fruitcss/general/bg-wrapinner.gif") repeat-y 0 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 {
	height: 1px;
}
/* End MacIE hide */
/* END MIN-WIDTH STYLES */

/* This is the topmost section with logo and photo */
#header
{
	height: 120px;
	background: #ADBAC6 url("../images/fruitcss/general/headerback.gif") repeat;
}


/* This is the section with logout button and search bar */
#toolbarbottom
{
	padding: 0;
	width: 196px;
	height: 4px;
	background: #fff url("../images/fruitcss/general/.gif") repeat-x 0 0;
	border-bottom: solid 1px #ADBAC6;

}
#toolbar
{
	padding: 0;
	width: 194px;
	text-transform: uppercase;
	vertical-align: middle;
	background: #CECBCE url("../images/fruitcss/general/.gif") repeat-x 0 0;
	border: solid 1px #ADBAC6;
}
#toolbar *
{
	vertical-align: middle;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#toolbar a, #toolbar label
{
	padding: 3px 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
#toolbar a.btnLogout
{
	padding-right: 21px;
	border-right: 1px solid #db7a66;
}
#toolbar a:link, #toolbar a:visited
{
	text-decoration: none;
	color: #fff;
}
#toolbar input
{
	margin: 0;
	padding: 0;
}
#toolbar input#mainSearch
{
	margin: 0;
	padding: 0;
	padding-right: 6px;
	background: #fff url("../images/fruitcss/general/.gif") repeat-x 0 0;
	border: #B37E89 solid 1px;
}

/* This section contains the primary navigation */
#menu
{	
	width: 200px;
	padding-bottom: 100px;
	position:absolute;
}

/* This section contains all non-primary navigation that resides in the "menu" DIV */
#menuContent
{
	padding: 8px;
	margin-top: -25px;


}

/* This is a the primary content area */
#content
{

	padding: 0;
	padding-left: 200px;
	font-family: Verdana, sans-serif;
	min-height:350px; /* added jda */
	height:expression(this.scrollHeight > 350 ? "auto":"350px"); /* added jda */
	z-index:999;

	
	

}
#contenthome
{

	padding: 0;
	padding-left: 200px;
	z-index:999;
	font-family: Verdana, sans-serif;
	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: left;
	line-height: 33px;
	color: #fff;
	background: #ADBAC6 url("../images/fruitcss/general/.gif") repeat-x 0 0;
	z-index:200;
	border-top: #892034 solid 4px;
	padding-left: 12px;
}
#footerpop
{
margin-top: -157px;
position: absolute;
z-index:997;
width: 200px;
text-align:left;
padding-left: 12px;
}

#pop
{
z-index:998;
border: solid #DCDFE4 4px;
background-color: #ADBAC6;
width: 173px;

}

/*------------------------------------------------------------------------------
ANCHORS
------------------------------------------------------------------------------*/
a:link, a:visited
{
	color: #892034;
}
/*------------------------------------------------------------------------------
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;
	width: 196px;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	display:block;
}
ul.nav li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
}
ul.nav li a
{
	display: block;
	padding: 5px 12px 5px 24px;
	background: #ffffff url("../images/fruitcss/nav/nav-square.gif") no-repeat 13px 50%;
	border-bottom: 1px solid #ADBAC6;
	border-right: 1px solid #ADBAC6;
	border-left: 1px solid #ADBAC6;
	color: #000;
}
ul.nav a:link, ul.nav a:visited
{
	text-decoration: none;
}
ul.nav a:hover
{
	color: #000;
	background-color: #E5E5E5;
}

/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.nav li a.on
{
	color: #000;
	background-color: #E5E5E5;
}

/* for parent links not open/on */
ul.nav li a.parent
{
	background-image: url("../images/fruitcss/nav/nav-square.gif");
}

/* for parent links that have a child element with on state */
ul.nav li a.parent-open
{
	background-image: url("../images/fruitcss/nav/nav-square.gif");
}

/* for parent links that are on */
ul.nav li a.parent-on
{
	color: #000;
	background-color: #E5E5E5;
	background-image: url("../images/fruitcss/nav/nav-square.gif");
}
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: #DCDFE4;
	border: 1px solid #ADBAC6;
	display: block;
	position:relative;
}
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: underline;
	color: #e33405;
}
ul.panel a:hover
{
	color: #e77849;
}
/*------------------------------------------------------------------------------
GENERAL STYLES
------------------------------------------------------------------------------*/
p
{
	margin: 0 0 1em;
}
#footer p
{
	margin: 0;
}
h1
{
	margin: 0 0 .4em;
font-family:Arial Black, Helvetica, sans-serif;
font-size:18px;
font-weight: normal;
}
#menuContent h1 
{
	margin: 2em 0 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-top: -2px;
}
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.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;
}


h4 {
font-family:Arial Black, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;

}
/* This is the new section for the top navigation */
#topnav
{
	padding: 4px 20px;
	text-align: middle;
	text-transform: uppercase;
	vertical-align: middle;
	color:#000000;
	background: #4177a4 url("../images/skycss/general/bg-toolbar.gif") repeat-x 0 0;
}
#topnav *
{
	vertical-align: middle;
}

#topnav a:link, #topnav a:visited
{
	text-decoration: none;
	color:#000000;
}
ul.topnav
{
	margin: 0;
	padding: 0;
	padding-top: 1px;
	font-family:Arial Black, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height: normal;
	color:#000000;
	/* border-top: 1px solid #fff;*/
}
ul.topnav li
{
	display: inline;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	list-style: none;
	color:#000000;
	float:left;
	line-height: 12px;
}
ul.topnav li a
{
	display: block;
	padding: 5px 12px 4px 24px;
	color:#000000;

}
ul.topnav a:link, ul.topnav a:visited
{
	text-decoration: none;
	color:#000000;
}
ul.topnav a:hover
{
	text-decoration: underline;
	
}

/* 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");
}
/*------------------------------------------------------------------------------
BOTTOM RIGHT NAVIGATION

Styles for navigation lists.  Markup should be formed so that nested ULs
are contained in their parent LI element.
------------------------------------------------------------------------------*/
ul.botnav
{
	margin: 0;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0;
	width: 173px;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	z-index:998;
}
ul.botnav li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.botnav li a
{
	display: block;
	padding: 1px 6px 1px 24px;
	background: #ADBAC6 url("../images/fruitcss/nav/nav-bot.gif") no-repeat 6px 50%;
	color: #000;
	text-decoration: none;

}
ul.botnav a:link, ul.nav a:visited
{
	text-decoration: none;
	color: #000;
}
ul.botnav a:hover
{
	text-decoration: underline;
}

/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.botnav li a.on
{
	color: #000;
	background-color: #ADBAC6;
}

/* for parent links not open/on */
ul.botnav li a.parent
{
	background-image: url("../images/fruitcss/nav/nav-arrow-right.gif");
	text-decoration: none;
}

/* for parent links that have a child element with on state */
ul.botnav li a.parent-open
{
	background-image: url("../images/fruitcss/nav/nav-arrow-down.gif");
	text-decoration: none;
}

/* for parent links that are on */
ul.botnav li a.parent-on
{
	color: #000;
	background-color: #ADBAC6;
	background-image: url("../images/fruitcss/nav/nav-arrow-down-on.gif");
	text-decoration: none;
}
ul.botnav ul.botnav
{
	margin: 0;
	border: 0;
}
ul.botnav ul.botnav li a
{
	padding-left: 36px;
	background-position: 25px 50%;
}
ul.botnav ul.botnav ul.botnav li a
{
	padding-left: 48px;
	background-position: 37px 50%;
}

#homephoto{
background-color: #ADBAC6;
}
#hometitle{
background-color: #892034;
height: 4px;

}
#homebody{
background: #ADBAC6 url("../images/fruitcss/general/homebody.jpg") no-repeat;
height: 301px;
}
#homebody ul{
list-style:none;
padding: 0;
margin: 0;
padding-top: 48px;
padding-left: 110px;
}

#homebody li{
list-style:none;
padding: 0;
padding-bottom: 18px;
margin: 0;
}