/* WeBlog CSS sheet

Design by bosam. Rel : 1.0   */
/* BASES / CONFIGURATION */
BODY {
	margin: 0 0;
	padding: 0;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica,sans-serif;
	background: #FFF4E9;/* url("./images/body_bg.png") repeat-x;*/
	font-size: 80%;
}

#base {
	position: absolute;
	width: 73%;
	height: auto;
	border: 2px #FFAD74 solid;
	margin-left: 12%;
	background-color: #FFFBF7;
}
#menu {
	float: right;
	background-color: #FFD5B7;
	border-bottom: 1px #FFAD74 solid;
}
#menu UL {
	float: right;
	padding: 0;
	margin: 0;
	overflow: visible;
}

#menu UL LI {
	display: inline;
}
#menu UL LI A, #menu UL LI SPAN {
	position: relative;
	display: block;
	float: left;
	padding: 0.4em 0.9em 0.6em;
	text-decoration: none;
	border: 0;
	color: #FF6600;
	font: 1.6em Tahoma, Helvetica, Arial, sans-serif;
	margin-bottom: -1px;
	cursor: pointer;
}
#menu UL LI A:hover, #menu UL LI A:focus {
	background: #FFAD74;
	color: #FFF4E9;
}

#summary, #summary_bottom {
	float: right;
	margin-top: 0.8%;
	border: 1px #FFF6EF solid;
	background-color: #FFECDF;
	color: #000;
	padding: 1em 0 1em 1.4em;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	border-bottom: 2px #FFF4E9 solid;
	width: 95%;
}

#sub_summary, #sub_summary_bottom {
	float: left;
	background-color: #FFB47E;
	padding: 0.5em;
	width: 96%;
}

#left_column, #left_column_bottom {
	float: left;
	width: 59%;
	padding: 4px;
	background-color: #FFFBF7;
	border: 1px #FF6600 solid;
	border-top: 2px #FF6600 solid;
}

#right_column, #right_column_bottom {
	float: right;
	width: 36%;
	background-color: #FFFBF7;
	padding: 4px;
	border: 1px #FF6600 solid;
	border-top: 2px #FF6600 solid;
}

.main_title {
	font: 1.6em Helvetica, Arial, sans-serif;
	color: #FF6600;
}

.sub_title {
	padding-left: 5px;
	font: 1.4em Tahoma, Arial, sans-serif;
	color: #FF6600;
}

.sub_info {
	display: block;
	padding: 1px;
	padding-left: 5px;
	margin-bottom: 2px;
	background-color: #FFF4E9;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #000;
}

HR {
	color: #FFF4E9;
	background-color: #FFF4E9;
	height: 3px;
	border: 0;
	width: 95%;
}

ACCRONYM, ABBR {
	border-bottom: 1px dotted;
	cursor: help;
}

#main_stats {
	float: left;
	width: 48%;
	background-color: #FFF4E9;
}

#opt_stats {
	float: right;
	width: 50%;
	background-color: #FFF4E9;
}

.presentation {
	padding: 0.2em 0 0.2em 1.4em;
	color: #444444;
	font: 1.5em Arial, Helvetica, sans-serif;
	background-color: #FFF6EF;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 2%;
}

.ticket_base {
	margin-left: 4%;
	margin-right: 4%;
}

.ticket_titlebar {
	color: #FFAD74;
	font: 1.5em Arial, Helvetica, sans-serif;
	background-color: #FFD8BC;
	padding: 0.2em 0 0.2em 0.3em;
	margin-top: 1%;
	font-weight: bold;
}

.ticket_info, .ticket_comments {
	padding: 0.2em 0 0.2em 0.2em;
	background-color: #FFF4E9;
	font: 1em Arial, Helvetica, sans-serif;
	margin-left: 2%;
}

.ticket_content {
	font: 1em Arial, Helvetica, sans-serif;
	padding: 0.5em 0 1.2em 1.4em;
}

.ticket_items {
	float: right;
	background-color: #FFD8BC;
	padding: 0.1em;
}
	.ticket_items LI > A {
		color: #444444;
	}
	.ticket_items LI > A:hover {
		color: #FF6600;
	}
	.item_infos {
		background: url("../../wb_admin/templates/images/information.png") left center no-repeat;
		padding-left: 20px;
		list-style: none;
	}

