body {
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif,serif;
	background: #b7ebf7 url(../images/bg.gif) top left repeat-x;
	background-attachment: fixed;
}
a {
	color:#0e6db7;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	ooutline:none;
}
img {
	border:0px;
}
input {
	font-size:13px;
	font-family:"Trebuchet MS";
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

#twitblue {
	
	color:#108ddb;
	
}

#twitorange  {
font-size: 24px !important; 
margin-left: 0px !important;
margin-top:20px !important;
margin-bottom:10px !important;
color:#ec7700 !important;

}

a.navButton,a.navButton span {
	display:block;
	float:left;
	height:28px;
	line-height:25px;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
}
a.navButton {
	background:url(../images/btn_nav_left.gif) top left no-repeat;
	padding-left:8px;
}
a.navButton span {
	background:url(../images/btn_nav_right.gif) top right no-repeat;
	padding-right:8px;
}
a.navButton:hover {
	background-position:0% -28px;
	text-decoration:none;
}
a.navButton:hover span {
	background-position:100% -28px;
	text-decoration:none;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
.floatLeft {
	float:left;
}
.floatClearLeft {
	float:left;
	clear:left;
}
.floatRight {
	float:right;
}
.error,.warning {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#ff8a00;
	font-style:italic;
}

#mainCenter {
	width:984px;
	margin:0px auto;
	position:relative;
}
#mainContainer {
	float:left;
}
#shadowContainer {
	float:left;
	width:974px;
	padding:0px 5px 0px;
	background:url(../images/backing_shadow2.png) repeat-y;
}
#mainContent {
	width:974px;
	background-color:#ffffff;
	float:left;
	position:relative;
	padding-bottom:20px;
}
#mainContent.homepage {
	background-color:transparent;
	padding-bottom:0px;
}
#footer {
	float:left;
	width:984px;
	padding:20px 0px 25px;
	height:31px;
	background:url(../images/footer.png) top left no-repeat;
}
#footer #links {
	float:left;
	margin-left:103px;
	font-size:12px;
	color:#888888;
}
#footer #links.longer {
	margin-left:78px;
}
#footer #links a {
	color:#888888;
}
#footer #links a:hover {
	color:#0e6db7;
}
#footer #links div {
	float:left;
	margin-right:25px;
}
#footer #copyright {
	float:left;
	margin-left:5px;
	color:#ffffff;
	white-space:nowrap;
}
#nav {
	float:left;
	position:relative;
	z-index:3000;
	height:39px;
	width:974px;
	background:url(../images/nav.png) no-repeat;
	margin-top:15px;
	padding:5px 5px 0px;
	font-size:13px;
	color:#aee3f0;
}
#nav a {
	color:#aee3f0;
}
#nav .navLogo {
	float:left;
	display:block;
	margin:11px 0px 0px 12px;
	width:200px;
	height:20px;
	background:url(../images/logo.png) no-repeat;
}
#nav .loggedIn {
	float:left;
	line-height:13px;
	margin:17px 0px 0px 10px;
}
#nav .loggedout {
	float:left;
	line-height:13px;
	margin:9px 13px 0px 0px;
}
#nav .loggedIn span,#nav .loggedout span {
	margin:0px 8px;
}
#nav .mainArea {
	float:right;
	margin:6px 11px 0px 0px;
}
#nav .mainAreaRegister {
	float:right;
	margin:12px 20px 0px 0px;
	font-size:16px;
}
#nav .buttons {
	float:left;
}
#nav .buttons a.btn,#nav .buttons a.btn span {
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	text-deocoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
	color:#fff;
}
#nav .buttons a.btn {
	background:url(../images/btn_left.png) top left no-repeat;
	padding-left:8px;
}
#nav .buttons a.btn span {
	background:url(../images/btn_right.png) top right no-repeat;
	padding-right:8px;
}
#nav .buttons a.btn:hover,#nav .buttons a.btn.selected {
	background-position:0% -28px;
	text-decoration:none;
	color:#fff;
}
#nav .buttons a.btn:hover span,#nav .buttons a.btn.selected span {
	background-position:100% -28px;
	text-decoration:none;
	color:#fff;
}
#nav .buttons a.btn.icon span div {
	background-position:top left;
	background-repeat:no-repeat;
	width:18px;
	height:17px;
	margin:5px -2px 0px;
}
#nav .buttons a.btn.icon span div.settingsIcon {
	background-image:url(../images/icon_settings.png);
}
#nav .dropdownArea {
	float:left;
	position:relative;
	margin-right:4px;
	height:28px;
}
#nav .dropdown {
	position:absolute;
	top:0px;
	left:0px;
	color:#fff;
}
#nav .dropdown .top {
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
	width:100%;
}
#nav .dropdown .btm {
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
	height:5px;
	line-height:5px;
	width:100%;
}
#nav .dropdown a.mainLink {
	float:left;
	display:block;
	font-size:16px;
	height:28px;
	line-height:28px;
	padding:0px 10px 5px;
	color:#fff;
		margin-left:1px;
}
#nav .dropdown a.mainLink:hover {
	text-decoration:none;

}
#nav .dropdown .emptySpace {
	float:left;
	height:33px;
}
#nav .dropdown .links {
	float:left;
	clear:left;
	margin-top:6px;
}
#nav .dropdown .links a {
	display:block;
	float:left;
	height:23px;
	line-height:23px;
	padding-left:10px;
	color:#fff;
}
#nav .dropdown .links a:hover {
	text-decoration:none;
	background-color:#005cd3;
}
#nav #navHome {
	width:55px;
}
#nav #navHome #homeBtn {
	position:relative;
}
#nav #navHome #homeBtnIsNew,#nav #navHome #homeBtnIsNew2 {
	background:url(../images/icon_whatsnew_bubble_small2.png) top left no-repeat;
	width:11px;
	height:12px;
	position:absolute;
	top:-4px;
	right:-2px;
}
#nav #navHome a.btn span {
	width:39px;
}
#nav #navHome .dropdown {
	width:114px;
}
#nav #navHome .dropdown a.mainLink {
	position:relative;
	width:39px;
}
#nav #navHome .dropdown .emptySpace {
	width:59px;
}
#nav #navHome .dropdown .links a {
	width:104px;
}
#nav #navHome .dropdown .links a.new span {
	background:url(../images/icon_whatsnew_bubble_small2.png) no-repeat top right;
	padding-right:15px;
}
#nav #navHome .dropdown .top {
	background-image:url(../images/dropdown_home_top.png);
}
#nav #navHome .dropdown .btm {
	background-image:url(../images/dropdown_home_btm.png);
}
#nav #navTopics {
	width:98px;
}
#nav #navTopics a.btn span {
	width:83px;
}
#nav #navTopics .dropdown {
	width:140px;
}
#nav #navTopics .dropdown a.mainLink {
	width:83px;
}
#nav #navTopics .dropdown .emptySpace {
	width:11px;
}
#nav #navTopics .dropdown .links a {
	width:130px;
}
#nav #navTopics .dropdown .top {
	background-image:url(../images/dropdown_explore_top.png);
}
#nav #navTopics .dropdown .btm {
	background-image:url(../images/dropdown_explore_btm.png);
}
#nav #navSettings {
	width:30px;
}
#nav #navSettings .dropdown {
	width:65px;
}
#nav #navSettings .dropdown .emptySpace {
	width:35px;
}
#nav #navSettings .dropdown .links a {
	padding-left:8px;
	width:57px;
}
#nav #navSettings .dropdown .top {
	background-image:url(../images/dropdown_settings_top.png);
}
#nav #navSettings .dropdown .btm {
	background-image:url(../images/dropdown_settings_btm.png);
}
#nav #navSettings .dropdown a.icon {
	float:left;
	display:block;
	width:18px;
	height:17px;
	background:url(../images/icon_settings.png) top left no-repeat;
	margin:5px 6px 6px;
}
#nav #navSearch {
	float:left;
	margin-left:1px;
}
#nav #navSearch a.searchBtn {
	display:block;
	float:left;
	background:url(../images/btn_search.png) top left no-repeat;
	width:29px;
	height:28px;
}
#nav #navSearch a.searchBtn:hover {
	background-position:0% -28px;
}
#nav #navSearch .searchBox {
	float:left;
	background:url(../images/search_input2.png) top left no-repeat;
	width:135px;
	height:28px;
}
#nav #navSearch .searchBox input {
	width:128px;
	height:20px;
	margin:4px 0px 0px 6px;
	padding:0px;
	border:0px none;
	font-size:16px;
	font-family:"Trebuchet MS";
	color: #7b7b7b;
}

