/*
	Developer: 		Netmester A/S, Januar 2008.
	Description:	Basic Layouts: Psykologer i Danmark
	Version:	1
	Changes:

*/


/*
-----------------------------------------------
Layout
-----------------------------------------------
*/ 

html
{
	padding:0px;
	margin: 0px;
	font-size:70%;
	font-family:Verdana, Sans-Serif;
	color:#0C2D5F;
}
body
{
	background-color:#E7EBDF;
	padding:0px;
	margin: 0px;
	min-height:100%;
	height: 100%;
}
#print_bg
{
	display:none;
}
#form
{
}
#top
{
	background-image:url(/images/top_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:77px;
	background-color:#90B935; /*green*/
	overflow:hidden;
}
#top_content_pop_up
{
	width:500px;
	padding-left:17px;
	margin:auto;
}
#top_content
{
	width:807px;
	margin:auto;
	height:77px;
}

#main_pop_up
{
	background-color:White;
	width:450px;
	margin:auto;	
	padding:5px;
	padding-bottom:15px;
	height:453px;
	display:block;

}
#main
{
	background-color:White;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
	width:807px;
	margin:auto;	
	display:block;
}
#inside
{
	float:left;
	width:100%;
	height:100%;
}
#outside
{
	float:left;
	height:100%;
	clear:both;
}
#left_column
{
	float:left;
	background-color:Transparent;
	height:100%;
	width:179px;
	padding-left:18px;
}
#left_column_bg_top
{	
	background-image:url(/images/left_column_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#D0E2A5;
	height:293px;
	min-height:293px;
	width:163px;
	margin:0px!important;
}
#left_column_bg_bottom
{	
	background-image:url(/images/left_column_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:535px;
	min-height:535px;
	width:163px;
	margin:0px!important;
	position:relative;
}
#main_column
{
	float:left;
	background-color:White;
	height:100%;
	width:590px;
}
#wide_column
{
	float:left;
	width:100%;
}
#center_column
{
	float:left;
	width:413px;
	margin-right:17px;
	_margin-right:10px;
}
#right_column
{
	float:left;
	margin-top:2px;
}
.content
{
	margin-top:19px;
	margin-left:7px;
	clear:both;
}
.content_image
{
	float:right;
	margin:0px 0px 10px 10px;
}
.common_content
{
	
}
#function_menu
{
	background-color:#D6E5B5;
	height:26px;
	width:570px;
	float:right;
	text-align:left;
	font-size:10px;
	margin-left:-60px;
	z-index:50000;
}
#psyk_login
{
	height:16px;
	padding-top:2px;
	width:528px;
	float:right;
	text-align:right;
	margin:0px;
	font-size:10px;
}
#bread_crumb
{
	float:right;
	height:33px;
	background-color:White;
	width:528px;
	color:#336600;
	font-size:90%;
	padding-top:10px;
	font-family:Arial, Sans-Serif;
}
#top_menu
{
	float:left;
	background-image:url(/images/top_menu_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:586px;
	height:37px;
	color:White;
	font-size:11px;
}
#bottom,#bottom_pop_up
{
	float:left;
	width:100%;
	background-color:#0C2D5F;
	padding-top:4px;
	padding-bottom:5px;
	margin-bottom:0px;
	text-align:center;
}
#bottom_pop_up
{
}
.double_col
{
	float:left;
	width:180px;
	border-right:solid 1px #D6E5B5;
	padding:5px;
}
.triple_col
{
	float:left;
	width:180px;
	border-right:solid 1px #D6E5B5;
	border-left:solid 1px #D6E5B5;
	padding:5px;
}

#loginview label
{
	margin-right: 7px;
}
#profileditcheckboxes label
{
	margin-left: 3px;
	margin-bottom: 5px;
}

#profileedit_savebutton input
{
	position: relative; 
	top : -15px;		
}
.warning
{
    margin:auto;
    padding-top:50px;
    width: 300px;
    font-weight:bold;
    text-align:center;
}