@charset "utf-8";

/*Main section*/

body {
	font-family: Calibri, Helvetica, sans-serif;
	color: #231d1d;
	text-align: center;
	margin-top: 0px;
	font-size: 16px;
}
#wrapper {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 3px 2px #9B9B9B;
	-moz-box-shadow: 0px 0px 3px 2px #9B9B9B;
	box-shadow: 0px 0px 3px 2px #9B9B9B;
}
#content {
	position: relative;
	min-height: 300px;
}

/*Form tables*/

form{
	margin-bottom: 20px;
	margin_top: 20px;
	width: 100%;
	margin-top: 20px;
}
td.input input, td.card4 input, td.card3 input{
   padding-left: 4px;
   padding-right: 4px;
   -webkit-box-sizing: border-box; 
   -moz-box-sizing: border-box;   
   box-sizing: border-box;  
	border: 1px solid #BBBBBB;
}
td.card4{
	width: 150px;
}
td label{
	text-align: right;
	display: block;
	padding-right: 4px;
}
td.input input{
	float: left;
	width: 130px;
}
td.card4 input{
	float: left;
	width: 45px;
	margin-right: 2px;
	text-align: left;
}
td.card3 input{
	float: left;
	width: 40px;
	margin-right: 2px;
	text-align: center;
}
td.button input{
	float: right;
	width: 60px;
	height: 26px;
	text-align: center;
}
td.link {
	text-align: left;
	padding-right: 12px;
}

/*Tables properly used*/
tr.headers th {
	height: 24px;
	vertical-align: middle;
	background-color: #AFAFAF;
	color: #FFF;
	font-weight: normal;
	font-size: 0.85em;
	text-transform: uppercase;
}
tr.odd {
	height: 22px;
	vertical-align: middle;
	background-color: #FFF;
}
tr.even {
	height: 22px;
	vertical-align: middle;
	background-color: #DDD;
}

/*Site parts*/

#pag_id {
	font-weight: bolder;
}
#site_top {
	background-color: #01982D;
	line-height:24px;
	color: #FFF;
	padding-right: 6px;
	font-size: 0.8em;
	text-align: right;
	display:block;
}
#site_top a, #site_bottom a  {
	color: #FFF;;
}
#site_top a:hover, #site_bottom a:hover {
	text-decoration: underline;
}
#site_bottom {
	background-color: #01982D;
	line-height: 16px;
	color: #FFF;
	padding-right: 6px;
	font-size: 0.7em;
	text-align: right;
	margin-top: 30px;
	clear: both;
	display:block;
}
#page_note {
	display: block;
	color: #C03;
	margin-bottom: 10px;
	margin_top: 10px;
	font-size: 0.8;
}
#subtitle {
	display: block;
	font-weight: bold;
	color: #222;
	margin-bottom: 10px;
	margin_top: 18px;
}
a img {
   border: none;
}

/*Links*/

a {
	text-decoration: none;
	color: #01982D;
}
a:hover {
	color: #C03;
}
#wrapper #content #temp {
	font-size: 0.8em;
}
