
/**
 * ACID - AssoCIateD - A Simple System Or CMS Indicated to Associations or To Everybody Demanding (Silly isn't it ? I know...)
 * Author : Hervé LABAS <herve.labas@free.fr>
 * Date : 10/01/2006
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
/********/
/* BASE */
/********/
body, body.admin {
	background-color: #F7F7F7;
	padding: 10px 0 20px 0;
	margin: 0;
	text-align: center;
	font-family:  Tahoma, Arial, FreeSans, sans-serif;
	color: #343434;
	font-size: 9pt;
}
img {
	border: 0;
	margin: 0;
	vertical-align: middle;
}
a {
	margin: 0;
	color: #E31079;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.std {
	margin: 0 !important;
	color: #E31079 !important;
	text-decoration: underline !important;
}
a.actus {
	text-decoration: none;
	color: #666666;
}
a.actus:hover {
	color: #222222;
}
a.desc {
	background: url(../img/admin/arrow_down.png) no-repeat center right;
	padding-right: 15px;
}
a.asc {
	background: url(../img/admin/arrow_up.png) no-repeat center right;
	padding-right: 15px;
}

table {
	margin: 10px auto 10px auto;
	border: none;
	font-size: 100%;
}
table.listing {
	display: inline-block;
}
table.listing tfoot {
	text-align: left;
}
table.rss-listing caption,
table.listing caption,
table.center caption,
.center table caption {
	text-align: center;
	width: 100%;
}
table.rss-listing,
table.listing {
	font-size: 90%;
	border: 1px solid #E7E7E7;
}

th, td {
	padding: 5px;
	margin: 1px;
}

td.highlight, td.highlightcenter {
	background: #F1F1F1;
}
td.highlightcenter {
	text-align: center;
}

table.bordered {
	border: solid #E7E7E7;
	border-width: 1px 0 0 1px;
}
table.bordered td, table.bordered th {
	border: solid #E7E7E7;
	border-width: 0 1px 1px 0;
	vertical-align: middle !important;
}

th {
	text-align: center;
	background: #343434;
	height: 30px;
	margin: 0;
	color: #fff;
}
th a {
	color: #fff;
}
p {
	padding: 3px 0 3px 0;
	margin: 9px 0 9px 0;
}

ul.for_checks,
ul.inline {
	list-style-type: none;
	padding: 0 0 3px 0;
	margin: 0;
	display: inline;
}

ul.for_checks li,
ul.inline li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
ul.for_checks li {
	vertical-align: middle;
	margin-top: 3px;
	padding-right: 5px;
	border: solid #E7E7E7;
	border-width: 0 1px 0 0;
}
ul.for_checks {
	background: url(../img/admin/arrow_checks.png) no-repeat top left;
	padding-left: 20px;
	margin-left: 20px;
	text-align: left;
}
.rightblock h1,
h1 {
	color: #56B4DE;
	margin: 5px 0 5px 0;
	padding: 0 0 3px 20px;
	background-image: url(../img/fonds/h1.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	font-size: 120%;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	border: solid #DFDFDF;
	border-width: 0 0 2px 0;
	letter-spacing: 1px;
}
h1.center
{
	background-image: none;
}
caption,
h2 a,
h2 {
	font-weight: bold;
	color: black;
	font-size: 100%;
	padding: 5px;
	text-align: left;
}
h2 a { text-decoration: none; }
h2 {
	margin-top: 3px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	color: #56B4DE;
	padding: 5px;
}

cite {
	font-size: 90%;
	color: #999999;
	font-style: normal;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: disc;
}
div.register_div {
	padding: 15px;
}

/*****************
 * LANG SWITCHER - THEME SWITCHER
 *****************/
#theme_switcher,
#lang_switcher_form {
	margin: 3px 3px 3px 0;
	white-space: nowrap;
	text-align: right;
}


/***************/
/* GLOBAL DIV  */
/***************/
#content_body {
	width: 964px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff url(../img/layout/left.gif) repeat-y top left;
	text-align: left;
}

