/* MAIN */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: auto;
}
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
img
{
	border: 0px;
}

/* FORMS */
input.login {
	width: 150px;
	padding: 1px;
	margin: 0px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form {
	margin: 0px;
}

/* LINKS */
a
{
	color: #14195A;
	text-decoration: none;
}
a:hover
{
	text-decoration:underline;
}

/* PARAGRAPH */
.break
{
	line-height: 4px;
}
.c, .center {
	text-align: center !important;
}
div.hr, div.hrpadd {
	background-color: #d6d6d6;
	height: 1px;
	line-height: 1px;
	padding: 0px;
	margin: 4px 0px;
}
div.hrpadd {
	margin: 20px 0px;
}
h1
{
	font-size: 30px;
	margin: 0px;
}

/* PADDING */
.paddl {
	padding-left: 4px;
}
.paddr {
	padding-right: 4px;
}
.paddb {
	padding-bottom: 4px;
}
.paddt {
	padding-top: 4px;
}

/* CURSOR */
.handcursor
{
	cursor:pointer;
	cursor:hand;
}

/* TEXT */
.error
{
	color:#FF0000;
	font-weight: bold;
}
.large, .big {
	color: #333366;
	font-size: 16px;
}
.small {
	font-size: 10px;
}
.b, .bold {
	font-weight: bold;
}
a.blue, .blue, .blue a
{
	color: #0000FF;
}
a.red, .red, .red a, .invoice3, .invoice3 a, .site2, .site2 a {
	color: #FF0000 !important;
}
.grey, .grey a {
	color: #999 !important;
}

/* TABLES */
.table {
	width:100%;
	border-collapse: collapse;
	border: 1px solid #d6d6d6;
}
.table tr.th th:first-child {
	border-left: 1px solid #d6d6d6;
}
.table tr.th th:last-child {
	border-right: 1px solid #d6d6d6;
}
.table tr.th th {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	color: #102a9f;
	text-align: left;
	background: url(/images/th.gif) top repeat-x;
	height: 32px;
	padding: 0px 4px;
	font-size: 14px;
	font-weight: bold;
}
.table tr.th th a {
	color: #102a9f;
}
.table tr.td td
{
	border: 1px solid #d6d6d6;
	padding: 3px;
}
.table tr.light td
{
	background: #EEEEEE;
}
.table table.none td, .table table.none th {
	border: 0px;
}
div.th {
	border: 1px solid #d6d6d6;
	height: 26px;
	color: #102a9f;
	text-align: left;
	background: url(/images/th.gif) top repeat-x;
	padding: 6px 4px 0px;
	font-size: 14px;
	font-weight: bold;
}
div.td {
	border: 1px solid #d6d6d6;
	border-top: 0px;
	padding: 3px;
}
.fade {
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/* ALERTS */
.Error
{
	color: #FF0000;
	font-weight: bold;
}
.Success
{
	color: #0000FF;
	font-weight: bold;
	font-size: 14px;
}

/* TABS */
ul.tabber, ul.tabberDisable
{
	list-style:none;
	margin:0px;
	margin-bottom:10px;
	padding:4px 4px 0px;
	border-width:1px;
	border-style:solid;
	border-color:#d6d6d6;
	border-left:0px;
	border-right:0px;
	border-top:0px;
}
ul.tabber li:hover, ul.tabber li.pressed, ul.tabberDisable li.pressed
{
	background-color:#FFFFFF;
	color:#14195A;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
}
ul.tabber li, ul.tabberDisable li
{
	background-color:#eeeeee;
	color:#474c90;
	display:inline;
	border-width:1px;
	border-style:solid;
	border-color:#d6d6d6;
	border-bottom:0px;
	padding:2px 8px 0px;
	margin:0px;
	margin-right:8px;
	cursor: default;
}
ul.tabber li.pressed, ul.tabberDisable li.pressed
{
	cursor: default;
}
ul.tabber li.none, ul.tabberDisable li.none
{
	border: 0px;
	padding:2px 0px 0px;
	background:transparent;
}
ul.tabber li#nl, ul.tabber li#nl:hover {
	display: block;
	border: 0px;
	cursor: default;
	background:transparent;
	padding: 0px;
	margin: 0px;
	border-top:1px solid #d6d6d6;
}

/* STATUS */
.invoice1, .invoice1 a, .memberDeleted, .memberDeleted a {
	color: #999999 !important;
}
.invoice2, .invoice2 a, .memberValidating, .memberValidating a {
	color: #00FF00 !important;
}
.memberCheater, .memberCheater a {
	color: #FF0000 !important;
}
.s0 {
	color: #999999 !important;
	font-weight: bold;
}
.s1 {
	color: #102a9f !important;
	font-weight: bold;
}