/*
 * HTML Tags
 */
html {
	behavior: url(csshover3.htc);
	color: #000000;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
body {
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #2aa7ef;
	outline: none;
}
a:hover {
	color: red;
}
h1 {
	border-bottom: 1px solid #d0d0d0;
	color: #0290e3;
	font-size: 17px;
	margin: 10px 0 6px 0;
	padding: 0 0 4px 0;
	text-transform: uppercase;
}
h2 {
	font-size: 15px;
	margin: 0 0 4px 0;
	padding: 0;
}
h3 {
	font-size: 13px;
	margin: 0 0 4px 0;
	padding: 0;
}
h4, h5, h6 {
	margin: 0;
	padding: 0;
}
hr {
	border: none;
	border-top: #b0b0b0 1px solid;
	height: 0px;
	margin: 20px;
}
img, div {
	behavior: url(iepngfix.htc);
	border: none;
}

/*
 * Generic classes
 */
.active0 {
	background: url(gx/dot_grey.gif) no-repeat left center;
	color: #606060;
	font-weight: bold;
	padding: 0 0 0 15px;
}
.active1 {
	background: url(gx/dot_green.gif) no-repeat left center;
	color: #638c60;
	font-weight: bold;
	padding: 0 0 0 15px;
}
.active2 {
	background: url(gx/dot_red.gif) no-repeat left center;
	color: #cb0505;
	font-weight: bold;
	padding: 0 0 0 15px;
}
.active3 {
	background: url(gx/dot_teal.gif) no-repeat left center;
	color: #00B8C0;
	font-weight: bold;
	padding: 0 0 0 15px;
}
.active4 {
	background: url(gx/dot_purple.gif) no-repeat left center;
	color: #7b0f88;
	font-weight: bold;
	padding: 0 0 0 15px;
}
.billing{
	background: url(gx/icone_invoice_16.png) no-repeat left center;
	padding: 5px 0 5px 22px;
	font-weight: bold;
	line-height: 32px
}
.billing .notBillable{color: #8D8D8D;}
.billing .paid{color: #8D8D8D;}
.billing .waiting{color: #F54646;}
.alert {
	background: url(gx/alert.png) no-repeat left center;
	padding: 2px 0 0 15px;
}
.checkmark {
	background: url(gx/checkmark.png) no-repeat left center;
	padding: 2px 0 0 15px;
}
.closed {
	background: url(gx/box_closed.gif) no-repeat left center;
	padding: 0 0 0 12px;
}
.crossmark {
    background: url(gx/crossmark.png) no-repeat left center;
    padding: 2px 0 0 15px;
}
.dropdown {
	background: url(gx/dropdown.png) no-repeat left top;
	display: inline-block;
	height: 18px;
	margin: 0 4px 2px 0;
	width: 16px;
	vertical-align: bottom;
}
.error {
	color: red;
}
.grey {
	color: #909090;
}
.darkGrey {
	color: #313131;
}
.inputErrorMessage{
	background: #ffffe1;
	border: #ccc 1px solid;
	behavior: url(border-radius.htc);
	border-radius: 6px;
	-moz-border-radius:  6px;
	-webkit-border-radius:6px;
	-khtml-border-radius: 6px;
	color: #E00000;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
}
.warning {
	background: #FFEDEA;
	padding: 5px;
	border: 1px solid #FFC1B5;
	line-height: 130%;
	behavior: url(border-radius.htc);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.warning.warning_icon {
	background-image: url(gx/warning.png);
    background-repeat: no-repeat;
    background-position: 4px 4px;
	padding-left: 23px;
}
.warning a {
    color: #202020;
    font-weight: inherit;
}
.warning a:hover {
    color: #D60000;
    text-decoration: underline;
}
hr {
	border: none;
	border-top: 1px solid #d0d0d0;
	height: 0;
	margin: 15px 0 15px 0;
	padding: 0;
	width: 100%;
}
.label {
	clear: both;
	display: block;
	float: left;
	font-size: 1.1em;
}
.label.vertical {
	float: none;
}
.notification {
	float: right;
	padding: 3px 4px 2px 4px;
}
.notification .ui-icon {
	float: left;
	margin: 0 4px 0 0;
}
.opened {
	background: url(gx/box_opened.gif) no-repeat left center;
	padding: 0 0 0 12px;
}
.placeholder {
	color: #909090;
}
.progressBar {
    background: #e8e8e8;
    border: #909090 1px solid;
    display: inline-block;
    height: 16px;
    margin: 0;
    padding: 1px;
    position: relative;
    width: 60px;
}
.progressBar > div {
    background: #0290e3;
    display: block;
    height: 16px;
    overflow: hidden;
    position: absolute;
}
.progressBar > div > div, .progressBar > span {
    color: #ffffff;
    display: block;
    font-size: 11px;
    height: 16px;
    overflow: hidden;
    text-align: center;
    width: 60px;
}
.progressBar > div > div {
    color: #ffffff;
}
.progressBar > span {
    color: #303030;
    line-height: 16px;
}
.singleline {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.value {
	display: block;
	font-size: 1.1em;
	margin: 0 0 0 250px;
	white-space: pre-line;
}
.succes {
	color: green;
}
.default {
	color: #F88D39;
}



/*
 * Page structure
 */
body.main {
	background: #435664;
	margin: 0px;
}

div.wrapper {
	background: transparent;
	margin: 0 auto;
	max-width: 980px;
	/*min-width: 800px;*/
}
div.container {
	background: #ffffff;
	behavior: url(border-radius.htc);
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	padding: 15px 15px 15px 15px;
	text-align: left;
}

/*
 * Page header
 */
.header {
	background: white;
	behavior: url(border-radius.htc);
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	margin: 10px 0 0 0;
	padding: 10px 15px 10px 15px;
}
.header .logo {
	float: left;
	margin: 5px 0 0 0;
}
.header .actions {
	clear: right;
	float: right;
    margin-top: 5px;
    width: 500px;
}
.header .actions li {
	float: right;
	margin: 0 0 0 15px;
}
.header .loginInfo {
	height: 55px;
	text-align: right;
}

/* 	
 * Page footer
 */
.footer {
	background: transparent url(gx/p/bg_footer.gif) repeat-x left top;
	behavior: url(border-radius.htc);
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	margin: 10px 0 0 0;
	padding: 12px 15px 15px 15px;
}
.footer .cieInfo {
	color: #dedede;
	float: left;
	text-align: left;
	width: 450px;
}
.footer .cieInfo span {
	color: #869daf;
}
.footer .cieContact {
	background: #33434e;
	behavior: url(border-radius.htc);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	line-height: 12px;
	font-size: 12px;
	padding: 10px;
	width: 400px;
}
.footer .cieContact span {
	font-size: 10px;
}
.footer .cieContact em {
	color: #1583C2;
	font-style: normal;
}
.footer .cieContact .cieTelephone {
	float: left;
	height: 27px;
	margin: 0 0 10px 0;
	width: 33%;
}
.footer .cieContact .cieEmail {
	float: left;
	color: #1583c2;
	height: 15px;
	width: 180px;
}
.footer .cieContact .cieEmail a {
	font-weight: normal;
}
.footer .cieContact .cieWebsite {
	float: right;
	height: 15px;
	width: 120px;
}			
.footer .cieContact .cieWebsite a {
	color: #b1c6d6;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.footer .cieContact .cieWebsite a:hover {
	text-decoration: underline
}
.footer .copyrights {
	color: #90a7b9;
	height: 25px;
	line-height: 25px;
	text-align: right;
}
.footer .copyrights a {
	color: #90a7b9;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.footer .copyrights a:hover {
	text-decoration: underline;
}
.footer .footermenu {
	text-align: right;
}
.footer .footermenu a {
	color: #b1c6d6;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.footer .footermenu a:hover {
	text-decoration: underline;
}
	
/*
 * Breadcrumbs
 */
.breadcrumbs {
	background: transparent url(gx/b/bg_breadcrumbs.gif) repeat left top;
	list-style-type: none;
	margin: 0;
	overflow: auto;
	padding: 0;
	width: 100%;	
}
.breadcrumbs li {
	background: transparent url(gx/b/bg_breadcrumbs_off.gif) no-repeat right center;
	display: block;
	float: left;
	list-style-type: none; 
	margin: 0;
	padding: 0 2px 0 0;
}
.breadcrumbs li a {
	color: #c4c4c4;
	display: block;
	font-weight: bold;
	font-size: 11px;
	height: 38px;
	line-height: 38px;
	padding: 0 22px 0 13px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
.breadcrumbs li a:hover, .breadcrumbs li a.active:hover {
	background: transparent url(gx/b/bg_breadcrumbs_over.gif) no-repeat right center;
	color: #ffffff;
}
.breadcrumbs li a.active {
	background: transparent url(gx/b/bg_breadcrumbs_on.gif) no-repeat right center;
	color: #ffffff;
}

/*
 * Menu
 */
.menu .iconWrapper {
    float: left;
    height: 165px;
    margin: 4px;
}
.menu .icon {
	border: 1px solid #ffffff;
	color: #606060;
	display: block;
	font-size: 1.1em;
	padding: 10px;
	text-align: center;
	width: 140px;
}
.menu .icon img {
	border: none;
	margin: 0 0 6px 0;
}
.menu .icon:hover {
	background: #f0f0f0;
	border: 1px solid #dddddd;
	color: #000000;
}

.menu .icon.active {
	background: #f0f0f0;
	border: 1px solid #0290e3;
	color: #0290e3;
}

/*
 * Page content
 */
.content {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
.content > tbody > tr > td, .content > tbody > tr > th {
	padding: 0 15px 0 0;
	text-align: left;
	vertical-align: top;
}
.content > tbody > tr > td.controls {
	border-left: #d0d0d0 1px solid;
	padding: 0 0 0 10px;
	width: 200px;
}
.content > tbody > tr > td.controls h3 {
	border-bottom: 1px solid #dddddd;
	margin: 0 0 6px 0;
	padding: 3px 6px 3px 6px;
}

/*
 * Actions
 */
.actions {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.actions.large {
	/*height: 24px;*/
}
.actions li {
	display: block;
	list-style-type: none; 
	margin: 0 0 5px 15px;
	padding: 0;
}
.actions.large li {
	margin: 0 0 5px 10px;
}
.actions li.separator {
	border-bottom: 1px solid #dddddd;
	height: 0px;
	margin: 12px 8px 12px 8px;
}
.actions li.access {
	background: url(gx/a/btn_access_16.png) no-repeat left top;
}
.actions.large li.access {
	background-image: url(gx/a/btn_access_24.png);
}
.actions li.add {
	background: url(gx/a/btn_add_16.png) no-repeat left top;
}
.actions.large li.add {
	background-image: url(gx/a/btn_add_24.png);
}
.actions li.auction {
	background: url(gx/a/btn_auction_16.png) no-repeat left top;
}
.actions.large li.auction {
	background-image: url(gx/a/btn_auction_24.png);
}
.actions li.auctionClose {
	background: url(gx/a/btn_auctionClose_16.png) no-repeat left top;
}
.actions.large li.auctionClose {
	background-image: url(gx/a/btn_auctionClose_24.png);
}
.actions li.autobid {
	background: url(gx/a/btn_autobid_16.png) no-repeat left top;
}
.actions.large li.autobid {
	background-image: url(gx/a/btn_autobid_24.png);
}
.actions li.back {
	background: url(gx/a/btn_back_16.png) no-repeat left top;
}
.actions.large li.back {
	background-image: url(gx/a/btn_back_24.png);
}
.actions li.bidders {
	background: url(gx/a/btn_bidders_16.png) no-repeat left top;
}
.actions.large li.bidders {
	background-image: url(gx/a/btn_bidders_24.png);
}
.actions li.bids {
	background: url(gx/a/btn_bids_16.png) no-repeat left top;
}
.actions.large li.bids {
	background-image: url(gx/a/btn_bids_24.png);
}
.actions li.book {
    background: url(gx/a/btn_book_16.png) no-repeat left top;
}
.actions.large li.book {
    background-image: url(gx/a/btn_book_24.png);
}
.actions li.creditcard {
	background: url(gx/a/btn_creditcard_16.png) no-repeat left top;
}
.actions.large li.creditcard {
	background-image: url(gx/a/btn_creditcard_24.png);
}
.actions li.csv {
	background: url(gx/a/btn_csv_16.png) no-repeat left top;
}
.actions.large li.csv {
	background-image: url(gx/a/btn_csv_24.png);
}
.actions li.default_off {
	background: url(gx/a/btn_default_off_16.png) no-repeat left top;
}
.actions.large li.default_off {
	background-image: url(gx/a/btn_default_off_24.png);
}
.actions li.default_on {
	background: url(gx/a/btn_default_on_16.png) no-repeat left top;
}
.actions.large li.default_on {
	background-image: url(gx/a/btn_default_on_24.png);
}
.actions li.delete {
	background: url(gx/a/btn_delete_16.png) no-repeat left top;
}
.actions.large li.delete {
	background-image: url(gx/a/btn_delete_24.png);
}
.actions li.edit {
	background: url(gx/a/btn_edit_16.png) no-repeat left top;
}
.actions.large li.edit {
	background-image: url(gx/a/btn_edit_24.png);
}
.actions li.eraser {
	background: url(gx/a/btn_eraser_16.png) no-repeat left top;
}
.actions.large li.eraser {
	background-image: url(gx/a/btn_eraser_24.png);
}
.actions li.export {
	background: url(gx/a/btn_export_16.png) no-repeat left top;
}
.actions.large li.export {
	background-image: url(gx/a/btn_export_24.png);
}
.actions li.files {
    background: url(gx/a/btn_files_16.png) no-repeat left top;
}
.actions.large li.files {
    background-image: url(gx/a/btn_files_24.png);
}
.actions li.forward {
	background: url(gx/a/btn_forward_16.png) no-repeat left top;
}
.actions.large li.forward {
	background-image: url(gx/a/btn_forward_24.png);
}
.actions li.gear {
	background: url(gx/a/btn_gear_16.png) no-repeat left top;
}
.actions.large li.gear {
	background-image: url(gx/a/btn_gear_24.png);
}
.actions li.inventory {
	background: url(gx/a/btn_inventory_16.png) no-repeat left top;
}
li.send {
	display: block;
	list-style-type: none; 
	margin: 0 0 5px 15px;
	padding-bottom: 0;
	float:right;
	background: url(gx/a/btn_send_16.png) no-repeat left top;
}
.actions.large li.inventory {
	background-image: url(gx/a/btn_inventory_24.png);
}
.actions li.invoice {
	background: url(gx/a/btn_invoice_16.png) no-repeat left top;
}
.actions.large li.invoice {
	background-image: url(gx/a/btn_invoice_24.png);
}
.actions li.import {
	background: url(gx/a/btn_import_16.png) no-repeat left top;
}
.actions.large li.import {
	background-image: url(gx/a/btn_import_24.png);
}
.actions li.moveDown {
	background: url(gx/a/btn_down_16.png) no-repeat left top;
}
.actions.large li.moveDown {
	background-image: url(gx/a/btn_down_24.png);
}
.actions li.moveUp {
	background: url(gx/a/btn_up_16.png) no-repeat left top;
}
.actions.large li.moveUp {
	background-image: url(gx/a/btn_up_24.png);
}
.actions li.note {
	background: url(gx/a/btn_note_16.png) no-repeat left top;
}
.actions.large li.note {
	background-image: url(gx/a/btn_note_24.png);
}
.actions li.pdf {
	background: url(gx/a/btn_pdf_16.png) no-repeat left top;
}
.actions li.pdf2 {
	background: url(gx/a/btn_book_24.png) no-repeat left top;
}
.actions.large li.pdf {
	background-image: url(gx/a/btn_pdf_24.png);
}
.actions li.pictures {
	background: url(gx/a/btn_pictures_16.png) no-repeat left top;
}
.actions.large li.pictures {
	background-image: url(gx/a/btn_pictures_24.png);
}
.actions li.remove {
	background: url(gx/a/btn_remove_16.png) no-repeat left top;
}
.actions.large li.remove {
	background-image: url(gx/a/btn_remove_24.png);
}
.actions li.reset {
	background: url(gx/a/btn_reset_16.png) no-repeat left top;
}
.actions.large li.reset {
	background-image: url(gx/a/btn_reset_24.png);
}
.actions li.send {
	background: url(gx/a/btn_send_16.png) no-repeat left top;
}
.actions.large li.send {
	background-image: url(gx/a/btn_send_24.png);
}
.actions li.star {
	background: url(gx/a/btn_star_16.png) no-repeat left top;
}
.actions.large li.star {
	background-image: url(gx/a/btn_star_24.png);
}
.actions li.stats {
	background: url(gx/a/btn_stats_16.png) no-repeat left top;
}
.actions.large li.stats {
	background-image: url(gx/a/btn_stats_24.png);
}
.actions li.transfer {
	background: url(gx/a/btn_transfer_16.png) no-repeat left top;
}
.actions.large li.transfer {
	background-image: url(gx/a/btn_transfer_24.png);
}
.actions li.view {
	background: url(gx/a/btn_view_16.png) no-repeat left top;
}
.actions.large li.view {
	background-image: url(gx/a/btn_view_24.png);
}
.actions li.xml {
	background: url(gx/a/btn_xml_16.png) no-repeat left top;
}
.actions.large li.xml {
	background-image: url(gx/a/btn_xml_24.png);
}
.actions li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	height: 16px;
	line-height: 17px;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: bottom;
}
.actions.large li a {
	height: 24px;
	line-height: 25px;
	padding-left: 28px;
}
.legend .actions {
	float: none;
	height: auto;
	margin: 10px 0 0 0;
}
.legend .actions li {
	height: 16px;
	padding: 0 0 0 20px;
}
.legend .actions.large li {
	height: 24px;
    padding: 4px 0 0 28px;
}
.documents .actions {
    float: right;
    margin: 0;
}
.documents .actions li {
    float: left;
    margin: 0 0 0 2px;
}
.documents .actions li a {
    padding: 0 0 0 16px;
}
.documents .actions.large li a {
    padding: 0 0 0 24px;
}
.pictures .actions {
	float: right;
	margin: 0;
}
.pictures .actions li {
	float: left;
	margin: 0 0 0 2px;
}
.pictures .actions li a {
	padding: 0 0 0 16px;
}
.pictures .actions.large li a {
	padding: 0 0 0 24px;
}
.table .actions {
	float: right;
	margin: 0;
}
.table .actions li {
	float: left;
	margin: 0 0 0 5px;
}
.table .actions li.separator {
	border-left: 1px solid #aaaaaa;
	height: 16px;
	margin: 0 3px 0 8px;
}
.table .actions.large li.separator {
	height: 24px;
}
.table .actions li a {
	padding: 0 0 0 16px;
}
.table .actions.large li a {
	padding: 0 0 0 24px;
}

/*
 * Generic table
 */
.table {
	border-collapse: collapse;
	margin: 4px 0 4px 0;
	padding: 0;
	width: 100%;
}
.table tr.even {
	background: #ffffff;
}
.table tr.odd {
	background: #f4f4f0;
}
.table tr.even:hover, .table tr.odd:hover {
	background: #d7e2f0;
}
.table tr.active {
	background: #D7F5E0;
}
.table tr.active:hover {
	background: #D7F5E0;
}
.table tr.subItem td{
	padding-left: 20px;
}
.table tr.subItem td.last{
	padding-left: 5px;
}
.table tr.groupHeader {
    background: #A6ACB4;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D7E2F0), to(#E4EDF8));
    background: -webkit-linear-gradient(top, #E4EDF8, #D7E2F0);
    background: -moz-linear-gradient(top, #E4EDF8, #D7E2F0);
    background: -ms-linear-gradient(top, #E4EDF8, #D7E2F0);
    background: -o-linear-gradient(top, #E4EDF8, #D7E2F0); 
    color: #333333;
}
.table tr.groupHeader td {
	font-size: 1.2em;
    font-weight: bold;
    padding: 2px 0px 2px 5px;
    text-align: center;
}
.table tr.rowComplete {
	background: #D7F5E0;
}
.table tr.rowComplete:hover {
	background: #B5ECC6;
}
.table tr.rowPending {
	background: #F8EECC;
}
.table tr.rowPending:hover {
	background: #f5e4a8;
}
.table th {
	background: #272626 url(gx/p/bg_header.gif) repeat-x left top;
	border-bottom: 1px solid #323131;
	color: white;
	padding: 6px 5px 5px 5px;
}

.table td {
	border-bottom: 1px solid #bbbbbb;
	padding: 3px 5px;
}
.table td.center, .table th.center {
	text-align: center;
}
.table td.right, .table th.right {
	text-align: right;
}
.table .actions_popup {
	background: #d7e2f0;
	border: 1px solid #bbbbbb;
	border-top: 0px;
	border-right: 0px;
	behavior: url(border-radius.htc);
	border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	-khtml-border-radius: 0 0 0 6px;
	display: none;
	margin: 21px 0 0 0;
	position: absolute;
	padding: 0 5px 5px 0;
	z-index:1;
}
.table tr:hover .actions_popup {
	display: block;
}
.table tr.active .actions_popup, .table tr.active:hover .actions_popup {
	background: #D7F5E0;
}
.table table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
.table table tr, .table table tr:hover, .table table td, .table table th {
	background: none;
	color: inherit;
}
.table table.invisible, .table table.invisible tr, .table table.invisible td, .table table.invisible th {
	border: none;
}
.table .warning {
    float: left;
    margin: 0 10px 0 0;
    text-align: left;
}
.table .invoiceTotal td{
	border-bottom: 1px solid #000;
}

/*
 * Forms
 */
.form fieldset {
	background: #f5f5f5;
	behavior: url(border-radius.htc);
	border: #b0b0b0 1px solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	margin: 0;
	padding: 14px;
}
.form fieldset.blue {
	border-color:#037FD1;
}
.form legend {
	color: #3F3F3F;
	font-size: 15px;
	font-weight: bold;
	padding: 0 3px 0 3px;
}
.form fieldset.blue legend {
	color: #037FD1;
}
.form fieldset.red {
	border-color:#B61E1E;
}
.form fieldset.red legend {
	color: #B61E1E;
}
.form .buttons {
	text-align: right;
}
.form .errors {
	color: #ff0000;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.form .errors .label {
	float: left;
}
.form .errors .fields {
	float: left;
	margin: 0;
}
.form .fieldWrapper {
	float: left;
	width: 33%;
}
.form .fieldWrapper.doubleSize {
	width: 66%;
}
.form .fieldWrapper.fullSize {
	width: 100%;
}
.form .fieldWrapper.halfSize {
	width: 50%;
}
.form .fieldWrapper.quarterSize {
	width: 25%;
}
.form .fieldWrapper .field {
	padding: 5px 50px 5px 0;
}
.form .fieldWrapper.fullSize .field {
	padding-right: 0;
}
.form .fieldWrapper .field input[type=file], .form .fieldWrapper .field input[type=text], .form .fieldWrapper .field input[type=password], .form .fieldWrapper .field select, .form .fieldWrapper .field textarea {
	width: 100%;
}
.form .fieldWrapper .field textarea {
	width: 99%;
}
.form .fieldWrapper .field label{
	margin: 0 15px 0 0;
}
.form fieldset input[type=file], .form fieldset input[type=text], .form fieldset input[type=password], .form fieldset select, .form fieldset textarea {
	background: #ffffff;
}
.form fieldset input.disabled, .form fieldset select.disabled, .form fieldset textarea.disabled {
	background: #ededed;
	color: #707070;
}
.form fieldset input[type=button], .form fieldset input[type=submit] {
	background: #ededed;
}
.form fieldset input[type=button].disabled, .form fieldset input[type=submit].disabled {
	background: #e3e3e3;
}
.form input[type=file], .form input[type=text], .form input[type=password], .form select, .form textarea {
	background: #FCFCFC;
	border: 1px solid #cccccc;
	padding: 4px;
	margin: 0;
}
.form input[type=file]:focus, .form input[type=text]:focus, .form input[type=password]:focus, .form select:focus, .form textarea:focus {
	background: #ffffff;
}
.form input.disabled, .form select.disabled, .form textarea.disabled {
	background: #ededed;
	color: #707070;
}
.form input[type=button], .form input[type=submit] {
	background: #ededed;
}
.form input[type=button].disabled, .form input[type=submit].disabled {
	background: #e3e3e3;
}
.form input[type=file]:focus, .form input[type=text]:focus, .form input[type=password]:focus, .form select:focus, .form textarea:focus {
	background: #ffffff;
}
.form input.disabled, .form select.disabled, .form textarea.disabled {
	background: #ededed;
	color: #707070;
}
.form input[type=button], .form input[type=submit] {
	background: #f2f2f2;
	border: 1px solid #cccccc;
	padding: 5px 25px 5px 25px;
}
.form input[type=button]:hover, .form input[type=submit]:hover {
	background: #e6edf5;
}
.form input[type=button].disabled, .form input[type=submit].disabled {
	background: #e8e8e8;
}
.form input[type=checkbox], .form input[type=radio] {
	margin-bottom: 3px;
	margin-top: 1px;
	vertical-align: top;
}
.form label{
	margin: 0 15px 0 0;
}
.form .list {
	background: #ffffff; 
	border: 1px solid #cccccc;
	line-height: 1.7em;
	height: 120px;
	padding: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
}

/*
 * Legend
 */
.legend {
    
}
.legend span {
	display: block;
	margin: 2px 0 4px 10px;
}
.legend img {
    vertical-align: bottom;
}

/*
 * Filter controls
 */
.filterControls input[type=text], .filterControls input[type=password] {
	margin: 2px 0 0 0;
	width: 95%;
}
.filterControls select {
	margin: 2px 0 0 0;
	width: 100%;
}
.filterControls input[type=button], .filterControls input[type=submit] {
	margin-left: 0;
	padding: 3px 10px 3px 10px;
}

/*
 * Documents
 */
.documents .document {
    display: inline-block;
    margin: 10px 30px 30px 10px;
    text-align: center;
    vertical-align: top;
    width: 200px;
}
.documents .document img {
    height: 128px;
    width: 128px;
}

/*
 * Pictures
 */
.pictures .thumbnail {
	display: inline-block;
	margin: 10px 20px 20px 10px;
}
.pictures .thumbnail img {
	height: 112px;
	width: 150px;
}
.pictures .thumbnail2 {
	margin: 20px;
}
.pictures .thumbnail2 ul {
	list-style-type: none;

}
.pictures .thumbnail2 h3 {
	font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
}
.pictures .thumbnail2 li img {
	float: left;
  	margin: 0 15px 0 0;
}
.pictures .thumbnail2 li p {
	font: 200 12px/1.5 Georgia, Times New Roman, serif;
}
.pictures .thumbnail2 li a {
  float:right;
}
.pictures .thumbnail2 li {
	padding: 10px;
	overflow: auto;
	border-bottom: 1px solid #ccc;
}
.pictures .thumbnail2 li:hover {
	background: #eee;
  	cursor: pointer;
}
.pictures .actions2 {
	float: right;
}
.pictures .thumbnail2 .actions2 .default_off {
	padding-left:25px;
	display: inline-block;
	height: 17px;
	width: 50px;
	background: url(gx/a/btn_default_off_16.png) no-repeat left top;
}
.pictures .thumbnail2 .actions2.large .default_off {
	background-image: url(gx/a/btn_default_off_24.png);
}
.pictures .thumbnail2 .actions2 .default_on {
	padding-left:25px;
	display: inline-block;
	height: 17px;
	width: 50px;
	background: url(gx/a/btn_default_on_16.png) no-repeat left top;
}

/*
 * Item pictures
 */
.itemPictureList {
	height: 114px;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	width: 152px;
}
.itemPictureList img {
	display: inline;
	height: 114px;
	vertical-align: top;
	width: 152px;
}

/*
 * Layouts
 */
.layoutList {
	
}
.layoutList a {
	border: #d0d0d0 1px solid;
	float: left;
	cursor: pointer;
	height: 175px;
	margin: 0 15px 15px 0;
	overflow: hidden;
	padding: 5px 15px 5px 15px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
}
.layoutList a:hover {
	border: #2aa7ef 2px solid;
	padding: 4px 14px 4px 14px;
}
.layoutList img {
	border: none;
	height: 150px;
	width: 150px;
}

/*
 * Report list
 */
.reportList {
	width: 650px;
}
.reportList hr {
	border-color: #e8e8e8;
	margin-top: 10px;
}
.reportList .reportFormats {
	float: right;
	width: 180px;
}
.reportList .reportFormats a {
	margin: 0 0 0 10px;
}

/*
 * Global search
 */
.globalSearch {
}
.globalSearch h2 {
    font-size: 16px;
	margin: 0 0 15px 0;
}
.globalSearch h3 {
    font-size: 14px;
	margin: 0 0 0 0;
	overflow: hidden;
    padding: 0 30px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.globalSearch ul {
	margin: 0;list-style-type: square;
}
.globalSearch a {
	font-size: 1.1em;
}
.globalSearch a strong {
	font-size: 1.1em;
}
.globalSearch .searchResult {
    padding: 0 15px 0 15px;
}
.globalSearch .searchResultDetails {
    float: left;
    margin: 0 0 20px 0;
    width: 50%;
}
.globalSearch .searchResultDetails > div {
	font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

/*
 * Pagination module
 */
.module_pagination span {
	float: none;
	text-align: left;
}
.module_pagination .module_pagination_libelle {
}
.module_pagination .module_pagination_page {
}
.module_pagination .module_pagination_page a {
    padding: 2px 4px 2px 4px;
	text-decoration: none;
}
.module_pagination .module_pagination_page.module_pagination_pagecourante {
	font-weight: bold;
    padding: 2px 4px 2px 4px;
	text-decoration: underline;
}
.module_pagination .module_pagination_page.module_pagination_pageprecedente {
}
.module_pagination .module_pagination_page.module_pagination_pagesuivante {
}

/*
 * Dialog window
 */
.vortexDialog_overlay {
	background: #A0A0A0;
	display: none;
	filter: alpha(opacity=60);
	left: 0px;
	opacity: 0.6;
	position: absolute;
	top: 0px;
	z-index: 11;
}
.vortexDialog {
	display: none;
	font-family: Arial, Verdana, Tahoma;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 12;
}
.vortexDialog .vortexDialog_content {
	background: #FFFFFF;
	padding: 10px;
}
.vortexDialog .vortexDialog_header {
	background: #000000 url(gx/p/bg_header.gif) repeat-x left top;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 7px 5px 7px;
}

/*
 * Multi-select
 */
.ui-multiselect-header { background-color:#7494A7; margin-bottom:3px; padding:3px 0 3px 4px; }
.ui-multiselect-header ul { font-size:0.9em; }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0; }
.ui-multiselect-header a { line-height: 17px; text-decoration:none; }
.ui-multiselect-header a:hover { color:#000000; text-decoration:underline; }
.ui-multiselect-header span.ui-icon { float:left; margin:0; }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0; }
.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left; }
.ui-multiselect-checkboxes { background:#ffffff; padding: 6px 4px 6px 4px; position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:inline-block; border:1px solid transparent; padding:0 1px; }
.ui-multiselect-checkboxes label br, .ui-multiselect-checkboxes label br:after { content:' '; }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid; margin-bottom:5px; }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none; }
* html .ui-multiselect-checkboxes label { border:none; } /* remove label borders in IE6 because IE6 does not support transparency */

/*
 * Popup menu
 */
.vortexPopupMenu {
	background: #ffffff;
	behavior: url(border-radius.htc);
	border: 1px solid #dddddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	display: none;
	padding: 6px 10px 6px 10px;
	position: absolute;
	width: 160px;
}
.vortexPopupMenu hr { 
	margin: 6px 0 6px 0;
}

/*
 * Tooltip
 */
.vortexTooltip {
	background: #ffffff;
	border: #cfcfcf 1px solid;
	color: #000000;
	padding: 4px;
	z-index: 9;
}


/*
 * Bidder ranking
 */
.bidderRanking_1, .bidderRanking_2, .bidderRanking_3, .bidderRanking_4, .bidderRanking_5 {
    color: grey;
    padding-top: 5px;
}
.bidderRanking_1 span, .bidderRanking_2 span, .bidderRanking_3 span, .bidderRanking_4 span, .bidderRanking_5 span {
    border:1px solid grey;
    display: inline-block;
    font-size:11px;
    height:14px;
    margin-right:5px;
    vertical-align: top;
    width:15px;
}
.bidderRanking_1 span {
    background-color:rgb(201,247,111);
}
.bidderRanking_2 span {
    background-color:rgb(92,204,204);
}
.bidderRanking_3 span {
    background-color:rgb(255,255,115);
}
.bidderRanking_4 span {
    background-color:rgb(255,178,115);
}
.bidderRanking_5 span {
    background-color:rgb(255,115,115);
}

/*
 * Auctions Calendar
 */
.calendar {
	width: 100%;
	display: table;
}
.calendar .green{
	background : #00CC44;
}
.calendar .green_light{
	background : #E6FFCC;
	color : #359E00;
}
.calendar .yellow_light{
	background : #FFFFCC;
}
.calendar .yellow{
	background : #FFFF6B;
	color : #990000;
}
.calendar .white{
	background: #ffffff;
	
}
.calendar .red_light{
	background : #FFE5E5;
}
.calendar .blue{
	background : #E5F3FF;
}
.calendarTable{
	border-collapse: collapse;
}
.calendarTable  td{
	border-bottom: 1px solid #d0d0d0;
}
.calendarTable  th, .calendarTable  td{
	border: 1px solid #d0d0d0;
}
.calendarTable  .center{
	text-align: center;
}
.calendarTable  td.right{
	text-align: right;
}

