/*------------------------------------------------------------------------------
PAGE BODY
------------------------------------------------------------------------------*/
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-color: #fff;
}
/*----------------------------border: #f26a27 11px solid;--------------------------------------------------
GENERAL LAYOUT
------------------------------------------------------------------------------*/
/* Defines min-width for compliant browsers and applies top shadow background image */
#pageoutter{
border: none;padding: 0;
margin: 0;
border: #01b1c9 9px solid;
}
#page
{
	min-width: 780px;
	margin: 0;
	padding: 0;
}
#pageinner
{
	margin: 0;
	padding: 0;
	

	
}
#wrapper {
background: #E3F2F7 url("../images/fieldcss/general/rightback2.gif") repeat;


}

/* This element is used to get min-width functionality to work in MSIE 5 & 6 */
#wrap
{
	/* Do not add styles to this element */
}

/* The background of this element is used to create the "faux column" effect of
having the menu and content DIVs resize vertically together. */
#wrap2
{
	
	background: #fff url("../images/fieldcss/general/bg-wrapinner2.gif") repeat-y 0 0;
	
}

/* BEGIN MIN-WIDTH STYLES
These styles create the min-width effect in MS Internet Explorer */
* html #page
{
	padding-left: 780px; /* Padding setting forces dimension to (parent min-width) */
	background-color:#FFFFFF;
}
* html #wrap2
{
	position: relative; /* Triggers hasLayout so elements are included in page flow rendering */
	background-color:#FFFFFF;
	margin-left: -780px; /* 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 #pageoutter, * html #page, * html #pageinner, * html #wrap, * html #wrap2 {
	height: 1px;
}
/* End MacIE hide */
/* END MIN-WIDTH STYLES */

/* This is the topmost section with logo and photo */
#header
{
	height: 62px;
	background: #01b1c9;
	
}

/* This is the section with logout button and search bar */
#toolbarouter
{
	font-size: 10px;
	text-align: left;
	color: #004361;
	background: #fff;
	border: #F2CA94 solid 1px;
	padding: 6px;
}

#toolbar
{
	padding: 0px;
	padding-bottom: 0px;
	padding-right: 0;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
	background: #fff url("../images/fieldcss/general/") repeat-x 0 0;
	border: 0;
}
#toolbar *
{
	vertical-align: middle;
}
#toolbar a, #toolbar label
{
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004361;
}
#toolbar a.btnLogout
{
	padding-right: 21px;
	border-right: 1px solid #99a777;
}
#toolbar a:link, #toolbar a:visited
{
	text-decoration: none;
	color: #fff;
}
#toolbar input
{
	margin: 0 0 0 0;
	padding: 0;

}
#toolbar input#mainSearch
{
	margin: 0;
	padding: 3px 3px;
	background: #EEF7F9 url("../images/fieldcss/general/bg-search.gif") repeat-x 0 0;
	border: 0;
	font-size:12px;
	width: 145px;
	color: #004361;
	border: #ccc solid 1px;
}

/* This section contains the primary navigation */
#menu
{
	position: relative;
	width: 200px;
	float: 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
{
	position: relative;
	margin: 0;
	margin-left: 200px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url("../images/fieldcss/general/bg-.jpg") repeat-x 0 0;

}





/* This is the footer bar */
#footer
{
	clear: both;
	font-size: 10px;
	text-align: left;
	line-height: 33px;
	color: #000;
	background: #fff;
	border-top: #b5d035 solid 1px;
	margin-left: 5px;margin-right: 5px;
	padding-left: 12px;
	
}
/*------------------------------------------------------------------------------
ANCHORS
------------------------------------------------------------------------------*/
a:link, a:visited
{
	color: #3c568e;
}
/*------------------------------------------------------------------------------
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: 11px;
	font-weight: bold;
	line-height: normal;
	border-bottom: #b5d035 1px solid;
	text-transform: uppercase;
	
}
ul.nav li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.nav li a
{
	display: block;
	padding: 5px 12px 4px 12px;
	background: #01b1c9 url("../images/spacer.gif") no-repeat 10px 3px;
	border-bottom: 1px solid #ffffff;
}
ul.nav a:link, ul.nav a:visited
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
ul.nav a:hover
{
	background-color: #b3d236;
	color:#fff;

}

/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.nav li a.on
{
	background-color: #b3d236;
	color:#fff;
	font-weight: bold;
}

/* for parent links not open/on */
ul.nav li a.parent
{
	
	font-weight:bold;
}

ul.nav li a.parent:hover
{
	background-color: #b3d236
}

/* for parent links that have a child element with on state */
ul.nav li a.parent-open
{
	
	font-weight: bold;

}

/* for parent links that are on */
ul.nav li a.parent-on
{
	
	background-color: #b3d236;
	color: #fff;
	font-weight: bold;
}
ul.nav ul.nav
{
	margin: 0;
	border: 0;
}
ul.nav ul.nav li a
{
	padding-left: 36px;
	background-position: 22px 3px;
	background-image: url("../images/fieldcss/nav/nav-square3.gif");
	background-color: #3abcd1;

}
ul.nav ul.nav li a:hover
{
	padding-left: 36px;
	background-position: 22px 3px;
	background-image: url("../images/fieldcss/nav/nav-square3.gif");
	background-color: #b3d236;

}

ul.nav ul.nav li a.on
{
	padding-left: 36px;
	background-position: 22px 3px;
	background-image: url("../images/fieldcss/nav/nav-square3.gif");
	background-color: #b3d236;

}

ul.nav ul.nav li a.parent-on
{
	padding-left: 36px;
	background-position: 22px 3px;
	background-image: url("../images/fieldcss/nav/nav-square3.gif");
	background-color: #b3d236;

}

ul.nav ul.nav li a.parent:hover
{
	padding-left: 36px;
	background-position: 22px 3px;
	background-image: url("../images/fieldcss/nav/nav-square3.gif");

}
ul.nav ul.nav ul.nav li a.parent:hover
{
	padding-left: 48px;
	background-position: 33px 3px;
	background-image: url("../images/fieldcss/nav/nav-square3.gif");

}
ul.nav ul.nav ul.nav li a
{
	padding-left: 48px;
	background-position: 33px 3px;
	background-color:#7dcada;
	
}

ul.nav ul.nav ul.nav li a:hover
{
	padding-left: 48px;
	background-position: 33px 3px;
	background-image: url("../images/fieldcss/nav/nav-square3.gif");
	background-color: #b3d236;

}

ul.nav ul.nav ul.nav ul.nav li a
{
	padding-left: 56px;
	background-position: 44px 3px;
}

ul.nav ul.nav ul.nav ul.nav ul.nav li a
{
	padding-left: 64px;
	background-position: 55px 3px;
}


/* panel navigation: used for the "Admin Panel" */
ul.panel
{
	margin: 0 0 2em;
	padding: 5px 5px;
	background-color: #fff;
	border: 1px solid #ffcb05;
}
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: #004163;
}
ul.panel a:hover
{
	color: #000000;
}
/*------------------------------------------------------------------------------
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;
	color: #355d14;
}
#menuContent h1 
{
	margin: 2em 0 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
h2
{
	margin: 2em 0 .5em;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #355d14;
}
h3, h4, h5, h6
{
	margin: 1.5em 0 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #355d14;
}
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: 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: 0;
	margin-bottom: 9px;
}
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;
}
.pagetitle {
font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
color : #4a145a;
font-weight : bold;
font-size : 16pt;

margin-bottom: 0;
padding-bottom: 0;


}
.searchtile {
font-family : Tahoma,Verdana,Arial,Helvetica,sans-serif;
color : #2e98d4;
font-weight : bold;
font-size : 12pt;

margin-bottom: 0;
padding-bottom: 0;


}
.head2 {
font-weight:bold;
}

#borderleftright {
border-left: #fff solid 5px;border-top: #fff solid 5px;
}
.topinput2 {
background-color:#fff;
border: #007b9e solid 1px;
height: 18px;
width: 135px;
}

.rightcolumn {
border: solid 1px #b5d035;
padding: 6px;
}

/*----------------------new pagination classes ---------------*/

.item-list ul li{margin:0 0 0.25em 1.5em;  padding:0;list-style:disc;}ol.task-list li.active{font-weight:bold;}.form-item{margin-top:1em;margin-bottom:1em;}
.item-list .pager{clear:both;text-align:center;}
.item-list .pager li{background-image:none;display:inline;list-style-type:none;padding:0.5em;}
.pager-current{font-weight:bold;}
#alpha .item-list ul.pager{margin:10px 0 0;width:100%;overflow:hidden; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#alpha .item-list ul.pager li{display:inline;float:left;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0;}
#alpha .item-list ul.pager li.pager-current{border:1px solid #f26a27;color:#fff;float:left;font-weight:bold;margin:0 5px 0 0;padding:0 5px;background-color:#f26a27;}
#alpha .item-list ul.pager li.pager-total{border:none;color:#f26a27;float:left; padding-right: 24px;}

#alpha .item-list ul.pager li a{background-image:none;border:1px solid #ccc;display:block;float:left;margin:0 5px 0 0;padding:0 5px;text-decoration:none;}
#alpha .item-list ul.pager li a:hover{border:1px solid #003F7E;}

#pagetotal{color: #f26a27; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:right;}


/*CSS Meneame style pagination*/
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:right;
		color:#ff6500;
		font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	div.pagination a {
		border: 1px solid #cccccc;
margin:0 3px 0 0;padding:3px 7px;
		text-decoration: none;

		color: #003f7e;		
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #003F7E;
		background-image:none;
		color: #003f7e;
	}
	div.pagination span.current {
margin:0 3px 0 0;padding:3px 7px;
		border: 1px solid #f26a27;
		
		font-weight: bold;
		background-color: #f26a27;
		color: #ffffff;
	}
	div.pagination span.disabled {
margin:0 3px 0 0;padding:3px 9px;
		border: 1px solid #ffe3c6;
	
		color: #ffe3c6;
	}

