﻿@import "reset.css";
@import "grid.css";

* {outline:none !important;}
html, body { height: 100%; }
.wrap { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -95px; /* the bottom margin is the negative value of the footer's height + footer top margin*/ }
#footer, .push { height: 85px; /* .push must be the same height as .footer */ }

body {font-family: Arial, Helvetica, sans-serif; background: url(images/body_repeater.jpg) repeat-y scroll center center #F1F5F8; }
#header { position:relative; margin-bottom:5px;}

#footer {height:85px; font-size:.8em; width:100%; background: url(images/footer_repeater.jpg) repeat-x top; margin-top:10px;}
#footer .inner_wrap {background:url(images/footer.jpg) no-repeat center top; height:100%; margin:0 auto;}
#footer div { color:#01547e;}

.left  { float:left}
.right { float:right}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0px; height:0px;}
.hide  { display:none}

.align_right    { text-align:right;}
.align_left     { text-align:left;}
.align_center   { text-align:center;}
.align_justify  { text-align:justify;}

.busy { background:url(images/ajax-loader.gif) no-repeat center top; padding-top:32px; text-align:center; color:#01547E; font-size:1.3em; font-weight:bold; font-variant:small-caps}

a {color: #01547E;}

a img {border: none;}

select, input, button {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
.buttonPanel { margin-top:.3em; padding: .3em 0; border-top:solid 1px #ccc; text-align:right; clear: both; }

.field-validation-error { color: #C00; }
.validation-summary-errors { border: solid 1px #C00; margin-bottom: 1em; }
.validation-summary-errors ul { border:solid 2px White; color: White; background-color: #C00; list-style: none; font-weight: bold; padding: 0.5em; }
.editor-label { margin-top:.3em; }

#timeout_warning {
	display: none;
	width: 100%;
	font-size: 1.2em;
	border-bottom: 1px solid #AAA;
	background: #FFA;
	position: relative;
	top: 0;
	left: 0;
	padding: .25em;
	text-align: center;
}

#timeout_warning strong {
	color: #C00;
}

#timeout_warning a,
#timeout_warning strong {
	margin: 0 4em;
}

/************** Colorbox fieldsets *************/
fieldset.lightBoxContent {
	border: 0px none;
	border-top: 2px solid #47D;
	background: #F1F5F8;
	margin: 1em;
	padding: 1em;
}

fieldset.lightBoxContent legend {
	font-weight: bold;
	color: #47D;
}

fieldset.lightBoxContent p.actions {
	text-align: right;
	margin-top: 0.5em;
}

fieldset.lightBoxContent p.actions input,
fieldset.lightBoxContent p.actions button {
	padding: 0.25em 0.5em;
	margin: 0.5em;
}

fieldset.lightBoxContent.success {
	width: 20em;
	border-top-color: #080;
	background-color: #CF9;
}

fieldset.lightBoxContent.success legend {
	color: #080;
}

fieldset.lightBoxContent.success p.success {
	background: url(../images/icons/success.png) 2px left no-repeat;
	padding-left: 20px;
}

fieldset.lightBoxContent.delete {
	width: 40em;
	border: 1px solid #C00;
	border-top-width: 2px;
	background: #FFC;
}

fieldset.lightBoxContent.delete legend {
	color: #C00;
}

fieldset.lightBoxContent.delete p.delete {
	background: url(../images/icons/delete.png) 2px left no-repeat;
	padding-left: 20px;
}

fieldset.lightBoxContent.error {
	width: 30em;
	border: 1px solid #C00;
	border-top-width: 2px;
	background: #FFC;
}

fieldset.lightBoxContent.error legend {
	color: #C00;
}

fieldset.lightBoxContent.error p.error {
	background: url(../images/icons/error.png) 2px left no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

fieldset.lightBoxContent.delete p.confirm {
	padding-left: 20px;
}

/******************* Messages ******************/
#view_messages {
	margin: 0;
	padding: 0;
}

#view_messages ul {
	border: 1px solid #47D;
	font-weight: bold;
	background-color: #FFF;
	margin: .5em 0em;
	padding: .5em 1em .5em 28px;
}

#view_messages ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#view_messages ul.success {
	border-color: #0A0;
	color: #0A0;
	background: #FFF url('../images/icons/success.png') 5px 5px no-repeat;
}

#view_messages ul.failure, #view_messages ul.warning {
	color: #C00;
	background: #FFC url('../images/icons/failure.png') 5px 5px no-repeat;
}

#view_messages ul.error {
	border-color: #C00;
	color: #C00;
	background: #FFC url('../images/icons/error.png') 5px 5px no-repeat;
}

#view_messages ul.question {
	color: #47D;
	background: #EBF0F9 url('../images/icons/question.png') 5px 5px no-repeat;
}

#view_messages ul.information {
	color: #47D;
	background: #EBF0F9 url('../images/icons/information.png') 5px 5px no-repeat;
}

.Message_Error { 
	border-color: #C00;
	border-style: solid;
}

ul#browsers {
	position: relative;
}

ul#browsers li {
	display: block;
	text-decoration: none;
	margin: .15em .25em;
	padding: 1px;
	float: left;
}

ul#browsers li a {
	padding-left: 17px;
	min-height: 20px;
}

ul#browsers li span {
	font-size: .85em;
}

ul#browsers li#camino {
	background: transparent url('../images/browsers/camino.png') no-repeat bottom left;
}

ul#browsers li#firefox {
	background: transparent url('../images/browsers/firefox.png') no-repeat bottom left;
}

ul#browsers li#ie {
	background: transparent url('../images/browsers/ie.png') no-repeat bottom left;
}

ul#browsers li#adobe {
	background: transparent url('../images/browsers/adobe.png') no-repeat bottom left;
	display: block; float: right;
}