html, body {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	}
	
body {
	background:#fff;
	font-family: tahoma;
	font-size: 11px;
	}
	
.c {
	clear: both;
	font-size: 0px;
	height: 0px;
	}
	
a {
	color:#267fe7;
	}
img {
	border: 0;
	}

#header {
	background: #c4d7de url('media/topbg.gif');
	color: #f6f7f9;
	padding: 8px 10px;
	font-family: tahoma;
	height: 40px;
	}

#headerInfo {
	font-weight: normal;
	font-size: 20px;
	float: left;
	}

#headerInfo span {
	font-size: 10px;
	}
	
#headerControls { 
	float: right;
	color: #fff;
	padding-top: 8px;
	font-size: 12px;
	}
#headerControls a:hover {
	color: #fff;
	}
	
#headerControls a {
	color: #b5bdc8;
	text-decoration: none;
	}
	
#languageBar a {
	color:#88C87E;
	text-decoration: none;
	}
	
#languageBar .selected {
	font-weight: bold;
	color:#88C87E;
	text-decoration: underline;
	}

	
a#addNewPage {
	display: block;
	border-bottom: 1px solid #e2e2e2;
	background: #fff url('media/add.png') no-repeat 8px center;
	padding: 3px 10px 3px 26px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 12px;
	color: #267fe7;
	font-weight: bold;
	}

#menu {
	background: #fafafa url('media/menubg.gif') repeat-y bottom right;
	width: 250px;
	float: left;
	}

ul#menuItems {
	margin: 0;
	padding: 0;
	}
ul#menuItems li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#menuItems .eachItem a.arrowUP {
	display: none;
	width: 9px;
	height: 15px;
	float: left;
	background: url('media/arrow_up.png') no-repeat left center;
	}
#menuItems .eachItem a.arrowDOWN {
	display: none;
	width: 9px;
	height: 15px;
	float: left;
	background: url('media/arrow_down.png') no-repeat left center;
	margin-right: 3px;
	}
	
#menuItems .eachItem a.arrowDOWN:hover {
	background: url('media/arrow_down_over.png') no-repeat left center;
	}
#menuItems .eachItem a.arrowUP:hover {
	background: url('media/arrow_up_over.png') no-repeat left center;
	}
	
#menuItems .eachItem .arrows {
	float: left;
	width: 21px;
	font-size:1px;
	height:15px;
	}
	
#menuItems .eachItem:hover a.arrowDOWN { display: block; }
#menuItems .eachItem:hover a.arrowUP { display: block; }

	
#menuItems .eachItem a {
	color:#1d1d1d;
	text-decoration: none;
	}
#menuItems .eachItem {
	border-bottom: 1px solid #eee;
	padding: 2px 5px 2px 10px;
	font-size: 14px;
	}
	
#menuItems .level1 {
	padding-left: 20px;
	font-size: 12px;
	border-bottom: 1px solid #f0f0f0;
	}
#menuItems .level1 a {
	color:#505050;
	}

#menuItems .level2 {
	padding-left: 30px;
	font-size: 11px;
	border-bottom: 1px solid #f0f0f0;
	}	
	
#menuItems .level2 a {
	color:#505050;
	}
	
#menuItems .level3 {
	padding-left: 40px;
	font-size: 10px;
	border-bottom: 1px solid #f0f0f0;
	}		

#menuItems .level2 a {
	color:#505050;
	}
#menuItems a.addSub {
	float: right;
	color:#267fe7;
	font-weight: bold;
	}
	
#menuItems .hidden1 a {
	color:#999;
	}

#content {
	float: left;
	margin-left: 10px;
	width: 730px;
	}
	
.title {
	margin: 0 0 5px 0;
	font-size: 16px;
	}
	
#footer {
	background: url('media/footline.gif') no-repeat top center;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	color:#555;
	}
#footer a {
	text-decoration: none;
	}

.labelBox {
	font-size: 10px;
	color:#aaa;
	}

.inputBox {
	margin-bottom: 5px;
	}

.inputBoxText {
	font-size: 15px;
	color: #555;
	padding-top: 6px;
	}

.input:focus {
	color:#111;
	border: 1px solid #499ae9;
	}

.input {
	background: url('media/inputbg.gif') no-repeat top left;
	border: 1px solid #ccc;
	padding: 3px 5px;
	font-size: 15px;
	color:#555;
	font-family: tahoma;
	}
	
.button {
	font-size: 13px;
	color:#555;
	font-family: tahoma;
	border: 1px solid #499ae9;
	background:#eee;
	padding: 2px 5px;
	font-weight: bold;
	}
	
.smallInput {
	background: url('media/inputbg.gif') no-repeat top left;
	border: 1px solid #ccc;
	padding: 1px 2px;
	font-size: 11px;
	color:#555;
	font-family: tahoma;
	}
	
.smallButton {
	font-size: 11px;
	color:#555;
	font-family: tahoma;
	border: 1px solid #499ae9;
	background:#eee;
	padding: 0px 2px;
	font-weight: normal;
	}
	
.smallRedButton {
	color:#f00;
	border: 1px solid #f00;
	}
	
.buttonRed {
	border:1px solid #6F0000;
	background:#f00;
	color:#fff;
	}

.w100 {
	width: 718px;
	}
	
.notify {
	font-size: 13px;
	color:#777;
	font-style: italic;
	text-align: center;
	}
	
.ok {
	font-size: 15px;
	color:#558f35;
	margin: 0;
	}
	
#content form {
	margin: 0;
	}
.submitButtton {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	}

.title a {
	color:#333;
	}
	
.data {
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin-top: 10px;
	}
	
.data td, .data th {
	border: 1px solid #ddd;
	vertical-align: top;
	padding: 2px 5px;
	}
	
.data th {
	background: #eee;
	}
	
.data td.picture {
	font-size: 10px;
	color:#bbb;
	font-style: italic;
	text-align: center;
	}
	
.data td.title {
	font-size: 14px;
	}
	
.dataNotification {
	font-size: 10px;
	color:#bbb;
	font-style: italic;
	}
	
#galleryImages {
	margin: 10px 0 0 0;
	list-style-type:none;
	}
	
#galleryImages li {
	float: left;
	width: 130px;
	margin: 0 5px 5px 0;
	background: #fff;
	border: 1px solid #ccc;
	height: 130px;
	overflow: hidden;
	}
	
#galleryImages li.first { border: 1px solid #f00; } 

#galleryImages .pictureTitle { 
	color:#555;
	font-size: 10px;
	height: 13px;
	overflow: hidden;
	padding: 1px 1px;
	white-space:nowrap;
	}

.giFirst {
	border: 1px solid #f00;
	background: #eee;
	}
.giImg {
	width: 130px;
	height: 100px;
	overflow: hidden;
	}
.giControls {
	padding: 1px;
	text-align: center;
	color: #ccc;
	letter-spacing: 0px;
	font-size:10px;
	background:#eee;
	}

	
.giControls a {
	text-decoration: none;
	}
	
.giControls a:hover {
	text-decoration: underline;
	}	
	
.giControls a.delete {
	color:#f00;
	}
	
.placeHolder { 
	border:1px dashed #ccc; 
	}

#moveBox {
	border:1px solid #478D40;
	position:absolute;
	background:#eee;
	display:none;
	width: 176px;
	padding: 3px;
	}