html, body {
	height:100%;
}

body {
	background-color: #aaa;
	margin:0px;
	padding:0px;
	font-family:verdana, sans-serif;
	font-size:10pt;
}


a, a:hover, a:link, a:visited {
	color:#00C;
}

form {
	margin:0px;
	padding:0px;
}

div#maincontent h1, div#maincontent h2, div#maincontent h3 {
	color:#fff;
	background-color:#333;
	margin:15px 0 5px 0;
	padding:10px;
}

div#allthat {
	width:1000px;
	margin: auto;
	background-color: #eee;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#headmenu {
	height:0px;
	background-color:#aaa;
	padding: 0px;
}

ul#mainmenu {
	float: left;
	width: 200px;
	padding:0px;
	margin:0px;
	position:fixed;
}

ul#mainmenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#mainmenu h2 {
	font-size: 10pt;
	padding: 3px 6px;
	margin: 0px;
	background-color: #ccc;
	color:#000;
}

ul#mainmenu a {
	display: block;
	padding: 3px 12px;
	color: #000;
	text-decoration: none;
	background-color: #ddd;
}

ul#mainmenu a:hover {
	display: block;
	padding: 3px 12px;
	color: #000;
	text-decoration: none;
	background-color: #fff;
}

div#pagepath {
	margin-left: 220px;
	padding-top: 10px;
	font-size:8pt;
	line-height: 150%;
}

div#pagepath a, div#pagepath .pagepathelement {
	white-space:nowrap;
}

div#maincontent {
	margin-left: 220px;
	margin-right:20px;
	padding-bottom:20px;
	font-size:9pt;
}

table.formtable {
	width:100%;
	border-spacing:0px;
}

table.formtable tr {
	background-color:#fff;
}

table.formtable tr:nth-child(odd) {
	background-color:#F6F6F6;
}

table.formtable th {
	color:#fff;
	background-color:#333;
	padding:2px;
	border-bottom:3px solid #eee;
}

table.formtable td {
	border-bottom:3px solid #eee;
	vertical-align:top;
}

td.formcelltitle {
	width:30%;
	padding:5px 0 5px 5px;
}

td.formcelldata {
	width:70%;
	padding:2px 2px 2px 0;
}

table.formtable td.formcellerror {
	background-color:#f33;
	padding:5px;
}

table.formtable input[type=text], table.formtable textarea, table.formtable select {
	width:99%;
	border: 1px solid #999;
}

ul.contentsubmenu {
	padding:0px;
	margin:0px;
	text-align:right;
}

ul.contentsubmenu li{
	list-style:none;
	padding:0px;
	margin:1px;
	display:inline-block;
	border:1px solid #000;
}

ul.contentsubmenu a {
	display:block;
	color: #000;
	padding:2px 7px;
	text-decoration: none;
	background-color: #ddd;
}

ul.contentsubmenu a:hover {
	background-color: #fff;
}

div#pageselect span.page {
	display:block;
	border: 2px solid #ccc;
	vertical-align:middle;
}

div#pageselect span.page a {
	background-color:#ddd;
	display:inline-block;
	padding:5px;
	width:30%;
	vertical-align:middle;
	text-align:left;
	margin:2px;
}

div#pageselect span.page span.disabled {
	background-color:#fff;
	color:#666;
	display:inline-block;
	padding:5px;
	width:30%;
	vertical-align:middle;
	text-align:left;
	margin:2px;
}

div#pageselect span.page a.pageelement, div#pageselect span.page span.pageelement {
	display:block;
}

div.treelist ul {
	padding: 5px 40px;
	background-color:#fff;
}


.imagecontainer {
	display:inline-block;
	background-color:#fff;
	margin:2px;
	padding:5px;
	text-align:center;
}

.galerie_coverimage {
	border: 1px solid black;
}

form.messagebox {
	border:1px solid black;
	background-color:#fff;
	margin: 5px 30px;
}

form.messagebox div.text {
	padding:10px;
	text-align:center;
}

form.messagebox div.buttons {
	padding:10px;
	text-align:center;
}

div.loginfield {
	margin: 200px 400px 0 400px;
	border:1px solid black;
	background-color:#333;
	padding:20px;
	display:inline-block;
	text-align:center;
}

