/* @override
	http://smootown.powadezign.no/smootown5/smootown3/www/newpublic_style_v3/style_00100/css/style.css

*/

html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* background: #73787F url(../gfx/main_bg4.png) repeat-x top center; */
	background-color: #999999;
}

p { margin-bottom: 1.6em; line-height: 150%; }

h1 { margin-bottom: 0.6em; }
h2, h3, h4, h5, h6 { margin-bottom: 0.2em; margin-top: 0.4em; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }

#wrapper {
	margin: 10px auto 10px auto;
	width: 852px;
	border: 5px solid #919191;
	padding: 0;
}

#fullright {
	border: 0;
	display: none;
}

#container {
	background-color: white;
	border: 1px solid #818181;
	width: 850px;
	font-size: 1.1em;
}

#middle_container {
	padding: 30px 20px 20px 20px;
	background: white url(../gfx/content_bg.png) repeat-x;
}

#content {
	width:541px;
	border:0;
}

#colright {
	float: right;
	border: none;
}

.picture_right {
	float: right;
	margin-left: 1em;
}

.picture_left {
	float: left;
	margin-right: 1em;
}

p a { color: #3AA4DB; }
a:hover { color: #3AA4DB; }



.signin_textfield {
	border-width: 1px;
	width: 87px;
	border-style: solid;
	border-color: #ddd;
}

#signin_username {
	float: left;
	margin-bottom: 3px;
	height: 16px;
	font-size: 1.2em;
	padding-left: 0.2em;
}

#signin_password {
	float: right;
	height: 16px;
	font-size: 1.2em;
	padding-left: 0.2em;
}

#signin_submit {
	float: right;
	width: 89px;;
}

#signin_forgotpass {
	float: left;
	margin: 4px 0 0 2px;
}

#signin_automatic {
	float:left;
	font-size:11px;
	margin:5px 0 0 0px;
}

#signin_automatic label {
	padding: 0 0 0 5px;
}

.box_header {
	background: #58B2E1 url(../gfx/bg_gradient.png) repeat-x;
	padding: 20px;
}

.box_header a {
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.box_header a:hover {
	text-decoration: none;
}
/* @end */

/* @group menu */
.box_menu {
	background-color: #4CACDE;
}

#menu {
	padding-top: 5px;
}

#menu_level_1 { /* first-level list */
	height: 25px;
	clear: both;
	z-index: 10000;
}

#menu_level_1 li { /* first-level items */
	width: auto;
	padding: 5px 25px 5px 10px;
	z-index: 10000;
}

#menu_level_1 li ul ul {
	margin-left:135px;
	margin-top:-20px;
}

#menu_level_1 li a { /* first-level links */
	display: inline;
	text-decoration : none;
	color: white;
	background-color: transparent;
	padding-bottom: 4px;
	z-index: 10000;
}

*:first-child+html #menu_level_1 li a { display: block; float: left;}

#menu_level_1 li a:hover { /* first-level links */
	color: white;
	text-decoration: underline;
}

#menu_level_1 li a.menu_link_first {
	color: white;
}

#menu_level_1 li a.menu_link_active {
	color: white;
	font-weight: bold;
}

#menu_level_1 li a.menu_link_subactive {
}

.menu_level_2 { /* second-level list */
	background-color: #4CACDE;
}

*:first-child+html #menu_level_1 .menu_level_2 { margin-left: -84px; margin-top: 20px; display: block;}

#menu_level_1 .menu_level_2 li { width: 115px; clear: both; }

*:first-child+html #menu_level_1 .menu_level_2 li { width: 120px; }

*:first-child+html #menu_level_1 .menu_level_2 li a { width: 120px; display: block; height: 18px; }

.menu_level_3 { /* second-level list */
	background-color: #4CACDE;
}

/* @end */

/* @group footer */
#footer {
	padding: 1em;
	border:1px solid #444;
	color: white;
	background: #444 url(../gfx/bg_gradient3.png) repeat-x;
}

#footer a {
	color: white;
}
/* @emd */

.box_2 {
	margin-bottom: 20px;
}

.box_2 .boxwrap_mid {
	background-image:url(../gfx/bg_gradient2.png);
	background-repeat: repeat-x;
	border: 1px solid #ddd;
	margin-bottom:5px;
}

.box_2 .boxblock_mid {
	margin:2px;
	padding:5px;
	border:1px solid #ddd;
	background-color: #fff;
}

.box_2 .boxblock_top {
	font-weight:bold;
	padding:5px;
}

.box_2.box_login .boxblock_mid {
	background-color: transparent;
	border: none;
}

.box_2.box_login .boxblock_mid {
	padding-left: 0;
}

#log_out {
	float:right;
}

#top_container {
	border: 1px solid #3aa4db;
}

.field_wrap {
	padding: 10px;
}

/* RTE */
body.mceContentBody {
	background: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
}

.mceContentBody .shema_holder {
	border: 1px solid #444;
	background-color: #555;
	color: white;
	padding: 10px;
}

.mceContentBody h1 {
	font-size: 25px;
}

.mceContentBody h2 {
	font-size: 12px;
}

.mceContentBody h3 {
	font-size: 11px;
}