/* test turn off HTML default styles */	

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,td,tr,th
	{margin:0; padding:0 }
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight: normal;}
a img,:link img,:visited img { border:none;}
ul,ol { list-style:none;}
	
.screenreader,
p.moreLink span,
.item li a:link span,
.item li a:visited span {
	position: absolute;
	left: -9000px;
	top: -9000px;
	}
	
.imageReplace {text-indent: -9000px;}

.clearfix:after { /* makes float container block clear floated blocks inside it */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} /* fix for about clearfix for IE PC */
/* End hide from IE-mac */

.clear {
	clear: left;
	}

/*========================== let our styles commence ===================================*/	

body {
	font: 75% helvetica, sans-serif; /* reset font size to 12px; */
	color: #320B17;
	}
	
#global {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	}


	
/*============================ header =======================*/

#header {
	float: left;
	width: 900px;
	margin: 10px 0 0 0;
	}
	
#header div#topButtons { 
	float: right;
	margin: 0px 12px 0 0;
	}
#header div#topButtons a {
	float: left;
	background: #92C5BE;
	color: #FFFFFF;
	padding: 6px;
	margin-left: 10px;
	text-decoration: none;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;    
	-moz-border-radius: 5px;    
	-webkit-border-radius: 5px;
	}
	
#header div#topButtons a:hover {
	color: #320B17;
	}
	
#header span {
	display: block;
	width: 315px;
	height: 81px;
	float: left;
	background: #FFFFFF url(../graphics/admin_logo.gif) no-repeat 0 0;
	margin: 5px 25px 0px 0;
	}

#mainNav {
	float: left; 
	clear: left;
	} 
	
#mainNav h3 {
	font-size:1.333em;
	line-height: 1.125em;
	color: #fff;
	background: #C4CFCD; 
	width: 110px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;    
	-moz-border-radius: 5px;    
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	}
	
#mainNav ul { 
	width: 140px;
	margin: 8px 0 20px 0px;
	background: none;
	}
	
#mainNav ul li {
	width: 140px;
	padding: 3px 10px;
	}  
	#mainNav ul li#Staff,
	#mainNav ul li#navSeries,
	#mainNav ul li#navDocuments,
	#mainNav ul li#navComments {
		width: 120px;
		padding: 3px 10px 3px 30px;
		} 
	
#mainNav ul li a {
	color: #320B17;
	text-decoration: none;
	}
#mainNav ul li a:hover {
	color: #ff3399;
	}

#articles #mainNav ul li#navArticles a,
#comments #mainNav ul li#navComments a,
#homes #mainNav ul li#navHome a,
#events #mainNav ul li#navLive a, 
#series #mainNav ul li#navSeries a,  
#news #mainNav ul li#navNews a,
#poems #mainNav ul li#navPoems a,
#people #mainNav ul li#navPoets a,
#publications #mainNav ul li#navDownloads a,
#workshops #mainNav ul li#navWorkshops a,
#audio #mainNav ul li#navAudio a,
#image #mainNav ul li#navImages a,
#video #mainNav ul li#navVideos a,
#about #mainNav ul li#navAbout a,
#aboutus #mainNav ul li#Staff a,
#aboutSite #mainNav ul li#navAboutsite a,
#contactus #mainNav ul li#navContact a,
#countries #mainNav ul li#navCountries a,
#introductions #mainNav ul li#navMailinglist a,
#languages #mainNav ul li#navLanguages a,
#supportus #mainNav ul li#navSupporters a,
#documents #mainNav ul li#navDocuments a {color: #ff3399;}

#about #mainNav ul li#navAbout li a { color: #320B17; } 



	
/*============================ elements =======================*/

a {color: #320B17;}
a:hover {color: #ff3399;}
	
h1 {
	color: #fff;
	font-size: 1.5em;
	padding: 10px 0 8px 10px;
	background: #C4CFCD; 
   	-moz-border-radius-topleft: 10px;  
	-webkit-border-top-left-radius: 10px;    
	-moz-border-radius-topright: 10px;    
	-webkit-border-top-right-radius: 10px;    
	}
	
h2 {
	width:662px;
	float: left;
	font-size:1.333em;
	line-height: 1.125em;
	padding: 16px 0 16px 0px;
	color: #6C8588;
	}

#contentContainer {
	width:758px;
	float: left;
	}

#mainContent {
	width:746px;
	padding: 16px 0 10px 10px;
	float: left;
	border: 1px solid #C4CFCD;    
	}

#mainContent p,
#mainContent ul {
	padding: 0 12px 8px 0px;
	float: left;
	line-height: 1.3em;
	}

