@font-face {
	font-family: 'AdiraDisplaySSiRegular';
	src: url('../fonts/anja_eliane.eot');
	src: local('Adira Display SSi'), local('AdiraDisplaySSi'), url('../fonts/anja_eliane.woff') format('woff'), url('../fonts/anja_eliane.ttf') format('truetype');
}



/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size:52px;
	font-family: 'AdiraDisplaySSiRegular', sans-serif;
	color: #333;
	margin:0 0 10px 0;
	font-weight:normal;
}
h2{
	font: 1.75em Helvetica, Arial, sans-serif;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color: #000;
}
h3 {
	font: 1.4em Helvetica, Arial, sans-serif;
	line-height: 1.167em;
	margin: 0px 0px 0.6em 0px;
	color: #9933FF;
}
h4{
	font: 1.6em Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #99CC00
}
p{
	font: 1em Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #333;
}
p.larger{
	line-height: 1.2em;
	font-size: 22px;
	color: #9A9B95;
	font-weight: bold;
	margin: 5px 0px 20px 0px;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 8px;
}
a, a:visited{
	color: #99CC00;
	text-decoration: none;
}
a:hover, a:visited:hover{
	color: #99CC00;
	text-decoration: underline;
}
hr{
	margin-bottom: 20px;
}
.highlight{
	color: #99CC00;
}
.floatright{
	float: right;
	margin-left: 10px;
}

div.textButton {
	font-size: 15px;
	display: block;
	line-height: 1em;
	color: #333;
	font-family: 'AdiraDisplaySSiRegular', sans-serif;
}

div.textButton a, div.textButton a:visited{
	color: #333333;
	text-decoration: none
}
div.textButton a:hover, div.textButton a:visited:hover{
	color:#000000;
	text-decoration: underline;
}

/* --------------- end site wide styles ------------------------------------------ */

a.linkbutton, a:active.linkbutton, a:hover.linkbutton, a:visited.linkbutton {
	background: #99CC00;
	border: 1px #7FAA00 solid;
	color: #fff;
	padding: 8px;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;	
}

/* --------------- Form Styles - Using CMX Form ---------------------------------- */

form.cmxform label { width: 200px; color: #9A9B95;} /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ border: 1px solid #ccc; padding: 10px; margin-bottom: 20px;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #fff;
	color: #42210B;
	font-style: italic;
}
form.cmxform ol{
	font-size: 1.2em;
	margin-bottom: 5px;
}
form.cmxform li{
	border-bottom: 0px;
	position: relative;
}
.formhint{
	position: absolute;
	z-index: 1;
	left: 470px;
	top: 5px;
	width: 180px;
	background: url(../images/form_arrow.gif) no-repeat #99CC00;
	border: 1px solid #99CC00;
	padding: 3px 3px 3px 13px;
	font-size: 0.9em;
	line-height: 1em;
	color: #fff;
}

.errortext{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#EC0B8D;
	font-size: 0.8em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 2px solid #C7C6BE;
	padding: 2px;
	width: 240px;
	height: 20px; 
	font-size: 14px;
	background: #E6E6DC;
}
.storytextbox{
	border: 2px solid #C7C6BE;
	padding: 2px;
	width: 400px;
	height: 20px; 
	font-size: 14px;
	background: #E6E6DC;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 2px solid #C7C6BE;
	padding: 2px;
	width: 80px;
	height: 20px; 
	font-size: 14px;
	background: #E6E6DC;
}
.bigtextbox{
	border: 2px solid #C7C6BE;
	padding: 2px;
	height: 100px;
	width: 240px;
	overflow:auto;
	background: #E6E6DC;
}
.storybigtextbox{
	border: 2px solid #C7C6BE;
	padding: 2px;
	height: 100px;
	width: 400px;
	overflow:auto;
	background: #E6E6DC;
}
.storyeditorbox{
	height: 300px;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: Helvetica, Arial, sans-serif;
}
.submitbutton{
	padding: 0px 20px;
	height: 30px;
	background: #EC0B8D;
	border: 1px solid #EC0B8D;
	font-size: 14px;
	font-weight: bold;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #D3E9F4;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
}
.tickbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
.tickbox{
	margin-right: 10px;
}
.submit input{
	background: #99CC00;
	border: 1px #7FAA00 solid;
	color: #fff;
	padding: 8px;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
}
.error-message{
	border: 1px solid #E50024;
	background: url(../images/error-arrow.gif) no-repeat #F8C1D9;
	background-position: 7px 9px;
	padding: 5px 5px 5px 25px;
	font-style: italic;
	font-weight: bold;
	color: #E50024;
	margin: 0px 0px 10px 0px;
}
/* -------------- End Form Styles ----------------------------------------------- */

.message{
	background: #CCE57F;
	color: #333;
	padding: 4px 4px 4px 8px;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.message a, .message a:visited{
	color: #000;
	text-decoration: underline;
}
.message a:hover, .message a:visited:hover{
	color: #666;
}

.imageBorder {
	border: 2px solid #C7C6BE;
}

.clearAll {
	clear: both;
}
/* ------------------ Pagination Controls ---------------------- */
.pagination{
	clear: both;
	margin: 10px 0px 10px 0px;
}
.pagination div{
	display: inline;
}
.pagination #prev{
	float: left;
	padding: 5px;
}
.pagination #next{
	float: left;
	padding: 5px;
}
.pagination span{
	list-style-type: none;
	padding-bottom: 1px;
	margin: 0px;
	float: left;
	padding: 5px;
}
.pagination .disabled{
	color: #ccc;
	float: left;
}
#pagination_details{
	float: right;
}
.pagination a, .pagination a:visited{
	padding: 5px;
	text-decoration: none; 
	color: #666;
}

.pagination a:hover, .pagination a:active{
	color: #cc0000;
	background: #e6e6e6;
}

.pagination a.currentpage{
color: #333 !important;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
color: #666;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}


/* ------------ Tables ---------------------------------------------------------- */

table{
	width: 100%;
}
th{
	background: #99CC00;
	padding: 7px;
	color: #fff;
	font-size: 14px;
	font-family: 'AdiraDisplaySSiRegular', sans-serif;
	border-right: 1px solid white;
}
th a{ color: #fff; }
th a:hover{ color: #000; }
th a:visited{ color: #fff; }
tr{
	background: #E6E6DC;
	border-bottom: 1px solid #fff;
}
tr.altrow{
	background: #F4F4EE;
}
td{
	padding: 5px 8px;
	font-size: 1.1em;
}
td a, td a:visited{
	font-weight: bold;
	color: #9933FF;
}

#publicationpage li{
	width: 160px;
	float: left;
	display: inline;
	margin-right: 10px;
}
.pagePreview{
	width: 145px;
	float: left;
	display: inline;
	margin-right: 10px;
}
.pagePreview img{
	margin-bottom: 5px;
}

.message{
	background: #CCFF66;
	border: 1px solid #99CC00;
	color: #000;
	padding: 5px;
	font-size: 1.2em;
}

.filterform{
	padding: 5px;
	background: #e6e6e6;
	margin-bottom: 5px;
}
.filterform .input{
	float: left;
	display: inline;
	margin-left: 10px;
}
.filterform .select{
	margin: 0px;
	padding: 0px;
}
.filterform .select select{
	margin-left: 0px;
}
.filterform .submit input{
	margin-left: 10px;
	padding: 3px 10px 3px 10px;
	background: #99CC00;
	border: 1px #7FAA00 solid;
	color: #fff;
	font-family:Helvetica, Arial, sans-serif;	
	font-size: 14px;
}