#leftcol {
	padding: 0;
	width: 20%;
}
#content-table {
	margin: 0 0 0 9px;
	padding: 0 .7em 0 0;
	width: 100%;
}

#content-table td {
	vertical-align: top;
	font-size: 100%;
	padding: 0;
}
#content-table td td {
	padding: 3px;
}
#content {
	padding: .7em;
}

#main {
	background: url(../img/layout/right.gif) repeat-y top right;
	padding: 0 9px 10px 0;
	margin: 0;
}

/* left column links (online / newsletter) */
.left_menu {
	text-align: left;
	padding-left: 1em;
	margin-top: 5px;
	font-size: .9em;
}

/***********/
/* HEADER  */
/***********/
#header-top {
	background: #fff url(../img/layout/top.gif) no-repeat 0 0;
	height: 15px;
}
#bandeau {
	margin-bottom: 0px;
	padding: 0;
	height: 110px;
	position: relative;
}
#gauche {
	display: block;
	width: 30%;
	height: 110px;
	position: absolute;
	left: 0;
}
#bandeau #droite {
	display: block;
	width: 205px;
	padding-top: 10px;
	position: absolute;
	right: 9px;
	text-align: right;
}
#bandeau #bandeau-main {
	background: url(../img/bandeau/jvs.gif) no-repeat 45px 10px;
	height: 110px;
	width: 98%;
	display: block;
	margin: 0;
	padding: 0;
}
#bandeau #droite div.lang-theme {
	height: 97px;
	text-align: left;
	padding-right: 20px;
}
#bandeau #droite a {
	text-align: right;
	overflow: hidden;
	text-decoration: none;
	height: 23px;
	color: #fff;
	padding: 9px 3px 0 0;
	font-variant: small-caps;
	font-size: 9pt;
	background-color: transparent;
}

/***************/
/* UTILISATEUR */
/***************/
#utilisateur {
	background-color: #343434;
	text-align: left;
	color: #fff;
	padding: .5em 0 0 1em;
	margin: 20px 0 0 9px;
	font-size: 90%;
	clear: both;
	position: relative;
	z-index: 0;
	height: 2em;
}
#utilisateur p {
	display: inline;
	vertical-align: middle;
}
#utilisateur ul {
	display: inline;
	vertical-align: middle;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#utilisateur ul li {
	display: inline;
	margin: 0 0 0 5px;
}
#utilisateur img {
	vertical-align: middle;
}
#utilisateur #user_id {
	position: absolute;
	right: 3px;
	top: 3px;
}
hr.invisible {
	visibility: hidden;
	clear: both;
}
#foot {
	background: url(../img/layout/bottom.gif) no-repeat bottom left;
	display: block;
	height: 15px;
}
/********************/
/* ZOOM-LIKE BLOCKS */
/********************/
.rightblock {
	padding: 0 10px 10px 10px;
	background: white;
	float: right;
	margin-left: 10px;
	width: 27%;
}
.rightblock h1 {
	padding-left: 14px;
}
.rightblock img.png {
	display: none;
}
.rightblock p
{
	padding-left: 5px;
	font-family: Verdana, sans-serif;
}
.rightblock p.center a:hover {
	text-decoration: underline
}
.rightblock p.center a {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
}
.rightblock p.center {
	padding: 0;
	margin: 0 0 5px 0;
}
.rightblockcontent {
	padding: 0;
}
.rightblock ul.actus {
	font-size: 85%;
}
ul.actus {
	margin: 4px;
	padding: 0;
	font-size: 100%;
}
ul.actus li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
ul.actus ul li {
	padding: 0;
	margin: 0 0 0px 0;
}
ul.actus li p {
	margin: 0;
	padding: 5px 2px 2px 0px;
}
hr {
	width: 80%;
	height: 1px;
	border: solid #DFDFDF;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	background: transparent;
}
span.date {
	color: #000;
	font-weight: bold;
}
ul.onglets {
	list-style-type: none;
	padding: 0 !important;
	margin: 0;
	text-align: center;
	border: solid #D6D6D6;
	border-width: 0 2px 2px 2px;
}
ul.onglets li {
	display: inline;
	font-weight: bold;
	font-size: 90%;
	padding: 0;
}
ul.onglets li a:hover {
	background-color: #E1E6F5;
}
ul.onglets li a {
	padding: 0 10px 0px 10px;
	color: #56B4DE;
	text-decoration: none;
}
ul.onglets li.selected a {
	color: #E31079;
	text-decoration: none;
	background-color: #F7F7F7;
}
ul.onglets li.selected a:hover {
	background-color: #F7F7F7;
}

