/*++++++++++++++++++++++++++++++++++++++++++++++++++++
| 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 */

/* FCKeditor Window */
#mycontent {
	width: 95%;
	height: 600px;
}

/* Login Page */
.loginform {
	width: 324px;
	padding: 5px;
	margin: 10px auto 0 auto;
	background-color: #FFFBE2;
	border: 1px solid #FFE222;
}
.loginform p {
	color: #222 !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
}
.loginform input[type="text"] {
	margin-right: 3px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif !important;
	color: #222 !important;
}

/* Restricted Page Login */
#LNE_restrictlogin {
	margin-top: 12px;
}
#LNE_restrictlogin form, #LNE_restrictlogin fieldset {
	border: 0;
	background: transparent;
	text-align: center;
}
#LNE_restrictlogin input {
	width: 50px;
}

/* Admin Input (Settings, Navigation, New Page, Delete Page) */
#LNE_admininput {
	width: 314px;
	margin: 10px auto;
	background: #FFFBE2;
	color: #222;
	padding: 10px;
	border: 1px solid #FFE222;
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-serif;
	font-size:11px;
}
#LNE_admininput h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: none;
	color: #444;
	text-shadow: 1px 1px 0px #FFF;
	margin-bottom: 14px;
}
#LNE_admininput a {
	color: #3B5998;
	border: none;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
#LNE_admininput a:hover, #LNE_admininput a:focus {
	text-decoration: none;
}
#LNE_admininput > table {
	margin: 0 auto 10px auto;
	border-collapse:collapse;
	border: 1px solid #FFE222;
	text-align: center;
}
#LNE_admininput > table tr {
	border-bottom: 1px solid #FFE222;
}
#LNE_admininput > table tr:first-child {
	background-color: #FFE222;
}
#LNE_admininput > table td {
	padding: 4px 6px;
}

/* Confirmation Messages */
.LNE_message {
	display: block;
	width: 324px;
	background-color: #E8FFD2;
	border: 1px solid #30AF22;	
	margin: 10px auto 0 auto;
	padding: 5px;
	color: #30AF22;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 13px;
	text-align: center;
}
.LNE_message a {
	color: #3B5998 !important;
	text-decoration: underline !important;
}
.LNE_message a:hover, .LNE_message a:active {
	text-decoration: none !important;
}

/* Warning Message for Deleting a Page */
.LNE_deletemessage {
	width: 324px;
	background-color: #FFBBBB;
	border: 1px solid #C80000;	
	margin: 0 auto 10px auto;
	padding: 5px;
}
.LNE_deletemessage p {
	color: #C80000;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 13px;
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	text-align: center !important;
}
.LNE_deletemessage fieldset {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center !important;
}
.LNE_deletemessage input[type="text"] {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif !important;
	color: #222 !important;
	margin: 0 !important;
}

/* Admin Toolbar */
#LNE_admin {
	width: 324px;
	margin: 10px auto;
	padding: 5px;
	background-color: #FFFBE2;
	border: 1px solid #FFE222;
	text-align: center;		
}
#LNE_admin a {
	display: inline-block;
	border: none !important;
	margin: 0 4px;
	background: none !important;
	color: #3B5998 !important;
	font-weight: normal !important;
}
#LNE_admin #admin-toplinks {
	display: block;
	text-align: right;
	padding-bottom: 8px;
}
#LNE_admin #admin-toplinks a {
	display: inline;
	color: #3B5998 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	text-decoration: underline !important;
}
#LNE_admin #admin-toplinks a:hover, #LNE_admin #admin-toplinks a:active {
	text-decoration: none !important;
}
#LNE_admin img {
	border: none !important;
	margin: none !important;
	padding: none !important;
	background: none !important;
	display: inline;
	margin: 0 !important;
}

/* Admin Form Elements */
#restrictedcheckbox {
	margin: 0.4em 0 0 0;
	padding: 0;
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#submitcancel {
	margin: 0.7em 0 1em;
}

/* Edit Page */
#deletepagelink {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	display: inline-block;
	padding: 3px;
	float: right;
	margin-bottom: 5px;
	color: #C80000;
	text-decoration: underline;
	border: none !important;
	padding: none!important;
	margin: 0 0 5px 0 !important;
}
#deletepagelink:hover {
	color: #FFF;
	background-color: #C80000;
	border: none !important;
}
#deletepagelink + form {
	clear: right;
}

/* Settings Page */
ul#themechooser {
	height: 200px;
	overflow: auto;
	background-color: #FFF4AF;
	padding: 0 0 0 5px !important;
	margin: 0 0 15px 0 !important;
	border: 1px solid #888 !important;
}
ul#themechooser li {
	display: inline-block;
	width: 135px;
	margin: 10px 5px 0 0 !important;
	color: #222 !important;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif !important;
	font-size: 11px !important;
}
ul#themechooser li img {
	width: 135px;
	border: none;
}
ul#themechooser input {
	display: inline !important;
	width: 16px !important;
	margin-right: 2px !important;
}
ul#themechooser h3 {
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	color: #222;
	margin: 0;
	padding: 5px 0 0 0;
}
.accountsettings {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif !important;
	font-size: 11px !important;
	font-style: italic !important;
	width: 324px;
	padding: 5px;
	margin: 0 auto 10px auto;
	background-color: #FFFBE2;
	border: 1px solid #FFE222;
	color: #222 !important;
}
.accountsettings a {
	background: none !important;
	text-decoration: underline !important;
	border: none !important;
	color: #3B5998 !important;
}

/* ColorBox Core Style
The following rules are the styles that are consistant between themes.
Avoid changing this area to maintain compatability with future versions of ColorBox. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* ColorBox example user style
The following rules are ordered and tabbed in a way that represents the
order/nesting of the generated HTML, so that the structure easier to understand. */
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(../img/colorbox/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(../img/colorbox/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(../img/colorbox/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../img/colorbox/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(../img/colorbox/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(../img/colorbox/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(../img/colorbox/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(../img/colorbox/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../img/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(../img/colorbox/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
