/* Browser Style Reset
-----------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	v/ertical-align: baseline;
	background: transparent;
	
}
body {
	line-height: 1;
	background-image: url(../images/global-elements/BodyBGStripeDarker.png);
	background-repeat: repeat;
	background-position: 152px;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #0099CC;
}
a:hover {
	text-decoration: none;
}
/* Global Container Styles
-----------------------------------------------------------------------*/
/*#TopWrapper {
	background-image: url(../images/global-elements/TopWrapperBG.jpg);
	background-repeat: repeat-x;
}
#BottomWrapper {
	background-image: url(../images/global-elements/BottomWrapperBG.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#SiteWrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}*/
#HeaderBG {
	background-image:url(../images/global-elements/HeaderBG-152px.jpg);
	background-repeat:repeat-x;
	height:152px;
}
#ContentContainer {
	position:relative;
	margin:0 auto;
	width:960px;
	margin-top:-152px;
}
#FooterBG {
	clear:both;
	float:left;
	height:200px;
	background-image: url(../images/global-elements/FooterBG-200px.jpg);
	background-repeat: repeat-x;
	width:100%;
}
#Header {
	float: left;
	width: 960px;
	display:inline;
	background-color: #FFFFFF;
	height: 105px;
	margin-top: 10px;
}
#SiteLogo {
	float: left;
	width: 240px;
	height: 105px;
}
#UtilityNav {
	float: right;
	height: 30px;
	width: 480px;
	b/ackground-image: url(../images/global-elements/UtilityNavBG.jpg);
	b/ackground-repeat: no-repeat;
	margin-bottom: 25px;
	background-color:#698A7F;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}
#UtilityNav ul {
	padding-top: 2px;
	padding-left: 20px;
}
#UtilityNav ul li {
	display: inline;
}
#UtilityNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#UtilityNav ul li a:hover {
	text-decoration: none;
}
#SiteSearch {
	float: right;
	width: 400px;
	padding-left: 30px;
}
#SearchForm {
}
#SearchForm input.SearchSubmitButton {
	background-image: url(../images/global-elements/SearchButton.jpg);
	height: 25px;
	width: 112px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}
#SearchForm input.SearchTextField {
	border: 1px solid #999;
	width: 200px;
	margin-left: 5px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#GlobalNav {
	width: 960px;
	height: 37px;
	display:inline;
	float: left;
	z-index:1000;
}
#Footer {
	position:relative;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}
#Footer a {
	color: #FFF;
}
#Footer ul li a:hover {
}
#FooterLinks {
	float: left;
	width: 500px;
}
#FooterLinks p {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 12px;
	padding-left: 5px;
}
#FooterLinks p a {
	text-decoration:none;
	color: #354640;
}
#FooterLinks p.small {
	font-size: 10px;
	color: #354640;
}
#FooterLinks ul {
	padding-bottom: 25px;
	padding-top: 40px;
	float:left;
	width:500px;
}
#FooterLinks ul li {
	display: inline;
}
#FooterLinks ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 15px;
	float:left;
}
#FooterLinks a:hover {
	text-decoration: none;
}
#FooterLogo {
	float: left;
	width: 175px;
	padding-right: 25px;
	padding-top: 50px;
}
#FooterConnect {
	float: left;
	width: 240px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333;
	padding-left: 16px;
}
#FooterConnect img.icons {
	clear: both;
	float: left;
	padding-right: 10px;
}
#FooterConnect h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
	line-height: 17px;
	padding-bottom: 10px;
}
#FooterConnect ul {
}
#FooterConnect ul li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 31px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
#FooterConnect ul li a {
	padding-top: 2px;
}
#FooterConnect ul li a:hover {
}
/* Suckerfish CSS Dropdown Menus
-----------------------------------------------------------------------*/
/* Font for the Cascade Menu's top row. */
div#horiz-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	line-height:37px;		/* Height of the Menu's top row */
	width: 960px;
	float: left;
	z-index:1000;
}

/* Margin and Padding for all sub-menus. */
div#horiz-menu ul {
	margin: 0;
	padding: 0;
	z-index:1000;
}
/* Main Menu item settings */
div#horiz-menu li {
	margin: 0;
	padding-right: 0px;
	list-style: none;
	white-space: nowrap;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #002664;
	border-left-color: #000;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	z-index:1000;
}
/* Main Menu item hyperlink settings */
div#horiz-menu a:link,
div#horiz-menu a:visited {
	display: block;
	height: 37px;		/* Height of the Menu's top row */
	line-height: 37px;	/* Height of the Menu's top row */
	text-decoration: none;
	float: left;
	text-align: center;
	width: 134px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	z-index:1000;
}
/* Alignment of the hyperlink tags in the menu */
div#horiz-menu a {
	display: block;
	height: 15px;		/* Height of the Menu's top row */
	line-height: 15px;
	text-decoration: none;
	cursor: pointer;
	background: none;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	z-index:1000;
}
/* Hyperlink Text location with a sub-menu item. */
#horiz-menu li li a:link,
#horiz-menu li li a:visited{
	background: none;
	padding: 0px 0 0px 0;
	text-indent: 10px;	/* Indent the sub-menu item text */
	text-align: left;
	z-index:1000;
}

/* Hyperlink Font within a sub-menu item. */
#horiz-menu li li a:link,
#horiz-menu li li a:visited {
	border: 0;
	font-size: 11px;
	font-weight: normal;
	line-height:30px;
	height:30px;
	z-index:1000;
}

