﻿body
{
	font-family: Century Gothic;
	font-size: 12px;
	color: #333333;
}

*
{
	padding: 0;
	margin: 0;
}


#header
{
	height: 80px;
	background: url( '../gphx/wide/headerbg.png' ) repeat-x;
	background-color: #000000;
	padding: 2px 2px 2px 30px;
}

#headerContent
{
	color: #ffffff;
	font-size: 36px;
	padding: 10px 50px 10px 200px;
	height: 60px;
	background: url( '../gphx/wide/runner.png' ) no-repeat;
	float: left;
}

#header a
{
	text-decoration: none;
	border: none;
	padding-top: 10px;
	display: block;
}

#header a img
{
	border: none;
}

#toolbar
{
	background: url( '../gphx/wide/toolbarbg.png' ) repeat-x;
	background-color: #cccccc;
}

.menu
{
	padding: 0 50px 0 50px;
}

.pathDiv
{
	padding: 3px 3px 3px 50px;
	border-bottom: solid 1px #999999;
	background-color: #000000;
	color: #cccccc;
}

.pathDiv a
{
	color: #cc0000;
}

.content
{
	padding: 30px 20px 20px 40px;
}


.hidden
{
	display: none;
}
label
{
	padding: 0 2px 0 10px;
}

.formLabel
{
	display: block;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}



.addLink
{
	background: url(../gphx/insert.png) no-repeat right;
	padding: 0 22px 0 0;
}

.editLink
{
	background: url(../gphx/edit.gif) no-repeat right;
	padding: 0 22px 0 0;
}

ol
{
	padding: 5px 0px 5px 20px;
}

ul
{
	padding: 5px 0px 5px 20px;
}

.filter
{
	padding: 10px 20px;
	border: solid 1px #cccccc;
	margin: 5px 0 5px 0;
}

#mailForm
{
	width: 350px;
	float: left;
	padding: 20px;
	border: solid 1px #cccccc;
	margin-right: 10px;
}


#mailListsContainer
{
	float: left;
	padding: 10px;
	border: solid 1px #cccccc;
	width: 200px;
}
#mailListsDiv
{
	padding: 5px;
}

#mailListsDiv div
{
	padding: 2px;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
}

#maillistForm
{
	padding: 20px;
	border: solid 1px #cccccc;
	display: none;
}

a
{
	color: maroon;
}
a:visited
{
	color: maroon;
}

a img
{
	border: none;
	padding: 0px;
	margin: 0px;
}

h1
{
	padding: 0px;
	margin: 5px 0px 10px 0px;
	font-size: 16px;
	color: #000000;
	background: url( "../gphx/title_bg.gif" ) no-repeat left center;
	padding: 0px 5px 2px 20px;
	clear: both;
}

h1 a
{
	text-decoration: none;
	color: #000000;
}

h1 a:visited
{
	text-decoration: none;
	color: #000000;
}

h2
{
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	color: #dd0000;
	font-family: Century Gothic;
}

h2 a
{
	text-decoration: none;
	color: #dd0000;
}

h2 a:visited
{
	text-decoration: none;
	color: #dd0000;
}


.info
{
	padding: 5px 5px 5px 45px !important;
	background: url(../gphx/infosign_large.png) no-repeat left center;
	border: solid 1px #6699ff;
	margin: 3px 0;
	display: block;
}

.warning
{
	padding: 5px 5px 5px 45px;
	background: url(../gphx/warningsign_large.png) no-repeat left center;
	border: solid 1px #ffff66;
	margin: 3px 0;
	display: block;
}

.errorMessage
{
	color: #ff0000;
	font-weight: bold;
	font-style: italic;
}

.basicFieldSet
{
	padding: 15px;
}

.basicFieldSet legend
{
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	padding: 4px;
}



/****************************/
/******     MENU       ******/
/****************************/

