.div {
	border: 1px solid #FF0000;
}

/* General link style - appears for all links that doesn't have an class specifide */
a:link		{ color: #6E040E; text-decoration: underline;}
a:visited	{ color: #6E040E; text-decoration: underline; }
a:active	{ color: #6E040E; text-decoration: underline; }
a:hover		{ color: #333333; text-decoration: none; }


/* Main Menu link style */
a.menu:link		{ color:#4D4C4C; text-decoration: none;}
a.menu:visited	{ color:#4D4C4C; text-decoration: none }
a.menu:active	{ color:#4D4C4C; text-decoration: none }
a.menu:hover	{ color:#999999; text-decoration: none }

/* Main Menu Active link style */
a.menu_active:link		{ color: #660000; text-decoration: none;}
a.menu_active:visited	{ color: #660000; text-decoration: none;}
a.menu_active:active	{ color: #660000; text-decoration: none;}
a.menu_active:hover		{ color: #660000; 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 }

/* submenus */

a.submenu, a.submenu:link, a.submenu:visited, a.submenu_active, a.submenu_active:link, a.submenu_active:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:22px;
clear:right;
}

a.submenu, a.submenu:link, a.submenu:visited{
color:#666666;
}

a.submenu:hover{
color:#CCCCCC;
}

a.submenu_active, a.submenu_active:link, a.submenu_active:visited, a.submenu_active:active, a.submenu_active:hover{
color:#660000;

}

a.subsubmenu, a.subsubmenu:link, a.subsubmenu:visited {
color:#666666;
margin-left:10px;
}

a.subsubmenu_active, a.subsubmenu_active:link, a.subsubmenu_active:visited, a.subsubmenu_active:active{
color:#660000;
margin-left:10px;

}



/* 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:11px;
	color:#323232;
	line-height:14px;
}

/* H1, H2 and H3 is general fonts that is used in UNITY-editor */

H1 {
	color:#6E040E;
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin:0px;
	padding:20px 0px 5px 0px;
}

H2 {
	color:#6E040;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin:0px;
	padding:10px 0px 3px 0px;
}

H3 {
	color:#4a4a4a;
	font-size:11px;
	font-family: Verdana, Arial;
	text-decoration: none;
}

p {
	margin:0px;
	padding:0px;

}

.menuName{
}

/* 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 */
#topimage {
	margin-left:5px;
	margin-bottom:10px;
	background-image:url(bilder/parachute.jpg);
	background-repeat:no-repeat;
	width:715px;
	height:186px;
}

#submenuWrap{
	padding-left:30px;
	padding-top:30px;
	float:left;
	width:130px;
	}



#wrapLogo{
padding-top:20px;
padding-bottom:20px;
}

/* 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;
}


.menu, .menu:link, .menu:visited, .menu_active, .menu_active:link, .menu_active:visited{
font-family:"Lucida Sans", Verdana, Arial, sans-serif;
font-weight:700;
font-size:16px;
text-transform:uppercase;
margin-bottom:10px;
margin-left:20px;

}

#menuWrap {
padding-bottom:11px;
padding-left:8px;
padding-top:15px;
}


#contentWrap {
border-left:thin solid #999999;
float:right;
width:487px;
padding-left:37px;
padding-right:34px;
padding-bottom:30px;
margin-bottom:20px;
}

#contentWrapWhole {
float:left;
width:587px;
padding-left:37px;
padding-right:34px;
padding-bottom:30px;
margin-bottom:20px;
}






/* 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;
}


/* start */

#startimage {
padding-left:5px;
}
.boxHeaderWrap {
background-color:#252525;
height:27px;

}
.boxHeader {
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:800;
margin-left:8px;
padding-top:6px;
text-transform:uppercase;
}
#newsBoxWrap {
background-color:#D2E8F4;
float:left;
height:321px;
margin-bottom:22px;
margin-left:6px;
margin-top:5px;;
}
#loginBoxWrap {
background-color:#D1EDDD;
float:right;
height:187px;
margin-bottom:3px;
margin-right:7px;
margin-top:5px;
}
#contactBoxWrap {
background-color:#EBCFD4;
float:right;
height:131px;
margin-right:7px;
}
#contactBoxWrap, #loginBoxWrap, #newsBoxWrap, .boxHeaderWrap {
width:354px;
}
.newsWrap, .loginWrap, .contactWrap {
padding:13px 15px 11px 18px;
}

.loginHeader{
font-size:14px;
margin-bottom:-4px;
margin-top:-2px;
}


	


/* 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(../../test/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;
}


/* Schools */

.headTD {
	padding:2px 5px 2px 5px;
	color:#FFFFFF;
	background-color: #6E040E;
	font-weight:bold;
	border-right:solid 1px #FFFFFF;
}

.schoolTD {
	padding:2px 5px 2px 5px;
	border-bottom:solid 1px #CCCCCC;
}





/* FORUM */


/*	Main styles  - Forum @ www.duochjobbet.se
	Created 080304 - Maria Ingvarsson
 */


FIELDSET{
margin-top:5px;
margin-bottom:10px;}

LEGEND{
color:#222222;
font-weight:bold;}

/* all forum content width 480 PX */
#content{
width:480px;
border:0px solid #006699;}

/* small navigator to show where you are */
#navigator{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#929FA7;
margin-bottom:10px;}

/* left page navigator */
#pagesLeft{
margin-bottom:5px;
float:left;}

/* right page navigator */
#pagesRight{
margin-bottom:5px;
float:right;}

