/* Main CSS */
div.float_left
{
	float: left;
}

div.clear
{
	clear: both;
}

#overlay
{
	position: fixed;
	left: 0pt;
	top: 0pt;
	z-index: 3; 
	display: none; 
	width: 10px; 
	height: 10px; 
	background: #ffffff;
	border: 1px #000000 solid;
	color: #000000;
	background: #c7cae1;
}

#overlay_bg
{
	position: fixed;
	left: 0pt;
	top: 0pt;
	z-index: 0; 
	background: #000000;
	filter: alpha(opacity=75); 
	-moz-opacity: .75;
	width: 100%;
	height: 100%;
	display: none;
}

#overlay_top
{
	height: 34px;
	background: url(../images/topbar.jpg) repeat-x;
}

#overlay_content
{
	background: #c7cae1 url(../images/overlaybg.jpg) repeat-x top;
}

#overlay_close
{
	cursor: pointer;
	float: right;
}
#overlay_title
{
	float: left;
	color: #ffffff;
	font-size: 18pt;
	font-family: tahoma;
	padding-left:10px;
	padding-top:2px;
}
.solid
{
	filter: alpha(opacity=100); 
	-moz-opacity: .100;
}

#admin_footer
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 32px;
	background: #000000;
}

.button
{
	background: url(../images/button.jpg);
	width: 72px;
	height: 23px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 10pt;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	overflow: hidden;
	border: none;
}

.button_submit
{
	background: url(../images/button.jpg);
	width: 72px;
	height: 27px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 10pt;
	cursor: pointer;
	text-align: center;
	/*padding-top: 6px;*/
	overflow: hidden;
	border: none;
	outline: none;
}

.click
{
	cursor: pointer;
	padding: 1px;
	color: #cccccc;
}

.click:hover
{
	text-decoration: underline;
}

.mouseover
{
	cursor: pointer;
	color: blue;
}

.mouseover:hover
{
	text-decoration: underline;
}

#component_menu, #pages_menu, #logout_menu, #widgets_menu
{
	display: none;
	position: fixed;
	top: 32px;
	width: 200px;
	border-top: 1px #ffffff solid;
	background: #000000;
	color: #ffffff;
}

#component_menu, #pages_menu, #logout_menu, #widgets_menu
{
	color: #ffffff;
}

#component_menu a, #pages_menu a, #logout_menu a, #widgets_menu a
{
	color: #cccccc;
	text-decoration: none;
}

#minibox
{
	margin: 5px;
	padding: 5px;
	border: 1px #000000 dashed;
	text-align: center;
	display: none;
}

.separate
{
	border-bottom: 1px #232a6e solid;
	padding-bottom: 10px;
}

#overlay_content h3
{
	font-size: 18pt;
	color: #232a6e;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.admin_editLocation
{
	position: static;
	z-index: 1;
}

.admin_editComponent
{
	position: relative;
}

.admin_bottom
{
	display: none;
	position: relative;
	z-index: 1;
	width: 30px;
	height:30px;
	background: url(../../plugins/admin/editarrow.png) center no-repeat;
}

#large_top_middle{
    z-index: 1;
}

#nav{
    z-index: 2;
}

#component_1{
    z-index: 3;
}


#component_1 ul{
    z-index: 4;
}

#component_1 li
{
    position: relative;
    z-index: 5;
}

#component_1 li ul
{
    position:   absolute;
    display:    none;
    top:        16px;
    left:       -8px;
    z-index:    10;
}

#component_1 li:hover ul
{
    display:    block;
    padding: 5px 0px;
    background-image:url('/themes/front/images/menu_bg.png'); 
    background-repeat: no-repeat;
    width: 140px;
    height: 100px 
}

#component_1 .grouped{
    display: block;
    padding: 4px 10px;
}


/* Admin CSS */

/* Style for component_5 */
#component_5 form
{
margin: 0;
}
#component_5 .content
{
padding-top: 2px;
padding-left: 10px;
}
#component_5 .adv
{
text-align: right;
margin-top: 8px;
}



/* Style for component_1 */
#component_1
{
text-align: center;
padding-top: 10px;
}
#component_1 .title
{
display: none;
}
#component_1 ul
{
margin: 0;
padding: 0;
}
#component_1 ul li
{
list-style-type: none;
display: inline;
padding: 0px 20px;
font-size: 14px;
position: relative;
}
#component_1 ul li a
{
color: #928680;
}
#component_1 ul li a:hover
{
color: #49362c;
}



/* Style for component_4 */
#component_4
{
color: #fff;
font-size: 12px;
height: 15px;
width: 280px;
float: left;
}
#component_4 .content
{

}

/* Style for component_6 */
#component_6
{
text-align: right;
font-size: 12px;
float: right;
height: 15px;
width: 620px;
}
#component_6 .title
{
display: none;
}
#component_6 ul
{
padding: 0;
margin: 0;
}
#component_6 ul li
{
list-style-type: none;
display: inline;
padding: 0;
padding-left: 10px;
margin-left: 10px;
}
#component_6 ul li.last, #component_6 ul li.inner
{
border-left: 1px #fff solid;
}
#component_6 ul li a:hover
{
color: #ffffff;
}

#component_6 img{
vertical-align: bottom;
}

/* Style for component_11 */
#component_11 .blog_date
{
font-style: italic;
margin-bottom: 20px;
}
#component_11 .blog_title a
{
color: #49362c;
}
#component_11 .blog_title
{
font-size: 14px;
font-weight: bold;
}
#component_11 .button2
{
float: left;
margin: 1px;
border: 1px #666666 solid;
}

#component_11 .blog_entry
{
margin-bottom: 20px;
}



/* Style for component_69 */
#component_69 ul
{
margin: 0;
padding: 0;
}
#component_69 ul li
{
list-style-type: none;
margin-bottom: 10px;
}

#component_69 .top_title
{
font-size: 16px;
font-weight: bold;
color: #4abcec;
margin-bottom: 15px;
}

/* Style for component_72 */
#component_72
{

}
#component_72 .top_title
{
font-size: 16px;
font-weight: bold;
color: #4abcec;
margin-bottom: 15px;
}

/* Style for component_96 */
#component_96
{
margin-left: 0px;
margin-bottom: 5px;
color: #fff;
font-size: 10px;
position: relative;
}
#component_96 .content
{
padding-top: 15px;
}

#component_96 .title
{
padding-left: 18px;
font-weight: bold;
font-size: 12px;
}

#component_96 .error
{
text-align: center;
font-weight: bold;
font-size: 12px;
color: red;
}

#username_bg
{
position: absolute;
font-size: 10px;
color: #c0c0c0;
left: 53px;
top: 39px;
}

#password_bg
{
position: absolute;
font-size: 10px;
color: #c0c0c0;
left: 53px;
top: 65px;
}

#component_96 a
{
color: #A4DDF5;
}

#component_96 .space
{
margin: 10px 0px;
padding: 0px 18px;
font-size: 10pt;
}

/* Style for component_70 */
#component_70 a
{
color: #fff;
}
#component_70 .top_title
{
font-size: 16px;
margin-bottom: 10px;
font-weight: bold;
}

#component_70 .archives
{
margin-top: 10px;
font-size: 14px;
}

/* Style for component_113 */
#component_113 ul
{
margin: 0;
padding: 0;
}
#component_113 ul li
{
list-style-type: none;
margin-bottom: 10px;
}

#component_113 .top_title
{
font-size: 16px;
font-weight: bold;
color: #4abcec;
margin-bottom: 15px;
}

