/*
GENERAL CSS
*/
body {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:#000000;
	line-height:12px;
}
a {
	color: #08FF08;
	text-decoration: none;
}
a:hover {
	color: #ff8e32;
	text-decoration: none;
}

.header {
	font-size: 16px;
	font-family: Verdana;
	color: #333333;
}
.menu {
	font-size: 11px;
	font-family: Verdana;
	color: #2f2f2f;
}
a.menu {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.menu:hover {
	color: #ff8e32;
	font-weight: bold;
	text-decoration: none;
}
.white {
	color: #000000;
}
.tips {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.tipsblack {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
a.white {
	color: #000000;
	text-decoration: underline;
}
a.white:hover {
	color: #000000;
	text-decoration: underline;
}

.bodytb {
	border: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}
.boxtitle {
	font-size: 14px;
	font-weight: bold;
}
.Seperator {
	background-color: #002d77;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}
.col_Left {
	color: #000000;
	text-align: left;
}
.col_Right {
	text-align: left;
}
.error {
	color: #CC0000;
	font-weight: bold;
}

/*
FORM CSS
*/
input.white {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	width: 100px;
}

input.nowhite {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	width: 200px;
}

textarea {
	border: 1px solid #999999;
}
input.btn {
	font-weight: bold;
}
select {
	border: 1px solid #999999;
}
/*
REWARDS CSS
*/
.RewardsTable {
width: 100%;
}
.RewardTable {
width: 90%;
height: 100%;
border: 0px #72a5de solid;
border-spacing: 20;
}
/*
OFFERS CSS
*/
.OfferTable {
width: 100%;
height: 100%;
border: 1px #72a5de solid;
border-spacing: 20;
}

/*
FOOTER CSS
*/
.footer {
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
}
a.footer {
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}
a.footer:hover {
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	text-decoration: underline;
}


.yellow {
	color: #C9EDDB;
	font-weight: 400;
}
.green {
	color: #96B95C;
	font-weight: 400;
}
h1 {
	color:#666666;
	font-size: 13px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

.smll {
	font-size: 10px;
}
.black {
	color: #333333;
}
.sectiontitle {
	font-size: 18px;
	font-weight: bold;
	color: #96B95C;
}
.red {
	color: #CC0000;
}

.replies {
	font-weight: bold;
	font-size: 11px;
}
.replytable {
	background: #333333;
	color: #000000;
	border: 1px solid #303030;
	margin: 0px;
	padding: 10px;
}
.bodytable {
	background: #000000;
	color:#333333;
	height: 100px;
	border: 1px solid #333333;
}
.addreply {
	font-weight: bold;
	font-size: 11px;
}


.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	color: #fff;
    background-color: #414141;
}

.love {
    background-color: #fff;
    border: 1px solid #414141;
}

.titlebg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	color: #fff;
    background-color: #e2ab0f;
}

.leftbt {
background: #000000  url(images/tp/tp_07.gif) repeat-x top left;
}

.lovebg {
    background-color: #fff;
    border: 1px solid #e2ab0f;
}

.bgbt {
    /*background-color: #8d8d8d;*/
    border-bottom: 3px solid #929292;
    color: #0B2E93;
    font-size: 11px;
}

.offbg {
    background-color: #525252;
    border: 1px solid #000000;
    color: #000;
}

.boderbt {
    /*border: 1px solid #8d8d8d;*/
}

.bgedit {
    background-color: #000000;
    border: 0px solid #227035;
    color: #000;
}

.whiteText {
	color: #dfhdd;    
}