.textInput,.textSelect {
	font:16px trebuchet ms;
	color:#000;
}
.textInput {
	width:280px;
}

.form {
	width:400px;
	color:#8f8f8f;
}

div#gsfn_search_widget img {
	border:none;
}
div#gsfn_search_widget {
	font-size:12px;
	width:280px;
	background-color:#f8f8f8;
	padding:10px;
}
div#gsfn_search_widget h4 {
	color:#f33408;
	font-size:16px;
	margin:0px 0px 15px 0px;
}
div#gsfn_search_widget a.widget_title {
	display:block;
	margin-bottom:10px;
}
div#gsfn_search_widget .powered_by {
	margin-top:8px;
	padding-top:8px;
	border-top:1px solid #ddd;
	clear:both;
}
div#gsfn_search_widget .powered_by a {
	font-size:90%;
}
div#gsfn_search_widget form {
	margin-bottom:8px;
}
div#gsfn_search_widget form label {
	margin-bottom:5px;
	display:block;
}
div#gsfn_search_widget form #gsfn_search_query {
	width:60%;
}
div#gsfn_search_widget div.gsfn_content ul {
	margin:10px 0px 0px;
	float:left;
}
div#gsfn_search_widget div.gsfn_content li {
	text-align:left;
	margin-bottom:15px;
	width:100%;
}
div#gsfn_search_widget div.gsfn_content li a {
	display:inline;
	float:left;
	margin-right:5px;
}
div#gsfn_search_widget div.gsfn_content .gsfn_or {
	line-height:25px;
	float:left;
	display:inline;
	margin-right:5px;
}
div#gsfn_search_widget div.gsfn_content span.time {
	font-size:90%;
	padding-left:3px;
}
div#gsfn_search_widget div.gsfn_content p.gsfn_summary {
	margin-top: 2px
}
.input2 .desc {
	display:block;
	width:350px;
	margin:0px 0px 15px 150px;
	line-height:16px;
	color:#000;
}
.input .desc {
	display:block;
	width:260px;
	margin-left:150px;
	color:#737373;
	font-size:11px;
	line-height: 16px;
}

