/*++++++++++++++++++++++++++++++++++++++++++++++++++++
| LightNEasy Content Management System
| Copyright 2007 - 2008 Fernando Baptista
| http://LightNEasy.org
++++++++++++++++++++++++++++++++++++++++++++++++++++++
| lightneasy.css Version 2.0
++++++++++++++++++++++++++++++++++++++++++++++++++++++
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+++++++++++++++++++++++++++++++++++++++++++++++++++++
General classes for LightNEasy elements on page display */

#mycontent {
	width: 95%;
	height: 600px;
}

#LNE_restrictlogin {
	margin-top: 12px;
}

#LNE_restrictlogin form, #LNE_restrictlogin fieldset {
	border: 0;
	background: transparent;
	text-align: center;
}

#LNE_restrictlogin input {
	width: 50px;
}

#LNE_admininput {
	width: 400px;
	margin: 50px auto;
}

#LNE_admininput h2 {
	margin-bottom: 14px;
}

#LNE_admininput a, #LNE_admininput img {
	border: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#LNE_admininput table.settings {
	border: none;
	width: 400px;
	margin: 0 auto;
}

#LNE_admininput table.settings td {
	width: 50px;
	text-align: center;
}

#LNE_admininput input, #LNE_admininput textarea {
	width: 200px;
}

#LNE_admininput fieldset {
	background: #e0e0e0;
	color: #000;
	padding: 10px;
	border: 0;
}
.LNE_title {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 8px;
}

.LNE_message {
	display: block;
	font-size: 1.2em;
	color: #c00;
	margin: 0 0 10px 0;
	background:none;
}

#LNE_admin {
	width: 72px;
}

#LNE_admin table {
	border: 0;
}

#LNE_admin td {
	width: 24px;
}

.LNE_gallery {
	margin: auto;
}

.LNE_gallery_img {
	margin: 6px;
	padding: 0;
	border: 1px solid #000000;
}

.LNE_gallery fieldset, .LNE_gallery fieldset, .LNE_gallery table {
	border: none;
}

/*gallery selection box */
.LNE_select {
	background: #d0d0d0;
	border-top: 2px solid #f0f0f0;
	border-left: 2px solid #f0f0f0;
	border-right: 2px solid #b0b0b0;
	border-bottom: 2px solid #b0b0b0;
	padding-left: 4px;
}



/* Classes for contact form */
#LNE_contact {
	width: 95%;
	margin: auto;
}

#LNE_contact form {
	border: none;
	background: transparent;
}

#LNE_contact fieldset {
	background: transparent;
	border: none;
}

#LNE_contact table  {
	border: none;
}

/* Menus classes */
.LNE_menu {
}

.LNE_menu_ul {
}

.LNE_menu_intend {
	margin-left: 10px;
}

.LNE_menu_doubleintend {
	margin-left: 20px;
}

.rss {
	float: right;
	margin: 0;
	padding: 0 6px;
	border: none;
}

.rss a, .rss a:hover {
	text-decoration: none;
}

.rss img {
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}




#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{
	border: none;
}

#setting .addpage{
	list-style-image:url(images/addpage.png);
}
#setting .extra{
	list-style-image:url(images/extra.png);
}
#setting .news{
	list-style-image:url(images/news.png);
}
#setting .gowebsite{
	list-style-image:url(images/gowebsite.png);
}
#setting .menu{
	list-style-image:url(images/menu.png);
}
#setting .generate{
	list-style-image:url(images/generate.png);
}
#setting .setup{
	list-style-image:url(images/setup.png);
}
#setting .sitemap{
	list-style-type:none;
	padding-top:7px;

}

iframe#I2{
	width:100%;
	height:28px;
}

#setting ul{
	margin-left:50px;
}