/* body */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
}

/* sponsorer */

#sponsorer {
	border-top: 1px dashed #CCCCCC;
	padding: 5px;
}

#hsponsor {
	border-top: 1px dashed #CCCCCC;
	padding: 5px;
}

#hsponsor img {
	padding: 5px;
}

#sponsorer img {
	padding: 3px;
}

/* text styles*/
.topmenu {
	color: #000000;
}

.success {
	color: #009900;
}

.failure {
	color: #ff3333;
}

span.headline {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 17px;
	line-height: 22px;
}

span.subheadline {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}

.webMenu {
	font-weight: bold;
}

.webMenu:hover {
	font-weight: bold;
}

.webMenuHighlight {
	font-weight: bold;
}

.webMenuHighlight:hover {
	font-weight: bold;
}

.webSubmenu {
	font-weight: normal;
}

.webSubmenu:hover {
	font-weight: normal;
}

.webSubmenuHighlight {
	font-weight: normal;
}

.webSubmenuHighlight:hover {
	font-weight: normal;
}

a:hover {
	color: #009900;
	font-weight: normal;
}

a {
	color: #4F6E7E;
	font-weight: normal;
	text-decoration: none;
}
/* 
a {
	color: #6d94b1;
	font-weight: normal;
	text-decoration: none;
}
*/


/* table styles */
td {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
}	

/*
.color1 {
	background: #b7cedc;
}

.color2 {
	background: #C5DEED;
}
*/

.color1 {
	background: #25AEE7;
}

.color2 {
	background: #99F0FE;
}

/*
Content Module table styles 
*/
.tableTable {
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	
	border-style: solid;
	border-collapse : collapse;
	border-color: #6d94b1;	
}

.tableTH {
	font-weight: bold;
	background: #b7cedc;
}

.tableTD {
	font-weight: normal;
	background: #E9E9E9;
}






/* div styles */
div.boxborder {
	/* background: #b7cedc; */
	background: #87D3F8;
	border: #000000 solid 1px; 
	margin : 1px;
	margin-left: 20px;
	margin-right: 20px;
	/* width: 446px; */
}

div.boxmargin {
	margin : 3px;
}

div.rounded_box {
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	min-height: 110px;
	background-image: url('../images/rounded_box.png');
	background-repeat: no-repeat;
}

div.rounded_box_bottom {
	border: #000000 solid 0px; 
	margin : 0px;
	height: 30px;
	background-image: url('../images/rounded_box_bottom.png');
	background-repeat: no-repeat;
}

/* form styles */

select {
	font-size: 11px;
	line-height: 14px;
	background: #FFFFFF; 
	color: #000000;
	/* border : #FFFFFF solid 0px; */
	/* border-spacing : 0px; */

}

input.search {
	font-size: 11px;
	line-height: 14px;
	border: 0px;
	background: #b7cedc; 
	color: #000000;
}

input[type="checkbox"], input[type="radio"]{
   /* background: transparent; */
   border: 0;
}

input {
	font-size: 11px;
	line-height: 14px;
	/* background: #FFFFFF; */
	color: #000000;
}

textarea {
	font-size: 11px;
	line-height: 14px;
	background: #FFFFFF; 
	color: #000000;
}

.submit {
	border-style: solid;
	border-width: 1px; 
	background: #F7CB7C;
	border-color: #000000;
	color: #000000;
	font-weight: bold;
	
}

.submit2 {
	border-style: solid;
	border-width: 1px; 
	background: #C5DEED;
	border-color: #000000;
	color: #000000;
	font-weight: bold;
	
}

input.checkbox { 
	background: #b7cedc;
	color: #000000; 
}

input.searchInput {
	width: 105px;
}

input.searchSubmit {
	width: 35px;
}


hr {
    border-style : none none solid;
    color : #6d94b1;
    height : 1px; 
}


.debug {
	font-family: Sans-Serif;
	font-size: 11px;
	line-height: 12px;
	color: #009900;
}

.white {
	background: #FFFFFF;
}

.nobr { white-space: nowrap; }

/* page Navigation */
.pageNormal {
	font-size: 12px;
	font-weight: normal;
}

.pageHighlight {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

