/** 
COLOURS USED
Background Grey:		#e6e7e8;
Background Orange:	#ffd200;
Header 1 Red: 		#ef3e42;
Body Text Grey:		#808284;
**/

* { 
	margin: 0;
	padding: 0;
}


/************************************/
/**                          HTML                           **/
/************************************/

body {
	font-family: Tahoma, sans-serif;
	color: #000;
	background: #B9AC97;
	line-height: 1.6em;
	font-size: 0.8em;
	padding: 30px 0;
}

a img {
	border: none;
}





/************************************/
/**                      CLASSES                        **/
/************************************/

.skip{
	position:absolute; 
	top: -100px; 
	z-index: 5000;
} 

.skip:focus,.skip:active { 
	position:absolute; 		
	top: 0;
	width: 100%;
	background: #000;
	color: #fff; 
	padding: 2px 0;
	text-decoration: none;
	text-align: center;
}

.skip:active {
	color: #00315c; 
}

.linkDivider{display: none;}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}

.clearBoth {
	clear: both;
}

.fullImage {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 auto;
	display: block;
}

.articleFullImage {
	border: 1px solid #ccc;
	padding: 3px;
	width: 480px;
}

.textCenter {
	text-align: center;
}

.pdf {
	background: url(/content/pages/newsletter/pdficon_small.gif) left no-repeat;
	padding-left: 22px;
}

.selectOption {
	padding-right: 20px;
}

#mainContent ul.callToAction a {
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

/************************************/
/**                      TEMPLATE                        **/
/************************************/
	
/** CONTENT **/

#logo {
	width: 737px;
	margin: 15px auto;
	text-align: center;
	background: url(/admin/content/img/structure/top_tab.gif) no-repeat;
}

#contentHolder {
	width: 717px;
	margin: 0 auto;
	background: #f3f3f3;
	height: 100%;
	overflow: hidden;
	clear: both;
	border: 2px solid #9f9584;
	padding: 10px;
}

#contentHolder h1 {
	font-size: 1.3em;
	padding: 2px;
	background: #ccc;
	text-align: center;
}

#mainContent h1 {
	margin: -10px -10px 0 -10px;
}

#contentHolder h2 {
	font-size: 1.2em;
	margin: 5px 0;
}

#contentHolder h3 {
	font-size: 1.1em;
}

#mainContent {
	border: 1px solid #9f9584;
	float: right;
	padding: 10px;
	background: #fff;
	width: 532px;
}

#mainContent p {
	margin: 8px 0;
}

#mainContent p.summary {
	color: green;
}

#mainContent p.contributor {
	margin: 0;
	font-size: 0.8em;
}

#mainContent table {
	width: 100%; border: 1px solid #666;
}	

#mainContent table tr.on {
	background: #e4e4e4; 
}

#mainContent table tr:hover {
	background: #FFD51D;
}

#mainContent table tr td {
	padding: 2px; border-bottom: 1px solid #666;
}

#mainContent table tr td.right {
	text-align: right; border-left: 1px solid #666;
}

#mainContent ul {
	padding-left: 20px;
}
#mainContent li {}

/**   COLUMN   **/

#colLeft {
	background: #fff;
	border: 1px solid #000;
	width: 155px;
	float: left;
}

#colLeft h2 {
	background: #ffd51d;
	font-size: 1em;
	margin: 5px 0;
}

#colLeft ul {
	list-style-type: none;
}

#colLeft li {


}

#colLeft ul.subnav a, #colLeft ul.subnav a:visited {
	padding-left: 15px;
	width: 128px;
}

#colLeft ul.subnav {
	padding-left: 0;
	border: 1px solid #000;
	margin: 0 5px;
}

#colLeft a, #colLeft a:visited {
	padding-left: 5px;
	display: block;
	width: 150px;
	color: #000;
	text-decoration: none;
}

#colLeft a:hover, #colLeft a:focus {
	background: #ffd51d;
}

#colLeft a.current {
	background: #ffd51d;
}



/**   FOOTER   **/

#footer {
	border: 2px solid #9f9584;
	width: 717px;
	margin: 10px auto;
	background: #fff;
	clear: both;
	padding: 0 10px;
}

#footer p {
	text-align: right;
}

#footerContent {
	border: 1px solid red;
}

/** FORM **/

fieldset {
	border: none;
}

legend {
	clear: both;
	padding: 3px 10px;
	border: 1px solid #000;
}

label {
	font-weight: bold;
}

.defaultForm {
	margin: 10px 0;
}

.defaultForm img {
	width: 200px;
	margin-top: 10px;
}

.formLeft {
	float: left;
	width: 100px;
}

.item_desc {
	width: 200px;
	height: 400px;
	overflow: auto;
}


#mainContent p.formRequired {
	color: #f00;
	padding: 0;
	margin: 0;
}

.textInput {
	margin-bottom: 10px;
}

/***********************************/
/**                  PAGE SPECIFIC               **/
/***********************************/

/** ADMIN **/

.editBox {
	border: 1px solid #000;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	height: 100%;
	overflow: hidden;
}

ul.help {
	border: 1px solid #ccc;
	list-style-type: none;
	margin: 10px 0;
}

div.editImageLeft {
	float: left;
}

div.editImageLeft img {
	width: 200px;
	border: 1px solid #ccc;
	padding: 3px;
}

img.deleteImage {
	margin-top: 10px;
	width: 200px;
	border: 1px solid #ccc;
	padding: 3px;
}

#mainContent .editBox p.editImageRight {
	width: 244px;
	float: left;
	padding: 0 5px;
}

#mainContent .editBox h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#mainContent .editBox p {
	margin: 0;
	padding: 0;
}

#mainContent .editBox p.edit {
	margin: 5px 0;
}

#mainContent fieldset p.noImageText {
	margin: 0;
	padding: 0;
}

h3.adminDate {
	background: #999;
	color: #fff;
	padding: 2px 5px;
}