/* Background image for subitems with subitems */
#horiz-menu ul li a.parentsubitem:link,
#horiz-menu li li a.parentsubitem:visited  {
	b/ackground: url("/images/Arrow.gif") 100% 50% no-repeat;
	z-index:1000;
}

/* The formatting for items*/
#horiz-menu li a.active:link,
#horiz-menu li a:link,
#horiz-menu li a:visted,
#horiz-menu li a.active:visited  {
	font-weight: bold;
	z-index:1000;
}

	
/* The width of sub-menu items. */
#horiz-menu li li {
	background: none;
	padding: 0;
	width: 190px;
	z-index:1000;
}

/* Basic Sub-Menu settings. */
#horiz-menu ul ul a:link,
#horiz-menu ul ul a:visited {
	display: block;
	text-decoration: none;
	width: 190px;
	text-transform: none;
	background: none;
	z-index:1000;
}

/* Positioning of the top level menu items. */
#horiz-menu ul li {
	position: relative;
	float: left;
	z-index:1000;
}
/* Positioning of sub-menues with parent menu items.
		Note: left: -999em is used to move the sub-menu off
		the page until we hover over it. */
#horiz-menu li ul {
	top: 37px;			/* Height of the menuitems. */
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 190px;
	font-weight: bold;
	border-width: 0;
	margin: 0;
	padding: 0;
	z-index:1000;
}

/* Size of sub-menues. */
#horiz-menu ul ul a:link,
#horiz-menu ul ul a:visited {
	width: 190px;
	z-index:1000;
}

/*
Margin for pullouts:
		-20px = the defined height of a menuitem.
		225px = the defined width of a menuitem.
 */
#horiz-menu li ul ul {
	margin: -37px 0 0 190px;
	z-index:1000;
}

#horiz-menu li ul li {
	margin: -1px;
	padding: 0 0 0 0;
	z-index:1000;
}

/*********************************/
/* Color Formating styles for the Menu */
/*********************************/

/* The formatting for items which are the currently active items*/
#horiz-menu.cascadingmenu li a.active:link,
#horiz-menu.cascadingmenu li a.active:visited  {
	color: #ffffff;
	b/ackground: url(/images/NavBG.jpg) 0 0 repeat-x;
	z-index:1000;
	
}

/* The Text and Background colors of the menuitems in a menu when the mouse is not over them. */
#horiz-menu.cascadingmenu a,
#horiz-menu.cascadingmenu li {
	color: #FFF;
	b/ackground: url(/images/NavBG.jpg) 0 0 repeat-x;
	z-index:1000;
}

/* The Text and Background colors of the menuitems in a sub-menu when the mouse is not over them. */
#horiz-menu.cascadingmenu li li a,
#horiz-menu.cascadingmenu li li {
	color: #FFF;
	b/ackground: url(/images/NavBG.jpg) 0 0 repeat-x;
	background-color: rgba(10, 27, 76, 0.7);
	background: rgb(10, 27, 76); /* fallback color */
	border-top: 1px solid #333;
	b/order-bottom: 1px solid #2370E2;
	border-left: 0px solid #A1A1A1;
	border-right: 0px solid #A1A1A1;
	z-index:1000;
}
/* The Text and Background colors of the hyperlinks in a menu when the mouse is over them. */
#horiz-menu.cascadingmenu a:hover,
#horiz-menu.cascadingmenu li a.active:hover,
#horiz-menu.cascadingmenu li li:hover,
#horiz-menu.cascadingmenu li li.cmHover {
	color: #FFF;
	b/ackground: url(/images/NavBG-Hover.jpg) 0 0 repeat-x;
	background-color:#153287;
	z-index:1000;
}

/*********************************/
/* Cascading styles for the Menu */
/*********************************/

#horiz-menu li:hover ul ul, 
#horiz-menu li:hover ul ul ul,
#horiz-menu li:hover ul ul ul ul,  
#horiz-menu li.cmHover ul ul, 
#horiz-menu li.cmHover ul ul ul, 
#horiz-menu li.cmHover ul ul ul ul 
{
	display: none;
/*	left: -999em;*/
	z-index:1000;
}

#horiz-menu li:hover ul, 
#horiz-menu li li:hover ul, 
#horiz-menu li li li:hover ul, 
#horiz-menu li li li li:hover ul,
#horiz-menu li.cmHover ul, 
#horiz-menu li li.cmHover ul,
#horiz-menu li li li.cmHover ul,
#horiz-menu li li li li.cmHover ul
{
	left: 0;
	display: block;
	z-index:1000;
}

#horiz-menu li:hover,
#horiz-menu li.cmHover {
	left: 0;
	display: block;
	z-index:1000;
}

/*
#horiz-menu li li.active {
	left: auto;
}
*/

table.admintable td.key.vtop { vertical-align: top; }

table.adminform {
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	width: 100%;
	border-collapse: collapse;
	margin: 8px 0 10px 0;
	margin-bottom: 15px;
	width: 100%;
}
table.adminform.nospace { margin-bottom: 0; }
table.adminform tr.row0 { background-color: #f9f9f9; }
table.adminform tr.row1 { background-color: #eeeeee; }

table.adminform th {
	font-size: 11px;
	padding: 6px 2px 4px 4px;
	text-align: left;
	height: 25px;
	color: #000;
	background-repeat: repeat;
}
table.adminform td { padding: 3px; text-align: left; }

table.adminform td.filter{
	text-align: left;
}

table.adminform td.helpMenu{
	text-align: right;
}


fieldset.adminform { border: 1px solid #ccc; margin: 0 10px 10px 10px; }

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

