/* === FLASH MESSAGES === */
div#flash-notice {
padding: 10px;
background-color: #000;
color: #FFFF00;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;	
}

div#flash-warning {
	
}

div#flash-error {
	
}

/* === ERROR MESSAGES === */
div#errorExplanation {
	
}

div#errorExplanation h2 {
	
}

div#errorExplanation p {
	
}

div#errorExplanation ul {
	
}

div#errorExplanation ul li {
	
}

/* === FORMS === */
div.fieldWithErrors {
	
}

div.fieldWithErrors label {
	
}

div.fieldWithErrors input, div.fieldWithErrors select, 
div.fieldWithErrors textarea
{
	
}


#tree, #tree ul { 
	padding-left: 20px; 
	line-height:28px;
	list-style-type: none;
	cursor: move;
}
#tree {
  padding: 0px;
  margin: 12px;
	width: 400px;
}
#tree li {
	margin-top: -6px;
}
#tree li a {
  padding: 2px 0 0 18px;
	background: url(/images/folder.png) no-repeat left top;
}
#tree li a.edit {
  padding: 2px 0 0 8px;
	background: url(/images/pencil.png) no-repeat left top;
	text-decoration:none;
}
#tree li a.delete {
  padding: 2px 0 0 8px;
	background: url(/images/delete.png) no-repeat left top;
	text-decoration:none;
}
#tree li a:hover {
  color:#000;
}
#tree li.file {
	padding-left: 18px;
}
#tree li.file a {
	padding-left: 18px;
	background: url(/images/file.png) no-repeat left top;
}
#tree li.file a.edit {
	padding-left: 18px;
	background: url(/images/pencil.png) no-repeat left top;
	text-decoration:none;
}
#tree li.file a.delete {
	padding-left: 18px;
	background: url(/images/delete.png) no-repeat left top;
	text-decoration:none;
}
#tree li span.handle {
  display: block;
  float: left;
	width: 15px;
	height: 12px;
	margin: 6px 3px 0 0;
	cursor: pointer;
}
#tree li span {
	background: url(/images/folder_open.png) no-repeat 3px 3px;
}
#tree li.closed span {
	background: url(/images/folder_closed.png) no-repeat 3px 3px;
}
#tree li.closed li {
	display: none;
}
#tree .drop_hover {
	background: url(/images/drag.png) no-repeat bottom left;
}
#tree .drop_top {
	background-position: 12px top;
}
#tree .drop_bottom {
	background-position: 12px bottom;
}
#tree .drop_insert {
	background-position: 32px 100%;
}
#log {
  padding: 12px;
  color: #999;
  line-height: 12px;
}


/* for frontend category menu */

.category_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	line-height: 17px;
	margin: 0px;
	}

#category_header {
	float: left;
	height: 29px;
	list-style:none;	
	margin: 10px 0px 0px 10px;
	padding: 11px 0px 0px 44px;
	width: 260px;
	background-image: url(/images/info_nav_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}

#category {
	float: left;
	list-style:none;	
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
	width: 300px;
	border: 2px solid #000;
}

#xcategory ul {
	
	list-style:none;
	margin: 0px;
	padding: 0px;
	background: #999;	
}

#category li {
	
	list-style:none;
	margin: 0px;
	background: #999;
	padding-left: 0px;
	
	
}


#category ul li a {
	
	padding-left: 15px;
}

#category  li a {
	
	padding-left: 5px;
	color: #000;
}


#category  li a:hover {
	
	padding-left: 5px;
	color: #333;
}



#category li ul li a {
	
	padding-left: 15px;
	color: #000;
	text-decoration: none;
	
}

#category ul li ul li a    {
	padding-left: 15px;
	color: #000;
	text-decoration: none;
}



#category ul li a     {
	display: block;
	background-image: url(/images/nav_lev2_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 27px;
	padding-left: 0px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #8a8a8a;
	list-style: none;
	background-color: #c7c7c7;
}

#category ul li a:hover     {

	background-image: url(/images/nav_lev3_hov2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #c7c7c7;
	color: #000;
	text-decoration: underline;
	padding-left: 15px;

	
}

