/* Overiding styles for all pages */

body {
	background-color: #ffffff;
	padding: 0px;
	color: #898179;
	margin: 0px 0px 5px;
	font: 62.5%/150% Verdana, Arial, Helvetica, sans-serif;
}

.image_div {
	margin:4px;
	border:1px solid #fff;
	float:left;
	height:100px;
	width:110px;
	background-color:#00287f;
	float:left;
}

.hidebut {
	display:none;
}

.error_msg_container {
	padding:1em;
	border:1px solid #d3d3d3;
	background-color:#F5F5F5; 
}

.info_message {
	padding:1em;	
}

#image_list {
	padding-top:4em;
	padding-bottom:4em;
}

#upload_image_form {
	padding-top:2em;
	padding-bottom:2em;
}


#iframe_upload {
	width:0;
	height:0;
	border:0px solid #fff;
	display:none;
}


/*
#iframe_upload {
	width:600px;
	height:300px;
}
*/


img {
	border:none;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.image_link {
	border:none;
}

.red {
	color:#ff0000;	
}

.info_message {
	padding:1em;	
}

.black {
	color:#000;
}

.info_box {
	border:1px solid #d3d3d3;
}

.info_box_inside {
	background-color:#F5F5F5; 
	padding:0.5em;
}

#session_info {
	background-color:#F5F5F5; 
	padding:0.5em;
	border:1px solid #d3d3d3;
}

input.timer {
	border:1px solid #F5F5F5;	
	background-color:#F5F5F5; 
	width:40px;
}

.group_container {
	border:1px solid #d3d3d3;	
	width:30%;
	padding:1em;
	margin-bottom:0.25em;
}

.bold {
	font-weight:bold;
}

.session {
	margin:0.2em; 
	width:30%; 
	border:1px solid #d3d3d3; 
	padding:0.5em; 
	color:#000;
}

.half_em_padding {
	padding:0.5em;
}

.newsitem_preview_container {
	padding:2em; 
	background-color:#F5F5F5; 
	border:1px solid #999;
}

.newsitem_image_preview_container {
	padding:2em; 
	background-color:#d3d3d3; 
	border:1px solid #999;
}

.newsitem_preview_description {
	padding:1em; 
	border:1px dashed #d3d3d3;
}

a:link, a:visited {
	color: #898179;
	text-decoration: none;
}

a:hover, a:active {
	color: #39342f;
	text-decoration: none;
}

/* Standard styles used throughout */

.hidden {
	display: none;
}

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

.left {
	float: left;
}

.right {
	float: right;
}

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

.error {
	font-weight: bold;
	color: #FF0000;
}

.genborder {
	border: 1px solid #bdb7b7;
}

/* Header styles for all pages */

.topbar {
	background: #00368b;
	width: 100%;
	margin: 0px 0px 3px;
}

.cookiemenu {
	height: 34px;
	width: 100%;
	background: #ced4da url(../images/menubg-cookie1.gif) repeat-x;
}

.cookiemenubg {
	height: 34px;
	padding: 0px;
	float: left;
	background: url(../images/menubg-cookie2.gif) repeat-x;
}

.cookiemenu ul {
	height: 34px;
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0px;
}

.cookiemenu ul li {
	display: inline;
	padding: 0px;
	margin: 0px;	
	color:#3f433d;
}

.cookiemenu ul a:link, .cookiemenu ul a:visited {
	color: #3f433d;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	height: 25px;
}

.cookiemenu ul a:hover, .cookiemenu ul a:active {
	color: #6c706b;
	text-decoration: none;
}

.cookiemenu .menuend {
	height: 34px;
	width: 35px;
	float: left;
	background: url(../images/menubg-cookie3.gif) no-repeat;
}

/* Menu styles for all pages */

.mainmenu {
	width: 20%;
	margin: 6px 0px 40px 14px;
	float: left;
}

.mainmenu h2 {
	width: auto;
	margin: 12px 0px 4px;
	background: #a6a398;
	font-size: 1.4em;
	line-height: 2.0em;
	color: #000000;
	padding: 0px 0px 0px 12px;
}

.mainmenu ul {
	padding: 2px 0px 3px;
	list-style-type: none;
	margin: 0px;
	width: auto;
	background: #e8e8e7 url(../images/fade-boxbg.gif) repeat-x;
	font-size: 1.1em;
}

.mainmenu ul li {
	line-height: 2.6em;
	padding: 0px;
	margin: 0px 12px;
	width: auto;
}

.mainmenu ul a:link, .mainmenu ul a:visited {
	color: #898179;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 2.6em;
}

.mainmenu ul a:hover, .mainmenu ul a:active {
	color: #39342f;
	text-decoration: none;
}

.underline {
	border-bottom: 1px solid #bdb7b7;
}

