/*--universal text and link classes--*/
a { 
	color: #f6b536; 
	text-decoration:none;
	cursor:pointer;
}
.bigtext{
	font-family: Calibri, "Calibri", "Trebuchet", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:30px;
	margin:0px;
	}
.mediumtext{
	font-family: Calibri, "Calibri", "Trebuchet", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	margin:0px;
	}
.smalltext {
	font-size: 14px;
}
.normaltext { /* over ride of default bold for any text elements */
	font-weight: normal;
}
.center { /*text aligns element to center*/
	text-align: center;
}
.white {
	color: #fff;
}
/*--top menu--*/
ul#top-menu {
	width: 720px;
	padding:0;
	margin:0 auto;
	list-style:none;
}
ul#top-menu li{
float: left;
margin:0;
padding:0;
}
ul#top-menu li a {
height: 41px;
display: block;
text-transform: uppercase;
text-decoration: none;
color: #000;
font: normal normal 20px Arial, Helvetica, sans-serif;
padding: 6px 20px 0 35px;
margin: 0;
} 

a.schedule_up {
background: url(../images/schedule_up.png) no-repeat;
}
a.chat_up {
background: url(../images/chat_up.png) no-repeat;
}
a.account_up {
background: url(../images/account_up.png) no-repeat;
}
a.buddylist_up {
background: url(../images/buddylist_up.png) no-repeat;
}
a.help_up {
background: url(../images/help_up.png) no-repeat;
}
/*buddylist */
#buddylist {
	margin-top: 0px;
}
div.scrollable div.items div.buddylist {
	height: 95px;
}
/*confirm page styles for facebook and twitter*/
.user-blue { /*class for when ever a users name is presented in context*/
color: #006699;
font-weight: bold;
}
.reg-confirm { /*content for confirm pages, facebook reg and twitter*/
padding-top: 50px;
text-align: center;
}
ul.reg-steps li {
float: left;
display: block;
margin-right: 20px;
vertical-align: top;
}
ul.reg-steps {
width:640px;
margin: 16px auto;
height: 30px;
padding-bottom: 40px;
}
li.step-checked {
padding-right: 30px;
background-image: url(../images/check.png);
background-position: right;
background-repeat: no-repeat;
}
.text-center {
text-align: center;
}
.clear {
clear: both;
}
.orange-but {
background: url(../images/next-step.png) no-repeat;
width: 135px;
height: 43px;
display:block;
color: #000;
text-align: center;
margin: 0 auto;
font-size: 24px;
}
/* ad banner on waitformail.ftl */
#waitforemail_ad {
margin-top: 180px;
}

/*buddy profile pop up - iframe buddypop-common.ftl*/
#buddypop-container {
	width:500px; 
	height: 760px;
	margin: 7px; 
	background: #fff no-repeat;
	font-family: Calibri, Arial, Helvetica, sans-serif; 
}
#buddypop-header {
	height: 35px;
	font-size:22px; 
	color: #fff; 
	padding-left: 10px; 
	padding-top: 5px; 
	font-weight: bold; 
	background: url(../images/buddy_popup_header.jpg) no-repeat; 
	}
#buddypop-location {
"font-size:21px; color:1e65be; font-weight:bold; margin-left:10px; margin-top:5px; color:#1e65be;"
}
#buddypop-content {
	padding: 3px;
}
ul#buddypop-info { /*--holds all profile popup info*/
	list-style: none;
	padding: 0 3px;
	margin: 0;
}
ul#buddypop-info li { /*floats all li into 3 columns*/
	float: left;
}
li#buddypop-avatar { /*first column in pop up pane*/
	width: 115px;
	margin-right: 10px;
}

li#buddypop-details {/*middle column in pop up pane*/
	width: 150px;
	margin-right: 13px;
}
#buddypop-message {
	height: 90px;
}
li#buddypop-actions {/*last column in pop up pane*/
	width: 200px;
	margin-right: 0;
}
#buddy-avatar {
	width:90px;
	height:90px;
	overflow: hidden;
}
#buddy-location {
	height: 90px;
}
.popup { /*font color for popup headings*/
	color: #1e65be;
}
h3.popup {
	margin: 3px 0;
}
#buddypop-content p { /*styles for buddy popup content overrides bold default*/
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0;
}
#buddy-fbtw {
	display: inline;
}
#churlstats {
	margin-top: 30px;
}

