/* 
--------- This is a more light weight version of table with rounded corners 
--------- It does not use extra cells as dividers
*/

table.rounded tr td, table.rounded tr th {
	padding: 3px 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #E5E5E5;
	border-right-width: 1px;
	border-bottom-width: 0px;
}

table.rounded tr th {
    /*cursor: pointer; /* to show the user that the column can be sorted with mouse click on its title - for normal browsers*/
    /*cursor: hand; /* for IE and some old browsers*/
}

/* Top row  (with no data but corner images) */
table.rounded tr.top {
	background: url(/images/roundtable/nt.gif) repeat-x top;
}

/* Top row cell */ 
table.rounded tr.top td {
	background: url(/images/roundtable/nt.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	height: 10px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-top-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
	font-size: 0px;
}
table.rounded tr.top td.left, table.rounded tr.top th.left {
	border-left-width: 0px;
	border-left-style: none;
}
table.rounded tr.top td.right, table.rounded tr.top th.right {
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
}

/* Bottom row (with no data but corner images) */

table.rounded tr.bottom td {
	background: url(/images/roundtable/nb.gif) repeat-x bottom;
	border-top-width: 0px;
	border-top-style: none;
	margin: 0px;
	padding: 0px !important;
	font-size: 0px !important;
}

table.rounded tr.bottom td.left {
	text-align: left;
	border-left-width: 0px;
	border-left-style: none;
}

table.rounded tr.bottom td.right {
	text-align: right;
	border-right-width: 0px;
	border-right-style: none;
}

/* Header row (First row with data or table heading) */
table.rounded tr.header td, 
table.rounded tr.header th {
	border-top-width: 0px;
	border-top-style: none;	
}

table.rounded tr.header td.left,
table.rounded tr.header th.left {
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}

/* This is to create spacers between multiple tables */ 
table.rounded tr.space, table.rounded tr.space td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* This is to create spanned cell at the very top */
table.rounded tr.spanned td.left,
table.rounded tr.spanned td.right,
table.rounded tr.spanned th.left,
table.rounded tr.spanned th.right{
 	border-left:none;
	border-right:none;
}
/* This is to create a row that consists of a single cell */
table.rounded tr.spanned td,
table.rounded tr.spanned th{
	border-left-width:1px;
	border-right-width:1px;
}


/* Every last cell in the row */ 
table.rounded td.right {
	border-right: none;
	background: url(/images/rc/dark_dot.gif) top right repeat-y;
}
table.rounded th, table.rounded td.th {
	color: green;
	font-weight:bold;
}

/* Styles for inner tables */
table.rounded table td,
table.sort table tr td{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.rounded .dark {
	background-color: #F1F1F1;
}
table.box tr td {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	border-right-style: solid;
	border-left-style: solid;
}

table.rounded tr td td, table.box tr td td{
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
}
table.box tr.top td.left, 
table.box tr.top td.right, 
table.box tr.bottom td.left, 
table.box tr.bottom td.right {
	border-right-width: 0px;
	border-right-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/*
    Nick Pepper's addon for improved rounded tables classes
*/
table.rounded {
    margin: 0;
    border-collapse: collapse;
	font-size: 12px;
}
table.rounded td, table.rounded th {
    padding: 0 4px 0 0;
}
table.rounded td.email_td {
    border-left: none!important;
    width: 19px!important;
    text-align: center;
}
table.rounded th.info_td, table.rounded td.info_td {
    width: 20px!important;
    text-align: center;
}
table.rounded th {
    padding-bottom: 10px!important;
    text-align: center;
}
table.rounded td.candname {
    padding: 5px 10px 5px 20px!important;
}
table.rounded td.timestamp_td {
    padding: 5px 20px 5px 10px!important;
}
table.rounded td.centered {
    text-align: center;
}
table.rounded td.red {
    color: red;
}
table.rounded td.orange {
    color: orange;
}
table.rounded td.inproc {
    color: #BBBB11;
}
table.rounded td.green {
    color: green;
}
table#legend td {
	font-size: 12px;
	text-align:left;
}

.clickable_button {
    cursor: pointer;
}
/** html .clickable_button {
    cursor: hand;
}*/

table.rounded td.divider {
    border: none !important;
    padding: 20px 0 10px !important;
}
table.rounded td.divider h3 {
    margin: 0;
}
table.rounded td.cell {
    padding: 10px 20px !important;
}

table.rounded td.cell1 {
	padding: 10px 1px !important;
}
table.rounded td.cell2 {
    padding: 10px 1px 0 1px !important;
}

table.rounded td.cello {
    padding: 4px 10px !important;
    font-weight: bold;
}
table.rounded td.cell span.breadcrumbs {
    font-weight: normal!important;
}

table.rounded td.cell1 {
    padding-left: 10px;
    border-right: none;
    text-align: right!important;
	font-size: 14px;

}
table.rounded th,
table.rounded td.cell2 {
    border-left: none;
    text-align: left!important;
}


/* 
--------- This is a more light weight version of table with rounded_turqoise corners 
--------- It does not use extra cells as dividers
*/

table.rounded_turqoise {
	background-color: #d2f0ff;
}

table.rounded_turqoise tr td, table.rounded_turqoise tr th {
	padding: 3px 10px;
	border: none;
}

table.rounded_turqoise tr th {
    cursor: pointer; /* to show the user that the column can be sorted with mouse click on its title - for normal browsers*/
}

/* Top row  (with no data but corner images) */
table.rounded_turqoise tr.top {
}

/* Top row cell */ 
table.rounded_turqoise tr.top td {
	margin: 0px;
	padding: 0px;
	height: 10px;
}
table.rounded_turqoise tr.top td.left, table.rounded_turqoise tr.top th.left {
	border-left-width: 0px;
	border-left-style: none;
}
table.rounded_turqoise tr.top td.right, table.rounded_turqoise tr.top th.right {
	text-align: right;
	
}
table.rounded_turqoise tr.top td {
	vertical-align:top;
}

/* Bottom row (with no data but corner images) */

table.rounded_turqoise tr.bottom td {
	margin: 0px;
	padding: 0px !important;
	font-size: 0px !important;
}

table.rounded_turqoise tr.bottom td.left {
	text-align: left;
	border-left-width: 0px;
	border-left-style: none;
}

table.rounded_turqoise tr.bottom td.right {
	text-align: right;
	border-right-width: 0px;
	border-right-style: none;
}

/* Header row (First row with data or table heading) */
table.rounded_turqoise tr.header td, 
table.rounded_turqoise tr.header th {
	border-top-width: 0px;
	border-top-style: none;	
}

table.rounded_turqoise tr.header td.left,
table.rounded_turqoise tr.header th.left {
}

/* This is to create spacers between multiple tables */ 
table.rounded_turqoise tr.space, table.rounded_turqoise tr.space td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* This is to create spanned cell at the very top */
table.rounded_turqoise tr.spanned td.left,
table.rounded_turqoise tr.spanned td.right,
table.rounded_turqoise tr.spanned th.left,
table.rounded_turqoise tr.spanned th.right{
 	border-left:none;
	border-right:none;
}
/* This is to create a row that consists of a single cell */
table.rounded_turqoise tr.spanned td,
table.rounded_turqoise tr.spanned th{
}


/* Every last cell in the row */ 
table.rounded_turqoise td.right {
	border-right: none;
}
table.rounded_turqoise th, table.rounded_turqoise td.th {
	color: green;
	font-weight:bold;
}

/* Styles for inner tables */
table.rounded_turqoise table td{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.rounded_turqoise .dark {
	background-color: #F1F1F1;
}
table.box tr td {
}

table.rounded_turqoise tr td td, table.box tr td td{
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
}
table.box tr.top td.left, 
table.box tr.top td.right, 
table.box tr.bottom td.left, 
table.box tr.bottom td.right {
	border-right-width: 0px;
	border-right-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/*
    Nick Pepper's addon for improved rounded_turqoise tables classes
*/
table.rounded_turqoise {
    margin: 0;
    border-collapse: collapse;
	font-size: 12px;
}
table.rounded_turqoise td, table.rounded_turqoise th {
    padding: 0 4px 0 0;
}
table.rounded_turqoise td.email_td {
    border-left: none!important;
    width: 19px!important;
    text-align: center;
}
table.rounded_turqoise th.info_td, table.rounded_turqoise td.info_td {
    width: 20px!important;
    text-align: center;
}
table.rounded_turqoise th {
    padding-bottom: 10px!important;
    text-align: center;
}
table.rounded_turqoise td.candname {
    padding: 5px 10px 5px 20px!important;
}
table.rounded_turqoise td.timestamp_td {
    padding: 5px 20px 5px 10px!important;
}
table.rounded_turqoise td.centered {
    text-align: center;
}
table.rounded_turqoise td.red {
    color: red;
}
table.rounded_turqoise td.orange {
    color: orange;
}
table.rounded_turqoise td.inproc {
    color: #BBBB11;
}
table.rounded_turqoise td.green {
    color: green;
}
table#legend td {
	font-size: 12px;
	text-align:left;
}

.clickable_button {
    cursor: pointer;
}
/** html .clickable_button {
    cursor: hand;
}*/

table.rounded_turqoise td.divider {
    border: none !important;
    padding: 20px 0 10px !important;
}
table.rounded_turqoise td.divider h3 {
    margin: 0;
}
table.rounded_turqoise td.cell {
    padding: 10px 20px !important;
}

table.rounded_turqoise td.cell1 {
	padding: 10px 1px !important;
}
table.rounded_turqoise td.cell2 {
    padding: 10px 1px 0 1px !important;
}

table.rounded_turqoise td.cello {
    padding: 4px 10px !important;
    font-weight: bold;
}
table.rounded_turqoise td.cell span.breadcrumbs {
    font-weight: normal!important;
}

table.rounded_turqoise td.cell1 {
    padding-left: 10px;
    border-right: none;
    text-align: right!important;
	font-size: 14px;

}
table.rounded_turqoise th,
table.rounded_turqoise td.cell2 {
    border-left: none;
    text-align: left!important;
}


.noborder {
    border-top: none!important;
    padding-top: 0px!important;
}
/* END of addon */


/*
--------------- CLASSES FOR SORT TABLE
*/

table.sort {
    margin: 0;
    border-collapse: collapse;
	font-size: 12px;
}
table.sort td, table.sort th {
    padding: 1px;
    border: 1px solid #E5E5E5;
}

table.sort thead td, table.sort thead th {
    cursor:pointer;
    /*cursor:hand;*/
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    color: green;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}

table.sort thead td.curcol {
    vertical-align: middle;
}

table.sort tr.header td {
    padding-bottom: 10px !important;
}

/* Every last cell in the row */ 
table.sort td.right {
	border-right: none;
	background: url(/images/rc/dark_dot.gif) top right repeat-y;
}
table.sort td.left {
    border-left: none;
    background: url(/images/rc/dark_dot.gif) top left repeat-y;
}
table.sort tr.header td {
	color: green;
	font-weight:bold;
	vertical-align: middle;
}

table.sort tr td, table.sort tr th {
	padding: 3px 10px;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: none;
	border-bottom: none;
}

/* Top row  (with no data but corner images) */
table.rounded tr.top, table.sort tr.top {
	background-image: url(/images/roundtable/nt.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Top row cell */ 
table.sort tr.top th {
	margin: 0px;
	padding: 0px !important;
	height: 10px;
	border-bottom: none;
	border-top: none;
	/* border-left: 1px solid #E5E5E5; */
	border-left: none !important;
	border-right: 1px solid #E5E5E5;
	font-size: 1px !important;
}

table.sort tr.top th.left {
	text-align: left;
	border-top: none;
	border-left: none;
}
table.sort tr.top th.right {
	text-align: right;
	border-top: none;
	border-right: none;
}

/* Bottom row (with no data but corner images) */
table.sort tr.bottom td {
	border-top: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	background: url(/images/roundtable/nb.gif) repeat-x bottom;
}

table.sort tr.bottom td.left {
	text-align: left;
	border-left: none;
}

table.sort tr.bottom td.right {
	text-align: right;
	border-right: none;
}

/* Header row (First row with data or table heading) */
table.sort tr.header td {
	border-top: none;
}

/*
--------------- CLASSES FOR sort_turqoise TABLE
*/

/*table.sort_turqoise {
    margin: 0;
	background-color: #d2f0ff;
    border-collapse: collapse;
	font-size: 12px;
}
table.sort_turqoise td {
    padding: 1px;
    border: 1px solid #ffffff;
}

table.sort_turqoise th {
    padding: 1px;
	border-bottom: 2px solid #ffffff;
}

table.sort_turqoise thead td, table.sort_turqoise thead th {
    cursor:pointer;
    cursor:hand;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    color: green;
}

table.sort_turqoise thead td.curcol {
    vertical-align: middle;
}

table.sort_turqoise tr.header td {
    padding-bottom: 10px !important;
}*/

/* Every last cell in the row */ 
/*table.sort_turqoise td.right {
	border-right: none;
}

table.sort_turqoise td.left {
    border-left: none;
}

table.sort_turqoise tr.header td {
	color: green;
	font-weight:bold;
	vertical-align: middle;
}

table.sort_turqoise tr td, table.sort_turqoise tr th {
	padding: 3px 10px;
	border-right: none;
	border-bottom: none;
}*/

/* Top row  (with no data but corner images) */
table.rounded tr.top, table.sort_turqoise tr.top {
}

/* Top row cell */ 
/*table.sort_turqoise tr.top th {
	margin: 0px;
	padding: 0px !important;
	height: 10px;
	font-size: 1px !important;
	border-left: 1px solid #ffffff;
}

table.sort_turqoise tr.top th.left {
	text-align: left;
	border-top: none;
	border-left: none;
}
table.sort_turqoise tr.top th.right {
	text-align: right;
	border-top: none;
	border-right: none;
}*/

/* Bottom row (with no data but corner images) */
/*table.sort_turqoise tr.bottom td {
	border-top: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

table.sort_turqoise tr.bottom td.left {
	text-align: left;
	border-left: none;
}

table.sort_turqoise tr.bottom td.right {
	text-align: right;
	border-right: none;
}*/

/* Header row (First row with data or table heading) */
/*table.sort_turqoise tr.header td {
	border-top: none;
}*/

/* Rows coloring (Transactions) */
.tr_real {
	background:#daf8de;
}
.tr_mixed {
	background:#FFF7D7;	
}
.tr_test {
	background:#ffe9e9;
}
.bb_column {
	background: #FFEFDF;
}
.th_column {
	background: #EEEEFF;
}
.all_credits {
	background:#FEFFD9;
}
.faded {
	
}

.td_free {
	color:#DC0000;
}
.td_purchased {
	color:#009900;
}
.td_test {
	color:#de7339;
}
.b {/*bold*/
	font-weight:bold;
}



table.sort tr.header td a,
table.sort tr.header td a:visited
{
	color: green;
	text-decoration: none;
}

table.sort tr.header td a:hover {
	text-decoration: underline;
}