/********/
/* MENU */
/********/

#sitemenu {
	padding: 0 0 1px 0;
	margin: 0;
}
#sitemenu ul {
	margin: 1px 0 0 0;
	padding: 0;
}
#sitemenu ul.first {
	padding: 5px 5px 5px 0;
	margin: 0;
	border: solid #E7E7E7;
	border-width: 0 0 1px 0;
}
#sitemenu ul li {
	padding: 0;
	margin: 0 0 1px 0;
	list-style-type: none;
	clear: both;
}
#sitemenu li span {
	min-height: 12px !important;
}

#sitemenu div.menuItem {
	position: relative;
	min-height: 17px;
}

#sitemenu a,
#sitemenu .them {
	min-height: 13px;
	padding: 4px 5px 4px 10px;
	margin: 0px 0 1px 0;
	text-decoration: none;
	font-size: 100%;
	color: #E31079;
	border: 1px solid #fff;
}
#sitemenu .them {
	cursor: default;
	background-color: transparent;
	display: block;
	padding: 4px 5px 4px 10px;
	text-decoration: none;
	font-size: 100%;
	width: 10px;
	float: left;
}
#sitemenu a.them-closed {
	background: transparent url(../img/plus.png) no-repeat center !important;
}
#sitemenu a.them-opened {
	background: transparent url(../img/minus.png) no-repeat center !important;
}
#sitemenu a.them-closed,
#sitemenu a.them-opened {
	border: none;
	position: absolute;
	left: 0;
	height: 10px;
	font-style: normal !important;
	width: 10px;
	margin-right: 3px;
	padding: 6px 5px 4px 10px;
}
#sitemenu .them-sel,
#sitemenu a.selected,
#sitemenu a:hover,
#sitemenu a.selected:hover {
	color: #E31079;
	background: #F7F7F7;
	border: 1px solid #E7E7E7;
}
#sitemenu a {
	display: block;
	padding-left: 20px;
}
#sitemenu a.them-closed:hover,
#sitemenu a.them-opened:hover {
	border: none;
}
/* Sous menu */
#sitemenu ul li ul {
	padding: 0 0 0 15px;
	font-family: Verdana, sans-serif;
	font-size: 100%;
}
#sitemenu ul li ul a {
	min-height: 15px;
	color: #666;
	margin: 0 0 2px 0;
	border-width: 1px 1px 1px 4px;
	font-size: 8pt;
	padding-left: 17px;
}
#sitemenu ul li ul a:hover,
#sitemenu ul li ul a.selected,
#sitemenu ul li ul a.selected:hover {
	color: #000;
	border-color: #fff;
	background: #fff;
}
#sitemenu ul li ul a:hover,
#sitemenu ul li ul a.selected,
#sitemenu ul li ul a.selected:hover {
	border-color: #fff #fff #fff #E31079;
	border-width: 1px 1px 1px 4px;
}
#sitemenu ul li ul div.selected-under a {
	border-color: #fff;
}
#sitemenu ul li img {
	position: absolute;
	z-index: 3;
	right: 3px;
	top: 0px;
}

