/**
 * UnCommon Theme
 * based on the common.css 
 * 
 * 
 *
 */

/**
 * Common HTML elements
 */
html {
	background: #686580 repeat 0 0;
}
body {
	width: 950px !important;
	font-size: 12px;
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 950px !important;
	min-width: 750px;
	background-color: #686580 !important;
}
a:link {
	color: #375;
	font-size: 12px;
	line-height:120%;
}
a:active {
	color: #253;
	font-size: 12px;
	line-height:120%;
}
a:visited {
	color: #375;
	font-size: 12px;
	line-height:120%;
}
a:hover {
	color: #253;
	background: none;
	font-size: 12px;
	text-decoration:none;
	line-height:120%;
}
ul.menu a {
	font-size: 12px;
	line-height:120%;
}
li {
	font-size:12px;
	line-height: 16px;
}
/**
 * Main layout elements
 */

#header {
	width: 950px !important;
	background: #fff  repeat-x;
	padding:0;
	margin-top: -32px;
	width: auto;
}
#header h1 {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-weight: normal;
	/*border-bottom:thin solid #B4BABF;*/
	-webkit-box-shadow: 4px 0 #ffffff, -4px 0 0 #ffffff;
	-moz-box-shadow: 4px 0 0 #ffffff, -4px 0 0 #ffffff;
	box-shadow: 4px 0 0 #ffffff, -4px 0 0 #ffffff;
	height: 148px;
	margin: 2.0em auto 0;
	padding: 0.1em 0 0.1em 0.1em;
	width: auto;
}
#footer {
	background-color: #686580 !important;
	width: 945px !important;
}

#footer {
	/*width: 100%;*/
	min-height: auto;
	color:  #fff !important;
	padding: 0px !important;
	float: center;
	margin-bottom: 20px;
	margin-top: 0px !important;
	font-size: 1 em;
    margin-top:0em !important;
	border-top: 0px dotted #eee !important;
}


#body {
	position:relative;
}
#main {
	margin: 33px auto 0;
	background:#fff;
	padding-top: 0px;
	height:100%;
	min-height:890px;
	float:left;
	width: 79.6% !important;
	display:block;
	/*border-right: solid #B4BABF thin;*/
	border-left:solid #B4BABF thin;
	overflow:inherit !important;
	position:inherit !important;
}
#main h2 {
	color: #2B3036;
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left:10px;
}
#content  {
font-size: 1em;
}
#content h3 {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	line-height: 140%;
	height: 140%;
	padding: 0;
	text-indent: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #AB290F;
	border-bottom: 1px solid #D2D8DE;
}
#content h4 {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	color: #AB290F;
	font-weight: normal;
	text-decoration: none;
	font-size:14px;
}
/**
 * Access icons and key
 */
#accessKey {
	margin-bottom: 2em;
}
#accessKey img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#content img.accessLogo {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
/**
 * Navigation bar
 */
 
#navbar {
	position:absolute;
	top:-37px;
	left:-197px;
	z-index:99999;
	width: 960px !important;
	background-image:none;
	margin: 0 !important;
	padding: 0 !important;

}
#navbar a {
	font-size: 12px;
	letter-spacing: 0.05em;
	border-right: 1px solid #7b7b7b;
	float: left;
	margin: 0;
	padding: 0;
	color: #eee;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
}
#navbar li:last-child a {
	border: none;
}
#navbar a:hover {
	color: #fff;
	