.ticket_next {
	background: url('./images/next.png') center left no-repeat;
	padding-left: 18px;
}

#com_form {
	background-color: #FFB47E;
	border-top: 1px #FFAD74 solid;
	border-bottom: 1px #FFAD74 solid;
}

#texttools > A {
	color: #FF6600;
	font-weight: bold;
}

#logo_top {
	width: 190px;
	height: 90px;
	background: #FFF4E9 url("./images/logo_top.png") top center no-repeat;
	margin-left: 12%;
}

*::-moz-selection {
	background-color: #FFD8BC;
	color: #444444;
}

A {
	font-size: 12px;
	color: #FFF4E9;
	text-decoration: none;
}
A:link {
	color: #30454A;
	text-decoration: none;
}
A:visited , A:visited:hover {
	color: #03454A;
	text-decoration: none;
}
A:hover {
	color: #FF6600;
	text-decoration: none;
}
FORM {
	margin: 2px;
	padding: 2px;
}
TEXTAREA {
	background-color: #FFFBF7;
	border: 1px #FF6600 solid;
	color: #444444;
	font-size: 1.5em;
	padding: 3px;
	width: 100%;
}
SELECT {
	color: #FF6600;
	background-color: #FFFBF7;
	font-weight: bold;
	border: none;
	font-size: 1em;
	padding: 3px;
}
INPUT {
	color: #FF6600;
	font-size: 12px;
	background-color: #FFFBF7;
	border: 1px #FF6600 solid;
	margin-top: 1px;
	padding: 3px;
	font-size: 1.1em;
}
INPUT[type=radio] {
	border: none;
	background-color: #FFECDF;
}
#we_message, #SearchArea {
    position: absolute;
	border: 2px #FFAD74 solid;
	background-color: #FFFBF7;
	padding: 12px;
	left: 50%;
	top: 50%;
	width: 400px;
	margin-left: -200px;
	z-index: 1000; /* Needed for all design */
	/* FX */
	-moz-border-radius: 10px;
}
	#we_message A, #we_message_system A {
		color: #FF6600;
	}
	#we_message > A:hover, we_message_system > A:hover {
		font-weight: normal;
		border-bottom: 1px #FFAF79 dashed;
	}
#lang_panel {
	position: absolute;
	right: 15%;
	top: 2%;
}
#lang_title {
	cursor: default;
	font-size: 1em;
	color: #FF6600;
	background-color: #FFD5B7;
	padding: 3px;
	margin-bottom: 2px;
}
#lang_choice {
	display: block;
	margin-top: 2px;
	padding-top: 3px;
	text-align: center;
}
.smileys_panel {
	display: none;
	position: absolute;
	border: 2px #FFAD74 solid;
	background-color: #FFF4E9;
	margin-top: -11%;
	padding: 2px;
	/* FX */
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
	.smileys_panel:hover {
		/* FX */
		-moz-opacity: 1.0;
		filter: alpha(opacity=100);
	}
.smileys_bar {
	background-color: #FF6600;
	padding: 0.2em;
	color: #FFF4E9;
	font-weight: bold;
	text-align: left;
	cursor: move;
}
.smileys_close_btn {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0.4em;
	margin-right: 0.4em;
}
.item_viewer {
	display: none;
	position: absolute;
	border: 2px #FFAD74 solid;
	background-color: #FFF4E9;
	padding: 2px;
	margin-left: 5%;
	margin-top: -20%;
	/* FX */
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
	.item_viewer:hover {
		/* FX */
		-moz-opacity: 1.0;
		filter: alpha(opacity=100);
	}
.quote {
	font-size: 1em;
	color: #7F2626;
	font-variant: normal;
	border: 1px #FF6600 solid;
	border-left: 6px #FF6600 solid;
	margin-left: 5px;
	margin-top: 3px;
	padding: 3px;
	/* FX */
	-moz-border-radius: 4px;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
/* [Code] Marks*/
.code_screen {
	padding: 1px;
	font-size: 1.2em;
	border: 1px #FF6600 solid;
	padding: 0.2em 0 0.2em 0.5em;
	/* FX */
	-moz-border-radius: 5px;
}
.code_title {
	padding: 2px;
	color: #FFF4E9;
	font-weight: bold;
	cursor: default;
	background-color: #FF6600;
	/* FX */
	-moz-border-radius: 4px;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

.onecom {
	font-weight : bold;
	color: #FF6600;
}
.sevcoms {
	font-weight : bold;
	color: black;
}
.oriAUT {
	font-variant: small-caps;
	font-size: 11px;
}
.modulo {
	font-weight: bold;
	font-size: 12px;
	color: #FFF4E9;
	background-color: #FFD8BC;
	padding: 3px;
	cursor: default;
	/* FX */
	-moz-border-radius: 3px;
}
/* Categories */
#categories UL {
	padding: 0;
	margin: 0;
	list-style-image: url("images/bullet.gif");
	list-style-position: inside;
}
#links UL {
	padding: .1em;
	margin: 0;
	list-style-image: url("images/world.png");
	list-style-position: inside;
}
#categories UL LI {
	padding: 0.1em;
	background-color: #FFF4E9;
	margin-bottom: 0.1em;
}

#categories UL LI A, #links UL LI A {
	padding-left: 0.2em;
}
#categories UL LI A:hover, #links UL LI A:hover {
	color: #FF6600;
}
.categories_infos, .links_infos {
	float: right;
	margin-right: 1px;
	margin-top: 1px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: url("./images/info.gif") center center no-repeat;
	list-style: none;
	list-style-image: none;
}
.categories_desc {
	background-color: #FFD8BC;
	color: #444444;
	margin-top: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	font-size: x-small;
	list-style: none none none;
}
.links_desc {
	background-color: #FFD8BC;
	color: #444444;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: x-small;
	list-style: none none none;
}

