body {
	background: #f9f9f9 url(/images/template/background.png) 0 0 repeat-x;
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	margin: 0;
	padding: 14px 0 0 0;
}

a { 
	color: #0679b4; 
	text-decoration: none; 
}

a:hover { text-decoration: underline; }

a img { border: 0; }

h1 {
}

h2 {
	color: #fe7200;
	font-size: 22px;
	font-weight:bold;
	margin: 0 0 15px 0;
	padding: 0;
}

h3 {
	color: #fe7200;
	font-size: 16px;
	font-weight:bold;
	margin: 0 0 8px 0;
	padding: 0;
}

p {
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Wrapper --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.wrapper {
	margin: 0 auto;
	width: 935px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header --------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------ */
.header {
	background: #efefef;
	border-bottom: 1px solid #cbcbcb;
	height: 54px;
	padding: 30px 0 0 0;
}

.header .logo {
	float: left;
}

.header .logo img {

}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.button {
	background: url(/images/template/button-background.png) 0 0 no-repeat;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	height: 34px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	width: 166px;
}

.button:hover {
	opacity: .70;
	filter: alpha(opacity=70);
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Marquee --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.marquee {
	background: url(/images/template/marquee-background.jpg) 50% 0 no-repeat;
	height: 306px;
}

.marquee h1 {
	color: #4f96ca;
	font-size: 36px;
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 20px 0;
	padding: 72px 0 0 0;
}

.marquee h1 span.spending-time {
	background: url(/images/template/heading-spending-time.png) 0 0 no-repeat;
	display: inline-block;
	height: 34px;
	width: 242px;
	margin: 5px 0 -5px 0;
}

.marquee h1 span.spending-time span {
	display: none;
}

.marquee h1 span.last-line {
	font-size: 28px;
}

.marquee p {
	color: #7d7d7d;
	font-size: 16px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Middle Content -------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.middle-content {
	padding: 20px 0;
}

.middle-content .left-column {
	float: left;
	width: 613px;
}

.middle-content .right-column {
	float: right;
	width: 250px;
}

.middle-content .right-column .button {
	background: url(/images/template/big-button-background.png) 0 0 no-repeat;
	width: 254px;
}

.middle-content .right-column .ad-space {

}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Right Column Stats ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.right-column .stats {
	background: #fcffe8;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.10);
	padding: 10px;
	width: 100%;
}

.right-column .stats th {
	border-bottom: 1px solid #cccccc;
	text-align: left;
	font-weight: normal;
	padding: 5px 0;
}

.right-column .stats td {
	border-bottom: 1px solid #cccccc;
	color: red;
	font-weight: bold;
	padding: 5px 0;
}

.right-column p {

}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.footer {
	border-top: 8px solid #1fabff;
	padding: 25px 0 75px 0;
}

.footer .fr {
	line-height: 25px;
}

.footer .stay-connected-links {
	display: inline;
	list-style: none;
	margin: 0;
	padding:  0 0 0 10px;
}

.footer .stay-connected-links li {
	display: inline;
}

.footer .stay-connected-links li a {

}

.footer .stay-connected-links li a img {
	vertical-align: middle;
}

.footer .stay-connected-links li a:hover {

}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Entries --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.entries {
	
}

.entries hr {
	display: none;
	opacity: 0;
	filter:alpha(opacity=0);
	clear: both;
}

.entries .entry {
	border-top: 7px solid #d7d7d7;
	clear: both;
}

.entries .entry .date {
	background: #d7d7d7;
	color: #7d7d7d;
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 115%;
	padding: 5px 0 10px 0;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	width: 68px;
}

.entries .entry .date span {
	display: block;
	font-size: 16px;
}

.entries .entry .content {
	float: right;
	width: 532px;
	padding-top: 13px;
}

.entries .entry .content .image {
	border: 2px solid #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	float: left;
	height: 46px;
	overflow: hidden;
	width: 46px;
}

.entries .entry .content .image img {
	height: 100%;
}

.entries .entry .content .description {
	float: right;
	width: 473px;
}

.entries .entry .content .description .action {
	font-weight: bold;
	min-height: 16px;
	padding: 5px 0 0 27px;
}

.entries .entry .content .description .action.email {
	background: url(/images/icons/email.png) 0 0 no-repeat;
}

.entries .entry .content .description .action.withdrawal {
	background: url(/images/icons/withdrawal.png) 0 0 no-repeat;
}

.entries .entry .content .description .action.deposit {
	background: url(/images/icons/deposit.png) 0 0 no-repeat;
}

.entries .entry .content .description .action.phone {
	background: url(/images/icons/phone.png) 0 0 no-repeat;
}

.entries .entry .content .description .action.no-response {
	background: url(/images/icons/no-response.png) 0 0 no-repeat;
	color: red;
}

.entries .entry .content .description p {

}

.entries .entry .content .description ul {

}

.entries .entry .content .description ol {

}

.entries .entry .content .cb {
	padding-bottom: 15px;
}

.pager {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pager li {
	float: left;
	margin-right: 5px;
}

.pager li a{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 );
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.85);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.85);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.85);
	color: #000000;
	display: inline-block;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
	text-decoration: none;
	text-align: center;
}

.pager li a:hover,
.pager li.selected a {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #000000;
	background: #e5e5e5;
	text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* iCite Overlay --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.icite-underlay {
	background: #000000;
	display: none;
	bottom: 0;
	left: 0;
	opacity: .7;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.icite-overlay {
	background: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,.50);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.50);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.50);
	left: 50%;
	margin: 0 0 0 -200px;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 15px;
	position: absolute;
	top: 100px;
	min-width: 100px;
	z-index: 100;
}

.icite-overlay .icite-overlay-close {
	background: url(/images/icons/x-close.png);
	position: absolute;
	top: 18px;
	right: 18px;
	width: 25px;
	height: 26px;
	cursor: pointer;
	z-index: 100;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Miscellaneous --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.smr { margin-right: 10px; }
.smt { margin-top: 10px; }
.mt { margin-top: 20px; }
.bmt { margin-top: 30px; }

.vsmb { margin-bottom: 4px; }
.smb { margin-bottom: 10px; }
.mb { margin-bottom: 20px; }
.bmb { margin-bottom: 30px; }

.sml { margin-left: 10px; }

.cb { clear: both; }
.cr { clear: right; }
.cl { clear: left; }
.fr { float: right; }
.fl { float: left; }
.cn { clear: none; }

.tar { text-align: right; }
.tac,th.tac { text-align: center; }
.spt { padding-top: 5px; }
.spr { padding-right: 5px; }
.pt { padding-top: 15px; }
.g { color: #808080; }
.red { color: red; }
.green { color: green; }
.nmr { margin-right: 0; }
.nbg { background: none; }
.gbr { border-right: 1px solid #e8e8e8; }
.dn { display: none; }
.gr { color: green; }
.w { color: #ffffff; }

.small { font-size: 80%; }

.di { display: inline; width: auto; float: none; }

.uc { text-transform: uppercase; }

.checkbox {	vertical-align: middle; }

.drag-class td {
	background: #d9ecff;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	opacity: .5;
}

.drag-handle { cursor: move; }
