/* Global CSS Document */

/*+HTML tags ------------------------------------------------------------------------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #10b9ff;
}

a:visited {
	color: #DD0005;
}

a:hover,
a:focus,
a:active
{
	color: #999999;
	outline: none;
	text-decoration: underline;
}

body {
	color: #666666;
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #FFFFFF;
}

img {
	border: none;
}

h1,h2,h3,h4 {
	font-weight: normal;
	margin: 0px 0px 5px;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
	border-bottom: 1px solid #EBE9ED;
	margin: 0px 0px 10px;
	color: #017BC1;
}

h4 {
	font-size: 1.2em;
	color: #85DAFB;
	font-weight: bold;
}

h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px 0px 10px;
}


p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px 0px 15px;
}


/*+Primary Structure ------------------------------------------------------------------------------------------------------ */

#header,
#primaryContent {
	width: 460px;
	padding: 0px 20px 0px 20px;
	font-size: 1.4em;
	margin: 0px auto;
}

#headWrapper {
	width: 100%;
	background: url(../images/bkgnd_header.gif) repeat-x center bottom;
	margin-bottom: 10px;
}

#header {
	position:relative;
	min-height: 118px;
	padding: 0px;
	overflow: hidden;
}

#contentWrapper {
}

#primaryContent {
	
}


/*+Secondary structure ------------------------------------------------------------------------------------------------------ */

.loginSubmit {
	float: left;
	width: 150px;
}

.loginRetrieve {
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 5px;
	line-height: 30px;
	height: 30px;
}

.messageBlock {
	background: #FEFDE7;
	padding: 5px;
	margin-bottom: 5px;
}

.messageFail, .formError {
	background: #FEE7EE;
}

.messageNotice {
	background: #E1F9FB;
}

/*+Headings ----------------------------------------------------------------------------------------------------- */

#header h1 {
	height: 95px;
	width: 235px;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: 0;
}

#header h1 a {
	height: 95px;
	width: 235px;
	display:block;
	background: url(../images/logo.gif) no-repeat left top;
}

#header h1 a span {
	display:none;
}

#pageHeading {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px;
	height: 30px;
	line-height: 30px;
}

#pageHeading a,
#pageHeading a:visited {
	color: #CCE227;
	text-decoration: none;
}

/*+Navigation --------------------------------------------------------------------------------------------------------------- */

.formButton,
a.linkButton,
.disabledButton,
.DefaultStickyWin .button {
	background: transparent url(../images/bkgnd_button_right.png) no-repeat top right;
	border: none;
	display: block;
	float: left;
	height: 26px;
	margin-right: 7px;
	padding-right: 14px;
	text-decoration: none;
	font-size:12px;
	color: #FFFFFF;
}

.formButton span,
a.linkButton span,
.disabledButton span,
.DefaultStickyWin .button span {
	background: transparent url(../images/bkgnd_button_left.png) no-repeat;
	display: block;
	line-height: 26px;
	padding: 0px 0px 0px 14px;

} 

.formButton:hover,
.formButton:focus,
.formButton:active,
a.linkButton:hover,
a.linkButton:focus,
a.linkButton:active,
.DefaultStickyWin .button:hover,
.DefaultStickyWin .button:focus,
.DefaultStickyWin .button:active {
    background-position: bottom right;
}

.formButton:hover span,
.formButton:focus span,
.formButton:active span,
a.linkButton:hover span,
a.linkButton:focus span,
a.linkButton:active span,
.DefaultStickyWin .button:hover span,
.DefaultStickyWin .button:focus span,
.DefaultStickyWin .button:active span
{
    background-position: bottom left;
}

/* Removes mozilla's default inner focus padding for buttons, eeewww */
.formButton::-moz-focus-inner {
	padding:0px;
	border: none;
}

/*+Forms ------------------------------------------------------------------------------------------------------------------ */

fieldset {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;
}

legend {
	padding: 0.2em;
	color: #333333;
	font-size: 1em;
	font-weight: normal;
	border: 1px solid #EEEEEE;
}

.formBlock {
	width: 100%;
	overflow: hidden;
	padding: 5px 0px;
	margin-bottom: 5px;
}

.formTextField,
.formFileField,
.formTextArea,
.formSelect,
.editorSelect {
	border: 1px solid #CCCCCC;
	height: 16px;
	padding: 2px;
	margin: 0px 0px 5px;
}

.formTextField:focus,
.formFileField:focus,
.formTextArea:focus,
.formSelect:focus {
	border: 1px solid #10b9ff;
}

.formTextField {
	width: 295px;
}

.formChecks ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

.formChecks li {
	width: 98%;
	overflow: hidden;
	padding: 2px 4px 2px 0px;
	margin: 0px;
}

.formBlock label,
.formChecks li label {
	display: block;
	float: left;
	width: 140px;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #EBE9ED;
	margin: 0px 5px 5px 0px;
	padding: 0px 5px;
}

.formCheck {
	position: relative;
	top: -2px;	
}

.formChecks label {
	float: none;
	margin-bottom: 0.3em;
}

.formChecks li label {
	margin-bottom: 0.1em;
	padding-left: 0.7em;
}

.formError {
	margin-bottom: 5px;
}

label.required,
.formChecks li label.required {
	background: #FFFFF4 url(../images/icon_required.gif) no-repeat right center;	
}


/*+Miscellaneous --------------------------------------------------------------------------------------------------------- */


.formFileField,
.formButton,
.formSelect,
.editorSelect,
.delCheckbox,
#search_button,
#toggleLogin,
.editorButton,
.DefaultStickyWin .closeButton,
.DefaultStickyWin .button,
label
{
	cursor: pointer;
}