.noaccess
{
	display: none;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu *
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu
{
	line-height: 1.0;
}
.sf-menu ul
{
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li
{
	width: 100%;
}
.sf-menu li:hover
{
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li
{
	float: left;
	position: relative;
}
.sf-menu a
{
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul
{
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul
{
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul
{
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
	left: 10em; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
.sf-menu
{
	float: left;
}
.sf-menu a
{
	border-left: 1px solid #fff;
	padding: .75em 1em;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited
{
	/* visited pseudo selector so IE6 applies text colour*/
	color: #333333;
}
.sf-menu li
{
}
.sf-menu li li
{
	background: #ffffff;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}
.sf-menu li li li
{
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
{
	background: #999999;
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul
{
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator
{
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url( '../gphx/wide/menuarrows.png' ) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator
{
	/* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator
{
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator
{
	background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator
{
	background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator
{
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul
{
	background: url( '../gphx/wide/menuarrows.png' ) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off
{
	background: transparent;
}

/**********************************/
/** UI - datepicker  **/
/**********************************/

/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	border: 4px solid #dddddd;
	background-color: #ffffff;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
.ui-datepicker-div, #ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em;
	top: .5em;
	background: #e6e6e6 url(../gphx/brightbar.png) 0 50% repeat-x;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background: #747272 url(../gphx/graybar.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(../gphx/bright_arrowleft.gif) 50% 50% no-repeat;
	border: 1px solid #d3d3d3;
	cursor: pointer;
}
.ui-datepicker-next a {
	background: url(../gphx/bright_arrowright.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(../gphx/gray_arrowleft.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(../gphx/gray_arrowright.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(../gphx/dark_arrowleft.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(../gphx/dark_arrowright.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	border: 1px solid #d3d3d3;
	color: #555555;
	background: #e6e6e6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
	background: #747272;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right;
}
table.ui-datepicker td a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #555555;
	background: #e6e6e6 url(../gphx/brightbar.png) 0 50% repeat-x;
	cursor: pointer;
	border: 1px solid #ffffff;
}
table.ui-datepicker td a:hover {
	border: 1px solid #999999;
	color: #212121;
	background: #747272 url(../gphx/graybar.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
	border: 1px solid #dddddd;
	color: #ffffff;
	background: #0c0303 url(../gphx/darkbar.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #222222;
	text-transform: uppercase;
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222222;
	background: none;
}
.ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}


/**********************************/
/** UI - tabs  **/
/**********************************/

/*UI tabs*/
.ui-tabs-nav
{
	/*resets*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
.ui-tabs-nav-item
{
	/*resets*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.ui-tabs-nav-item a
{
	/*resets*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	color: #555555 !important;
	background: #e6e6e6 url(../gphx/brightbar.png) 0 50% repeat-x;
}
.ui-tabs-nav-item a:hover
{
	background: #747272 url(../gphx/graybar.png) 0 50% repeat-x;
	color: #ffffff;
}
.ui-tabs-selected
{
	border-bottom-color: #0c0303;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover
{
	background: #0c0303 url(../gphx/darkbar.png) 0 50% repeat-x;
	color: #ffffff !important;
}
.ui-tabs-disabled a, .ui-tabs-disabled a:hover
{
	color: #cccccc !important;
	cursor: default;
	background: #e6e6e6 url(../gphx/brightbar.png) 0 50% repeat-x;
}
.ui-tabs-panel
{
	/*resets*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	list-style: none;
	clear: left;
	border: 1px solid #d3d3d3;
	color: #222222;
	padding: 15px;
}
.ui-tabs-hide
{
	display: none; /* for accessible hiding: position: absolute; left: -99999999px*/ /*datepicker*/ /* Main Style Sheet for jQuery UI date picker */
}



/**********************************/
/** tables  **/
/**********************************/
.defaultTable td img
{
	vertical-align: middle;
}
.defaultTable
{
	background-color: #999999;
}

.defaultTable td
{
	padding: 2px;
	background-color: #ffffff;
}

.defaultTable .header
{
	padding-right: 20px;
	background: #999999 url(../gphx/sortarrows.png) no-repeat right center;
}

.defaultTable .headerSortUp
{
	padding-right: 20px;
	background: #666666 url(../gphx/sortarrows_dec.png) no-repeat right center;
	color: #ffffff;
}

.defaultTable .headerSortDown
{
	padding-right: 20px;
	background: #666666 url(../gphx/sortarrows_inc.png) no-repeat right center;
	color: #ffffff;
}

.defaultTable .odd
{
	background-color: #eeeeee;
}

.defaultTable .even
{
	background-color: #ffffff;
}


/**********************************/
/** Modals  **/
/**********************************/
.modal_window
{
	border: solid 1px #999999;
	font-family: Century Gothic;
}
.modal_window_header
{
	padding: 3px;
	background-color: #333333;
	color: White;
}
.modal_window_content
{
	padding: 10px;
}
