@charset "utf-8";
/* CSS Document */

/**
* Author: Dioscouri Design - www.dioscouri.com
* @package BILLETS
* @copyright Copyright (C) 2008 Dioscouri Design. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*/

/** toolbar icons **/
.icon-32-plugins { 
	background-image: url(../../images/plugins.png); 
}

.icon-32-switch_f2 { 
	background-image: url(../../images/switch_f2.png); 
}

.icon-48-billets { 
	background-image: url(../../images/billets.png); 
	padding-left:158px !important;
}

.icon-32-required { 
	background-image: url(../../images/required.png); 
}

/** AdminHeading Icons */
table.adminheading th.billets {
	background: url(../../images/billets.png) no-repeat left;
	padding-left: 158px;
}

table.adminheading th.billets_addons {
	background: url(../../images/addons.png) no-repeat left;
	padding-left: 60px;
	height: 50px;
}

table.adminheading th.billets_uploadfile {
	background: url(../../images/uploadfile.png) no-repeat left;
	padding-left: 60px;
	height: 50px;
}

table.adminheading th.billets_config {
	background: url(../../images/config.png) no-repeat left;
	padding-left: 60px;
	height: 50px;
}

table.adminheading th.billets_tools {
	background: url(../../images/tools.png) no-repeat left;
	padding-left: 60px;
	height: 50px;
}

table.adminheading th.billets_tickets {
	background: url(../../images/tickets.png) no-repeat left;
	padding-left: 60px;
	height: 50px;
}

table.adminheading th.billets_ticket {
	background: url(../../images/ticket.png) no-repeat left;
	padding-left: 60px;
	height: 50px;
}

table.adminheading th.billets_users {
	background: url(../../images/users.png) no-repeat left;
	padding-left: 60px;
	height: 50px;
}

table.adminheading th.billets_categories {
	background: url(../../images/categories.png) no-repeat left;
	padding-left: 60px;
	height: 50px;
}

table.adminheading th.billets_fields {
	background: url(../../images/fields.png) no-repeat left;
	padding-left: 60px;
	height: 50px;
}

table.adminheading th.billets_frequents {
	background: url(../../images/frequents.png) no-repeat left;
	padding-left: 60px;
	height: 50px;
}

/* tabs */
dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 3px;
	background: #f0f0f0;
	color: #666;
}

dl.tabs dt.open {
	background: #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	z-index: 100;
	color: #000;
}

div.current {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 10px;
}

div.current dd {
	padding: 0;
	margin: 0;
}

/** Common */
table.adminlist th.title a, table.adminlist th.title a:hover {
	/*color: #FFFFFF;*/
}

table.adminheading {
	width: 100%;
	text-align: left;
	font-weight: bold;
}

table.adminheading th {
	width: 80%;
	text-align: left;
}

.right {
	text-align: right;
}

span.href {
	cursor:pointer;
	color: #3F9273;
	text-decoration:none;
	padding-left: 10px;
	font-size: 12px; 
	font-weight: bold;
}
span.href:hover {
	cursor:pointer;
	color: #3F9273;
	font-weight: bold;
	text-decoration:underline;	
}
div.billets_paddedl {
	padding-left: 10px;
}
td.billets_faded {
	color:#999999;
}
#main_column {
	vertical-align: top;
	padding-left: 10px;
	font-size:12px;
}

#left_column {
	width: 180px;
	min-width: 180px;
	vertical-align: top;
	border-right: #FDB813 1px solid;
	font-size:12px;
	text-align: left;
}
table.invisible {
	width: 100%;
}
td.noborder {
	border: none; 
}
.note {
	background-color: #FFFFDD;
	margin: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	font-size:12px;
	text-align: justify;
	border: 1px solid #DDDDBB;
	border-spacing: 0px;
	border-collapse: collapse;
}
.notepi {
	background-color: #FDE8FD;
	margin: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-size:12px;
	text-align: justify;
	border: 1px solid #FFCCCC;
	border-spacing: 0px;
	border-collapse: collapse;
}
.noteg {
	background-color: #EBF6DF;
	margin: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-size:12px;
	text-align: justify;
	border: 1px solid #289728;
	border-spacing: 0px;
	border-collapse: collapse;	
}

table.userlist td.inv_right {
	text-align:right;
	padding-left: 1px;
}
table.userlist td.top {
	vertical-align: top;
}
table.userlist td.topnowrap {
	vertical-align: top;
	white-space:nowrap;
}

table.userlist {
	padding: 5px;
	width: 100%;
	margin-bottom: 10px; 
	border-collapse: collapse;
}
table.userlist th {
	background-color: #e5e5e5;
	white-space: nowrap;
	vertical-align: top;
	padding: 5px;	
}

table.userlist th.title {
	width: 20%;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}

table.userlist th.data {
	width: 75%;
	text-align:right;
	vertical-align:middle;
}
table.userlist th.fee {
	padding-right: 5px;
	padding-left: 5px;
	text-align:right;
	vertical-align:middle;
	white-space:nowrap;
	width: 50px;
}
table.userlist th.amount {
	padding-right: 5px;
	padding-left: 5px;
	text-align:right;
	vertical-align:middle;
	white-space:nowrap;
}
table.userlist td {
	border-bottom: 1px solid #e5e5e5; 
	padding: 5px;
	vertical-align: top;
}
table.userlist td.title {
	width: 20%;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}
table.userlist td.data {
	width: 75%;
	text-align:right;
	vertical-align:middle;
}
table.userlist td.tooltip {
	width: 5%;
	text-align:right;
	vertical-align:middle;
}
table.userlist td.headingnormal {
	padding-right: 0px;
	padding-left: 0px;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
	font-weight: bold;
	text-decoration:underline;
	border: none;
}
table.userlist td.headingamount {
	padding-right: 0px;
	padding-left: 0px;
	text-align:right;
	vertical-align:middle;
	white-space:nowrap;
	font-weight: bold;
	text-decoration:underline;
	border: none;
}
table.userlist td.amount {
	text-align:right;
	vertical-align:middle;
	white-space: nowrap;
}
table.userlist td.noborder {
	border: none;
	padding: 2px;
	padding-top: 10px;
}

