/**
 * Copyright (c) 2012, MSB
 * 
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 *
 * $Id$
 */

/**
 * Common HTML elements
 */
 
/* body */
body {
	background-color: whiteSmoke;
	margin: 0; 
	padding: 0; 
	font-family: Helvetica, Arial, sans-serif;
}

/* paragraph */
p {
	text-align: justify;
}

.input, select, textarea, button {
	font-family: verdana, helvetica, sans-serif;
	border: 1px solid gray;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField, input.button {
	font-family: verdana, helvetica, sans-serif;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	border-right: gray 1px solid;
	background-color: white;
	margin: 2px 1px;
	padding: auto;
}

input.textField{
	margin-bottom: 2px;
	padding: 3px;
}

input.button {
	color: #FBFBF3;
	font-weight: bold;
	background-color: #1e7fb8;
	padding: 2px;
}

input.defaultButton{
	background-color: #1e7fb8;
	padding: 2px;

}

input.hasDatepicker{
	width: 200px;
	padding: 2px;
}

span.disabled, label.disabled {
	font-weight: bold;
}

.separator {
	border-bottom: 0px;
	padding-top: 3px !important;
	padding-bottom: 3px;
}

/* link */
a {
	color:#196AAA !important;
	text-decoration:none;
}
a:visited {
    color: #0F4262;
}
a:hover {
	color:#D86422 !important;
	background-color: transparent;
	text-decoration:none;
}

#container{
	background-color: whiteSmoke;
	background-image: url("images/shadow.gif");
    width: 990px !important;
	margin:auto;
}

#header{
	background-color: transparent;
	background-image: url("images/banner.png");
    background-repeat: no-repeat;
    width: 990px !important;
    height: 160px;
	background-position-x: 50%;
	background-position-y: 0%;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

#headerTitle {
	background-color: #F5F5F5;
    width: 980px !important;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	top: 105px;
}

form{
	width: 100%;
}

#header h1{
	font-size: 20px;
	font-family: inherit;
	font-weight: bold;
	color: #F5F5F5;
	margin: 0 auto;
	padding: 10px;
    text-align: left;
}

#main {
    display: inline;
    margin-left: 20px;
    width: 75%;
    float: left;
}

#main h2, #main h3, #main h4, #main h5, #main h6 {
	font-family: verdana, helvetica, sans-serif;
}

#main h2{
	font-size: 20px;
	font-weight: bold;
}


#navbar{
	width: 990px !important;
	border-bottom: 1px dotted #CCC;
	float: left;
	height: 20px;
	font-size: 18px;
	margin-bottom: 5px;
	padding-bottom: 10px;	
}

#content{
	border-top: 1px dotted #CCC;

}

#content h2,#content h3,#content h4,#content h5, #content h6 {
	font-family: verdana, helvetica, sans-serif;
}

#content h3 {
	font-size: 16px;
}

#content h4 {
	font-size: 15px;
}

#content h5 {
	font-size: 14px;
}

#content h6 {
	font-size: 13px;
}

#breadcrumb  a {
	font-size: 13px;
	text-decoration: none;
}

#rightSidebar {
    font-size: 12px;
    width: 16%;
	height: 100%;
    margin-left: 0%;
    margin-right: 2%;
    padding: 1em 0;
}

#developedBy{
	font-size: 12px;
	font-weight: bold;
}

#footer{
    color: whiteSmoke;
	background-image: url("images/footer.png");
	background-position: left bottom;
	background-repeat: no-repeat;
    width: 990px !important;
	background-position-x: 50%;
	background-position-y: 0%;
	height: 110px;
	margin-bottom: 0px;
}

