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


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, h7{
	line-height: 120%;
}

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: 140%;
}

/* 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: #efefef;
	border: 1px solid #ccc;
}


/* standard form button */
input.button{
	background-color: #74B2D9;
	border: 1px solid #74B2D9;
	text-transform:capitalize;
	color: #fff;
}

/* standard form select + option*/
select{
	background-color: #FFFFFF;
	border: 1px solid #666;
}

/* standard form textarea */
textarea {
	background-color: #efefef;
	border: 1px solid #ccc;
}

/* 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;
}


a strong{
	color: inherit !important;
}

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

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

h1{
	font-size: 20px !important;
	font-weight: normal !important;
}

/* tool tips */
.tool-tip {
	border-collapse:collapse;
	background: #fff;
	color: #333;
	border: 1px solid #333;
	overflow: hidden;
	width: 300px;
	text-align: left;
	z-index: 99999;
}

.tool-title {
	padding: 5px 8px 0px 8px;
	text-align: left;
	margin: 0px;
	font-size: 14px;
	font-weight: bold !important;
}
 
.tool-text {
	padding: 5px 8px;
}

.have-info {

}

/* 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: #7ABEE3;
	color: #fff;
}

.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;
}