/* Administration du menu */
#them {
	padding: 0 0 1px 0;
	margin: 0 2px 0 5px;
	border: solid black;
	border-width: 0 0 1px 0;
	clear: none;
}
#them ul {
	margin: 0 0 0 22px;
	padding: 2px 0 0 0;
	background-image: none;
}
#them ul li {
	margin: 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	list-style-position: outside;
	clear: both;
}
#them a,  #them .them, #them .them-sel {
	display: block;
	color: #707070;
	padding: 5px 5px 5px 10px;
	margin: 0;
	text-decoration: none;
	background-color: #F1F1F1;
	vertical-align: bottom;
	font-size: 95%;
}
#them .themItem, #them .themItem a {
	color: #707070;
	padding: 3px 0 5px 5px;
	margin: 0;
	text-decoration: none;
	background-color: #F1F1F1;
	vertical-align: bottom;
	font-size: 100%;
	display: block;
	float: none;
	cursor: default;
}
#them .themItem .themItem {
	background-color: transparent;
}
#them img.imgMove {
	cursor: pointer;
	padding: 0 10px 0 0;
	margin: 0 0px 0 0;
	border: solid #C0C0C0;
	border-width: 0 1px 0 0;
}
#them a.std {
	display: inline !important;
	color: darkblue  !important;
	background: transparent !important;
	cursor: pointer !important;
}
#them a.std:hover {
	text-decoration: underline;
}
#them .themOptions {
	color: black;
	margin-top: 10px;
	padding: 10px 0px 0 5px;
	border: dotted #E7E7E7;
	border-width: 1px 0 0 0;
}

#them li.position {
	font-size: 0;
	padding: 3px 0 3px 0;
	margin: 0;
	display: block;
	clear: left;
	width: 99%;
}
#them li.position div {
	height: 5px;
}
/* Gadgets javascript */
#dragThing, #plusThing, #selRect, #rightMenu {
	position: absolute;
	display: none;
}
#rightMenu li {
	border: 1px solid darkblue;
	border-width: 0 0 1px 0;
}
/***********/
/* CONTENU */
/***********/

body.admin #articles {
	margin-left: 200px;
}

#articles {
	margin: 100px 10px 0 10px;
	clear: right;
}

h1.article input.modif {
	font-family: Arial, FreeSans, sans-serif;
	color: #56B4DE;
	border: 1px solid #E7E7E7;
	padding: 2px;
	margin: 0;
	font-size: 100%;
	vertical-align: bottom;
}
input.delButton {
	background: url(../img/admin/del.png) center no-repeat;
	width: 25px;
	height: 25px;
	border: none;
}
/* Remerciements d'un article */
.bloc-thanks {
	background-color: #EDEDED;
	border: 1px dashed #E7E7E7;
	font-size: 90%;
	font-style: italic;
	padding: 5px;
	margin: 10px 0 5px 0;
	clear: both;
}
.bloc-thanks input.modif {
	border: 1px solid #EDEDED;
	font-style: italic;
	padding: 0px;
	margin: 0;
	font-size: 100%;
	font-family: Arial, FreeSans, sans-serif;
	clear: both;
}

/* Résumé d'un article */
div.bloc-abbr {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
div.bloc-abbr input.modif {
	border: 1px solid #E7E7E7;
	margin-bottom: -5px;
	padding: 2px;
	font-size: 100%;
	font-weight: bold;
	color: #343434;
	font-family: Arial, FreeSans, sans-serif;
}
/* Corps d'un article */
div.bloc-body {
	font-size: 90%;
}
/* Auteur et date d'un article */
div.bloc-author {
	background-color: #FFFAED;
	border: 1px solid #E7E7E7;
	border-color: #E7E7E7 black black #E7E7E7;
	font-size: 80%;
	font-style: italic;
	padding: 5px;
	margin: 0 5px 4px 10px;
	float: right;
}

#searchlink {
	margin: 0;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #56B4DE;
	text-align: center;
}
/* Pagination */
.pagination {
	text-align: right;
	padding: 3px;
	margin: 5px 0 0 0;
}
.pagination ul {
	background: #FFFAED;
	margin: 0;
	padding: 1px;
	border: 1px solid #E7E7E7;
	display: inline;
}
.pagination li {
	padding: 0;
	margin: 0;
}
.pagination a {
	text-decoration: none;
	margin: 0;
	padding: 0 2px 0 2px;
	color: #000;
}
.pagination a:hover, .pagination .selected {
	background-color: #56B4DE;
	padding: 0 2px 0 2px;
	color: #FFFAED;
}
.perpage {
	float: left;
}
/**********/
/* MEDIAS */
/**********/
.media, .media-list {
	float: left;
	margin: 5px;
	padding: 0;
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFF;
	text-align: center;
	width: 140px;
	height: 225px !important;
	overflow: hidden;
	text-decoration: none;
}

