/** GENERAL
*/
h1.admindeo {
	color: #3D4339;
	text-decoration: none;
	font-family: Rockwell, Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
}

h2.admindeo {
	color: #3D4339;
}

div.stats {
	width: 400px;
	margin: auto;
}

div.stats-main {
	/*padding: 20px*/
}

div.stats-key {
	/*padding: 5px;
	border: 2px solid gray;*/
	/*	background-color: #F6F6F6;
	color: white;*/
}

img.stats-pie {
	width: 350px;
	height: 200px;
}

div.vertical-gap {
	height: 20px
}

.col1 {
	color: #FF0;
}

.col2 {
	color: #0FF;
}

.col3 {
	color: #0F0;
}

.col4 {
	color: #EB03EB;
}

.col5 {
	color: #00F;
}

.col6 {
	color: #F00;
}

.sub1 {
	text-decoration: underline;
	color: #FF0;
}

.sub2 {
	text-decoration: underline;
	color: #0FF;
}

.sub3 {
	text-decoration: underline;
	color: #0F0;
}

.sub4 {
	text-decoration: underline;
	color: #EB03EB;
}

.sub5 {
	text-decoration: underline;
	color: #00F;
}

.sub6 {
	text-decoration: underline;
	color: #F00;
}

.sidebar_content ul{
	padding:0 0 0.25em 1em;
}
ul.menu li {
	margin:0 0 0 1.5em;
}

li.leaf {
	list-style-image:url(images/menu-leaf.png);
	list-style-type:square;
	padding:0.2em 0.5em 0 0;
}

li.menu_admin_stats{
	list-style-image:url(images/stats.png);
}

li.menu_admin_subscriptions{
	list-style-image:url(images/subscriptions.png);
}

li.menu_admin_profile{
	list-style-image:url(images/profile.png);
}

li.menu_admin_admin{
	list-style-image:url(images/admin.png);
}

li.menu_admin_logout{
	list-style-image:url(images/logout.png);
}

div.intro{
	font-style: italic;
	border: none;
	padding: 10px;
	margin-bottom: 10px;
	background-color: rgb(240,240,240);
}

/* *********** Sign Up Bar **************  */
#sign_up_bar {
	border: 2px dashed #eee;
	padding: 8px;
	vertical-align: baseline;
	width: 700px;
}

#sign_up_button {
/*	background-image: url("../images/login.png");
	width: 120px;
	height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  //background: transparent url(SearchGoogle.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer;
  cursor: hand;
	cursor: pointer;*/
}

#sign_up_button:hover {
/*	background-image: url("../images/login_hover.png");
	cursor: pointer;*/
}

p.error {
	display: none;
	font-weight: bold;
	color: red;
}

#main p.small_error {
	display: none;
	font-weight: bold;
	font-size: small;
	color: red;
}

#main p.small_error_bis {
	font-weight: bold;
	font-size: small;
	color: red;
}

p.small {
	font-weight: bold;
	font-size: 12px;
	color: blue;
}

.warn {
	font-style: bold;
	font-size: small;
	color: rgb(216, 75, 0);
}

h1.main-title {
	font-size: 26px;
}

/*------------Admin Login-------------------*/
#admin_log {
	padding: 50px 50px 50px 50px;
}

#admin_log div {
	padding: 10px 10px 10px 10px;
}

#log-on-sign-up,#log-on-member {
	padding-left: 40px;
	font-weight: bold;
	padding-bottom: 20px;
}

/*-------------Logging Views------------------------*/
td.TRACE_css {
	background-color: white;
}

td.DEBUG_css {
	background-color: green;
	color: white;
}

td.INFO_css {
	background-color: white;
}

td.WARN_css {
	background-color: orange;
	color: white;
}

td.ERROR_css {
	background-color: red;
	color: white;
}

td.FATAL_css {
	background-color: darkred;
	color: white;
}

tr.odd {
	background-color: rgb(230, 230, 230);
}

