/* SET BASE FONT ATTRIBUTES */
html, body {
	font: 95%/150% Helvetica, Tahoma, Arial, "Lucida Sans Unicode", Verdana, sans-serif;
	height: 100%;
}

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre, div
{margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6, legend, #commentList dt {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 0;
}

h1 {font-size: 1.75em; text-transform: uppercase;}
h2 {font-size: 1.3em;}
h3, legend {font-size: 1.1em;}
h4 {font-size: 1em;}
h5 {font-size: .9em;}
h6 {font-size: .8em;}

small {font-size: 0.8em;}
acronym {border-bottom: 0.1em dashed #9c0;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {
	text-decoration: none;
}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, dl {list-style-type: disc;}

/****************** Start specific styles *********************/

body {
	background: #a8d9f6 url(../img/bg.gif) repeat-y top center;
}

#Access {
	font-size: 86%;
	z-index: 200;
	display: block;
	position: relative;
	background: #0d5fb4;
	min-height: 30px;
	border-bottom: 2px solid #fff;
}

#Access ul {
	z-index: 300;
	height: 1%;
	display: block;
}

#Access ul.floatLeft {
	width: 100px;
	float: left;
	margin: .2em 0 .2em 1em;
}

#Access ul.floatRight {
	width: 400px;
	float: right;
	margin: .2em 1em .2em 0;
	text-align: right;
}

#Access ul li {
	list-style-type: none;
	float: left;
	padding-left: 1em;
}

#Access #AccessTab {
	z-index: 400;
	background: transparent url(../img/access_tab.gif) no-repeat;
	position: absolute;
	width: 46px;
	height: 22px;
	bottom: -22px;
	right: 30px;
}

#Access a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#Access a:hover {
	border-bottom: 1px solid #fff;
}

#Container {
	position: relative;
	background: #f7f7f7;
	width: 800px;
	margin: 0 auto 15px;
	border: none;
}

#Header {
	background: #fff url('../img/header.jpg') no-repeat;
	position: relative;
	width: 100%;
	min-height: 188px;
}

#Logo {
	position: absolute;
	width: 210px;
	height: 80px;
	left: 577px;
	top: 26px;
}

/*************** TopNav styles *******************/

#TopNav {
	float: left;
	width: 100%;
	margin-top: 149px;
	border-color: #38447c;
	border-style: solid;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	background: #f2f1f1;
	min-height: 34px;
}

#TopNav ul {
	background: #f2f1f1;
	min-height: 34px;
}

#TopNav li {
	background: #f2f1f1;
	list-style-type: none;
	float: left;
	border-right: 1px solid #d0d0d0;
}

#TopNav a {
	color: #38447c;
	font-weight: bold;
	text-transform: uppercase;
	min-height: 34px;
	display: block;
}

#TopNav a span {
	margin: 0 1em;
	line-height: 2.5em;
}

#TopNav a:hover,
#TopNav a.active {
	background: transparent url(../img/topnav_hover.png) repeat-x 0 100%;
}

/************* End TopNav styles *****************/


/*************** Content styles *******************/

#MainArea {
	clear: both;
	margin: 0;
}

#Content {
	padding: 15px 30px 25px;
}

#Content a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#Content a:hover {
	border-bottom-style: solid;
}

#Content p,
#Content ul,
#Content dl,
#Content fieldset,
#Content blockquote,
#Content address {
	margin-bottom: 1em;
}

#Content blockquote {
	padding: 1em 0 1em 2em;
}

#Content blockquote p {
	padding-right: 2em;
}

#Content table {
	width: 100%;
}

#Content dt {
	font-weight: bold;
}

#Content table {
	margin-bottom: 1em;
	border: none;
}

#Content table td {
	padding-right: 5px;
}

#Content ul,
#Content ol {
	margin-left: 30px;
}

#Content ul li {
	margin-bottom: 6px;
}