a.buddypop-fb {
	height: 24px;
	width: 115px;
	display: block;
	padding: 8px 0 0 35px;
	background: url(../images/facebook-medium.png) no-repeat;
	margin: 0 0 5px 0;
}
a.buddypop-tw {
	height: 24px;
	width: 115px;
	display: block;
	padding: 8px 0 0 35px;
	background: url(../images/twitter-medium.png) no-repeat;
	margin-bottom: 5px;
}

/*badges/buddies div and item styles*/
.popup-tab {
	margin: 8px 0 0 0;
	width: 75px;
	padding: 3px 0 0 5px;
	height: 27px;
	background: url(../images/popup-tab.jpg) no-repeat;
}

#badges-scroll {
/* Typical fixed height and fixed width example */
width: 490px;
height: 133px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #0149a9;
margin: 0 auto;
padding: 5px 0 5px 5px;
}
#buddies-scroll {
/* Typical fixed height and fixed width example */
width: 490px;
height: 190px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #0149a9;
margin: 0 auto;
padding: 5px 0 5px 5px;
}
div.scroll-items {
	display: inline;
}
div.scroll-items img {
	display: inline;
}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 8px;
background-color: #efefef;
}
.vscrollerbar {
width: 8px;
background:#ff8200;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}
.vscrollerbarbeg {
background: url(../images/scrollcaps.jpg) no-repeat top left;
width: 8px;
height: 8px !important;
}
.vscrollerbarend {
background: url(../images/scrollcaps.jpg) no-repeat bottom left;
width: 8px;
height: 8px;
}
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

/*--FAQ ---*/
.answer{
	font-family: Arial, Helvetica, sans-serif;
	color: #333; 
	padding: 15px;
	background: #F4F4F4;
	border: solid 1px #CCC;
	font-weight: normal;}
.answer em {
	font-weight: bold;
	font-style: normal;
}
.question{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 3px 0;
	color: #000;
	font-weight: normal;
	}
/*--My Account Marketing popup--*/
#marketing-popup {
	margin: 0 15px 15px 15px;
}
/*--My Account Profile page--*/
td.update-fb, td.update-tw {
	width: 180px; 
	height: 32px;
}
td.update-fb a {
	width: 180px;
	height: 32px;
	background: url(../images/facebook-medium.png) no-repeat top right;
	padding-top: 10px;
	display: block;
}
td.update-tw a {
	width: 160px;
	height: 32px;
	background: url(../images/twitter-medium.png) no-repeat top right;
	padding-top: 10px;
	display: block;
}
/*--Chat room styles--*/
#chatroom-badges {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width: 190px; 
	height: 76px;
}
/*--Avatar upload popup--*/
#avatar-upload {
	margin: 10px;
}
#original-avatar {
	vertical-align: top;
	width: 320px;
}
#original-avatar p {
	text-align: center;
	font-weight: bold;
}
#original-avatar img, #crop-avatar div {
	border: solid 1px #ccc;
}
#crop-avatar {
	padding-left: 10px;
}
/*-- Avatar upload popup--*/
#facebook-pull, #twitter-pull, #upload-avatar {
	width: 300px;
	margin: 5px auto;
	height: 150px;
	border: solid 1px #ccc;
	text-align: center;
}
/*---Quick Tip popout--*/
#quicktip-wrapper {
	width: 175px;
}
#tip-head { /*-- tip title area --*/
	height: 20px;
	background: url(images/quicktip-title.png) no-repeat;
	padding-top: 11px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#previous-tip, #next-tip {
	width: 25px;
}
#tip-id {
	text-align: center;
	width: 120px;
}
#tip-body { /*-- displays tip body background graphic with fluid height--*/
	background: url(images/quicktip-body.png) repeat-y;
	font-size: 12px;
	padding: 5px 10px;
	text-align: center;
}
#tip-foot { /*-- displays bottom graphic with rouned corners and border--*/
	height: 6px;
	background: url(images/quicktip-foot.png) no-repeat;
}
/*closing message on landing - facebook twitter follow  -*/
#closing-text {
	width: 610px;
	float: left;
}
#closing-tw-fb {
	width:80px;
	float:right;
	text-align:center;
	padding: 7px 10px 10px 10px;
	height:200px;
	background: url(../images/closing-tw-fb_bg.png) no-repeat;
	margin-top: -3px;
	margin-right: 10px;
}
#closing-tw-fb img {
	border: none;
	margin-top: 7px;
}
/*fbtw_linkintercpet popup styles*/
#fbtw_linkintercept {
	text-align: center;
	padding: 7px;
}