﻿html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	background: url(../images/layout/bg.jpg) center;
}

a {
	color:#00546C;
	text-decoration:none;
}

#keywordsDiv {
	display: none;	
}

#topbanner {
	position:absolute;
	left:0px;
	top:0px;
	height:119px;
	width:100%;
	background:url(../images/layout/bg-top.jpg);
}

#wrapper { 
	position:relative;
	margin: 0 auto;
	width: 730px;
	height:100%;
	bottom:0px;
}

#header {
	color: #333;
	width: 730px;
	height: 90px;
	margin: 0px;
	background: url(../images/layout/logo.gif) center no-repeat;
	text-align:center;
}

#header img {
	width:130px;
	height:60px;
	opacity:0;
	filter:alpha(opacity=0);	
}

#navigation {
	margin: auto;
	color: #7f7f7f;
	border-left: 1px solid #fff;
	height:29px;
	width: 730px;
	margin: 0px;
	font-size:13px;
}

#navigation ul {
	margin:0px;
	padding:0px;
}

#navigation li {
	list-style: none;
	float:left;
	width:145px;
	height:29px;
	text-align:center;
	border-right:1px solid #fff;
}

#navigation li:hover {
	background:#f2f2f2;
}

#navigation li div{
	padding-top:6px;
	width:100%;
	height:22px;
}

#selected div{
	padding-top:6px;
	width:100%;
	height:22px;
	background:#edecea;
}

#navigation li div a{
	color: #7f7f7f;
	font-family: "Arial Narrow", Helvetica, sans-serif ;
	text-decoration:none;
}

#header2 {
	color: #333;
	width: 730px;
	height: 200px;
	margin-bottom:10px;
	padding-top:25px;
}

.imgFrame {
	border:1px solid #e5e5e5;
	padding:5px;
}

#refframe {
	height:78px;
}

#mainBanner {
	height:198px;
}

#refBg0 {
	position:absolute;
	width:218px;
	height:78px;
}

#refBg1 {
	position:absolute;
	width:218px;
	height:78px;
}

#content {
	float: left;
	color: #606264;
	margin: 0px;
	padding-top: 25px;
	width: 474px;
	display: inline;
	position: relative;
	padding-bottom:65px;
}

#subcontent {
	padding-right: 20px;
	border-right: 1px solid #e5e5e5;
}

#content ul, #pagePreview ul, #tinymce ul {
	margin:0px;
	margin-left:30px;
	padding:0px;
	line-height:0px;
}

#content li, #pagePreview li, #tinymce li {
	line-height:20px;
}

#content h1, #pagePreview h1, #tinymce h1 {
	font-family: 'Droid Sans', sans-serif;
	font-size:25px;
	line-height:30px;
	color:#336666;
	margin:0px 0px 15px 0px;
	font-weight:normal;
}

#content h2, #pagePreview h2, #tinymce h2 {
	font-family: georgia;
	font-size:21px;
	line-height:25px;
	color:#336666;
	margin:0px 0px 5px 0px;
}

#content h3, #pagePreview h3, #tinymce h3, #refCategory {
	font-family: 'Droid Sans', sans-serif;;
	font-size:16px;
	color:#336666;
	margin:10px 0px;
	text-decoration:none;
	font-weight:normal;
}

#content a:hover, #pagePreview a:hover {
	text-decoration:underline;
}



#content p, #pagePreview p, #tinymce p {
	margin:0px 0px 20px 0px;
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	color:#606264;
	line-height:20px;
}

#rightcolumn {
	padding-left: 22px;
	padding-top: 25px;
	display: inline;
	position: relative;
	color: #333;
	margin: 0px;
	width: 230px;
	float: right;
	right:0px;
}

#rightcolumn p {
	margin:5px 0px;
}

#reflabel {
	margin:0px;
}

#reflink {
	margin:0px;
	text-align:right;
}

#footer {
	position:fixed;
	clear: both;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif ;
	text-align:center;
	color: #666666;
	height:18px;
	line-height:17px;
	bottom:0px;
	left:0px;
	right:0px;
	padding-top:3px;
	background:#f4f3f1 url(../images/layout/bg-footer.jpg);
}

#bottommenu {
	display:none;	
}

#footer a:hover{
	text-decoration:underline;
}

#formDiv {
	position:absolute;
	border-right: 1px solid #e5e5e5;
	width:100%;
	padding-bottom:50px;
}

.formLabel {
	position: relative;
	display:inline;
	color: #606264;
	float:left;
	padding:4px 0px 0px 5px;
	width:83px;
	height:28px;
}

.formLabel .red {
	color:#f00;
}


.formLabel .blue {
	color:#336666;
}

.formField {
	position: relative;
	display:inline;
	float:left;
	width:142px;
	height:32px;
	overflow:hidden;
	padding-bottom:2px;
}

.formField input {
	width:126px;
	height:20px;
	border: 1px solid #b5b8c8;
	color: #606264;
	font-family: georgia;
}

.formField textarea {
	border: 1px solid #b5b8c8;
	color: #606264;
	font-family: georgia;
}

.clear {
	clear:both;
	height:0px;
}

#preview {
	width:100%;
	height:100%;
	border:0px;
}

.numbers {
	font-family:trebuchet ms;
}

#content img {
	border:none;
	vertical-align:middle;
}

.home-page {
	color: #ff0000;
	font-weight:bold;
}

.category-page {
	color: #0000ff;
	font-weight:bold;
}

.x-toolbar {
	border-width: 1px 0px 0px 0px;	
}

.mceIframeContainer  {
	padding:0px 10px 0px 10px;	
}

.mceContentBody {
	padding:10px;	
}


#tinymce.content {
	display:block;
}

#pageEdit {
	background:#ECF1F9;
}

.error{background-image:url(../images/layout/exclamation.png);}
.information{background-image:url(../images/layout/information.png) ! important;}
.key_go{background-image:url(../images/layout/key_go.png) ! important;}
.page_add{background-image:url(../images/layout/page_add.png) ! important;}
.page_delete{background-image:url(../images/layout/page_delete.png) ! important;}
.page_view{background-image:url(../images/layout/page.png) ! important;}
.page_edit{background-image:url(../images/layout/page_edit.png) ! important;}
.page_gear{background-image:url(../images/layout/page_gear.png) ! important;}
.world_edit{background-image:url(../images/layout/world_edit.png) ! important;}
.page_blue{background-image:url(../images/layout/ico_page_blue.png) ! important; background-repeat:no-repeat; padding-left:17px; color:#2c83c0;}
.page_red{background-image:url(../images/layout/ico_page_red.png) ! important; background-repeat:no-repeat; padding-left:17px; color:#ec5b5c;}
.page_green{background-image:url(../images/layout/ico_page_green.png) ! important; background-repeat:no-repeat; padding-left:17px; color:#528931;}

#listPages.x-grid3-scroller { overflow-x:hidden; }