/* Links */
.links_title {
	border-right: none;
	border-left: none;
	color: #FF6600;
	background-color: #FFF4E9;
	text-align: left;
	padding: 1px; /* Fix */
	padding-left: 3px;
	padding-bottom: 3px;
	cursor: default;
}
.links_category {
	font-weight: bold;
	list-style-image: url("./images/bullet_star.png");
	list-style-position: inside;	
}
.links_panel {
	text-align: left;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.button_counter {
	float: right;
	margin-right: 5px;
	width: 19px;
	height: 18px;
	background: #FFF4E9 url("./images/chart_bar.png") center center no-repeat;
	list-style: none;
	list-style-image: none;
}
.links_desc {
	margin: 1px;
	padding: 2px;
	font-size: x-small;
	color: #444444;
	background-color: #FFF4E9;
}
.links_infos {
	float: right;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url("images/info.gif") center center no-repeat;
	list-style: none;
	list-style-image: none;
}
.links_counter {
	float: right;
	margin-right: 5px;
	list-style: none;
	list-style-image: none;
}
.links_link {
	padding: 2px;
}
/* Customisation */
/* Main Objects */
IMG {
	border: none;
}
INPUT[type=submit]:hover, INPUT[type=button]:hover {
	border: 1px #FF6600 inset;
}
FIELDSET {
	border: 2px #FFF4E9 solid;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #FFECDF;
}
LEGEND {
	color: #FF6600;
	font-size: 1.5em;
}
.art_items A {
	color: #000;
}
/* Search & Link Engine Style */
#we_search {
	background: url("images/magnifier.png") no-repeat;
	background-color: #FFFBF7;
	background-position: 2% 50%;
	color: #444444;
	padding-left: 20px;
}
#we_search_loading {
	float: right;
	background-image: url("images/indicator.gif");
	width: 16px;
	height: 16px;
}
#we_mail {
	background: url("images/email.png") 0.2em center no-repeat;
	padding: 0.2em 0.4em 0.2em 20px;
	background-color: #FFFBF7;
}

.mod_pages_cell {
	float: right;
	margin-right: 2.5em;
}

.mod_pages > A, .mod_pages_end > A {
	padding: 3px;
}
.mod_pages > A:hover, .mod_pages_end > A:hover {
	color: #FFF4E9;
	background-color: #FFB47E;
	/* FX */
	-moz-border-radius: 3px;
}
#coverback {
	color: #FFB47E;
	background-color: #FFF4E9;
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
}
#coverback:hover {
	background-color: #FFECDF;
	border: 2px #FFAD74 solid;
	color: #FF6600;
	cursor: pointer;
	font-weight: bold;
}
#footer {
	position: relative;
	bottom: 0;
	background-color: #FFF4E9;
	color: #000;
	padding: 2px;
	margin-bottom: 2px;
	font-size: 75%;
	text-align: center;
}