div.loginfield input {
	width:160px;
	border: 1px solid black;
	background-color:#fff;
	margin: 4px;
	padding:0px;
	text-align:center;
	color:#666
}

ul#admin_news_relatedlinks li input {
	width:48%;
}

div.pagenav {
	padding:10px 0;
	text-align:right;
}

div.pagenav a, div.pagenav span {
	margin:3px;
	border: 1px solid black;
	background-color:#ddd;
	padding: 4px 6px;
}

div.pagenav span {
	color:gray;
	background-color:#fff;
	font-style:italic;
}

div.pagenav a:hover, div.pagenav a:visited, div.pagenav a:link, div.pagenav a:active {
	color:black;
	text-decoration:none;
}

div.pagenav a:hover {
	background-color:#fff;
}


div#newspreview {
	width: 625px;
	background-color: white;
	border: solid 1px black;
	padding:10px;
}

div#newspreview div.headline {
	font-size:16px;
	font-weight:bold;
}

div#newspreview div.teaser_image {
	float:left;
	width:150px;
	margin:0px 10px 5px 0px;
	padding:2px;
	border:1px #EBEBEB solid;
}

div#newspreview h1, div#newspreview h2, div#newspreview h3 {
	color:black;
	background-color:#fff;
	margin:15px 0 5px 0;
	padding:0px;
}


div.articlepreview {
	width: 625px;
	background-color: white;
	border: solid 1px black;
	padding:10px;
}

div.articlepreview div.headline {
	font-size:16px;
	font-weight:bold;
	padding-bottom:4px;
}

div.articlepreview div.teaser {
	font-weight:bold;
	padding-bottom:10px;
	display:inline-block;
	vertical-align:top;
	width:450px;
}

div.articlepreview hr {
}

div.articlepreview div.teaser_image {
	width:150px;
	margin:0px 10px 5px 0px;
	padding:2px;
	border:1px #EBEBEB solid;
	display:inline-block;
	vertical-align:top;
}

div.incontent_imagelist {
	text-align:center;
	padding:5px;
}

div.incontent_imagelist img {
	padding: 3px;
}

ul#multipage_nav {
	padding:10px;
	margin:0px;
	list-style-type:none;
}

ul#multipage_nav li{
	cursor:pointer;
	padding:2px;
	width:70px;
}

ul#multipage_nav li.selected {
	font-weight:bold;
	cursor:default;
}

ul#multipage_nav li.empty {
	color:#ccc;
}

ul#articlepreview_pagenav {
	padding:10px;
	margin:0px;
	list-style-type:none;
	text-align:right;
}

ul#articlepreview_pagenav li {
	display:inline-block;
	margin:3px;
	border: 1px solid black;
	background-color:#ddd;
	padding: 4px 6px;
	cursor:pointer;
}

ul#articlepreview_pagenav li.selected {
	color:gray;
	background-color:#fff;
	font-style:italic;
}

ul.formtab_sidenav {
	padding:10px 0 10px 15px;
	margin:0px;
	list-style-type:none;
}

ul.formtab_sidenav li{
	cursor:pointer;
	padding:4px;
}

ul.formtab_sidenav li.selected {
	font-weight:bold;
	cursor:default;
	border-right:5px solid gray;
	background-color:#EEE;
}

div.formtab_section {
	height:100%;
	border-left: 3px solid gray;
	padding:5px;
}

div.bbeditor_toolbar {
	padding: 4px 0 1px 0;
}

div.bbeditor_toolbar a, div.bbeditor_toolbar a:link, div.bbeditor_toolbar a:hover, div.bbeditor_toolbar a:active {
	width:18px;
	height:18px;
	display:inline-block;
	border: 1px solid #BBB;
	text-decoration:none;
	margin: 0 1px;
	background-color:#FFF;
	background-image:url('http://static.f7c-network.com/pages/0/bb-codes.png');
}

div.bbeditor_toolbar a:hover {
	border: 1px solid #CCC;
}