/* marks active page */
.pageMarker{
background-color:#dddddd;
font-weight:bold;
padding-left:4px;
padding-right:4px;}


/* header */
#headline1{
background-color:#6E040E;
height:18px;
margin-top:0px;
padding:5px;
border-bottom:2px solid #ffffff;
clear: right;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#ffffff;
font-weight:bold;}

/* subheader */
#headline2{
	background-color:#707980;
	height:15px;
 /*? float:left;
clear:both;*/
padding:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
font-weight:bold;}

#subHead1{
float:left;}
#subHead2{
float:left;
margin-left:180px;}
#subHead3{
float:right;
margin-right:5px;}

#rowContent{
/*height:34px; *//* !!------------------?*/
margin-top:2px;
float:left;
clear:both;
border-bottom:1px dotted #929FA7;
padding:0px 0px 7px 0px;
width:100%;}

/* rutan med hela inlägget */
#rowContentPost{
height:auto;  /* höjden varierar beroende på innehållet */
margin-top:1px;
border:1px dotted #929FA7;
margin-bottom:6px; /* mellanrum till nästa inlägg */
padding-bottom:8px; /* padding till kant efter text */
overflow:auto;}  /* höjden varierar beroende på innehållet */

#rowContentForm{
height:auto; /* höjden varierar beroende på innehållet */
margin-top:2px;
border-bottom:1px dotted #929FA7;}


/* container for icon */
#icon{
padding:5px;
float:left;
margin-top:3px;}

/* rubriken till vänster */
#rowContentDis1{
width:270px;
float:left;
margin-left:10px;
margin-top:3px;}
#rowContentDis2{
text-align:right;
width:90px;
float:right;
margin-right:20px;
margin-top:3px;}
#rowContentDis3{
text-align:right;
width:40px;
float:right;
margin-right:15px;
margin-top:3px;}

/* containers for row content-categories */
#rowContentCat1{
width:160px;
float:left;
margin-left:10px;
margin-top:7px;
}

#rowContentCat2{
text-align:right;
width:250px;
float:right;
margin-right:10px;
margin-top:3px;}

/* containers for row content-posts */
#rowContentPost1{
width:270px;
float:left;
margin-left:10px;
margin-top:7px;}
#rowContentPost2{
width:410px;
float:left;
margin-left:10px;
margin-top:5px;
text-align:left;}
#rowContentQuote{
border:1px solid #6666FF;
width:410px;
float:left;
margin-left:10px;
margin-top:5px;
text-align:left;}

#rowContentFormCell{
width:410px;
float:left;
margin-left:10px;
margin-top:7px;
border: 0px solid #006666;}


/* categories */
.category{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#222222;
font-weight:bold;}
.category a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#222222;
text-decoration:none;}
.category a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#222222;
text-decoration:underline;}

/* subheader */
.subHead{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
font-weight:bold;}
.subHead a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
text-decoration:none;}
.subHead a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
text-decoration:underline;}


/* regular text/links --- */
.regtext{
font-family:Arial, Helvetica, sans-serif;
color: #222222;
font-size:12px;}

.regtext a{
font-family:Arial, Helvetica, sans-serif;
color: #222222;
text-decoration: none;
font-weight: normal;}
.regtext a:hover{
color: #222222;
text-decoration: underline;}

.blueHead{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#6E040E;}

.blueHead a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#6E040E;
text-decoration:none;}

.blueHead a:hover{
text-decoration:underline;}

/* grey info text */
.greySmall{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#929FA7;}

#comment { 
padding:5px; 
width:470px; 
height:auto; /* works only if parent container is assigned a height value */ 
color:#333; 
background:#ededed; 
border:1px solid #ddd;
clear:both;
margin-bottom:10px;}

/* footer line */
#footerLine{
background-color:#707980;
height:4px;
margin-top:5px;
margin-bottom:3px;
clear: right;
float:left;
clear:both;
width:100%;}




/* BLOGG */


.bloggTop{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-style:italic;
	color:#666;
	padding:15px 0 0 0;
}

.bloggAuthor {
	padding:5px;
	border:#999 solid 1px;
	width:475px;
	float:left;
	clear:both;
	margin:15px 0px 0px 0px;
}

.bloggAuthor img{
	float:left;
	margin-right:10px;
}



.authorImage {
	margin-right:5px;
}


#submenuWrap UL{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

#submenuWrap LI{
	margin:0px;
	padding:0px 0px 5px 0px;
	list-style:none;
	list-style-type:none;
}


/* COMMENTS */
.wrap_comment {
	float:left;
	clear:both;
	width:100%;
	margin-top:20px;
}


/* FILES  */

.fileTable {
	margin:15px 0px 0px 0px;
	border:solid 1px #CCC;
	border-bottom:none;
}

.fileTRHead {
	background-color:#6E040E;
	color:#FFF;
}

.fileTR2 {
	background-color:#F1F1F1;
}


.fileTRHead td{
	padding:5px; 
}

.fileTR td, .fileTR2 td{
	padding:5px; 
	border-bottom:solid 1px #CCC;
	vertical-align:top;
}


