 
/* CSS STYLES for a-partner CMS 2.5 */
/* Stylesheet by Morten Yde	- a.partner.dk */


/* No funky spaces please */
*{
	margin: 0px;
	padding: 0px;
}


/* General fonts */
*{
	font-family: verdana, arial, tahoma, sans-serif;
}
h1{
	font-size: 16px;
}
h2{
	font-size: 14px;
}
h3{
	font-size: 12px;
}
p{
	font-size: 10px;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}




/* MAIN TABLE FOR CONTENT */

.main_table p, .main_table li{
	font-size: 10px;
	color: black;
	margin: 0px;
	padding: 0px;
}
.main_table strong{
	font-weight: bold;
	color: black;
}
.main_table a:link, a:active, a:visited{
	color: #485a6a;
	text-decoration: none;
}
.main_table a:hover{
	color: black;
}
.main_table a.red{
	color: red;
}
.main_table a.blue{
	color: blue;
}
.main_table a.grey{
	color: #808080;
}
.main_table a.green{
	color: green;
}
.main_table .table_end{
	border-top: 1px solid silver;
}
.tabs_end{
	border-top: 1px solid #97a5b0;
}
.img_preview_size{
	width: 300px;
}

/* ATTENTION! Box */
.system_msg{
	background: yellow;
	border: 1px solid red;
	margin-bottom: 10px;
	font-size: 10px;
	color: red;
	text-align: center;
	padding: 3px;
	font-weight: bold;
}


/* Form sizes */
form .size_small{
	width: 25px;
}
form .size_medium{
	width: 80px;
}
form .size_wide{
	width: 140px;
}
form input, select, textarea, button{
	font-size: 10px;
}
form select{
	padding: 0px;
}


/* Basic layout */
body{
	width: 100%;
	height: 100%; 
	background: #f0f0f0;
}
#main_container{
	width: 900px;	/* The main width of the cms */
	margin: 10px auto 0px auto;
	text-align: left;
	clear: both;
	background: white;
	border: solid #808080;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px;
}


/* Head/banner */
#head{
	width: 100%;
	height: 100px;
	clear: both;
	background: url(../images/cms_head.png) top center #ebebeb;
	border-bottom: 5px solid #ffcc00;
}
#head img{
	float: right;
}
#head .head_title{
	float: left;
	margin: 30px 0px 0px 30px;	
}
#head .head_title h1{
	font-size: 20px;
	color: white;	
}
#head .head_title p{
	color: white;
}


/* top_navigation */
.cms_bar_navigation{
	width: 100%;
	height: 30px;
	background: #ebebeb;
	clear: both;
	font-size: 10px;
	margin: 0px;
}
.cms_bar_navigation ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1em;
}
.cms_bar_navigation ul li{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	float: left;
}
.cms_bar_navigation ul li form{
	margin: 6px;
	padding: 0px;
	line-height: 1em;
}
.cms_bar_navigation ul li a{
	margin: 0px;
	padding: 9px 10px 11px 10px;
	font-size: 10px;
	line-height: 1em;
	display: block;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.cms_bar_navigation ul li a:hover{
	color: black;
	text-decoration: underline;
}
.cms_bar_navigation ul li a img{
	border: none;
	margin: 0px 5px -1px 0px;
}


/* Content area */
.main_table{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.main_table tr td, .main_table tr th{
	vertical-align: middle;
	text-align: left;
	padding: 0px;
}
.main_table tr th{
	border-bottom: 1px solid silver;
}
.main_table .middel{
	vertical-align: middle;
}
.main_table tr td img{
	margin: -3px 4px 0px 2px;
	float: left;
	border: none;
}
.main_table p{
	font-size: 10px;
	margin: 5px;
}
.main_table h1, h2{
	font-size: 12px;
	margin: 5px 0px 5px 0px;
}
.tr_hover{
	background: #ffd6b8;
	color: black;
}
.tr_normal{
	background: none;
}
.tr_page{
	background: #f2f2f2;
}
.main_table .bottom_border{
	border-top: 1px solid silver;
}


/* Image previews in fileborwser */
.file_img_preview{
	display: none;
	position: absolute;
	margin: 5px;
}
.file_img_preview img{
	width: 200px;
}


/* Submenues */
.menu_list{
	width: 250px;
}
.menu_list ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu_list ul li{
	margin: 0px;
	padding: 0px;
}
.menu_list ul li a img{
	margin: -3px 6px 0px 0px;
}
.menu_list ul li a{
	display: block;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	height: 10px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	color: #888888;
	text-align: left;
	text-decoration: none;
	background: none;
}
.menu_list ul li a:hover{
	background: #ebebeb;
	color: black;
}
.menu_list ul li .selected{
	background: #ebebeb;
	color: black;
}
/* Submenues */
.menu_list ul li ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.menu_list ul li ul li{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
.menu_list ul li ul li a img{
	margin: -1px 5px 0px 0px;
}
.menu_list ul li ul li a{
	text-indent: 10px;
	display: block;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	height: 10px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: #888888;
	text-align: left;
	text-decoration: none;
	background: none;
}
.menu_list ul li ul li a:hover{
	background: none;
	color: black;
	font-weight: bold;
}
.menu_list ul li ul li .selected{
	background: none;
	color: black;
	font-weight: bold;
}


/* Border around main content */
.border-liner{
	margin: 10px;
	padding: 0px;
	clear: both;
}
.border-title{
	width: 100%;
	height: 30px;
	padding: 0px;
	background: url(../images/top-line.png) top repeat-x #ebebeb;
}
.border-title h1{
	line-height: 1em;
	font-size: 12px;
	margin: 0px;
	padding: 9px 0px 9px 10px;
	color: white;
}
.border-margin{
	margin: 10px 0px 10px 0px;
	padding: 0px;
}


/* Main index-panel with icons */
.panel_menu{
	width: 100%;
	border-collapse: collapse;
}
.panel_menu td{
	width: 32%;
}
.panel_menu td img{
	float: left;
	margin: 0px 10px 0px 0px;
}
.panel_menu ul{
	list-style: none;
	font-size: 10px;
}
.panel_menu h1{
	font-size: 14px;
}
.panel_menu a:link, .panel_menu a:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.panel_menu a:hover {
	color: black;
	text-decoration: underline;
}
.panel_menu .icon_box{
	height: 60px;
	margin: 10px;
	padding: 10px;
}
.panel_menu .icon_box img{
	border: none;
}


/* Footer */
#footer{
	width: 900px;
	margin: 5px auto 20px auto;
	text-align: right;
	clear: both;
}
#footer p{
	font-size: 10px;
	color: #808080;
	margin: 2px 5px;
	float: right;
}
#footer a{
	font-size: 10px;
	color: #808080;
	padding: 0px;
}


/* Login box */
/* Hardcoded HTML in login-file */
.login_table{
	width: 300px;
	margin: 10% auto 0px auto;
	background: white;
	border-collapse: collapse;
	border: 1px solid silver;
	font-size: 10px;
}
.login_table tr td{
	padding: 10px 20px 0px 20px;
}
.login_table .wide{
	width: 100%;
}