#antispam_cell {
	float: right;
	border: 2px #FFF4E9 solid;
	width: 50%;
	padding: 2px;
}
#antispam_textbox {
	margin-bottom: 7px;
}
#antispam_aska_cell {
	font-size: x-small;
	background-color: #FFB47E;
	padding: 1px;
}
#antispam_aska {
	cursor: pointer;
	color: #FFF4E9;
	font-weight: bold;
}
#antispam_title {
	color: #FF6600;
	font-weight: bold;
	font-size: 1.6em;
	padding-left: 3px;
	padding-right: 3px;
}
.openid_url {
	background: url("../../wb_admin/templates/images/openid.gif") no-repeat;
	background-color: #FFFBF7;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
}
.openid_loggued {
	background-color: #FFF4E9;
	color: #000;
	padding: 2px;
	margin-left: 2px;
	/* FX */
	-moz-border-radius: 10px;
}
.openid_link A {
	color: #FFF4E9;
}
.openid_logout {
	float: right;
	padding: 1px;
}
#openid_form A:link, #openid_form A:visited {
	font-size: 1.1em;
	color: #FF6600;
}
#comtextarea {
	border: none;
	width: 99%;
}
.time_prefix {
	font-size: x-small;
}

/* Search Results */
.results_match {
	list-style-image: url("../../wb_admin/templates/images/tick.png");
	list-style-position: inside;
	padding: 0.2em;
}
.results_error {
	list-style-image: url("../../wb_admin/templates/images/error.png");
	list-style-position: inside;
	padding: 0.2em;
}
#we_message UL LI A, #SearchArea UL LI A {
	color: #000;
}
#we_message UL LI A:hover, #we_message UL LI A:focus, #SearchArea UL LI A:hover, #SearchArea UL LI A:focus {
	color: #FF6600;
}

#we_message > UL, #SearchArea > UL { margin-left: 0.5em; padding: 0.1em; }

#results_intro {
	background: url("../../wb_admin/templates/images/help.png") left center no-repeat;
	padding-left: 20px;
	list-style: none;
}
.results_category {
	display: block;
	background: url("../../wb_admin/templates/images/chart_organisation.png") 0.3em center no-repeat;
	padding: 0.2em;
	padding-left: 20px;
	background-color: #FFB47E;
	text-align: center;
	color: #FFF4E9;
	font-weight: bold;
	margin: 0.3em;
	cursor: default;
}

#preview_warning {
	color: #FF6600;
	font-size: 1.2em;
	text-align: center;
}

/* Calendar */

.cal_table {
	margin: 0 auto;
	width: 220px;
}
.cal_table TBODY {
	text-align: center;
}
.cal_years {
	background-color: #FFD8BC;
	color: #000;
	margin: 0.5em auto;
	padding: 0.5em 0;
	font-weight: bold;
}
	.cal_years A {
		font-size: 1.4em;
	}

.cal_weeks {
	text-align: center;
	font-weight: bold;
	padding-bottom: 0.4em;
}

.cal_days_selected {
	background: #FF6600 url("../../wb_admin/templates/images/today.png") no-repeat scroll right top;
	color: #FFF;
	font-weight: bold;
}
	.cal_days_selected A {
		color: #FFF;
	}
	.cal_days_selected A:hover {
		color: #FFF4E9;
	}

.cal_dom {
	background-color: #FFF;
	text-align: center;
}
.cal_dom_alt {
	background-color: #F5F5F5;
	text-align: center;
}
.cal_weekends {
	background: #FFB47E url("../../wb_admin/templates/images/today.png") no-repeat scroll right top;
	color: #000;
}

.box {
	color: #FFF;
	background: #E8B174;
	width: 300px;
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
}
.boxtop { 
  background: url("../../wb_admin/images/ne.gif") no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url("../../wb_admin/images/nw.gif") no-repeat top left; 
}
.boxbottom { 
  background: url("../../wb_admin/images/se.gif") no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url("../../wb_admin/images/sw.gif") no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
