/**************************************************************
  MAIN
**************************************************************/

* {
	margin: 0;
}
html, body {
	height: 100%;
	background: #fff;
	text-align: left;
	font: 13px "Tahoma", sans-serif;
	line-height: 18px;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a:active {
	outline: none;
}

a:focus, input:focus {
	-moz-outline-style: none;
}

a img {
  	border-width: 0;
}

p {
	margin:0 0 1.5em 0;
}

h1 {
	margin: 0;
	font-size: 28px;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 20px;
}

h3 {
	margin: 0 0 10px 0;
	font: 28px;
	font-weight: bold;
	color: #0d4f72;
}



/**************************************************************
  CONTAINERS
**************************************************************/

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}

.container {
	margin: 0;
	padding: 36px 0 0 0;
}

ul#navigation {
	list-style: none;
	margin: 43px 0 0 0;
	padding: 0;
	text-align: left;
	font-size: 18px;
}

ul#navigation li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
}

#navigation a:link, #navigation a:visited {
	color: #000;
}

#navigation a:hover { 
	color: #666;
	text-decoration: none;
}

#navigation li.selected a {
	color: #415e7b;
}

.footer {
	margin: 0;
	padding: 6px 16px;
	text-align: right;
	font: 11px "Tahoma", sans-serif;
	background: #f9f9f9;
	border-top: 1px solid #e3e2e2;
}
.footer, .push {
	height: 12px;
}


/**************************************************************
MISC
**************************************************************/

.pipe {
	margin: 0 5px;
	color: #d0d0d0;
}
.footer .pipe {
	margin: 0 6px;
}


div.spacer {
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}

.admin-link {
	font-weight: bold;
	text-transform: uppercase;
}
.admin-link a:link, .admin-link a:visited {
	color: #ba1f1f;
}
.admin-link a:hover {
	color: #000;
}

.date {
	margin: 0 0 1px 0;
	color: #000;
	text-transform: uppercase;
}

.hr {
	height: 1px;
	margin: 10px 0 25px 0;
	border: 1px dotted #95b8cb;
	border-width: 1px 0 0 0;
}


label, .label {
	display: block;
	position: relative;
	float: left;
	width: 90px;
	margin: 0 10px 0 0;
	padding: 7px 0 0 0;
	text-align: left;
}

.required label {
	font-weight: bold;
}

.input {
	margin: 0 0 2px 0;
}

label.long {
	width: 40px;
	text-align: left;
	font-weight: bold;
}
input.long {
	width: 500px;
}
textarea {
	width: 400px;
	height: 100px;
}

.error-message {
	margin: 1px 0 6px 100px;
	color: #ff3333;
}

.cancel {
	margin: 5px 0 0 30px;
}

p.error {
	color: #ff3333;
}

#status {
	color: #ba1f1f;
	font-weight: bold;
}

.small {
	font: 11px "Tahoma", sans-serif;
	
}

.clearer {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

.pointer {
	cursor: pointer;
}

.left {
	position: relative;
	float: left;
}

.row {
	margin: 0 0 20px 0;
}

.mr40 {
	margin: 0 30px 0 0;
}


/******** PAGINATION ********/
div.pagination {
	margin: 0 0 10px 0;
    color: #0d4f72;
    font: normal 11px "Tahoma", sans-serif;
}

div.pagination span.highlight {
    color: #393c3c;
}

div.pagination a, div.pagination .prev, div.pagination .next {
	margin: 2px;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #95b8cb;
    color: #95b8cb;
    text-decoration: none;
}

div.pagination a:hover, div.pagination a:active {
    background: #fff;
    border: 1px solid #0d4f72;
    color: #0d4f72;
}

div.pagination span.current {
	margin: 2px;
    padding: 2px 5px 2px 5px;
    background: #0d4f72;
    border: 1px solid #0d4f72;
    color: #fff;
}


/**************************************************************
sIFR
**************************************************************/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
