
/* CSS STYLES for Anker & Partners CMS  */
/* Stylesheet by Morten Yde				*/



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


/* General fonts */
*{
	font-family: verdana, arial, tahoma, sans-serif;
}

.main_table h1, .main_table h2, .main_table h3{
	font-family: verdana, arial, tahoma, sans-serif;
}

.main_table h1{
	font-size: 16px;
}
.main_table h2{
	font-size: 14px;
}
.main_table h3{
	font-size: 12px;
}

.main_table p, .main_table li{
	font-size: 10px;
	color: black;
}

.main_table strong{
	font-weight: bold;
	font-size: 10px;
	color: black;
}

.main_table a:link, a:active, a:visited{
	color: #485a6a;
	text-decoration: none;
}
.main_table a:hover{
	text-decoration: underline;
	color: black;
}
.main_table .center_text{
	text-align: center;
}
.main_table a.red{
	color: red;
}
.main_table a.blue{
	color: blue;
}
.main_table a.green{
	color: green;
}
.main_table .tabs_end{
	border-top: 1px solid #97a5b0;
	width: 100%;
}


/* Page preview area */

#preview{
	margin: 20px;
	border: 1px dotted silver;	
}



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


/* IMAGE RELATED */
/* view in pages_imgs */

.img_box_mw {
	height: 145px;
	width: 145px;
	border: 4px solid #ebebeb;
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 0px;
	overflow: hidden;
	background: #F0F0EE;
}
.img_box_mw img{
	width: 150px;
	height: 150px;
}



/* Popup file browser */
.img_box{
	padding: 10px;
	border: 4px solid #dadada;
	float: left;
	margin: 10px 0px 0px 10px;
}
.img_box img{
	width: 120px;
	height: 100px;
	border: 1px solid silver;
}





/* Basic layout */
body{
	width: 100%;
	height: 100%;
	/*text-align: center; - This might crash editior popups */ 
	background: #f0f0f0;
}
#main_container{
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: left;
	clear: both;
	background: white;
	border: solid #808080;
	border-width: 0px 1px 1px 1px;
}


/* Head/banner */
#head{
	width: 100%;
	height: 100px;
	clear: both;
	background: url(../images/cms_head.png) top center #ebebeb;
}


/* 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;
	/*background: white;*/
}
.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 .middel{
	vertical-align: middle;
}
.main_table tr td img{
	margin: -3px 4px 0px 4px;
	float: left;
	border: none;
}
.main_table tr th{
	border-bottom: 1px solid silver;
}
.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: #ebebeb;
}



/* */

.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;
}


.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-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;
}



/* KONTROLPANEL */

.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: 12px;
}

.icon_box{
	height: 60px;
	margin: 10px;
	padding: 10px;
}
.icon_box img{
	border: none;
}


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




/* LOGIN BOX */

.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%;
}