#rightCol {
	float:right;
	display:inline;
}

.col {
	width:305px;
	margin-top:0px;
}
.wideCol {
	width:600px;
	margin:0px;
}
.wideCol ul {
	margin:0px;
	padding:0px;
	margin-right:30px;
	list-style-type:none;
}
.wideCol li {
	position:relative;
	margin:0px 0px 10px 30px;
}
.wideCol .radio {
	position:absolute;
	top:-2px;
	left:-30px;
}
.wideCol ul li ul {
	margin:5px;
	padding:0px;
}

#processPage {
	float:left;
	padding:0px;
	margin:0px 30px 0px 20px;
	font-size:12px;
	line-height:16px;
	color:#888;
}
#processPage h2 {
	color:#f33408;
	font-size:18px;
	line-height:18px;
	margin:0px 0px 15px 0px;
}
#processPage h3 {
	color:#f33408;
	font-size:18px;
	margin:0px 0px 15px 0px;
}
#processPage h4 {
	color:#f33408;
	font-size:16px;
	margin:0px 0px 15px 0px;
}
#processPage h5 {
	color:#f33408;
	font-size:14px;
	margin:0px 0px 10px 0px;
}
#processPage .tipBubble {
	background:url(http://demo.scritterscript.com/images/tipbubble_bk.gif) no-repeat;
	position:relative;
	float:left;
	display:inline;
	margin:4px 0px 7px;
}
#processPage .tipBubble p {
	background:url(http://demo.scritterscript.com/images/tipbubble_btm.gif) no-repeat 0% 100%;
	width:337px;
	padding:8px 12px 8px 16px;
	margin:0px;
	font:italic bold 12px arial;
	line-height:16px;
	color:#777777;
}
#processPage .tipBubble p.oneLine {
	line-height:30px;
}
#processPage #columnLeft {
	float:left;
	width:564px;
	margin-right:37px;
}
#processPage #columnLeft .latestUpdate {
	float:left;
	margin-bottom:17px;
}
#processPage #columnLeft .buttonArea {
	float:right;
	margin-bottom:25px;
}
#processPage #columnRight {
	float:left;
	width:253px;
}
#processPage .panelRight {
	float:left;
	width:253px;
	padding:20px 18px 10px;
	margin-bottom:10px;
	background-color:#f8f8f8;
}
#processPage .panelRightGreen {
	float:left;
	width:288px;
	margin-bottom:10px;
	background-color:#eff9f1;
	border:1px solid #d2deba;
}
#processPage .panelRightGreen .innerGreen {
	background-color:#e6f2dc;
	margin:1px;
	padding:22px 27px 10px 24px;
	;
	color:#676767;
}
#processPage .panelRightGreen p {
	margin-bottom:13px;
	line-height:17px;
}
#processPage .panelRightGreen .icon {
	top:2px;
	margin:0px 0px -2px;
}
#processPage .cluster {
	margin-bottom:15px;
	float:left;
}
#processPage p {
	margin:0px 0px 15px 0px;
}
#processPage .black {
	color:#000;
}
#processPage .gray {
	color:#a9a9a9;
}
#processPage .req {
	color:#f33408;
	font-size:18px;
	position:absolute;
	top:3px;
	left:auto;
	padding-left:3px;
}
#processPage .requiredLabel {
	float:right;
	font-size:11px;
	color:#a9a9a9;
}
#processPage .requiredLabel .star {
	color:#f33408;
	font-size:18px;
	position:relative;
	top:3px;
	margin-right:3px;
}
#processPage h1,#processPage h2,#processPage h3,#processPage h5 {

	color:#f33408;
	clear:both;
}
#processPage h5 {
	margin-bottom:5px;
}
#processPage .h2info {
	display:inline;
	color:#888;
	font-size:12px;
	margin-left:5px;
}
#processPage .gray12 {
	margin:0px 0px 2px 0px;
	clear:both;
	line-height:16px;
}
#processPage .divider {
	clear:both;
	float:left;
	margin:0px 0px 15px 0px;
	height:1px;
	line-height:1px;
	background-color:#edeee8;
	width:100%;
	font-size:0px;
}
#processPage .panelRight .divider {
	margin:10px 0px 10px;
	background-color:#ffffff;
}
#processPage .label {
	width:265px;
	color:#a9a9a9;
	display:inline;
	float:left;
	margin:0px 4px 15px 0px;
	font-size:11px;
	position:relative;
}
#processPage .label input {
	width:257px;
	font:14px trebuchet ms;
}
#processPage .label.wide {
	width:563px;
}
#processPage .qst {
	color:#000000;
	margin:0px 10px 5px 0px;
	line-height:13px;
}
#processPage .ans {
	color:#737373;
	margin:0px 0px 10px 0px;
}
#processPage ul.ans {
	margin:0px 0px 15px 14px;
	padding:0px;
	line-height:13px;
}
#processPage ul.ans li {
	margin-bottom:7px;
}
#processPage .mainError {
	margin:0px 0px 10px 0px;
	font-size:14px;
}
#processPage .errorField {
	width:100%;
	float:left;
	margin-bottom:5px;
}
#processPage input.radio {
	float:left;
	margin-left:0px;
	display:inline;
}
#processPage label.radioLabel {
	float:left;
	margin:2px 0px 0px 4px;
	color:#000;
	font-size:12px;
	display:inline;
}
#processPage label.radioLabel.gray {
	color:#a9a9a9;
}
#processPage .radioGender {
	float:left;
	display:inline
}
#processPage .radioGender input.radio,#processPage .radioGender .radioLabel {
	margin-left:0px;
}
#processPage #regForm {
	margin-bottom:20px;
	position:relative;
	float:left;
}
#processPage #regForm .heading {
	float:left;
	margin-bottom:10px;
}
#processPage #regForm .heading h3 {
	float:left;
	margin-bottom:0px;
	line-height:20px;
}
#processPage #regForm .heading div {
	float:left;
	font-size:18px;
	line-height:20px;
	color:#888888;
	margin-left:10px;
}
#processPage #regForm .label {
	width:211px;
	margin:0px 0px 5px 0px;
}
#processPage #regForm .label input {
	width:205px;
}
#processPage #regForm .tipBubble {
	position:absolute;
	top:0px;
	left:220px;
	text-align:left;
}
#processPage #regForm select {
	border:1px solid #a0a5A7;
	font-family:Trebuchet MS;
	font-size:14px;
}
#processPage #regForm .usernameAvailable,#processPage #regForm .usernameUnavailable {
	float:left;
	margin-left:10px;
	color:#7cc81d;
	font-size:11px;
	font-style:italic;
}
#processPage #regForm .usernameUnavailable {
	color:#ff8a00;
}
#processPage #regForm .error {
	margin-top:5px;
}
#processPage #regForm .mainError {
	float:left;
	margin:0px 0px 15px 0px;
}
#processPage .legalText {
	float:left;
	margin-left:10px;
	width:350px;
	color:#a9a9a9;
}
#processPage .label.select,#processPage .label.select select {
	width:210px;
}
#processPage .moreInfo {
	margin-left:10px;
	font-size:11px;
}
#processPage .faqExpandPanel {
	position:relative;
	float:left;
	width:97%;
	margin:0px 0px 10px;
	padding:12px;
	background-color:#f3f5f6;
	border:1px solid #e5eaeb;
	font-size:12px;
	color:#6f6f6d;
}
#processPage .faqExpandPanel .close {
	position:absolute;
	top:2px;
	right:8px;
}
#processPage .settingStatus {
	font-size:14px;
	color:#808080;
	font-style:italic;
	margin-bottom:15px;
}
#processPage .infoPanel {
	background-color:#F8F8F8;
	font-size:11px;
	padding: 10px;
}
#processPage .radioBlock input.radio,#processPage ul.radioBlock li input.radio {
	width:15px;
	margin:0px 5px 0px 0px;
}
#processPage ul.radioBlock {
	margin:0px 0px 15px 0px;
	padding:0px;
}
#processPage ul.radioBlock li {
	list-style-type:none;
	margin:0px 0px 5px 0px;
	padding:0px;
	width: 100%;
}
#processPage #columnLeft .latestUpdate {
	float:left;
	margin-bottom:17px;
}
#processPage #columnLeft .latestUpdate img {
	border:1px solid #cbd2d7;
	padding:1px;
}
#processPage #connectedList {
	float:left;
	width:100%;
}
#processPage #connectedList .icon {
	margin:2px 6px 15px 0px;
	float:left;
}
#processPage #connectedList .black {
	font-size:14px;
}
#processPage .panelRightGreen .connectFriends {
	background:url(http://demo.scritterscript.com/images/connectfriends_rightpanel.gif) no-repeat;
	color:#676767;
	font-size:14px;
}
#processPage .panelRightGreen .connectFriends .promoText {
	font-size:13px;
	padding:50px 0px 0px;
	line-height:17px;
	width:232px;
}
#processPage .panelRightGreen .connectFriends .note {
	line-height:14px;
	font-size:11px;
	color:#929292;
	margin-bottom:26px;
}
#processPage .panelRightGreen .connectFriends .latestUpdates {
	background-color:#eff9f1;
	border:1px solid #d2deba;
	display:inline;
	margin:-10px 13px 10px 0px;
	float:left;
	height:47px;
}
#processPage .panelRightGreen .connectFriends .latestUpdates img {
	padding:1px;
	float:left;
}