#mainContent p.alert {
	margin: 0 0 8px 0px;
	padding: 8px 0 8px 22px;
	border: 1px solid #C4CFCD;
	background: #FFF url(../graphics/admin/Confirm.gif) 2px center  no-repeat;   
	width: 710px;
	}  
	
	#mainContent p.error {
		background: #FFF url(../graphics/admin/Alert.gif) 2px center  no-repeat;   
		}

.incomplete {
	padding: 8px 22px 8px 0px;
	background: #F4E2EB url(../graphics/admin/Alert.gif) right center no-repeat; 
	border: 1px solid #FFFFFF;
	}

/*========================== add new button =======================*/	

#mainContent p.button { 
	float: left;
	margin: 0px 10px 10px 0px; 
	padding: 0px; 
}

#mainContent li.button { 
	margin: 0px 0px 20px 0px; 
	padding: 0px; 
} 
   
p.button a,
li.button a {
	padding: 6px 6px 6px 24px;
	text-decoration: none;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}
	
p.button a:hover,
li.button a:hover {
	color:#FF3399;
	}   
	
p.add a { background: #DBE7E6 url(../graphics/admin/CreateDocument.gif) 4px center no-repeat; }  
p.edit a,
li.edit a {	background: #DBE7E6 url(../graphics/admin/EditDocument.gif) 4px center no-repeat; }
p.manage a { background: #DBE7E6 url(../graphics/admin/Activity.gif) 4px center no-repeat; } 
p.addGroup a { background: #DBE7E6 url(../graphics/admin/CreateSeries.gif) 4px center no-repeat; padding-left: 24px;}
p.list a { background: #DBE7E6 url(../graphics/admin/FolderOpen.gif) 4px center no-repeat; } 

#mainContent p.settings {
	clear: left;
	margin-top: 10px;
}
p.settings a { 
	padding-left: 24px;    
	background: #DBE7E6 url(../graphics/admin/MaintenanceSmall.gif) 4px center no-repeat;
} 

 
 ul.sort {
	clear: left;
}
 
 ul.sort li {
	 padding: 5px 5px 5px 22px;  
	 margin: 0px 5px 5px 0px;   
	 background: #ecddea url(../graphics/admin/sort.png) 2px center no-repeat;  
	 cursor: move;
	 title: "Click and drag to reorder";
	 float: left;
	 clear: left; 
	 width: 100%;
	 vertical-align: middle; 
}

   ul.sort li span {
	 float: left;  
	 
} 
 
ul.sort li.unordered {
	 background-color: #F5F6F5;  	 
} 

	ul.sort li.unordered span:before {
		 content: "[UNORDERED] "; 	 
	}


a.delete {  
	width: 20px;
	padding-left: 5px;  
	background: url(../graphics/admin/DeleteDocument.gif) right center no-repeat; 
	text-indent: -9000px; 
	float: right;
	} 



/*============================== list tables ==============================*/

.listTable {
	width: 740px;
	margin: 0 0 0 0px;
	}

	
.listTable td,
.listTable th {
	padding: 4px;
	}
	 
	.listTable th {
		padding-top: 6px;
		}

		
.listTable tr th {
	text-align: left;
	font-size: 1.1667em; /* 14px */
	background: #C4CFCD;
	}
	
	.listTable tr th.col1 {
	   	-moz-border-radius-topleft: 5px;  
		-webkit-border-top-left-radius: 5px;    
		}   

	.listTable tr th.last { 	
		-moz-border-radius-topright: 5px;    
		-webkit-border-top-right-radius: 5px;  
	} 
	
.listTable th.colOpt {
	width: 60px; 
}

.listTable th.colDatetime {
	width: 130px;
}
	
tr {
	background-color: #F5F6F5;
	  }

tr td.alt {
	background-color: #ecddea;
} 

tr td.over {
	background-color: #DBE7E6;
	cursor: default;
} 
	
.sortButton {display: inline;}
 

#mainContent ul.options {
	width: auto !important;/*reset*/
	padding: 0;
	}
	
	#documents  #mainContent ul.options {  
		float: right; 
		padding-left: 20px;
	}

	#mainContent ul.options li {
		float: left;
		list-style: none;
	}

		#mainContent ul.options li a {
			text-indent: -9000px; 
			width: 16px;
			height: 16px;
			display: block;
		}
		
		#mainContent ul.options li.edit a {   	
			background: url(../graphics/admin/EditDocument.gif) no-repeat;  
			padding-right: 20px;
		}
		
		#mainContent ul.options li.delete {   
			background: url(../graphics/admin/DeleteDocument.gif) no-repeat;
			}
		