/* Footer styles for all pages */

.colourstrip {
	background: #00368b;
	width: 100%;
	margin: 3px 0px 0px;
	height: 12px;
}

.footermenu {
	height: 34px;
	width: 100%;
	background: #b5bdc1 url(../images/menubg-footer1.gif) repeat-x bottom;
	clear: both;
}

.footermenubg {
	height: 34px;
	padding: 0px;
	float: right;
	background: url(../images/menubg-footer2.gif) repeat-x bottom;
}

.footermenu ul {
	height: 34px;
	line-height: 25px;
	padding: 8px 0px 0px;
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0px;
}

.footermenu ul li {
	color: #3f433d;
	display: inline;
	padding: 0px;
	margin: 0px;	
}

.footermenu ul a:link, .footermenu ul a:visited {
	color: #3f433d;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 22px;
	height: 25px;
}

.footermenu ul a:hover, .footermenu ul a:active {
	color: #6c706b;
	text-decoration: none;
}

.footermenu .menuend {
	height: 34px;
	width: 35px;
	float: left;
	background: url(../images/menubg-footer3.gif) no-repeat bottom;
}

.copynote {
	margin: 12px 20px 20px;
	width: auto;
	text-align: center;
	line-height: 1.4em;
}

/* Main Page styles for all pages */

.mainpage {
	margin: 16px 3% 20px 3%;
	padding: 0px;
}

.mainpageaddbg {
	width: 76%;
	float: right;
	background: url(../images/dash-vert.gif) repeat-y left;
}

.dashedline {
	background: url(../images/dash-horiz.gif) repeat-x;
	margin: 10px 0px;
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

h1 {
	font-size: 2.2em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 1.0em;
}

h2 {
	font-size: 1.7em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-weight: normal;
}

/* styles for all form data */

.forminabox {
	background: url(../images/fade-boxbg.gif) repeat-x;
	width: auto;
	padding: 12px;
	margin: 16px 0px;
}

label {
	text-align: right;
	float: left;
	width: 30%;
	display: block;
	font-weight: bold;
	margin-right: 3px;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.3em;
}

.formbox_disabled {
	background-color:#fff;
	color:#000;
}

.formbox, textarea {
	float: left;
	width: 350px;
	font-size: 1.1em;
	padding: 2px;
	margin: 0px 0px 5px;
}

.sendbut {
	height: 34px;
	color: #3f433d;
	background: url(../images/menubg-cookie2.gif) repeat-x top;
	display: block;
	clear: both;
	border-style: none;
	font-size: 1em;
	float: right;
	margin: 0px;
	font-weight: bold;
	padding: 2px 6px 10px;
}

a.sendbut:link, a.sendbut:visited, a.sendbut:hover, a.sendbut:active {
	color: #3f433d;
	text-decoration: none;
	padding-top: 4px;
}

.required {
	float: left;
	display: block;
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
	line-height: 18px;
	padding-left: 3px;
}

/* styles for all table data */

table {
	/*width: 100%;*/
	background: url(../images/fade-boxbg.gif) repeat-x;
	margin: 16px 0px;
	border-bottom: 1px solid #bdb7b7;
}

table.table_width_full {
	width:100%;
}

td {
	text-align: center;
	padding: 2px;
	border-left: 1px solid #bdb7b7;
	border-top: 1px solid #bdb7b7;
}

tr:hover {
	background-color: #dddddc;
}

th {
	color: #000000;
	background: #a6a398;
	padding: 3px;
	border-top: 1px solid #bdb7b7;
	border-bottom: 1px solid #bdb7b7;
}
.strip {
	background: #FFFFFF;
	border-style: none;
	padding: 0px;
	height: 4px;
	margin: 0px;
}

.last {
	border-right: 1px solid #bdb7b7;
}

.first {
	border-left: 1px solid #bdb7b7;
}

/* Bits for Image upload div */

#image_list {
	text-align: center;
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
	clear: both;
	height: 100px;
}

.upload_container {
	width: 100%;
	text-align: center;
}

.image_div img {
	border: 1px solid #FFFFFF;
}

.image_div a:link, .image_div a:visited {
	color: #ffffff;
	text-decoration: none;
}

.image_div a:hover, .image_div a:active {
	color: #898179;
	text-decoration: none;
}

#holder_0, #holder_1, #holder_2 {
	clear: none;
	float: left;
}

#upload_form_container {
	clear: both;
}

#upload_link {
	height: 26px;
	color: #3f433d;
	background: url(../images/menubg-cookie2.gif) repeat-x top;
	display: block;
	clear: both;
	border-style: none;
	font-size: 1em;
	margin: 0px;
	font-weight: bold;
	padding: 2px 6px 0px;
}

#upload_image_form {
	margin: 0px;
	padding: 6px 0px 0px;
}