#processPage #privacy .privacyOption {
	clear:both;
	float:left;
	margin-bottom:6px;
}
#processPage #privacy .privacyOption div {
	clear:left;
	margin:2px 0px 0px 25px;
	color:#737373;
}
#processPage #blocked input {
	float:left;
	width:190px;
	display:inline;
	margin:0px 10px 0px 0px;
}
#processPage #blocked .blocking {
	float:left;
	margin-bottom:15px;
	width:180px;
}
#processPage #blocked .heading {
	margin-bottom:10px;
	color:#000;
}
#processPage #blocked .blockedUser {
	float:left;
	clear:both;
	margin-bottom:5px;
	width: 100%;
}

#rightPanel.search {
	margin:25px 0px 75px;
}
#rightPanel.search .seeMore {
	margin:10px 0px 0px 8px;
}
#rightPanel.search .seeMore a {
	font-size:13px
}
#rightPanel.search .options {
	clear:left;
	float:left;
	margin-left:8px;
	width:250px;
}
#rightPanel.search .options input {
	float:left;
	margin:0px;
	padding:0px;
}
#rightPanel.search .options label {
	float:left;
	color:#8f8f8f;
	font-size:12px;
	margin-left:8px;
}
#rightPanel.search .options.multiple div {
	float:left;
	margin-bottom:10px;
	width:100%;
}
#rightPanel.search .options.multiple .submit {
	float:left;
	margin-top:5px;
}