.media-list {
	display: block;
	height: 150px;
}

.media-content {
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 0;
	height: 190px;
}
.media-content p {
	margin: 3px 0 0 0;
	padding: 0;
}
.media-right-container,
.media-left-container {
	padding: 0;
	margin: 0;
	height: 100%;
	background-repeat: repeat-y;
	background-color: transparent;
}
.media-right-container {
	background-image: url(../img/thumbs/right.gif);
	background-position: top right;
	position: relative;
}
.media-left-container {
	background-image: url(../img/thumbs/left.gif);
	background-position: top left;
	padding: 0;
}
/********** MEDIA TOP AND BOTTOM */
.top-media,
.bottom-media {
	position: absolute;
	z-index: 1;
	background-repeat: repeat-x;
	height: 7px;
	left: 0;
	width: 100%;
}
.bottom-media {
	background-image: url(../img/thumbs/bottom.gif);
	background-position: bottom left;
	bottom: 0;
}
.top-media {
	background-image: url(../img/thumbs/top.gif);
	background-position: top left;
	top: 0;
	z-index: 2;
}
/********** MEDIA CORNERS */
.bottom-left-media,
.bottom-right-media,
.top-right-media,
.top-left-media {
	position: absolute;
	z-index: 2;
	background-repeat: no-repeat;
	background-image: url(../img/thumbs/top-left.gif);
	width: 19px;
	height: 23px;
}
.top-right-media {
	top: 0;
	right: 0;
	background-image: url(../img/thumbs/top-right.gif);
}
.bottom-left-media {
	bottom: 0;
	left: 0;
	background-image: url(../img/thumbs/bottom-left.gif);
}
.bottom-right-media {
	bottom: 0;
	right: 0;
	background-image: url(../img/thumbs/bottom-right.gif);
}
.top-left-media {
	left: 0;
}

ul.icons-list li:hover,
.media:hover, .media-list:hover {
	background-color: #FFFAED;
	color: black;
}

.media_options {
	position: absolute; 
	right: 10px;
	visibility: visible;
	text-align: right;
	background: #fff;
	border: 1px solid #E7E7E7;
}
img.mediaimg {
	vertical-align: middle;
}

/*************/
/* GENERIQUE */
/*************/
.hidden {
	display: none;
	border: none;
}

.center {
	text-align: center;
}

.error {
	color: red;
	font-size: 90%;
	list-style-type: none;
}

.float-right {
	float: right;
}

.message {
	color: #999999;
}

.confirm {
	border: 1px dotted #417947;
	padding: 5px;
	color: #417947;
	background-color: #c7e2ca;
	text-align: center;
}
#dateChooser {
	position: absolute;
	display: none;
	width: 270px;
	height: 190px;
	border: none;
}
img.monthimg {
	max-width: 90%;
}
.title {
	font-weight: bold;
	color: #D52664;
}

.highlight {
	padding: 2px;
	background-color: #F1F1F1;
	margin: 3px 0 4px 0;
}
.highlight a:hover {
	text-decoration: underline;
}
.highlight a {
	font-size: 85%;
	text-decoration: none;
}

.infos {
	background: #EDF4F9 url(../img/info.png) no-repeat top left;
	text-align: justify;
	font-size: 90%;
	margin: 5px 15px 15px 0;
	padding: 10px;
	padding-left: 50px;
}