#Content #DownloadList {
	list-style-type: none;
	margin-left: 0;
}

#Content #DownloadList li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 16px;
}

#Content .paging {
	display: block;
	margin-top: 10px;
	clear: both;
}

#Content .paging dl {
	list-style-type: none;
	display: inline;
}

#Content .paging,
#Content .options {
	background: #e1eca5;
	border-top: 1px solid #ffffb2;
	margin: 0 -30px 0;
	padding: 5px 30px;
	clear: both;
}

#Content .paging dt,
#Content .paging dd {
	display: block;
	float: left;
	padding-right: 10px;
}

#Content .paging dt {
	display: block;
	float: left;
	padding-right: 10px;
}

#Content .paging dd em {
	font-weight: bold;
	font-style: normal;
}

#Content .options p {
	margin: 0;
}

#Content .options a,
#Content .paging a {
	color: #013a5b;
}

#Content img {
	margin-bottom: 1em;
}

#Content li {
	list-style-type: none;
	list-style-image: url(../img/icons/arrow_in_box.png);
}

#Footer {
	background: transparent url(../img/footer_bg.png) no-repeat;
	margin-top: -20px;
	height: 1%;
	padding: 26px 10px 0;
	color: #fff;
	clear: both;
}

#Footer dl {
	float: left;
	width: 635px;
	margin-bottom: 0;
}

#Footer dd {
	display: block;
	clear: both;
}

#Footer li {
	display: block;
	float: left;
	padding-right: 5px;
}

#Footer p {
	clear: both;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 0.8em;
}

#Footer .copyright {
	padding-top: 3px;
	font-size: 0.8em;
}

#Footer a {
	color: #fff;
}

#Footer a:hover {
	border-bottom: 1px solid #fff;
}

#Footer #BuroLoz {
	background: transparent url(../img/buro_link.gif) no-repeat;
	float: right;
	width: 130px;
	height: 41px;
}

#Footer #BuroLoz a {
	display: block;
	width: 130px;
	height: 41px;
}

#Footer #BuroLoz a span {
	visibility: hidden;
	display: block;
	width: 130px;
	height: 41px;
}

.itemFooter {
	margin: 10px 0;
}

/************************
* Form styles
************************/

#Content form {
	padding: 10px;
	margin-bottom: 10px;
}

fieldset {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.elemSpace {
	clear: both;
	padding-bottom: 10px;
	padding-right: 10px;
}

label {
	display: block;
	margin-bottom: 0;
	width: 80%;
	font-weight: bold;
}

label.error {
	display: none;
}

.textField,
.textArea {
	background: #fcfcfc;
	border: 1px solid #b1c1d1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 80%;
	padding: 2px;
}

.textField:focus,
.textArea:focus {
	background: #fff;
}

.editor {
	width: 100%;
	height: 400px;
}

legend {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

a.downloadLink,
a.downloadLink:hover {
	padding-right: 16px;
	background: url(../img/download.png) no-repeat 100% 50%;
}

#cakeSqlLog td {
	border: 1px solid #000;
}

.mceEditor {
	border: 1px solid #b1c1d1;
}

#Content .mceEditor img {
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
}

.radios {
	padding-bottom: 0;
	margin-bottom: 0;
}

.radios fieldset {
	margin: 0;
	padding: 0;
}

.radios label {
	display: inline;
	padding-left: 10px;
}

.submit input {
	padding: .2em .5em;
	font-weight: bold;
}

#banner {
	position: relative;
	margin: 5px;
	clear: both;
}

#banner .bdaa-banner {
	margin-right: 5px;
}

/*
#SavePreferencesForm {
	position: relative;
}
*/

#SavePreferencesForm fieldset {
	padding: 0;
}

#SavePreferencesForm .floatLeft {
	width: 45%;
	float: left;
	margin-right: 10px;
}

#SavePreferencesForm .floatRight {
	width: 45%;
	float: right;
}