#rightPanel {
	position:relative;
	z-index:1;
	display:inline;
	float:right;
	width:328px;
	margin:15px 0px 0px 0px;
}
#rightPanel h2 {
	color:#f33408;
	font-size:12px;
	margin:0px 0px 10px 8px;
	display:inline;
	float:left;
}
#rightPanel h2 a {
	color:#f33408;
	text-decoration:none;
}
#rightPanel h2 a:hover {
	text-decoration:underline;
}
#rightPanel h2.sidebartop {
	display:block;
	width:292px;
	float:none;
}
#rightPanel h2.follow {
	display:block;
	width:292px;
	float:none;
}
#rightPanel h2.exchanging {
	display:block;
	float:none;
	margin-bottom:5px;
	margin-left:0px;
}
#rightPanel h2.viewAll {
	margin-bottom:5px;
}
#rightPanel h2.sidebargrid {
	margin-bottom:0px;
}
#rightPanel .userName {
	display:inline;
	font-size:20px;
	font-weight:normal;
	margin:0px 10px 0px 0px;
}
#rightPanel .userName a {
	color:#f33408;
	text-decoration:none;
}
#rightPanel .userName a:hover {
	text-decoration:underline;
}
#rightPanel .edit {
	line-height:12px;
	display:block;
	margin:10px 0px;
}
#rightPanel .edit a {
	font-size:11px;
	color:#0e6db7;
	font-weight:normal;
}
#rightPanel .edit img {
	vertical-align:middle;
}
#rightPanel .userPic,#rightPanel .userPicPreview {
	border:solid 1px #cbd2d7;
	margin:0px 60px 10px 8px;
	width:220px;
	height:165px;
	background:#fff;
	padding:1px;
	display:inline;
	text-align:center;
	float:left;
}
#rightPanel .userPicPreview {
	margin-right:0px;
	width:100px;
	height:75px;
}
#rightPanel .userPreviewInfo {
	float:left;
	display:inline;
	width:178px;
	margin-left:10px;
	color:#8b989a;
	font-size:11px;
}
#rightPanel .profilePic {
	border:solid 1px #cbd2d7;
	background:#fff;
	padding:1px;
	text-align:center;
}
#rightPanel .profilePic.mini {
	width:36px;
	height:27px;
}
#rightPanel .profilePic.small {
	width:60px;
	height:45px;
}
#rightPanel .profilePic.medium {
	width:100px;
	height:75px;
}
#rightPanel .profilePic.large {
	width:164px;
	height:123px;
}
#rightPanel .profilePic.channel {
	width:220px;
	height:165px;
}
#rightPanel .profilePic .middle {
	vertical-align:middle;
}
#rightPanel .profileAreaSmall {
	color:#8b989a;
	line-height:14px;
	width:292px;
}
#rightPanel .profileAreaSmall .pic {
	float:left;
	margin-right:8px;
}
#rightPanel .profileAreaSmall .content {
	float:left;
	width:220px;
}
#rightPanel .profileAreaSmall .content .name {
	font-size:12px;
	line-height:18px;
}
#rightPanel .profileAreaMedium {
	float:left;
}
#rightPanel .profileAreaMedium .pic {
	float:left;
	margin:0px 10px 0px 8px;
}
#rightPanel .profileAreaMedium .content {
	float:left;
	width:180px;
	color:#8b989a;
	font-size:12px;
	line-height:16px;
}
#rightPanel .userInfo {
	margin:7px 0px 0px 8px;
	font-size:12px;
	color:#8b989a;
}
#rightPanel .more,#rightPanel .view {
	font-size:11px;
	margin:0px 5px 0px 0px;
	text-align:right;
	float:right;
	display:inline;
}
#rightPanel .seeAll {
	display:inline;
	float:right;
	font-size:12px;
	margin:0px 5px 8px 0px;
	text-align:right;
}
#rightPanel .view {
	margin-top:6px;
	margin-right:0px;
}
#rightPanel .moreCircle {
	width:300px;
	line-height:18px;
	position:relative;
	display:inline;
	float:left;
	margin:10px 0px 0px 8px;
	vertical-align:top;
	text-align:left;
	font-size:12px;
	color:#8B989A;
}
#rightPanel .circleNew {
	vertical-align:middle;
	margin:-1px 8px 0px 0px;
}
#rightPanel .circleMore {
	position:absolute;
	bottom:0px;
	right:5px;
}
#rightPanel .more2 a {
	display:inline;
	font-size:11px;
	color:#0e6db7;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