background-image: -webkit-gradient(
	linear,
	right top,
	right top,
	color-stop(0, #F5484E),
	color-stop(1, #E81E28)
);
background-image: -o-linear-gradient(right top, #F5484E 0%, #E81E28 100%);
background-image: -moz-linear-gradient(right top, #F5484E 0%, #E81E28 100%);
background-image: -webkit-linear-gradient(right top, #F5484E 0%, #E81E28 100%);
background-image: -ms-linear-gradient(right top, #F5484E 0%, #E81E28 100%);
background-image: linear-gradient(to right top, #F5484E 0%, #E81E28 100%);
}
#navbar a:active{
	background-color: #fff;
	
}
/**
 * Sidebar
 */

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
}
#sidebar div.block {
	font-size: 12px;
	padding: 0em 0em;
	padding-bottom: 1.5em;
	background-image: linear-gradient(bottom, rgb(255,255,255) 13%, rgb(233,236,239) 79%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(233,236,239) 79%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(233,236,239) 79%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(233,236,239) 79%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(233,236,239) 79%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.13, rgb(255,255,255)),  color-stop(0.79, rgb(233,236,239)) );
	
	
	border: 0px solid #006699;
	border-bottom: 0px solid #E67800;
	margin-bottom:0px;
	color: #666;
	
}
#sidebar div.block span.blockTitle {
	
	/*background-color: #F5484E;*/
	
background-image: -webkit-gradient(
	linear,
	right top,
	right top,
	color-stop(0, #F5484E),
	color-stop(1, #E81E28)
);
background-image: -o-linear-gradient(right top, #F5484E 0%, #E81E28 100%);
background-image: -moz-linear-gradient(right top, #F5484E 0%, #E81E28 100%);
background-image: -webkit-linear-gradient(right top, #F5484E 0%, #E81E28 100%);
background-image: -ms-linear-gradient(right top, #F5484E 0%, #E81E28 100%);
background-image: linear-gradient(to right top, #F5484E 0%, #E81E28 100%);
	display: block;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;

	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 29px !important;
	line-height: 17px;
	text-indent: 8px;
	text-transform: uppercase;
}
#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0 0 0 10px;
}
#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 12px;
}
form {
	padding-left: 10px;
}
/* @end */



div, p, table, td, th {
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	line-height: 140%;
	color: #666;
	font-size: 12px;
}
a:link, a:visited {
	color: #2591D0;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #c00;
	text-decoration: underline;
	font-weight: normal;
}
p {
	margin-top: 0;
	margin-bottom: 7px;
	text-align: left;
	font-size: 12px;
}
h1 {
	padding: 0;
	padding-bottom: 5px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}
h2, .contentheading {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #2b3036;
}
h3 {
	margin: 0;
}
input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #fff;
}
input.defaultButton {
	background-color: #ccc;
}

#container {
	background:#FFFFFF;
	text-align: left;
	-moz-box-shadow: 5px 0px 0px #ffffff, -5px 0px 0px #ffffff, 0px 5px 25px #000000;
	-webkit-box-shadow: 5px 0px 0px #ffffff, -5px 0px 0px #ffffff, 0px 5px 25px #000000;
	box-shadow: 5px 0px 0px #ffffff, -5px 0px 0px #ffffff, 0px 5px 25px #000000;
	border-bottom:solid #fff 4px;
	margin-bottom: 30px;
	margin-top: 10px;
	float:left;
}
#headerTitle {
	color: #ffffff;
	background: #fff;
}
#navbar {
	border-bottom: 0;
	/*background-color:#0D026D;*/
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(1, #21186E),
	color-stop(1, #271C8E)
);
background-image: -o-linear-gradient(bottom, #21186E 100%, #271C8E 100%);
background-image: -moz-linear-gradient(bottom, #21186E 100%, #271C8E 100%);
background-image: -webkit-linear-gradient(bottom, #21186E 100%, #271C8E 100%);
background-image: -ms-linear-gradient(bottom, #21186E 100%, #271C8E 100%);
background-image: linear-gradient(to bottom, #21186E 100%, #271C8E 100%);
		
	
	height: 33px;
	margin-right: 0;
	padding-bottom: 0;
}
ul.menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#breadcrumb {
	padding-bottom: 5px;
	background: #f3f3f3;
	color: #394048;
	padding-left: 10px;
}
#content {
	border-top: 0px dotted #000;
	padding:10px;
}
/**
#content img {
max-width: 100%;
}

*/

#content p img {
	max-width: 100%;
}
/**
 * Common HTML elements
 */

 



#leftSidebar div.block span.blockTitle {
	padding-left: 0em;
	font-weight: bold;
	height: 17px !important;
	
}

#rightSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #fff;
	
}
 #rightSidebar a {
 color: #420409;
 }
 #leftSidebar a {
 color: #420409;
 }

 
 
 
 
 
 
 
 
 
 

#leftSidebar {
	float: left;
	width: 20% !important;
	font-size: 0.65em;
	/*max-height: 100%;*/
	margin-left: 0;
	display: inline;
	overflow: hidden;
	background-color: #fff;
	margin-right: 0;
	padding-top: 0;
	min-height:900px;
	border-left:solid #B4BABF thin;
	-moz-box-shadow: -4px 0px 0px #ffffff; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: -4px 0px 0px #ffffff; /* Safari and Chrome */
	box-shadow: -4px 0px 0px #ffffff, 0px 4px 0 #ffffff;
	float:left;
	background-image:none;
}
#leftSidebar, #rightSidebar {
	margin-top: 34px;
}
 // Set main on non-IE browsers to have a 10% margin *html #main {
 margin-right: 5%;
}
#rightSidebar {
	background-color: #fff;
	float: right;
	width: 0%;
	font-size: 0.65em;
	/*height: 100%;*/
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	min-height:900px;
	border-right:solid #B4BABF thin;
	-moz-box-shadow: 4px 0px 0px #ffffff; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 4px 0px 0px #ffffff; /* Safari and Chrome */
	box-shadow: 4px 0px 0px #ffffff, 0px 4px 0 #ffffff;
	float:right;
	position:absolute;
	height:auto;
	right:0;
	top:0;
	z-index:888;
	background-color: #fff !important;
	background-image:none;
	border-top:0px solid #ffffff;
}
* html #rightSidebar {
	margin-right: 5%;
}

/**
 * Table of contents
 */

h4.tocSectionTitle {
}
table.tocArticle {
	width: 100%;
}
table.tocArticle td.tocTitle {
	padding-top: 10px;
	width: 70%;
	height: 100%;
}
table.tocArticle td.tocGalleys {
	padding-top: 5px;
	width: 30%;
	text-align: right;
}
table.tocArticle td.tocAuthors {
	padding-left: 30px;
	font-style: italic;
	vertical-align: top;
}
table.tocArticle td.tocPages {
	!;text-align: right;
	font-style: italic;
	vertical-align: top;
}
.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}
/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}
.homepageImage img {
	margin: 0 auto;
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
	text-align: center;
}
/**
 * Additional text styles
 */

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}