.infos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/****************/
/* PROGRESS BAR */
/****************/
.progress
{
	text-align: left !important;
}
.progress #g
{
	border: 1px solid #000066;
	padding: 0;
	margin: 0 auto 0 auto;
	height: 30px;
}
.progress #pg
{
	background-image: url(../img/progress/progress.png);
	background-repeat: repeat-x;
	height: 30px;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 0;
	margin: -30px 0 0 0;
}
.progress #pg_end
{
	background-image: url(../img/progress/progress_end.png);
	background-repeat: no-repeat;
	height: 30px;
	position: relative;
	top: 0;
	z-index: 2;
	padding: 0;
	margin: -30px 0 0 0;
}
.progress #pourcent
{
	font-family: Verdana;
	font-size: 8pt;
	color: black;
	font-weight: bold;
	z-index: 3;
	position: relative;
	top: 8px;
	height: 30px;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

/***************/
/* FORMULAIRES */
/***************/
select {
	font-family: Verdana, Arial, FreeSans, sans-serif;
	color: #5E5E5E;
	font-size: 8pt;
	border: 1px solid #E7E7E7;
}
input.small-text,
input.textfield, textarea {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #E7E7E7;
}
input.textfield:focus {
	background-color: #F7F7F7;
	border-color: #E31079;
	color: #000;
}

input.largest-button,
input.large-button,
input.smallest-button,
input.button, input.button_down, input.small_button {
	background: url(../img/buttons/normal.gif) top left no-repeat;
	text-align: center;
	color: #E31079;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	height: 27px;
	width: 90px;
	margin: 10px 0 0 0;
	padding: 0 3px 2px 3px;
	border: none;
	cursor: pointer;
	cursor: hand;
}
input.button:hover {
	background-image: url(../img/buttons/normal-over.gif);
	color: #fff !important;
}
input.small_button {
	font-weight: normal;
	font-size: 8pt;
	background-image: url(../img/buttons/small.gif);
	width: 60px;
}
input.small_button:hover {
	background-image: url(../img/buttons/small-over.gif);
	color: #fff !important;
}
input.smallest-button {
	background-image: url(../img/buttons/smallest.gif);
	width: 30px;
	font-size: 8pt;
}
input.smallest-button:hover {
	color: #fff !important;
	background-image: url(../img/buttons/smallest-over.gif);
}
input.large-button {
	background-image: url(../img/buttons/large.gif);
	width: 120px;
}
input.large-button:hover {
	color: #fff !important;
	background-image: url(../img/buttons/large-over.gif);
}
input.largest-button {
	background-image: url(../img/buttons/largest.gif);
	width: 220px;
}
input.largest-button:hover {
	color: #fff !important;
	background-image: url(../img/buttons/largest-over.gif);
}
input.small-text {
	border: none;
	background: url(../img/buttons/normal.gif) top left no-repeat;
	height: 27px;
	width: 83px;
	padding: 7px 6px 4px 4px;
	font-size: 11px;
}
a.new-article, 
input.new-post-button,
input.new-comment-button,
input.new-article-button {
	text-decoration: none;
	text-align: left;
	font-family: Tahoma, Arial, sans-serif;
	background: url(../img/articles/write.png) no-repeat left;
	padding: 3px 2px 3px 23px;
	margin: 0;
	border: none;
	display: inline;
	cursor: pointer;
	color: #666;
	font-size: 100%;
}

input.new-post-button,
input.new-comment-button {
	background: url(../img/posts/comment.gif) no-repeat 3px center;
	margin: 0 0 .4em 0;
	color: #56B4DE;
}
table.manage {
	text-align: left;
	margin: 0;
	padding: 5px;
	border: 0;
	width: 100%;
}
table td.second {
	background: #F1F1F1;
}
table td.first {
	width: 200px;
	background: #F8F8F8;
	color: #666666;
}
fieldset {
	border: 1px solid #DADADA;
	padding: .5em;
}
/**************
 * NAVIGATION
 **************/
 
#navigation
{
	position: relative;
	margin-left: 9px;
	background-color: #343434;
}
ul.nav-point {
	margin: 0 0 0 50px;
	padding: 7px 5px 7px 13px;
	font-family: Verdana, arial, sans-serif;
	background: #343434 url(../img/nav/nav-point.gif) 0 3px no-repeat;
}
ul.nav-point li {
	display: inline;
	padding-left: 12px;
	padding-right: 2px;
	background: transparent url(../img/nav/nav.gif) left no-repeat;
}
ul.nav-point a {
	text-decoration: none;
	color: #fff;
	padding-bottom: 2px;
}
ul.nav-point a:hover {
	color: #fff;
	text-decoration: underline;
}

#login_link {
	position: absolute;
	right: 3px;
	top: 6px;
}
#login_link a {
	color: #fff;
	text-decoration: none;
}
/*********************
 MASS UPDATE FIELDSET
 *********************/
