/**
 * blueBar.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * BlueBar theme.
 *
 */

body {
	background-color: #FAFAFA;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

a, a:link, a:visited {
	color: #336699;
	text-decoration: none
}

a:hover {
	background: #FAFAFA;
}

#header {
	border-bottom: 3px solid #BDBDBD;
	margin: 48px 0 -9px 0;
}
	#headerTitle {
		margin-top: 9px;
	}
		#headerTitle h1 {
			text-shadow: 0px 0px 1px #000;
			font-size: 3em;
			margin: 0;
			padding: 10px 0 0 10%;
			font-family: Palatino Linotype,Palatino,serif;
		}
			#headerTitle h1 img {
				vertical-align: middle;
				margin: 10px;
			}


#navbar {
	position: absolute;
	left: 0;
	top: 17px;
	height: 22px;
	width: 100%;
	text-align: right;

	border-bottom: 3px solid #BDBDBD;
	border-top: 3px solid #BDBDBD;
	line-height: normal;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
	#navbar .menu {
		list-style: none;
		padding: 0 20px 0 0;
	}
		#navbar .menu li {
			font-family: Arial Narrow, Arial, Helvetica, sans-serif;
			font-size: 1.5em;
			font-weight: bold;
			padding: 0 11px 0 11px;
			text-shadow: 0px 0px 1px #969696
		}
		#navbar .menu li a {
			color: #EEE;
			padding: 10px 20px 2px 20px;
			border: 3px solid transparent; /* Prevents menu flickering */

			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
		}
		#navbar .menu li a:hover, #navbar .menu li a:active {
			color: #0B2F3A;
			border: 3px solid #BDBDBD;

			background: rgb(252,252,252); /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGJkYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(189,189,189,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(189,189,189,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* IE10+ */
			background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#bdbdbd',GradientType=0 ); /* IE6-8 */
		}

#header, #navbar {
	background: rgb(172,189,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(172,189,204,1) 0%, rgba(117,139,163,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,189,204,1)), color-stop(100%,rgba(117,139,163,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(172,189,204,1) 0%,rgba(117,139,163,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(172,189,204,1) 0%,rgba(117,139,163,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(172,189,204,1) 0%,rgba(117,139,163,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(172,189,204,1) 0%,rgba(117,139,163,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbdcc', endColorstr='#758ba3',GradientType=0 ); /* IE6-9 */
}

#main {
	padding: 10px 0 0 5px;
	margin-bottom: 50px;
	margin-top: 5px;
    margin-left: 2%;
    margin-right: 5px;
	position: static;
	width: 78%;
}

div #sidebar {
	margin-left: 0;
}

#sidebar div.block span.blockTitle {

	/*display: block;
	padding: 0.5em 0 0.5em 0;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #006699 url('../../Pictures/Start.png') no-repeat right 50%;*/
	
	background: rgb(172,189,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(172,189,204,1) 0%, rgba(117,139,163,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,189,204,1)), color-stop(100%,rgba(117,139,163,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(172,189,204,1) 0%,rgba(117,139,163,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(172,189,204,1) 0%,rgba(117,139,163,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(172,189,204,1) 0%,rgba(117,139,163,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(172,189,204,1) 0%,rgba(117,139,163,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbdcc', endColorstr='#758ba3',GradientType=0 ); /* IE6-9 */

	border: 3px solid #BDBDBD;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: block;
    font-family: tahoma;
    font-size: 1.0em;
    font-weight: normal;
    margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-left:10px; padding-right:10px; padding-top:0.5em; padding-bottom:0.5em; background-position-x:right; background-position-y:50%
}


#rightSidebar, #leftSidebar {
	padding-top: 30px;
    margin-left: 0%;
    margin-right: 2%;
    overflow: hidden;
    width: 15%; padding-left:1px; padding-right:4px; padding-bottom:1px 
}

div.block, div#main {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.block {
	padding: 5px 10px 10px 10px;
	margin: 8px 0;
}

.blockTitle {
	font-weight: bold;
	text-shadow: 0px 1px 0px #FFF;
}

#main h2, #content h3, #content h4 {
	font-family: Gill Sans,Arial,Verdana,Helvetica,sans-serif;
}

#content {
	width: 98%;
	border-top: 2px solid #BDBDBD;
}

input.defaultButton, input.button {
}

input.button, input.defaultButton {
    background-color: none;
	border-radius: 3px;
}

input:hover.button {
	border: 2px solid black;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: white;
	border: 2px solid #BDBDBD;
}

/************************************************************************
/**
 * Table of contents
 *

h4.tocSectionTitle {
}

table.tocArticle {
	width: 100%;
}

table.tocArticle td.tocTitle {
	width: 70%;
	height: 100%;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: center;
}

table.tocArticle td.tocAuthors {
	padding-left: 30px;
    font-style: italic;
	vertical-align: top; border-bottom-style:outset; border-bottom-width:3px
}

table.tocArticle td.tocPages {
	text-align: center;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}
/*************************************************************************/
/**
 * Table styles
 */

table.rowOdd td {
	background:#F0EFEC;
	padding: 0px;
}

table.rowEven td {
	background:#C1E0FF;
	padding: 0px;
	/*line-height: 1.3em*/
}

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 2em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing td {
	padding: 0em 0.5em 0.5em 0em;
	text-align: left;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 0.5em 1em 0.5em;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 0px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	font-size: 0.25em;
	line-height: 20%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #808080;
	font-size: 0.2em;
    font-weight: bold;
    line-height: 100%;
	margin: 0; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

table.tocArticle {
    border-left:1px dotted #C0C0C0; width: 100%;
    /*    border-top: 1px solid #C0C0C0;*/
    padding-top: 1.0em;
    border-top: 3px solid #BCD1E6; padding-right:1px; padding-bottom:0; border-bottom-width:1px; list-style-type:circle; margin-left:0; margin-right:0; margin-top:1em; margin-bottom:0em
}

table.tocArticle td.tocAuthors {
	width: 100px;
    font-style: italic;
    padding-left: 0;
    vertical-align: top;
}

table.tocArticle td.tocTitle {
	width: 100px;
    height: 100%;
    font-size: 110%;
    font-weight: bold;
}

table.tocArticle td.tocPages {
	width: 10%;
    text-align: right;
    vertical-align: top;
}

table.tocArticle td.tocGalleys {
    	width: 15%;
    	text-align: right;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold; color:#003399; background-color:#DADADA; margin-top:5; margin-bottom:5
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold; color:#003399; background-color:#DADADA; margin-top:5; margin-bottom:5
}