#rightPanel .divider {
	background:url(http://demo.scritterscript.com/images/divider.gif) no-repeat;
	width:328px;
	height:3px;
	display:inline;
	float:right;
	font-size:0px;
	margin:12px 0px;
}
#rightPanel .dividerFilterAd {
	margin-top:0px;
	margin-bottom:16px;
}
#rightPanel .admin {
	width:320px;
	margin:0px;
}
#rightPanel .contentBlock {
	display:inline;
	float:left;
	width:300px;
	position:relative;
}
#rightPanel .contentBlock.withPaging {
	width:308px;
}
#rightPanel .contentBlock p {
	float:left;
	font-size:12px;
	margin:0px 8px;
}
#rightPanel .grid {
	width:300px;
	position:relative;
	display:inline;
	float:left;
	margin-left:8px;
	padding:0px;
}
#rightPanel .grid .gridItemContainer {
	position:relative;
	display:inline;
	float:left;
	margin:0px 9px 9px 0px;
	padding:0px;
	width:41px;
	height:31px;
}
#rightPanel .gridBottomSeparator {
	width:287px;
	position:relative;
	display:inline;
	float:left;
	border-bottom:1px solid #CBD2D7;
	margin:8px 5px 8px 8px;
	padding:0px;
}
#rightPanel .grid .selected a {
	border:2px solid #0e6db7;
}
#rightPanel .usersidebar.grid {
	clear:left;
}
#rightPanel .usersidebar.grid .gridItemContainer {
	margin:9px 9px 0px 0px;
}
#rightPanel .gridPaging {
	float:left;
	display:inline;
	width:308px;
	height:31px;
}
#rightPanel .gridPaging .grid {
	float:left;
	margin:0px;
	position:relative;
	width:292px;
}
#rightPanel .gridPaging .grid .selected {
	border:2px solid #0e6db7;
}
#rightPanel .gridPaging .grid .last {
	margin-right:0px;
}
#rightPanel .gridPaging .grid .gridItemContainer {
	margin-bottom:0px;
}
#rightPanel .gridPaging .nextArea,#rightPanel .gridPaging .prevArea {
	float:left;
	width:8px;
	margin-top:2px;
}
#rightPanel .gridPaging .nextArea a,#rightPanel .gridPaging .prevArea a {
	display:block;
	width:8px;
	height:27px;
	background-image:url(http://demo.scritterscript.com/images/arrow_scroll_right.gif);
}
#rightPanel .gridPaging .prevArea a {
	background-image:url(http://demo.scritterscript.com/images/arrow_scroll_left.gif);
}
#rightPanel .gridPaging .nextArea a:hover {
	background-image:url(http://demo.scritterscript.com/images/arrow_scroll_right_over.gif);
	text-decoration:none;
}
#rightPanel .gridPaging .prevArea a:hover {
	background-image:url(http://demo.scritterscript.com/images/arrow_scroll_left_over.gif);
	text-decoration:none;
}
#rightPanel .gridPaging #updateLoading {
	float:left;
	padding:5px 0px 0px 134px;
}
#rightPanel .byline,#rightPanel .bylineOwner {
	float:left;
	display:inline;
	color:#8b989a;
	font-size:11px;
	margin-left:8px;
}
#rightPanel .bylineOwner {
	margin:0px 0px 10px 8px;
	padding-top:8px;
}
#rightPanel .title {
	color:#282e31;
	font-size:14px;
	line-height:18px;
	display:block;
	font-family:"Trebuchet MS";
	margin:4px 0px 5px 8px;
}
#rightPanel .motto {
	clear:both;
	width:292px;
	float:left;
	display:inline;
	color:#282e31;
	font-size:14px;
	line-height:18px;
	font-family:"Trebuchet MS";
	margin:4px 0px 10px 8px;
}
#rightPanel .userPreviewInfo .motto {
	display:block;
	float:none;
	font-size:12px;
	line-height:normal;
	margin:0px 0px 5px 0px;
}
#rightPanel .whatsNewBubble {
	position:absolute;
	top:-3px;
	right:-2px;
}
#rightPanel ul.dashboard {
	margin:0px 0px 10px 8px;
	float:left;
	padding:0px;
	display:inline;
}
#rightPanel ul.dashboard.multiple {
	background-color:#f3f8fb;
}
#rightPanel ul.dashboard li {
	margin:0px;
	display:inline;
	background:url(http://demo.scritterscript.com/images/rounded_corners_blue_left.gif) top left no-repeat;
	padding-left:3px;
}
#rightPanel ul.dashboard li.first {
	margin-top:-3px;
}
#rightPanel ul.dashboard li .dashboardDivider {
	width:280px;
	margin:0px 5px;
	height:2px;
	background-color:#fff;
}
#rightPanel ul.dashboard li.last {
	margin-bottom:-3px;
	border:none;
}
#rightPanel ul.dashboard li .dashboardContent {
	background:url(http://demo.scritterscript.com/images/rounded_corners_blue_right.gif) top right no-repeat;
	width:280px;
	height:21px;
	padding:8px 6px 0px;
}
#rightPanel .shadedBrownAreaContent {
	width:283px;
	margin-left:8px;
	padding:5px;
	background:#F0EFEB;
	float:left;
	display:inline;
}
#rightPanel .shadedBrownAreaContent {
	width:283px;
	margin-left:8px;
	padding:5px;
	background:#F0EFEB;
	float:left;
	display:inline;
}
#rightPanel #scritterFeedsBox {
	float:left;
	display:inline;
	position:relative;
	background:url(http://demo.scritterscript.com/images/scritterfeeds_box.gif) top left no-repeat;
	width:284px;
	height:58px;
	margin:0px 0px 15px 8px;
	padding:10px 0px 0px 10px;
	font-size:15px;
	color:#8b989a;
}
#rightPanel #scritterFeedsBox a {
	position:absolute;
	top:14px;
	right:15px;
	font-size:11px;
}
#rightPanel .badge {
	margin:0px 0px -4px 5px;
}
#rightPanel .privacyAreaContent {
	width:169px;
	height:21px;
	padding-top:8px;
	padding-right:6px;
	text-align:center;
}
#rightPanel ul {
	padding:0px;
	list-style-type:none;
	margin:10px 0px 10px 8px;
}
#rightPanel li {
	display:inline;
	float:left;
	margin:0px 4px 10px 0px;
}
#rightPanel li.end {
	margin-right:0px;
}
#rightPanel #updateMap {
	float:left;
	width:298px;
	height:298px;
	margin-left:8px;
	border:1px solid #ccc;
}
#rightPanel #customBadge {
	float:left;
	margin:10px 0px 10px 8px;
}
#rightPanel.topicSidebar #customBadge,#rightPanel.viewer #customBadge {
	margin-bottom:15px;
}
#rightPanel #customBadge.topicViewer {
	margin-top:20px;
	margin-bottom: 3px;
}