td.colStatus	{ 
	width: 50px;
	color: #58941C; 
	text-align: center
} 

	td.colStatus span.unpublished	{
		color: #666666;
	}
	
/*=============================== forms ==========================*/	

#mainContent form {
	width:700px;
	padding: 0 0 8px 0px;
	float: left;
	}

#mainContent form ul,
#mainContent form p {
	width:700px;
	padding-left: 12px;
	}

#mainContent form fieldset p {
	width:588px;
	padding: 0 0 8px 0;
	}

form li { 
	float: left;
	list-style: none;
	padding: 6px 0px;
	clear: both;
	}

fieldset {
	border: 0;
	margin: 6px 0 12px 0;
	padding: 12px 6px 10px 6px;
	background-color: #F5F6F5;
	}

legend {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #9CB6BA;
	padding: 3px 2px;
	}

form.singleFilter {
	margin: 12px 0 0 0;
	}

form textarea.mceEditor {
	width: 422px;
}
 
/*============================== edit forms ==============================*/




li textarea,
li select, 
li input {
	vertical-align: middle;
	}
	
input.wide {
	width: 350px;
	}
	
.mceEditor {float: left;}
	
li label,
span.label {
	display: block;
	width: 150px;
	float: left;
	padding-top: 3px;
	}
	
div.inline {
	display: inline;
	width: 200px;
	float: none;
	}
	
li .inline label  {
	display: inline;
	width: 100px;
	float: none;
	}
	

li.checkboxList label,
ol.checkboxList li label {
	float: left;
	clear: both;
	margin-left: 150px;
	display: inline; /* to fix the IE 6 double left margin bug */
	}
	
li.checkboxList li:after { /* makes float container block clear floated blocks inside it */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html li.checkboxList li {height: 1%;} /* fix for about clearfix for IE PC */
/* End hide from IE-mac */

form .checkboxList li {
	padding: 0px;
	margin-bottom: 3px;
	}
	
form .checkboxList li label {
	padding-top: 0px;
	}
	
fieldset fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

li.checkboxList fieldset legend {
	background-color: transparent;
	color: #320B17;
	font-size: 1em;
	}

.checkboxList label input,
.indent input {
	margin-right: 6px;}

	
li.checkbox,
.lineNotes,
.indent {
	margin-left: 150px;
	}
	
.lineNotes {
	color: #785560;
	float: left;
	clear: left;
	display: inline; /* IE double margin bug fix */
	padding: 3px 0px 3px 0px;
	width: 420px;
	font-style: italic;
	}

.thumbNotes {
	width: 300px;
	clear: none;
	}
	
li.checkbox label {
	width: 100%;
	float: none;	
	}

li.imagePreview {
	width: 588px;
	}
	
li.imagePreview img {
	float: right;
	border: 1px solid #9CB6BA;
	margin: 2px 0;
	}

.rtl {
	direction: rtl;
	text-align: right;
	}
	
	
/*--------------------- pagination -------------------*/

.batchBarTop,
.batchBarBottom {
	float: left;
	width:600px;  
	clear: left;
	}
.batchBarTop {
	padding: 0 0 2px 0px;
	}
.batchBarBottom {
	padding: 4px 0 0 0px;
	}
	
.batchBarTop h2 {
	padding-left:0;
	}
	
.batchBarTop div,
.batchBarBottom div {
	float: left;
	}
	
.batchBarTop span,
.batchBarBottom span  { /* this is the Page text */
	float: left;
	margin-right: 6px;
	line-height: 1.3em;
	}
	
#mainContent ul.pagination {
	clear: none; /* turns off clear:both at top so it goes beside Page text */
	float: left;
	width:300px;
	padding: 0;
	}

ul.pagination li {
	float: left;
	color: #6C8588;
	}

ul.pagination li a {
	display: block;
	padding: 0 6px 0 6px;
	text-decoration: none;
	color: #6C8588;
	}
ul.pagination li a:hover {
	color: #320B17;
	}
ul.pagination li a.pageOn {font-weight: bold;color: #526C6F;}
ul.pagination li a.pageOn:hover {color: #526C6F;}
	
	
	
/*------------ saving and publishing buttons -----------*/

#mainContent form p#buttons,
#mainContent form ul#buttons {padding: 0;}

#buttons li {display: inline;}



/*--- styles for list of individual filtering forms on list results page ---*/

#mainContent ul.formsList  { 
	padding: 12px 0 0 0;/*reset*/
	}	
	
.formsList li { 
	clear: both;
 	}	
	
.formsList label {
	width: 200px;
 	}