fieldset.mass_tag {
	font-size: .9em;
}
label.col {
	display: block;
	float: left;
	width: 40%;
	clear: left;
	margin-right: 3px;
}
fieldset.mass_tag p {
	margin: 2px;
	padding: 0;
	clear: left;
}
fieldset.mass_tag cite {
	font-size: 100%;
}

/****
 RSS
 ****/
table.rss-listing {
	border-collapse: collapse;
	border-color: #DADADA;
}
table.rss-listing tr th,
table.rss-listing tr td {
	border: 1px solid #DADADA;
}
table tr.alt-row td {
	background: #F3F3F3;
}
table.rss-listing tr.active td {
	background: #FDEEC5;
	border: none;
	color: #000;
}

table.log {
	width: 100%;
	font-size: 8pt !important;
}
table.log input.small_button,
table.log select {
	font-size: 8pt;
}
table.log td {
	vertical-align: middle !important;
}

div.log_infos {
	position: absolute;
	z-index: 2;
	background-color: #FDEEC5;
	border: 1px solid #E7E7E7;
	padding: 2px;
	font-size: 8pt;
	text-align: left;
	max-height: 204px;
	width: 300px;
}
div.log_infos .content {
	overflow: auto;
	max-height: 190px;
	clear: right;
}
div.log_infos a.close-box {
	width: 12px;
	height: 12px;
	border: 1px solid #E7E7E7;
	background: #fff url(../img/log/close.gif) no-repeat center;
	color: #E7E7E7;
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	font-size: 0;
	vertical-align: top;
	cursor: pointer;
}

/*************
 CONFIG TITLE
 *************/
h2.config {
	clear: left;
	background-color: #F7F7F7;
	padding: 0;
}
h2.config a {
	text-decoration: none;
}
/**************
  ICONS LIST
**************/
ul.icons-list {
	list-style-type: none;
	height: 150px;
	overflow: auto;
	background-color: #fff;
	margin: 2px !important;
	padding: 2px !important;
	text-align: center;
	border: 1px solid #DADADA;
}
ul.icons-list li {
	display: block;
	float: left !important;
	clear: none !important;
	border: 1px solid #DADADA;
	margin: 5px !important;
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	background-color: #F1F1F1;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
	text-align: center !important;
}
ul.icons-list li span {
	width: 50px;
	display: block;
	text-align: center !important;
}
ul.icons-list li div {
	width: 50px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	clear: none;
}
img.menu_icon {
	display: block;
	float: right;
	margin: 7px 6px 7px 6px;
}
.sort {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}


/*********
  RIGHTS
*********/
ul.rights {
	list-style-type: none;
	margin-top: 0;
	margin-left: 0;
	margin-right: 2px;
	padding-left: 0;
}
ul.rights li.group {
	font-weight: bold;
	display: block;
	float: left;
	width: 49%;
	padding: .5em 0 0 0;
	margin: 0;
}
ul.rights li.group div {
	background-color: #E1E6F5;
	margin-right: 3px;
	padding: 3px;
}
ul.rights ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 1em;
	padding-right: 2px;
}
ul.rights li.right {
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0;
}
ul.rights li input {
	vertical-align: middle;
}
ul.rights ul.for_checks {
	font-size: .8em;
	padding-left: 1.8em;
}
ul.rights li.highRight {
	background-color: #F3F3F3;
	color: red;
	font-weight: normal;
}
ul.rights li.overRight {
	background: #56B4DE;
	font-weight: normal;
	color: #fff;
}

/**********
   POSTS
 **********/
