/* Body Style */
body {
	font-size: 12px;
	color: #333;
	margin: 0px;
	text-align: center;
	background: url(../images/a_01.jpg) top repeat-x #2E590C;
}


body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Arial, Helvetica, sans-serif;
}

td, th, div{
	font-size: 12px;
	line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
}

td, th{
	padding: 4px;
}

h2{
	font-size: 18px;
	font-weight: normal !important;
	margin: 4px 0px;
}
p {
	text-align:left;
	margin: 8px 0px !important;
	line-height: 150%;
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #af0000;
}

a:hover {
	text-decoration: none;
	color: #333;
}

/* standard Form */
form {
	margin: 0px;
	padding: 0px;
}

input,select,textarea,option,label {
	font-size: 12px;
}

/* standard form input text */
input.text {
	background-color: #fdfdfd;
	border: 1px solid #ccc;
	padding: 2px 3px;
}


/* standard form button */
input.button{
	background-color: #242323;
	border: 1px solid #242323;
	text-transform:capitalize;
	color: #fff;
	padding: 3px 2px;
}

/* standard form select + option*/
select{
	background-color: #fdfdfd;
	border: 1px solid #ccc;
	padding: 3px 2px;
}

/* standard form textarea */
textarea {
	background-color: #fdfdfd;
	border: 1px solid #ccc;
	padding: 3px 2px;
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}


.floatRight{
 	float: right;
	margin: 0px 5px 5px 10px;
}
.floatLeft{
 	float: left;
	margin: 0px 10px 5px 0px;
}

.center{
	text-align: center;
}

.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}
.clear{
	clear: both;
}

h3{
	font-size: 1.1em;
	margin: 0px;
	color: #333;
	text-transform: uppercase;
}

.buttonLink{
	padding: 4px 10px;
	background: #669C19;
	color: #fff;
	font-weight: bold;
}

.buttonLink:hover{
	padding: 4px 10px;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.have-info{
	text-decoration:underline;
	color: #af0000;
	cursor:help;
	font-weight: bold;
}

a strong{
	color: inherit !important;
}

.image-border{
	padding: 4px; 
	border: 1px solid #ccc;
	background: #fff;
}

.hr{
	margin-top: 20px;
	border-top: 1px dashed #ccc;
}

.ajax-loading {
	background: url(../images/loading.gif) no-repeat !important;
	background-position: 10px 5px !important;
	padding: 5px 10px 5px 35px !important;
	color: #333 !important;
}

.ajax-loading2 {
	background: url(../images/loading.gif) no-repeat !important;
	background-position: center top !important;
	padding: 0 !important;
	color: #333 !important;
	height: 30px;
}

.error-message {
	padding: 5px 10px;
	border: #ccc;
	color: #fff;
	background: #af0000;
	margin: 10px 0 0 0 !important;
	font-weight: bold;
}

.highlighted {
	border: 1px double #ff0000 !important;
	background: #fff !important;
}

/* update 29 Desember 2007*/
.form-message{
	margin: 10px 0;
	border: 1px solid #333;
	padding: 6px;
}

.form-error, .form-error h3{
	background: #af0000;
	color: #fff;
}

.form-succes, .form-succes h3{
	background: #BEF31F;
}

.pagination{
	padding: 0 0 20px 0 ;
	text-align: right;
}

.pagination a {
	background: #ccc;
	padding: 2px 5px;
	color: #444;
	font-weight: bold;
	margin: 0 1px;
}

.pagination a:hover {
	padding: 2px 5px;
	background: #333;
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
}

.pagination strong {
	padding: 2px 5px;
	background: #333;
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
}
