/**
 * Set HTML Element Styles
 */
html, body {
	background-color: #181714;
	color: Black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	margin: auto;
}

a:link {
	color: #03a6d8;
	text-decoration: none;
}

a:visited {
	color: #03a6d8;
	text-decoration: none;
}

 a:hover {
	color: #eca016;
	text-decoration: underline;
}

a:active {
	color: #eca016;
	text-decoration: none;
}

a.button-accept:link,
a.button-accept:visited {
	background-color: #5793a6;
	border: 1px solid #6f6f6f;
	border-top: medium none;
	border-left: medium none;
	color: #fff;
	padding: 5px 8px;
	text-decoration: none;
}

a.button-accept:hover,
a.button-accept:active {
	background-color: #ECA016;
	border: 1px solid #9fc2cc;
	border-top: medium none;
	border-left: medium none;
	color: #fff;
	padding: 5px 8px;
	text-decoration: none;
}

a.button-cancel:link,
a.button-cancel:visited {
	background-color: #aecbd4;
	border: 1px solid #919191;
	border-top: medium none;
	border-left: medium none;
	color: #282828;
	padding: 5px 8px;
	text-decoration: none;
}

a.button-cancel:hover,
a.button-cancel:active {
	background-color: #ECA016;
	border: 1px solid #9fc2cc;
	border-top: medium none;
	border-left: medium none;
	color: #fff;
	padding: 5px 8px;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	/*line-height: 120%;*/
	margin: 0;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	/*line-height: 120%;*/
	margin: 0;
}