#rightPanel .adArea {
	clear:both;
	margin-left:8px;
}
#rightPanel .adtext,#rightColumn .adtext,#rc .adtext {
	color:#8f8f8f;
	margin-bottom:6px;
}

#pageHeader {
	background:url(../images/page_header_left.gif) no-repeat;
	width:944px;
	height:50px;
	margin-bottom:20px;
	padding:18px 0px 0px 30px;
	font-size:24px;
	position:relative;
}
#pageHeader .headerTabs {
	float:right;
	margin:5px 7px 0px 0px;
}
#pageHeader .headerTabs div.tabSelected,#pageHeader .headerTabs div.tabSelected span,#pageHeader .headerTabs a.tab,#pageHeader .headerTabs a.tab span {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	text-align:center;
	white-space:nowrap;
}
#pageHeader .headerTabs div.tabSelected {
	background:url(../images/tab_header_selected_left.gif) top left no-repeat;
	padding-left:12px;
}
#pageHeader .headerTabs div.tabSelected span {
	background:url(../images/tab_header_selected_right.gif) top right no-repeat;
	padding-right:12px;
}
#pageHeader .headerTabs div.tabSelected,a.tab {
	margin-right:4px;
}
#pageHeader .headerTabs a.tab {
	background:url(http://demo.scritterscript.com/images/tab_header_left.gif) top left no-repeat;
	padding-left:12px;
	cursor:pointer;
	color:#626060;
}
#pageHeader .headerTabs a.tab span {
	background:url(http://demo.scritterscript.com/images/tab_header_right.gif) top right no-repeat;
	padding-right:12px;
	cursor:pointer;
}
#pageHeader .headerTabs a.tab:hover {
	background-position:0% -35px;
	text-decoration:none;
}
#pageHeader .headerTabs a.tab:hover span {
	background-position:100% -35px;
	text-decoration:none;
}