tr.inserted_even {
	background-color: rgb(200, 200, 200);
}

tr.inserted_odd {
	background-color: rgb(150, 150, 150);
}

/*---------------------Account View-----------------------*/
div.display_account span {
	font-weight: bold;
}

div.display_account p {
	margin-top: 10px;
}

table.display_table td span {
	font-weight: bold;
}

/**
ADMIN SECTION - LISTS
*/
table.form_table td {
	height: 30px;
}

table.form_table td select{
	width: 150px
}


/**
 * DIV COLUMNS
 */
.third {
	width: 210px;
}

div.third {
	float: left;
	margin-right: 14px;
}

.half {
	width: 322px;
}

div.half {
	float: left;
	margin-right: 14px;
}

div.clear {
	clear: both;
}

div.padding_10_left{
	padding-left: 10px;
}

div.padding_50_left{
	padding-left: 50px;
}

div.li_maring_15 li{
	margin-left: 25px;
	padding-bottom: 5px;
	list-style-type: disc;
}

/*********** Paiement ***********/
div.paiement_top {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 10px;
}

div.paiement_top_left {
	position: absolute;
	top: 0px;
	width: 10px;
	height: 10px;
	background-image: url(images/paiement/top_left.png);
}

div.paiement_top_middle {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 10px;
	background-image: url(images/paiement/top.png);
}

div.paiement_top_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background-image: url(images/paiement/top_right.png);
}

div.paiement_bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 10px;
}
/*


						<div class="paiement_bottom_middle2" style="width: 100%; border: 1px solid orange; position: absolute; top: 0px">a</div>
						<div class="paiement_bottom_left2" style="border: 1px solid black; position: absolute; top: 0px">a</div>
						<div class="paiement_bottom_right2" style="background-color: blue;border: 1px solid pink; position: absolute; top: 0px; right: 0px">a</div>

*/

div.paiement_bottom_left {
	position: absolute;
	top: 0px;
	width: 10px;
	height: 10px;
	background-image: url(images/paiement/bottom_left.png);
}

div.paiement_bottom_middle {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 10px;
	background-image: url(images/paiement/bottom.png);
}

div.paiement_bottom_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background-image: url(images/paiement/bottom_right.png);
}


div.paiement_left {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 10px;
	background-image: url(images/paiement/left.png);
}

div.paiement_right {
	 float: right;
	 width: 10px;
	 height: 100%;
	 background-image: url(images/paiement/right.png);
}

/********************************* TOKEN SECURITY RELATED STYLES ********************************/

div.securitytoken {
	width: 100%
}

div.securitytoken div.title {
	background-color: #999999;
	border: solid 1px black;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 3px 3px 3px 3px;
}

div.securitytoken div.room {
	background-color: #CCCCCC;
	border: solid 1px #777777;
	padding: 3px 3px 3px 3px;
	margin-top: 3px;
}

div.securitytoken div.room div.title {
	border: solid 1px #777777;
	color: black;
	padding: 3px 3px 3px 3px;
	margin-top: 3px;
	height: 24px;
}

div.securitytoken div.room div.contentitem {
	border: solid 1px #777777;
	color: black;
	padding: 3px 3px 3px 3px;
	margin-left: 10px;
	margin-top: 3px;
	min-height: 24px;
}

div.securitytoken div.allow {
	background-color: #77FF77;
}

div.securitytoken div.reject {
	background-color: #FF7777;
}

div.securitytoken div.access {
	float: right;
	padding: 3px 3px 3px 22px;
	border: solid 1px #777777;
	background-color: #FFFFFF;
	background-position: left;
	background-repeat: no-repeat;
}

div.securitytoken div.reject div.access {
	color: #FF0000;
	background-image: url(../../plugins/utils/icons/famfamfam/1.3/icons/cross.png);
}

div.securitytoken div.allow div.access {
	color: #007700;
	background-image: url(../../plugins/utils/icons/famfamfam/1.3/icons/tick.png);
}
