@CHARSET "ISO-8859-1";

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ---------------------------- table layout ------------------------- */
div.main_content {
	width: 770px;
	margin: 0px auto 0px auto;
	background-image: url("resources/w_03.jpg");
	background-repeat: repeat-y;
	background-position: right;
}
div.main_row {
	clear: both;
}
div.main_header {
	height: 133px;
	background-image: url("resources/w_01.jpg");
}
div.main_footer {
	height: 11px;
	background-image: url("resources/w_04.jpg");
}

div.left_side_column {
	width: 154px;
	height: 100%;
	float: left;
	background-image: url("resources/w_05.jpg");
	background-repeat: repeat-y;
}
div.left_side_header {
	height: 401px;
	background-image: url("resources/w_02.jpg");
}

div.right_side_column {
	width: 616px;
	float: right;
	background-image: url("resources/w_03.jpg");
	background-repeat: repeat-y;
}

#content {
	margin: 0px 12px 0px 10px;
	min-height: 401px;
}

/* ------------------------- menu layout --------------------------- */

div.main_menu {
	width: 130px;
	margin: 0px auto 0px auto;
	background-image: url("resources/3.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
}
div.sub_menu, div.sub_sub_menu {
	width: 130px;
	position: absolute;
    left: 126px;
    top: 0px;
    background-color: #F0D29C;
}
a.menu_item, span.menu_item_add, a.sub_menu_item, span.sub_menu_item_add {
    display: block;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
a.menu_item, span.menu_item_add {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
 }
a.sub_menu_item, span.sub_menu_item_add {
	font-size: 13px;
	font-weight: normal;
	margin: 2px 0 0 0;
	padding: 2px 5px 2px 5px;
 }
div.menu_item {
	width: 128px;
	height: 23px;
	overflow: visible;
	margin: 1px 2px 1px 1px;
}
/*div.menu_item:hover {
	border: 0px solid #F6E7CD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin: 0px 2px 0px 1px;
}*/
div.sub_menu_item {
	width: 126px;
	height: 23px;
	overflow: visible;
	border: 0px solid #F0D29C;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin: 2px;
}
/*div.sub_menu_item:hover {
	border: 0px solid #F6E7CD;
	border-top-width: 1px;
	border-bottom-width: 1px;
}*/
div.menu_item, div.menu_item_add, .main_menu span {
	float: left;
}
div.sub_menu, div.sub_menu_item, div.sub_menu_item_add {
    clear: both;
}
div.menu_item, div.sub_menu_item, div.menu_item_add, div.sub_menu_item_add {
	position: relative;
}

/* ------------- admin ------------- */
span.menu_item_add, span.sub_menu_item_add {
	color: #FF0000;
	cursor: pointer;
 }
 /* ----------------------------- forms layout ---------------------------- */
 div.popup_form {
 	border: 3px green double;
 }
 div.form_row {
 	clear: both;
 }
 span.form_input input {
 	width: 150px;
 }
 span.form_label input {
 	width: 100px;
 }
 span.form_label {
 	float: left;
 	width:40%;
 	text-align: right;
 	padding: 5px;
 }
 span.form_input {
 	float:right;
 	width:50%;
 	text-align: left;
 	padding: 5px;
 }
 span.form_header {
 	float: right;
 	width: 100%;
 	padding-top:25px;
 	padding-bottom:25px;
 	text-align: center;
 	font-size: large;
 	color: green;
 }
 /* ---------------------------- nodes' forms ------------------------------ */
 #node_form_insert, #node_form_update {
 	width:400px;
 	height:300px;
 	position: absolute;
 	background-color: white;
 	z-index: 2;
 }
 #node_form_delete {
 	width:400px;
 	height:170px;
 	position: absolute;
 	background-color: white;
 	z-index: 2;
 }
 #background {
 	position: absolute;
 	background-color: black;
 	z-index: 1;
 }
 span.button {
 	margin: 5px;
 	width: 150px;
 	color: green;
 	text-align: center;
 	display: block;
 	border: 1px green solid;
 }
 #edit_node_button, #delete_node_button, #edit_content_button {
 	cursor: pointer;
 }
 
 /* --------------------------- Content editor's layout ----------------- */
 
.imagebutton {
	display: inline-block;
	height: 22; 
	width: 23;
	border: #C0C0C0; 
	background-color: #C0C0C0;
}
.toolbar_item {
	display: inline-block;
	height: 22;
	border: #C0C0C0; 
	background-color: #C0C0C0;
}
.image {
	height:20; 
	width:21;
	position: relative; 
	left: 1;
	top: 1;
	border: none;
}
.toolbar {
	height: 30; 
	background-color: #C0C0C0;
}
#editor {
	margin-top: 15px;
	width: 500px;
	height: 500px; 
}
 
 /* --------------------------- Photo viewer section ----------------- */
 
 #gallery {
	padding: 10px;
	width: 100%;
}
#gallery ul { 
	list-style: none; 
}
#gallery ul li { 
	display: inline; 
}
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 5px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 5px;
	color: #fff;
}
#gallery ul a:hover { 
	color: #fff; 
}

/* ---------------------------- page section -------------------- */

div.pagetitle {	
	margin: 10px auto 20px auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

div.subpagelist {
	margin: 10px auto 0px auto;
	text-align: center;
}
div.subpagelist a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: black;
}