input.error
{
	background-color: #F5E6DE;
	border-color: #FF0000;
}
ul.posts-flat,
ul.posts-thread {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 1em;
	clear: right;
}
ul.posts-thread ul.posts-thread
{
	padding-left: 1.5em !important;
}
ul.posts-flat li,
ul.posts-thread li {
	list-style-type: none;
}
ul.posts-flat li div.content,
ul.posts-thread li div.content {
	padding: .5em .5em .5em .5em;
}
ul.posts-flat ul li.answer,
ul.posts-thread ul li.answer {	
	background: url(../img/posts/comment.gif) no-repeat 0 6px;
	margin: 0;
	padding: 0 0 0 19px;
}
ul.posts-flat ul
ul.posts-thread ul
{
	padding: 0;
}
.post-subject {
	font-weight: bold;
}
.post-message {
}
.post-infos {
	display: block;
	float: right;
	font-size: .9em;
	font-style: italic;
	font-family: Verdana, arial, sans-serif;
}
div.content {
	font-size: .9em;
	background: #EBEBEB;
}
div.post-alt {
	background: #F7FAFE;
}
ul.post-actions {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
ul.post-actions li {
	background: none !important;
	display: inline;
	margin: 0 2px 0 0;
	padding: 0 !important;
}
.post_display_mode {
	background: #F7F7F7;
	border: 1px solid #DADADA;
	padding: 5px;
	margin: 7px 5px 5px 0;
	display: block;
	float: right;
	clear: right;
	font-size: .9em;
	font-family: Verdana, arial, sans-serif;
	vertical-align: middle;
}
.post_display_mode ul {
	vertical-align: middle;
	padding: 4px 1px 0px 1px;
}
.post_display_mode ul li {
	padding: 5px 1px 0px 1px;
}
.post_display_mode ul li img {
	vertical-align: middle;
}
.post_display_mode ul li.selected {
	background: #FFF;
	border: 1px solid #DADADA;
}

/********************************* MODERATION */
a.post_article,
a.post_media {
	background-repeat: no-repeat;
	background-position: 3px 0;
	padding-left: 17px;
	padding-bottom: 3px;
}
a.post_article {
	background-image: url(../img/clipboard/article.gif);
}

a.post_media {
	background-image: url(../img/clipboard/media.gif);
}
a.more {
	background-color: #FFF;
	background-image: url(../img/posts/more.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 15px;
	text-decoration: none;
	font-weight: bold;
}
a.more:hover {
	background-color: #E31079;
	color: #fff;
}
div.moderate_post {
	border: 1px solid #E7E7E7;
	border-color: #DADADA #E7E7E7 #E7E7E7 #DADADA;
	background: #fff;
	width: 350px;
	position: absolute;
	z-index: 50;
	padding: 0;
}
div.moderate_content {
	margin-top: 15px;
	padding: .5em;
	width: 97%;
	border: 1px solid #DADADA;
	border-width: 0 0 1px 0;
	overflow: auto;
	height: 270px;
}
a.close {
	background-color: #FFF;
	background-image: url(../img/posts/close.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#tooltip {
	background-color:#56B4DE;
	color: #fff;
	border: 1px solid #56B4DE;
	position: absolute;
	display: none;
	z-index: 100;
	padding: 2px;
	font-size:0.9em;
}
div.post_options {
	background-color: #56B4DE;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	font-family: Verdana, arial, sans-serif;
	cursor: move;
	padding: .3em;
	height: 15px;
}
div.post_options ul {
	position: absolute;
	right: 5px;
	top: 0;
	padding: 0;
	margin: 0;
	display: inline;
}
div.post_options ul * {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
div.post_options ul li {
	list-style: none;
	display: inline;
}
ul.bottom_moderate_options {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
ul.bottom_moderate_options li {
	display: inline;
	list-style-type: none;
	padding: 0 1em 0 1em;
	margin: 0;
}
img.button {
	cursor: pointer;
	cursor: hand;
}

span.move_media_boxes {
	width: 20px;
	height: 20px;
	background-image: url(../img/admin/move.gif);
	background-repeat: no-repeat;
	background-position: middle center;
	vertical-align: middle;
	cursor: move;
	font-size: 0px;
	padding: 10px 10px 0px 10px;
}
