.div {
	border: 1px solid #FF0000;
}

/* General link style - appears for all links that doesn't have an class specifide */
a:link		{ color: #881c1c; text-decoration: none;}
a:visited	{ color: #881c1c; text-decoration: none }
a:active	{ color: #881c1c; text-decoration: none }
a:hover		{ color: #333333; text-decoration: none }


/* Main Menu link style */
a.menu:link		{ color: #FFFFFF; text-decoration: none;}
a.menu:visited	{ color: #FFFFFF; text-decoration: none }
a.menu:active	{ color: #FFFFFF; text-decoration: none }
a.menu:hover	{ color: #CCCCCC; text-decoration: none }

/* Main Menu Active link style */
a.menu_active:link		{ color: #f3e830; text-decoration: none;}
a.menu_active:visited	{ color: #f3e830; text-decoration: none;}
a.menu_active:active	{ color: #f3e830; text-decoration: none;}
a.menu_active:hover		{ color: #f3e830; text-decoration: none;}


/* Links with class="none" */
a.none:link		{ color: #000000; text-decoration: none;}
a.none:visited	{ color: #000000; text-decoration: none }
a.none:active	{ color: #000000; text-decoration: none }
a.none:hover	{ color: #000000; text-decoration: none }

/* Links with class="white" */
a.white:link	{ color: #FFFFFF; text-decoration: none;}
a.white:visited	{ color: #FFFFFF; text-decoration: none }
a.white:active	{ color: #FFFFFF; text-decoration: none }
a.white:hover	{ color: #FFFFFF; text-decoration: none }





/* Body style - Defines general style for the hole page. There is also styles defined for the page directly in Body-tag in colour_default.jsp. This is because this css-file is effecting the editor in UNITY-admin. */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* H1, H2 and H3 is general fonts that is used in UNITY-editor */

H1 {
	color:#4a4a4a;
	font-size:13px;
	font-family: Verdana, Arial;
	text-decoration: none;
}

H2 {
	color:#4a4a4a;
	font-size:12px;
	font-family: Verdana, Arial;
	text-decoration: none;
}

H3 {
	color:#4a4a4a;
	font-size:11px;
	font-family: Verdana, Arial;
	text-decoration: none;
}


/* A fix to make sure that margin and padding around form is zero. Internet Explorer (IE) is having margin as default*/
form {
	padding:0px;
	margin:0px;
}

/* General style for all type of input-fields, e.g. comments, sign in and forms */
input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	font-size:11px;
}

/* General style for all type of select-fields. */
select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	font-size:11px;
}

/* Div including top-picture, change height to fit picture */
#top {
	background-repeat:no-repeat;
	width:752px;
	height:160px;
}



/* Div wrapping around search. Change margin to give search another position */
#search {
	padding:0px;
	margin-left:20px;
	margin-top:13px;
	float:left;
}

.searchBottom {
	vertical-align:bottom;
}

/* Styles for search Field */
.inputTop {
	width:200px;
	height:15px;
	margin-bottom:0px;
	margin-right:2px;
	margin-top:2px;
	padding-left:4px;
}


/* Div wrapping around main menu. */
.wrap_mainMenu {
	float:left;
	width:740px;
	padding:6px;
	font-weight:bold;
	background-color:#444444;
}

/* Styles for main menu. Here you can set how much margin you want to have between the menus */
.mainMenuLink {
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}


/* Div that wraps around flag, sitemap and print */
.wrap_tools {
	float:right;
	width:130px;
	padding-right:5px;
	text-align:right;
	padding-bottom:1px;
}




/* Content */

#wrap_content {
	float:left;
	width:100%;
}

/* Left colum */
#contentLeft {
	float:left;
	width:710px;
	padding:20px;
}



/* Right colum */ 
#Right {
	float:right;
	width:177px;
	padding:10px;
	font-size:11px;
}

/* Styles for login fields */ 
.inputStart {
	width:120px;
	height:15px;
	margin-bottom:4px;
	margin-top:1px;
}

.rightHead {
	margin-bottom:5px;
}

.userName {
	font-size:14px;
	font-weight:bold;
	color:#881c1c;
	margin-top:2px;
	margin-bottom:10px;
}

.dayEntryHeader {
	font-size:12px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:0px;
}

.dayEntryText {
	font-size:11px;
	font-weight:normal;
	margin-top:2px;
	margin-bottom:10px;
}

#bannerRight {
	float:left;
	margin-top:15px;
	width:100%;
	text-align:center;
}



/* News list */
#wrap_news {
	float:left;
	padding-bottom:10px;
	clear:both;
	width:180px;
}

.newsTitle {
	font-size:12px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:0px;
}

.news {
	padding-left:7px;
	background-image: url(../bilder/mallar/colour/news_dot.gif);
	background-repeat: no-repeat;	
}

.newsDate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	color:#666666;
}

.newsHead {
	font-size:14px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:0px;
}

.newsText {
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:7px;
}


/* Calender List */
#wrap_cal {
	float:left;
	width:170px;
	padding-top:20px;
}

.cal {
	margin:0px;
	margin-bottom:5px;
	padding-left:7px;
	
}

.calDate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	color:#666666;
}

.calHead {
	font-size:14px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:0px;
}

.calText {
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:7px;
}


 





/* Comments */

#wrap_comments {
	padding-top:0px;
	margin:0px;
	width:100%;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
}

.commentInput {
	font-size:11px;
	margin-top:6px;
	
}

.inputText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100px;
	width:250px;
}

#commentList {
	padding-top:10px;
	margin:0px;
	width:100%;
	float:left;	
}

.comment {
	padding-top:0px;
	padding-bottom:5px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
	width:300px;
}

.commentTitle {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	color:#333333;
}

.commentInfo {
	font-size:11px;
	font-weight:normal;
	padding-top:6px;
	color:#881c1c;
}

.commentUser {
	font-weight:bold;
	font-size:11px;
}


.commentText {
	padding-top:2px;
}




/* Sitemap */

#wrap_sitemap {
	padding:35px;
	margin:0px;
	float:left;
}

.sitemapMain {
	padding-left:8px;
	margin-top:10px;
	margin-left:5px;
	font-weight:bold;
	font-size:14px;
	background-image: url(../bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}

.sitemapSub {
	padding-left:8px;
	margin-top:5px;
	margin-left:35px;
	font-weight:bold;
	font-size:12px;
	background-image: url(../bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
	
}
.sitemapSub2 {
	padding-left:8px;
	margin-left:65px;
	font-weight:normal;
	font-size:12px;
	background-image: url(../bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;	
}

.sitemapSub3 {
	padding-left:8px;
	margin-left:95px;
	font-weight:normal;
	font-size:12px;
	background-image: url(../bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}

.sitemapSub4 {
	padding-left:8px;
	margin-left:125px;
	font-weight:normal;
	font-size:12px;
	background-image: url(../bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}




/* Print */

#wrap_print {
	width:500px;
	padding:20px;
	float:left;
}

#printTop {
	padding:0px;
	margin:0px;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width:100%;	
}

#printLogo {
	padding-left:10px;
	float:left;
}

#printSource {
	padding:0px;
	margin:0px;
	float:left;	
	margin-top:50px;
	margin-left:15px;	
}


#printContent {
	padding:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin:0px;
	float:left;	
}



/*bottom*/

.wrap_footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-top:10px;
	margin-bottom:30px;
	width:100%;
	clear:both;
	float:left;
	border-top:solid 1px #CCCCCC;
	margin-top:10px;
	padding-top:5px;
	margin-bottom:10px;
	
}
