@import "authentication.css";
@import "form.css";

body
{
    background:#fff url(/media/images/layout/bg.jpg) repeat-x top left;
    margin:28px 0px 0px 0px;
    font-family: Trebuchet MS, Trebuchet, Verdana, Helvetica;
    color:#666;
    font-size:11px;
}

body.tinymce
{
    background:none;
    margin:0 0 0 0;
}


textarea {
    border:1px solid #c0c0c0;
    font-family: Trebuchet MS, Trebuchet, Verdana, Helvetica;
	font-size:11px;
    color:#666;
}

input
{
	font-family: Trebuchet MS, Trebuchet, Verdana, Helvetica;
	font-size:11px;
    color:#666;
}

input[type=text] {
    border:1px solid #c0c0c0;
}
input[type=password] {
    border:1px solid #c0c0c0;
}

input.comment[type=text]
{
	padding:4px 8px 0px 8px;
	height:20px;
	margin-bottom:7px;
	width:319px;
}
input.comment[type=submit]
{
	width:117px;
	height:25px;
	padding:0px;
	margin-top:12px;
	float:right;
	border:0px;
	background-image:url(/media/images/layout/save_comment.jpg);
	cursor:pointer;
}


div.comment
{
	margin-bottom:20px;
}

div.comment_content
{
	width:299px;
	margin-left:111px;
	border:1px solid #c8c8c8;
	background-color:#fefefe;
	background-image:url(/media/images/layout/comment_bg.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	min-height:62px;
	_height:62px;
	padding:15px 15px 15px 20px;
}

div.comment_rating {
	position:absolute;
	width:307px;
	margin-top:-10px;
	text-align:right;
}

textarea.comment
{
	height:88px;
	width:319px;
	padding:8px;
}

h1
{
	margin-top:0px;
	padding-top:0px;
	font-size:18px;
	font-weight:normal;
}

h2
{
	margin-top:0px;
	margin-bottom:4px;
	padding-top:0px;
	font-size:14px;
	font-weight:normal;
}

h5
{
	margin:0px;
	font-size:11px !important;	
}

img { border:0px; }

a {color:#33aed6;}
a:hover {text-decoration:none;}

/* Classes */

.green {color:#9eb33e;}
.grey {color:#666;}
.rating {color:#acacac;}
.rating_holder {float:right;}
.clear {clear:both;}
.upper {text-transform:uppercase;}
span.rating {text-decoration:line-through;}
.errorlist {color:red;}

.comment_link
{
	color:#666;
	text-decoration:none;
}
.comment_link:hover
{
	text-decoration:underline;
}

.print
{
	position:relative;
	cursor:pointer;
	top:1px;
	left: 5px;
}

div.speech_bubble
{
	float:left;
	width:70px;
	height:45px;
	padding:10px;
	margin-right:21px;
	background-image:url(/media/images/layout/speech_bubble.jpg);
	text-align:center;
	font-weight:bold;
}

h3
{
    color:white;
    font-size:14px;
    padding:0px;
    margin:0px;
}

h3.right_column
{
	background-image:url(/media/images/layout/right_bg.jpg);
	height:17px;
	line-height:16px;
	overflow:hidden;
	margin:0px;
	padding:0px 0px 0px 6px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	border-bottom:1px solid #fff;
}

h4.right_column
{
	height:17px;
	line-height:16px;
	overflow:hidden;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	font-weight:normal;
}

h4.creator
{
	font-weight:normal;
	font-size:14px;
	margin:0px;
	padding:0px 0px 5px 0px;
}

	h4.creator a
	{
		color:#666;
	}

div.advisor_info, div.advisor_content
{
	width:280px;
	border:1px dashed #999;
	padding:5px 10px 5px 10px;
	background-color:#f1f1f1;
}

div.advisor_content
{
	float:right;
	width:200px;
}

div.data
{
	background-image:url(/media/images/layout/data_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:20px;
	padding:10px 6px 0px 6px;
    background-color:#f8f8f8;
}
    div.data p
    {
        margin:0px 0px 2px 0px;
        padding:0px;
    }
    
    div.data ul
    {
        margin:0px 0px 2px 10px;
        padding:0px 0px 0px 5px;
    }

div.data2
{
	background-image:url(/media/images/layout/data_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:20px;
	padding:10px 6px 0px 6px;
	font-size:11px;
}
	div.data2 p
	{
		margin:0px 0px 15px 0px;
		padding:0px;
	}

#container
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	height:75px;
	border-bottom:1px solid #d4d4d4;
	margin-bottom:9px;
}

#welcome_container
{
    float:left;
}

#welcome
{
    width:300px;
    height:315px;    
    background-image:url(/media/images/layout/dash.gif);    
    overflow:auto;
}

    img.welcome_logo
       {
        margin:15px 0px 0px 16px;
    }
    
    #welcome_text
       {
        margin:0px 20px 0px 21px;
        color:#000;
        font-size:12px;
        line-height:14px;
    }
    
#approach
{
    width:267px;
    height:69px;
    padding:0px 0px 0px 33px;
    margin:0px;
    background-color:#2d2d2d;
    color:white;
    font-size:22px;    
    line-height:69px;
}   
    
    div.text
       {
        float:left;      
        height:69px;
    }
    
#categories
{
    float:left;
    margin:0px 0px 0px 10px;
}

    #categories img
       {
        display:block;
    }
    
    img.allerede
       {
        border-top:1px solid #d6336d;
    }
    
    img.medide
       {
        border-top:1px solid #abc146;
    }
    
    img.udenide
       {
        border-top:1px solid #33aed6;
    }
    
#categories a
{
    text-decoration:none;
}
   

#backColumn
{
	width:960px;
    background-color:#f8f8f8;
	background-image:url(/media/images/layout/left_bg.gif);
	background-repeat:repeat-y;   
}
	#leftColumn
	{
		width:233px;        
		float:left;        
	}
		#leftColumnSpacer
		{
			height:9px;
			background-color:#fff;
            margin:0px;
            padding:0px;
            font-size:0px;
            line-height:0px;
		}
	
	#centerColumn
	{
		width:476px;
        min-height:450px;
        _height:450px;
		float:left;
		border-left:9px solid #fff;
		border-right:9px solid #fff;
		background-color:#fff;
		background-image:url(/media/images/layout/center_bg.jpg);
		background-repeat:repeat-x;
		padding-top:20px;
		padding-bottom:10px;       
	}
		
		#comments_header
		{
			width:450px;
			margin:auto auto auto auto;
		}
		
		#comments
		{
			width:450px;
			margin:auto auto auto auto;
			background-image:url(/media/images/layout/center_bg.jpg);
			background-repeat:repeat-x;
			padding-top:20px;
		}
			
			#comments_sort
			{
				float:right;
			}  
			
	#rightColumn
	{
		float:right;
		width:233px;
	}
	
#footer
{
	width:960px;
	height:70px;
	margin:10px auto 15px auto;
	background-image:url(/media/images/layout/bottom_bg.jpg);
	background-repeat:repeat-x;
}
	#region_midtjylland
	{
		margin-left:17px;
		margin-top:22px;
		float:left;
	}
	#eu
	{
		margin-right:14px;
		margin-top:22px;
		float:right;
	}
	#footer p
	{
		text-align:center;
		margin:0px;
		padding-top:35px;
		font-weight:bold;
	}
    
    p.foto, p.foto a
       {
        color:#ccc;
        text-align:left;
        margin:10px 0px 0px 17px !important;
        padding:0px !important;
        
    } 

#login {
        margin-right:15px;
        }
    
/* Standard table list design */

table.list {
    width:100%;
}
table.list th {
    font-size:12px;
    text-transform:uppercase;
    border-bottom:1px dotted black;
    padding:8px;
    text-align:left;
}
table.list td {
    padding:8px;
}
table.list td.white {
    background-color:#fafafa;
}
table.list td.blue {
    background-color:#ebf6fa;
}
table.list td a {
    color:#666;
}

/* Usercategory design */

div.usercategory {
    height:69px;
    width:210px;
    color:#ffffff;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
    text-align:center;
    line-height:69px;
}

div.udenide, h2.udenide {
    background-color:#33aed7; 
}

div.medide, h2.medide {
    background-color:#acc246;   
}

div.allerede {
    background-color:#d6326e;      
}

h2.usertype
{
	height:20px;
	font-size:14px;
	font-weight:normal;
	overflow:hidden;
	margin:0px;
	padding:0px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	line-height:20px;
}

img.usertype
{
	display:block;
    width:233px;
    height:136px;    
}

img.usertype.usertype_allerede
{
    border-bottom:1px solid #d6326e;
    margin:0px 0px 0px 0px;
}

img.usertype.usertype_medide
{
    border-bottom:1px solid #acc246;
    margin:0px 0px 0px 0px;
}

img.usertype.usertype_udenide
{
    border-bottom:1px solid #33aed7;
    margin:0px 0px 0px 0px;
}

/* Search result page */

#searchTopSmall
{
    width:476px;
    height:154px;
    background-image:url(/media/images/layout/small_search_bg.jpg);
    background-repeat:no-repeat;
    margin-top:-20px;
}

#searchRecap
{
    width:466px;
    height:39px;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 10px;
    background-image:url(/media/images/layout/search_recap_bg.jpg);
    background-repeat:no-repeat;
    color:white;    
    line-height:39px;
}