div.bbeditor_toolbar a.bb_bold { background-position: -1px -1px; }
div.bbeditor_toolbar a.bb_italic { background-position: -21px -1px; }
div.bbeditor_toolbar a.bb_underline { background-position: -41px -1px; }
div.bbeditor_toolbar a.bb_strike { background-position: -61px -1px; }
div.bbeditor_toolbar a.bb_images { background-position: -21px -41px; }
div.bbeditor_toolbar a.bb_link { background-position: -41px -41px; }
div.bbeditor_toolbar a.bb_imagelink { background-position: -61px -41px; }
div.bbeditor_toolbar a.bb_quote { background-position: -81px -41px; }
div.bbeditor_toolbar a.bb_yt { background-position: -101px -41px; }
div.bbeditor_toolbar a.bb_h1 { background-position: -1px -21px; }
div.bbeditor_toolbar a.bb_h2 { background-position: -21px -21px; }
div.bbeditor_toolbar a.bb_h3 { background-position: -41px -21px; }
div.bbeditor_toolbar a.bb_h4 { background-position: -61px -21px; }
div.bbeditor_toolbar a.bb_h5 { background-position: -81px -21px; }
div.bbeditor_toolbar a.bb_h6 { background-position: -101px -21px; }
div.bbeditor_toolbar a.bb_left { background-position: -81px -1px; }
div.bbeditor_toolbar a.bb_center { background-position: -101px -1px; }
div.bbeditor_toolbar a.bb_right { background-position: -141px -1px; }
div.bbeditor_toolbar a.bb_justify { background-position: -121px -1px; }
div.bbeditor_toolbar a.bb_list { background-position: -181px -1px; }

div#f7c_lightbox_overlay {
	background-color:#333;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	opacity:0.8;
}

div#f7c_lightbox_overlay2 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
}

div#f7c_lightbox_waitlayer {
	position: relative;
	margin:0 auto;
	top: -740px;
	z-index: 99999;
	width: 900px;
	height: 690px;
	background-color:#333;
	opacity:0.6;
	background-image:url(/testing/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

div#f7c_lightbox_field {
	width:900px;
	height:710px;
	background-color:#fff;
	margin:50px auto;
	border: 1px solid black;
}

div#f7c_lightbox_head {
	height:20px;
	background-color:black;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
	padding: 2px 5px;
}

a#f7c_lightbox_closelink, a#f7c_lightbox_closelink:hover, a#f7c_lightbox_closelink:link, a#f7c_lightbox_closelink:visited {
	color:#fff;
	text-decoration:none;
	border: 1px solid #fff;
	display:inline-block;
	padding:1px 3px;;
	float:right;
}

div#f7c_nina_BBimagebrowser_browser_area {
	width:240px;
	float:left;
	height:560px;
	border-right:1px solid black;
}

ul#f7c_nina_BBimagebrowser_galerielistswitch_area {
	margin:0px;
	list-style-type: none;
	height:20px;
}

ul#f7c_nina_BBimagebrowser_galerielistswitch_area li {
	display:inline-block;
	cursor:pointer;
	padding:2px 4px;
	
}

div#f7c_nina_BBimagebrowser_galerie_area {
	width:240px;
	height:540px;
	overflow: scroll;
}

div#f7c_nina_BBimagebrowser_galerie_area ul {
	margin:0px;
	padding:3px 0 3px 10px;
	list-style-type: none;
}

div#f7c_nina_BBimagebrowser_galerie_area li {
	margin:0px;
	padding:0px;
}


div#f7c_nina_BBimagebrowser_image_area {
	margin-left:240px;
	height:560px;
}

div#f7c_nina_BBimagebrowser_selected_area {
	clear:both;
	border-top:1px solid black;
	height:130px;
}

ul#f7c_nina_BBimagebrowser_selected_list {
	margin:0px;
	padding:0px;
	list-style-type: none;
	overflow:scroll;
	white-space:nowrap;
	width:800px;
	height:125px;
	float:left;
}

ul#f7c_nina_BBimagebrowser_selected_list li {
	padding:3px;
	display:inline-block;
}

ul#f7c_nina_BBimagebrowser_selected_list img {
	cursor:pointer;
}
	
ul#f7c_nina_BBimagebrowser_buttons {
	margin:0 0 0 800px;
	padding:0px;
	list-style-type: none;
}

ul#f7c_nina_BBimagebrowser_buttons li {
	padding: 4px 6px;
	margin: 3px;
	border: 1px solid black;
	background-color: #ddd;
	cursor: pointer;
}