#category ul li ul    {
	display: block;

	background-image: url(Button_Group.jpg);
	text-decoration: none;
	list-style: none;
	background: #000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}



#category ul li ul li    {
	display: block;
	background-image: url(/images/nav_lev3_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 27px;
	text-decoration: none;
	list-style: none;
	background-color:#878787;
	border-bottom: 1px solid #595959;
	margin: 0px;
		padding: 0px 0px 0px 15px;
}




.Group  {
	display: block;
	height: 28px;
	background-image: url(/images/nav_lev1_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 27px;
	padding-left: 27px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #666;
	list-style: none;
	margin: 0px;
	background-color: #666;
}






.Group:hover {
	color: #666;
	text-decoration: underline;
}




.Option {
	display: block;
	height: 28px;
	width: 173px;
	background-image: url(Button_Option.jpg);
	line-height: 27px;
	padding-left: 27px;
	color: #666;
	text-decoration: none;
	list-style:none;
	border: 1px solid #666;
	list-style:none;
}

.Option ul {
	list-style:none;
	
}

.Option:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.show {
	display:inline;
	margin: 0px;
	padding: 0px;
}
.hide {
	display:none;
}

/* new for... */
#new-for-slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:490px;
	height:285px;
	overflow:hidden;
}

#new-for-slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#new-for-slide-images li img{
	display:block;
	background-color:#FFFFFF;
}



#search_header {
	float: left;
	height: 29px;
	list-style:none;	
	margin: 10px 0px 0px 10px;
	padding: 11px 0px 0px 44px;
	width: 260px;
	background-image: url(/images/search_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}

#search_results_box {
	float: left;
	list-style:none;	
	margin: 0px 0px 20px 10px;
	padding: 10px;
	width: 280px;
	border: 2px solid #000;
	
}

.fact_summary {
	float: left;
	border-bottom: 1px dotted #666;
	border-left: 3px solid #999;
	margin: 5px 0px 5px 0px;
	width: 273px;
	padding: 3px 0px 3px 5px;
	
}




/* VISITORS PAGE */


.visitors_titles {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #FFFF00;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
line-height: 20px;
margin: 0px 0px 7px 0px;
padding: 0px 0px 0px 0px;
width: 300px;

}

#visitors_bg {
	float: left;
	width: 958px;
	height: auto !important;
	min-height: 300px;
	background-color: #000;
	background-image: url(../images/visitors_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	
	
}

#visitors_map {
	float: left;
	width: 894px;
	height: auto !important;
	min-height: 404px;
	margin: 32px 0px 0px 32px;
	border: 2px solid #666;
	
}

#visitors_intro {
	float: left;
	width: 390px;
	height: auto !important;
	min-height: 61px;
	margin: 33px 35px 20px 35px;
	padding: 10px;
	border: 1px dotted #333;
	background-color: #000;
}

#visitors_new {
	float: left;
	width: 392px;
	height: auto !important;
	min-height: 61px;
	margin: 33px 0px 20px 30px;
	border: 1px dotted #333;
	padding: 10px;
}

#visitors_new_link {
	float: right;
	width: 100px;
	height: auto !important;
	min-height: 60px;
	margin: 0px;
	padding: 0px;
}



/* LOGIN PAGE */

#login_box {
	float: left;
	width: 800px;
	height: auto !important;
	min-height: 590px;
	padding: 15px;
	
}

fieldset {
	background-color: #fafad2;
	border: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border: 1px solid #DDD;
}

fieldset li {
	padding: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

fieldset ul {
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0px 5px 0px 26px;
}

fieldset ul li {
	padding: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
}

legend {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
	text-transform: none;
	height: 20px;
	background-color: #000;
	margin-left: 25px;
	margin-top: 10px;
}

#login {
	width: 200px;
	border-top: 1px solid #999 ;
	border-left: 1px solid #DDD ;
	border-bottom: 1px solid #DDD ;
	border-right: 1px solid #DDD ;
	padding: 5px;
}

#password {
	width: 200px;
	border-top: 1px solid #999 ;
	border-left: 1px solid #DDD ;
	border-bottom: 1px solid #DDD ;
	border-right: 1px solid #DDD ;
	padding: 5px;
}

#remember_me {
	padding: 5px;
}