#home {
	float:left;
	background:url(../images/bg_transparent2.png) no-repeat;
	width:884px;
	padding:45px;
	color:#a0a5a7;
	font-size:12px;
	line-height:16px;
}
#home h2 {
	font:20px Trebuchet MS;
	color:#f33408;
	margin:0px;
}
#home h3 {
	font:18px Arial,Helvetica,sans-serif,serif;
	color:#f33408;
	margin:0px;
}
#home #main {
	float:left;
	width:533px;
}
#home #illustration {
	float:left;
	display:inline;
	width:533px;
	height:402px;
	margin-bottom:25px;
}
#home #quotes {
	float:left;
	font-size:16px;
	color:#56666b;
}
#home #quotes div {
	float:left;
	line-height:30px;
	margin-bottom:10px;
	width:100%;
}
#home #quotes div img {
	float:left;
	margin-right:10px;
}
#home #sidebar {
	float:left;
	margin-left:33px;
	width:318px;
}
#home #sidebar h1 {
	font-size:28px;
	line-height:33px;
	color:#000;
	margin:-3px 0px 0px;
}
#home #sidebar a.underline {
	text-decoration:underline;
	cursor:pointer;
}
#home #sidebar .box {
	float:left;
	width:318px;
	margin-top:20px;

}
#home #sidebar .box .top {
	float:left;
	background:url(../images/greenbox_top.gif) no-repeat;
	width:288px;
	padding:15px 15px 0px;
	font-size:16px;
	line-height:20px;
	color:#305538;
}
#home #sidebar .box .bottom {
	float:left;
	background:url(../images/greenbox_btm.gif) no-repeat;
	width:318px;
	height:15px;
}
#home #sidebar .box .top .logo {
	margin-bottom:-2px;
}
#home #sidebar .box .legalText {
	float:left;
	font-size:11px;
	line-height:14px;
	color:#427733;
	width:190px;
	margin:2px 0px 0px 8px;
}
#home #sidebar .box input {
	float:left;
	width:210px;
	height:18px;
	padding:2px 0px 2px 4px;
	margin-bottom:5px;
	font-family:Trebuchet MS;
	font-size:14px;
	color:#000;
	border:1px solid #a0a5A7;
}
#home #sidebar .box input.default {
	font-family:Arial,Helvetica,sans-serif;
	font-style:italic;
	color:#b0b4b6;
}
#home #sidebar .box input.login {
	width:135px;
}
#home #sidebar .box select {
	float:left;
	margin-right:5px;
	border:1px solid #a0a5A7;
	font-family:Trebuchet MS;
	font-size:14px;
}
#home #sidebar .box .error {
	float:left;
	font-size:12px;
	line-height:14px;
	margin-bottom:2px;
	width:100%;
}
#home #sidebar #loginBox,#home #sidebar #joinBox {
	float:left;
	margin-bottom:5px;
	width:318px;
}
#home #sidebar #loginForm {
	float:left;
	margin:15px 0px 11px;
}
#home #sidebar .forgotLogin {
	float:left;
	font-size:11px;
	margin:5px 0px 0px 3px;
	width:300px;
}
#home #sidebar #joinForm {
	float:left;
	margin:10px 0px 15px;
}
#home #sidebar #joinForm #usernameStatus {
	display:block;
	float:left;
	font-size:11px;
	font-style:italic;
	margin-left:6px;
}
#home #sidebar #joinForm #usernameStatus.unavailable {
	color:#ff8a00;
}
#home #sidebar #joinForm .birthdayLabel {
	float:left;
	font-size:11px;
	width:288px;
	margin-left:2px;
}
#home #sidebar #joinForm .birthdayFields {
	float:left;
	width:290px;
}
#home #sidebar #loginForm input.hiddenSubmit,#home #sidebar #joinForm input.hiddenSubmit {
	width:0px;
	height:0px;
	padding:0px;
	margin:0px;
	border:none;
	position:absolute;
	bottom:0px;
	left:0px;
}
#home #sidebar .promo {
	float:left;
	clear:left;
	font-size:16px;
	margin-top:15px;
	width:318px;
}
#home #sidebar .promo img {
	float:left;
	margin-right:10px;
}
#home #sidebar .promo a {
	display:block;
	float:left;
	line-height:32px;
}
#home #sidebar .promoExpand {
	float:left;
	clear:left;
	width:318px;
}
#home #sidebar .promoExpand ul {
	margin:0px;
	padding-left:58px;
}
#home #sidebar .promoExpand li {
	font-size:12px;
	line-height:24px;
	color:#56666b;
}
#home #sidebar .promoExpand li span {
	font-size:16px;
}

