/**
 * INDES.css
 *
 * Copyright (c) 2003-2010 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id$
 */

 html{
	 background: white;
 }

body {
    background-color: white;
    font-family: Arial,Verdana,Helvetica,sans-serif;
	color: rgb(79, 106, 157);
	margin: 0 auto;
	width:100%;
}

#container {
    border:none;
	margin: 0 auto;
    min-width: 730px !important;
    .padding-bottom: 140px;
    .position: absolute;
    text-align: center;
    width: 100% !important;
	background:none;
}


#main h2 {
    border-bottom: 1px solid gray;
    margin-left: 10px;
    margin-right: 10px;
    text-shadow: 2px 2px 4px #999;
    text-transform: none;
}

#content h3 {
    border-bottom: 1px solid gray;
    padding-left: 0;
    text-transform: none;
    width: 100%;
}

#header {
    background: -moz-linear-gradient(left center , rgba(255, 255, 255, 0) -1%, rgba(111, 136, 183, 1) 0%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 3px solid #bdbdbd;
    height: 196px;
}
 
#header, #navbar {
    background: -moz-linear-gradient(center top , rgba(71, 106, 185, 1) 0%, rgba(79, 106, 157, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#header h1 {
    margin: 0 auto;
	padding:0;
	text-indent:0;
	font-size:2.5em;
	text-align:center;
	background: rgb(79, 106, 157)
}
 
#headerTitle {
    margin-top: 9px;
}
 
#headerTitle h1 img {
    height: 160px;
    margin: 0px;
    vertical-align: middle;
    width: 100%;
}



#navbar {
    border-bottom: 3px solid #bdbdbd;
    border-top: 3px solid #bdbdbd;
	.background: white;
    font-size: 14px;
    .height: 25px;
    left: 0;
    line-height: normal;
    position: absolute;
    text-align: center;
    .text-indent: 3%;
    top: 167px;
    width: 100%;
}

#navbar .menu {
    line-height: 23px;
    list-style: outside none none;
    padding: 0 20px 0 0;
}

#navbar ul.menu {
    margin: 0px 0px 0px 14%;
    padding: 0px;
}

#navbar .menu li {
    font-family: Arial Narrow,Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0 11px;
    text-shadow: 0 0 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 {
			background:transparent;
			text-decoration: underline;
		}
#navbar ul.menu li a:hover {
    border-bottom:0px solid white;
}


		
		
#breadcrumb {
    border-bottom: 4px solid #c9c9c9;
	border-top:0;
	border-right:0;
	border-left:0;
	background:none;
    color: rgb(79, 106, 157);
    padding-top: 0;
    text-decoration: none;
	position: relative;
	z-index:1;
	width: 98%;
	padding-left: 0;
	margin-left: 10px;
} 
#breadcrumb a {
    color: rgb(79, 106, 157);
    text-decoration: none;
} 

#main {
    border:0;
}

#body {
    border: medium none;
    margin: 0 auto 5%;
	width:90%;
}

ul.steplist, ul.menu {
    padding: 5px;
}

#sidebar div.block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background:none;
    border-color: #000000;
    .border-image: none;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px 1px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    clear: both;
    margin-bottom: 30px;
    padding: 10px;
} 


#sidebar div.block span.blockTitle {
    background:none;
    border-bottom: 2px solid lightgray;
    .border-radius: 7px 7px 0 0;
    color: rgb(79, 106, 157);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    margin: -10px -10px 10px;
    padding: 15px 10px;
    text-shadow: 0 0 1px #fff;
    width: 90%;
} 

#sidebarFontSize {
    height: 100px;
}


#leftSidebar, #rightSidebar {
     width: 15%;
}

#sidebar input.button {
    background: none repeat scroll 0 0 rgb(79, 106, 157);
    color: white;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 3px;
}

input.button, input.defaultButton {
    background: none repeat scroll 0 0 rgb(79, 106, 157);
    border-radius: 3px;
	color:white;
}

a, a:link, a:visited {
    color: rgb(79, 106, 157);
    line-height: 1.5em;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
	background: none;
}



#pageFooter {
    background: white;
    border: 2px solid gray;
    color: #000;
    .font-size: 1.5em;
    font-weight: bold;
	font-size: 12px;
    .height: 80px;
    left: 0;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    .top: 100%;
    .width: 100%;
	margin-bottom: 0;
}
