body {
	position: relative;
	padding: 0;
	margin: 0;
	/*height: 100%;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9d958e;
	/*border-top: 13px solid #d84d42;*/
	width: 100%;
	text-align: center;
}

a img { border: none; outline-style: none; }
a { color: #000; }
.clear {
	clear: both;
}

/* #########################################  primary layout styles  ################################## */
#wrap {
	width: 976px;
	margin: 0 auto;
	text-align: left;
}

#header {
    width: 976px;
    height: 121px;
    background: transparent url('/styles/1/images/bckgrnd_header.gif') no-repeat 0 0;
    position: relative;
}

#logo_main {
    position: absolute;
    top: 0;
    left: 25px;
}

#logo_acca {
    position: absolute;
    top: 14px;
    right: 27px;
}

#body {
	width: 976px;
	background: #FFF url('/styles/6/images/bckgrnd_body.gif') repeat-y 0 0;
}

#body-inner {
	position: relative;
	width: 908px;
	margin: 0 24px 44px 44px;
	border-top: 1px solid #DEDAD7;
}

#body-bottom {
	width: 100%;
}

#body-bottom-left {
	width: 650px;
	float: left;
}

#body-bottom-right {
	float: right;
	width: 245px;
	background-color: #d1cbc7;
}

#footer {
	clear: both;
	width: 976px;
	height: 49px;
	background: #dedad7 url('/styles/6/images/bckgrnd_footer.gif') repeat-y top right;
}


/* #########################################  box styles  ################################## */
.box-small {
	width: 639px;
	background: #dedad7 url('/styles/6/images/bckgrnd_box-small.gif') repeat-y 0 0;
	margin-bottom: 25px;
}

.box-small-top, .box-small-bottom {
	width: 639px;
	height: 9px;
	background: #dedad7 url('/styles/6/images/bckgrnd_box-small-top.gif') no-repeat 0 0;
}
.box-small-bottom { background: #dedad7 url('/styles/6/images/bckgrnd_box-small-bottom.gif') no-repeat 0 0; }

.box-small-inner {
	padding: 0 20px 0 30px; 
}


/* #########################################  heading styles  ################################## */
.heading {
	display: inline-block;
	background: url(/styles/6/images/tab-right.gif) no-repeat top right;
	margin: -7px 0 0 28px;
	padding: 0 9px 0 0;
	text-align: center;
	width: auto;
	height: 24px;
	overflow: visible;
	list-style: none;
}

.heading li {
	background: #c1b9b3 url(/styles/6/images/tab-left.gif) no-repeat top left;
	font-size: 10px;
	padding: 5px 0 0 10px;
	margin: 0;
	height: 19px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

#body-bottom-right .heading {
	margin: 0 0 0 17px;
	background-image: url(/styles/6/images/tab-right-dark.gif);
}

#body-bottom-right .heading li { background-image: url(/styles/6/images/tab-left-dark.gif); }


/* #########################################  reader styles  ################################## */
#readerContainer {
	width: 878px;
	height: 430px;
	background: #dedad7 url('/styles/6/images/bckgrnd_reader.gif') no-repeat 0 0;
	padding: 4px;
	margin: 10px 0 10px 0;
}

#readerDiv {
	width: 878px;
	height: 430px;
}


/* #########################################  related titles  ################################## */
.blankHeader h2, .ajaxData, .viewNow {
	display: none;
}

#relatedTitles { position: relative; }

.blankHeader {
	position: absolute;
	top: -22px;
	right: 10px;
}

.miniPreview { margin: 0 0 10px 17px; }
.miniPreview h3 {
	font-size: 10px;
	font-weight: bold;
	width: 130px;
	float: right;
}
.miniPreview h3 a { text-decoration: none; }


/* #########################################  comment styles  ################################## */
#commentContainer, #newCommentContainer {
	position: relative;
	border-top: 5px solid #e9e6e4;
	width: 630px;
	margin: 0 0 20px 5px;
}

#commentContainer .heading, #newCommentContainer .heading { margin-top: -5px; }

#commentContainer .blankHeader {
	top: 2px;
	right: -2px;
}

#existingComments { margin: -15px 15px 0 0; }

.comment h3 {
	font-size: 10px;
	width: 100%;
	background-color: #d1cbc7;
	padding: 4px 8px 4px 8px; 
	position: relative;
}

.comment h3 small {
	float: right;
}

.comment h4 { display: none; }
.comment p {
	color: #62564c;
	font-size: 10px;
}


/* #########################################  new comment styles  ################################## */
#newCommentDiv h2 { display: none; }


/* ########################################### tableless forms ################################### */
form div {
	margin-top: 15px;
	width: 500px;
}
label {
	display: block;
	width: 125px;
	float: left;
	margin-bottom: 5px;
	text-transform: uppercase;
}

form input, form select, form textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #cac6c6;
	background-color: #f7f7f7;
	outline-style: none; 
}
form select { 
	padding: 3px 0 3px 0;
	width: 215px;
}
form input.compulsory { background: #F7F7F7 url('/images/icon_validatedField.gif') no-repeat 280px 0; }
form input.waiting    { background: #F7F7F7 url('/images/icon_validatedField.gif') no-repeat 280px -23px; }
form input.validated  { background: #F7F7F7 url('/images/icon_validatedField.gif') no-repeat 280px -46px; }
form input.error      { background: #F7F7F7 url('/images/icon_validatedField.gif') no-repeat 280px -69px; }

form textarea.compulsory { background: #F7F7F7 url('/images/icon_textareaCompulsory.gif')	no-repeat 330px 0; }
form textarea.waiting    { background: #F7F7F7 url('/images/icon_textareaWaiting.gif')		no-repeat 330px 0; }
form textarea.validated  { background: #F7F7F7 url('/images/icon_textareaValidated.gif')	no-repeat 330px 0; }
form textarea.error      { background: #F7F7F7 url('/images/icon_textareaError.gif')		no-repeat 330px 0; }


form input.short, form select.short { width: 80px; }

form select.filter { width: 70px; margin-right: 20px; }
#filterDialogue form label { width: 85px; }

form textarea {
	width: 350px;
	height: 100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}

form input[type=submit] {
	border: 1px solid #000;
	margin-right: 15px;
	margin-top: 10px;
}
form input[type=text],form input[type=password], form input[type=file] { 
	padding: 3px 5px 3px 5px; 
	width: 300px;
}
form input[type=image] { 
	background-color: transparent; 
	border: none; 
	margin-right: 5px;
}
form input.hidden { display: none; }