p {
	display:block;
	font-weight:normal;
	line-height:17px;
	margin:0px;
	padding:0px;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, button {
	border: 1px solid #eca016;
	font: normal;
	padding: 3px;
}

input.active, button.default {
	background-color: #eca016;
	background-repeat:no-repeat;
	font-weight:bold;
	padding:3px 5px;
	width: auto;
}

input.orangeButton {
	background-color: #ECA016;
	border: 1px solid #9fc2cc;
	border-top: medium none;
	border-left: medium none;
	color:#FFFFFF;
	padding: 5px 8px;
}

input.blueButton {
	background-color:#5793a6;
	border: 1px solid #6f6f6f;
	border-top: medium none;
	border-left: medium none;
	color:#FFFFFF;
	padding: 5px 8px;
}

input.orangeButton, input.blueButton, label:hover, button:hover, input.radio:hover {
	cursor:pointer;
}

input.loginSubmit {
	background: transparent url(../images/site-sprite.png) no-repeat scroll -75px -130px;
	border: 0 none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	height: 26px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	width: 46px;
}

input.searchSubmit {
	background: transparent url(../images/site-sprite.png) no-repeat scroll -75px -156px;
	border: 0 none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	height: 26px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	width: 58px;
}

input.signupSubmit {
	background: transparent url(../images/site-sprite.png) no-repeat scroll -75px -104px;
	border: 0 none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	height: 26px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	width: 60px;
}

input.saveSubmit {
	background: transparent url(../images/site-sprite.png) no-repeat scroll -75px -208px;
	border: 0 none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	height: 26px;
	margin-right: 10px;
	padding: 0;
	text-indent: -1000em;
	width: 44px;
}

input.cancelSubmit {
	background: transparent url(../images/site-sprite.png) no-repeat scroll 0 -234px;
	border: 0 none;
	cursor: pointer;
	height: 26px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	width: 56px;
}

input.sendSubmit {
	background: transparent url(../images/site-sprite.png) no-repeat scroll -75px -182px;
	border: 0 none;
	cursor: pointer;
	height: 26px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	width: 45px;
}

input.replySubmit {
	background: transparent url(../images/site-sprite.png) no-repeat scroll -75px -260px;
	border: 0 none;
	cursor: pointer;
	height: 26px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	width: 47px;
}

select {
	border: 1px solid #CDD8E6;
	background-color:white;
	padding: 2px;
}

img {
	border: 0px;
}

img.borderOne {
	border: 1px solid #ECA016;
}

img.borderTwo {
	border: 2px solid #ECA016;
}

ul, ol {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-image: none;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/	
}

li.miniImage {
	list-style-image: url(../images/bulletList.gif);
	margin: 0; /*removes indent IE and Opera*/
	margin-left: 15px;
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/	
}

/**************************************************************
 * Set Helper Classes 
 **/
.caption {
	font-size: 11px;
	font-weight: normal;
	color: #535353;
}

.caption a:link {
	color: #535353;
	text-decoration: underline;
}

.caption a:visited {
	color: #535353;
	text-decoration: underline;
}

.caption a:hover {
	color: #eca016;
	text-decoration: none;
}

.caption a:active {
	color: #eca016;
	text-decoration: none;
}

.noImage {
	background: none;
	padding: 0;
	margin: 0;
}

.miniArrows {
	color: #eca016;
	font-family: Geneva,sans-serif;
	font-weight: bold;
}

.miniArrowYellow {
	color: #FFFF00;
	font-family:Geneva,sans-serif;
	font-weight:bold;
}

.offScreen {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	height: 0px;
}

.strong {
	font-weight: bold;
}

a.strong {
	font-weight: bold;
}

.tiny {
	font-size: 11px;
}

.small {
	font-size: 12px;
}

.big {
	font-size: 14px;
}

.bigger {
	font-size: 16px;
}

.biggest {
	font-size: 18px;
}

.greyText {
	color: #535353;
}

.redText {
	color: RED;
}

.blackText {
	color: Black;
}

.blueText {
	color: #03A6D8;
}

.whiteText {
	color: White;
}

.whiteText a {
	color: White;
	text-decoration: none;
}

.whiteText a:hover, 
.whiteText a:active {
	color: #eca016 !important;
	text-decoration: none;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.leftFloat {
	float: left;
}

.rightFloat {
	float: right;
}

.noBold {
	font-weight: normal;
}

.noBorder {
	border: none;
}

.noMargin {
	margin: 0px;
}

.noPadding {
	padding: 0px;
}

.borderBottom {
	border-bottom: 1px solid #DBE1E6;
}

.borderTop {
	border-top: 1px solid #DBE1E6;
}

/**************************************************************
 * Backdrops
 */
.backdrop_665 {
	background: White url(../images/BG_leftContainer.png) repeat-x scroll left top;
	color: Black;
	padding: 15px 30px;
	width: 660px;
}

/**************************************************************
 * Wrappers
 */
.content-Wrapper {
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

.wrapper_224 {
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: 224px;
}

/**************************************************************
 * Spacers
 */
.spacer_1px { margin-bottom: 1px; }
.spacer_2px { margin-bottom: 2px; }
.spacer_3px { margin-bottom: 3px; }
.spacer_4px { margin-bottom: 4px; }
.spacer_5px { margin-bottom: 5px; }
.spacer_6px { margin-bottom: 6px; }
.spacer_7px { margin-bottom: 7px; }
.spacer_8px { margin-bottom: 8px; }
.spacer_9px { margin-bottom: 9px; }
.spacer_10px { margin-bottom: 10px; }
.spacer_11px { margin-bottom: 11px; }
.spacer_12px { margin-bottom: 12px; }
.spacer_13px { margin-bottom: 13px; }
.spacer_14px { margin-bottom: 14px; }
.spacer_15px { margin-bottom: 15px; }
.spacer_16px { margin-bottom: 16px; }
.spacer_17px { margin-bottom: 17px; }
.spacer_18px { margin-bottom: 18px; }
.spacer_19px { margin-bottom: 19px; }
.spacer_20px { margin-bottom: 20px; }
.spacer_21px { margin-bottom: 21px; }
.spacer_22px { margin-bottom: 22px; }
.spacer_23px { margin-bottom: 23px; }
.spacer_24px { margin-bottom: 24px; }
.spacer_25px { margin-bottom: 25px; }
.spacer_26px { margin-bottom: 26px; }
.spacer_27px { margin-bottom: 27px; }
.spacer_28px { margin-bottom: 28px; }
.spacer_29px { margin-bottom: 29px; }
.spacer_30px { margin-bottom: 30px; }
.spacer_35px { margin-bottom: 35px; }
.spacer_40px { margin-bottom: 40px; }
.spacer_45px { margin-bottom: 45px; }
.spacer_50px { margin-bottom: 50px; }

/* Pagination Links */
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	border: 1px solid #AAAADD;
	color: #03A6D8;
	margin: 2px;
	padding: 2px 5px;
	text-decoration: none;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #ECA016;
	color: #ECA016;
}

div.pagination span.current {
	background-color: #EEEEEE;
	border: 2px solid #AAAADD;
	color: #666666;
	font-weight: bold;
	margin: 2px;
	padding: 2px 5px;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

/**************************************************************
 * Set Primary Layout
 */
#parentContainer {
	width: auto;
}

#leftContainer {
	float: left;
	position: relative;
}

#rightContainer {
	background-color: White;
	float: right;
	position: relative;
}

