/* 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;
}

/* Admin CSS */

/* Style for component_1 */
#component_1
{

}
#component_1 .title
{
display: none;
}
#component_1 ul
{
margin: 0;
padding: 0;
}
#component_1 ul li
{
list-style-type: none;
margin: 10px 0;
}
#component_1 ul li a
{

}
#component_1 ul li a:hover
{

}

/* Style for component_3 */
#component_3
{

}
#component_3 .content
{
text-align: center;
}





/* Style for component_15 */
#component_15
{

}
#component_15 .content
{

}

#component_15 .content p
{
font-size: large;
}