#topContainer {
	clear: both;
	padding: 25px 0 0;
}

#bottomContainer {
	clear:both;
	margin-bottom:10px;
}

/**************************************************************
 * Start Header Level Styles 
 */
#header {
	clear: both;
	height: auto;
	margin: 0px auto;
	padding: 0;
	width: auto;
}

#header .container {
	height: auto;
	margin: 3px auto 0;
	padding: 0;
	width: 980px;
}

#header .logo {
	background: transparent url(../images/logo/logo_8-4-09.png) no-repeat scroll left top;
	display: block;
	float: left;
	height: 54px;
	margin: 0 20px 0 0;
	position: relative;
	top: 12px;
	width: 208px;
}

#header .nav {
	float: left;
	margin-left: 80px;
	padding: 10px 0 9px;
	position: relative;
	top: 5px;
	width: auto;
}

#header .nav li {
	display: block;
	float: left;
	list-style-type: none;
}

#header .nav li a {
	background: transparent url(../images/site-sprite.png) no-repeat scroll 0 0;
	display: block;
	height: 26px;
	margin-right: 10px;
	text-indent: -9009px;
}

#header .nav li.profile a {
	width: 67px;
}

#header .nav li.profile a:hover {
	background-position: -75px 0;
}

#header .nav li.browse a {
	background-position: 0px -26px;
	width: 68px;
}

#header .nav li.browse a:hover {
	background-position: -75px -26px;
}

#header .nav li.friends a {
	background-position: 0px -52px;
	width: 66px;
}

#header .nav li.friends a:hover {
	background-position: -75px -52px;
}

#header .nav li.inbox a {
	background-position: 0 -78px;
	width: 52px;
}

#header .nav li.inbox a:hover {
	background-position: -75px -78px;
}

#header .nav li.inbox_new {
	margin-top: -4px;
	height: 30px;
}

#header .nav li.inbox_new a {
	background-position: 0 -312px;
	height: 30px;
	width: 58px;
}

#header .nav li.inbox_new a:hover {
	background-position: -75px -312px;
	height: 30px;
	width: 58px;	
}

#header .tools {
	float: right;
	margin-top: 18px;
}

#header .login {
	float: right;
	width: 450px;
}

#header .login form {
	text-align: right;
}

#header .login label {
	margin-right: 3px;
}

#header .login span.signup {
	float: left;
}

#header .login span.signup a {
	background: transparent url(../images/site-sprite.png) no-repeat scroll 0 -104px;
	color: #14AAD9;
	display: block;
	font-size: 1px;
	height: 26px;
	width: 60px;
}

#header .login span.signup a:hover,
#header .login span.signup a:active {
	color: #F5BD1C;
	background-position: -75px -104px;
}

#header .login .email,
#header .login .password {
	height: 18px;
	margin: 0px 1px;
	position: relative;
	top: -1px;
}

#header .login .email {
	width: 122px;
}

#header .login .password {
	width: 90px;
}

/**************************************************************
 * Start of Header Level Styles */
#footer {
	background-color: #232323;
	clear: both;
	height: auto;
	margin: 20px auto;
	padding: 0;
	width: auto;
}

#footer .container {
	height: auto;
	margin: 0px auto;
	padding: 14px 0;
	width: 980px;
}

#footer .container .nav {
	float: left;
	margin-top: 7px;
}

#footer .container ul {
	float: left;
	margin-left: 55px;
}

#footer .container ul li {
	display: inline;
}

#footer .container ul li span{
	padding: 0 10px 0 15px;
}