:focus {
    outline: 0;
    -moz-outline-style:none;
}

body {
    margin:10px 0 0 0;
    padding:0px;
    font-size:11px;
    font-family:Arial,Helvetica,sans-serif,serif;
    background: #99CC33 url(../imgs/cloud_bg1.png) top left no-repeat;
}

a {
    color:#777;
    text-decoration:none;
    font-size: 12px;
}
a:hover {
    color:#555;
    text-decoration:underline;
}
a:active {
    ooutline:none;
}
img {
    border:0px;
}
input[type="text"] {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-x-system-font:none;
	border:1px solid #DDDDDD;
	color:#555555;
	font-family:Arial,Helvetica;
	font-size:15px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:1px;
}

input[type="password"] {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-x-system-font:none;
	border:1px solid #DDDDDD;
	color:#555555;
	font-family:Arial,Helvetica;
	font-size:15px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:1px;
}

td {
	color:#222222;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}


label{
	clear:both;
	display:block;
	height:25px;
}

label input {
	float:left;
}

input[type=submit] {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background:rgba(241, 241, 241, 0.3) none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	text-shadow:0 1px 0 #FFFFFF;
}

select  {
	-moz-border-radius:7px 7px 7px 7px;
	border:1px solid #DDDDDD;
	color:#555555;
	font-family:Arial,Helvetica;
	font-size:15px;
	padding:2px;
}

textarea {
	-moz-border-radius:7px 7px 7px 7px;
	border:1px solid #DDDDDD;
	color:#555555;
	font:15px Arial,Helvetica;
	padding:8px;
}

.standardButton2 {
    background:url(../imgs/btn_left.gif) top left no-repeat;
    padding-left:10px;
    padding-right:0px;
}
input.standardButton {
    background:url(../imgs/btn_right.gif) top right no-repeat;
    padding-left:0px;
    padding-right:10px;
    border: 0px;
    display:block;
    float:left;
    height:24px;
    line-height:24px;
    text-decoration:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    color:#0e6db7;
    text-align:center;
    white-space:nowrap;
    text-transform:lowercase;
    cursor:pointer;
}
a.standardButton,a.mediumButton,a.standardButton span,a.mediumButton span {
    display:block;
    float:left;
    height:26px;
    line-height:25px;
    text-decoration:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    color:#444;
    text-shadow:0 1px 0 #fff;
    text-align:center;
    white-space:nowrap;
    text-transform:lowercase;
    cursor:pointer;
}
a.standardButton,a.mediumButton {
    background:url(../imgs/btn_small_left.png) top left no-repeat;
    padding-left:10px;
}
a.standardButton span,a.mediumButton span {
    background:url(../imgs/btn_small_right.png) top right no-repeat;
    padding-right:10px;
}
a.standardButton:hover,a.mediumButton:hover {
    background-position:0% -26px;
    text-decoration:none;
}
a.standardButton:hover span,a.mediumButton:hover span {
    background-position:100% -26px;
    text-decoration:none;
}
a.mediumButton {
    width:60px;
}
a.mediumButton span {
    width:50px;
}
a.sidebarButton,a.sidebarButton span {
    display:block;
    float:left;
    height:32px;
    text-decoration:none;
    font: normal 17px/31px "Lucida Grande", Arial,Helvetica,sans-serif;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    cursor:pointer;
    text-shadow:0 -1px 0 #333333;
}
a.sidebarButton {
    background:url(../imgs/btn_sidebar_left.png) top left no-repeat;
    padding-left:25px;
}
a.sidebarButton span {
    background:url(../imgs/btn_sidebar_right.png) top right no-repeat;
    padding-right:25px;
}
a.sidebarButton:hover {
    background-position:0% -32px;
    text-decoration:none;
}
a.sidebarButton:hover span {
    background-position:100% -32px;
    text-decoration:none;
}


a.yellowButton,a.yellowButton span {
    display:block;
    float:left;
    height:32px;
    text-decoration:none;
    font: normal 17px/31px "Lucida Grande", Arial,Helvetica,sans-serif;
    color:#333;
    text-align:center;
    white-space:nowrap;
    cursor:pointer;
    text-shadow:0 1px 0 #fff;
}
a.yellowButton {
    background:url(../imgs/btn_yellow_left.png) top left no-repeat;
    padding-left:25px;
}
a.yellowButton span {
    background:url(../imgs/btn_yellow_right.png) top right no-repeat;
    padding-right:25px;
}
a.yellowButton:hover {
    background-position:0% -32px;
    text-decoration:none;
}
a.yellowButton:hover span {
    background-position:100% -32px;
    text-decoration:none;
}

a.smallYellowButton,a.smallYellowButton span {
    display:block;
    float:left;
    height:26px;
    line-height:25px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#821f0c;
    text-shadow: 0 1px 0 #ffda7a;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    cursor:pointer;
}
a.smallYellowButton {
    background:url(../imgs/btn_yellow_small_left.png) top left no-repeat;
    padding-left:10px;
}
a.smallYellowButton span {
    background:url(../imgs/btn_yellow_small_right.png) top right no-repeat;
    padding-right:10px;
}
a.smallYellowButton:hover {
    background-position:0% -26px;
    text-decoration:none;
    color:#741c0b;
}
a.smallYellowButton:hover span {
    background-position:100% -26px;
    text-decoration:none;
}
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(../imgs/btn_nav_left.gif) top left no-repeat;
    padding-left:8px;
}
a.navButton span {
    background:url(../imgs/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;
}
.hidden {
    position:absolute;
    top:-5000px;
    left:0px;
    width:1px;
    height:1px;
}
.clear {
    clear:both;
    line-height:0px;
    height:0px;
}
.floatLeft {
    float:left;
}
.floatClearLeft {
    float:left;
    clear:left;
}
.floatRight {
    float:right;
}
.error,.warning {
    font: normal 12px Arial, Helvetica;
    color:#f15757;
    background:#fff9f9;
    border:1px solid #fed5d5;
    padding: 5px 10px;
    margin: 10px 0 8px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 201px;
}
.error a {
    color:#ff8a00;
    text-decoration:underline;
}
.errorDiv {
    margin:4px 0px;
}
.warning {
    font-style:normal;
}
.errormsg {
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    color:#ff8a00;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fee2c1;
    margin-left: 20px;
    border: 1px dotted #fad2a4;
}
.edittime {
    color:#F15757;
    font-style:normal;
}

/* Safari */

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	div {
		display: block;
  		overflow: inherit;
  		width: auto;
	}
}

/* Firefox */
 @-moz-document url-prefix()
 {
 	div {
  		display: block;
  		overflow: hidden;
  		width: auto;
	}
 }


#mainCenter {
    width:984px;
    margin:0px auto;
}
#mainContainer {
	float:left;
	
}
#shadowContainer {
    width:974px;
    padding:0px 5px 0px;
    z-index:1000;
}
#mainContent {
  	width:974px;
    float:left;
    background-color: #FFFFFF;
}
#mainContent.homepage {
    background-color:transparent;
    float:left;
    overflow:visible;
}

#footer {
    float:left;
    width:984px;
    padding:15px 0px 26px;
    height:31px;
    background:url(../imgs/footer.png) top left no-repeat;
}
#footer #links {
    float:left;
    margin-left:103px;
    font-size:12px;
    color:#ccc;
    text-shadow: 0 1px 0 #fcfcfc;
}
#footer #links.longer {
    margin-left:43px;
}
#footer #links a {
    color:#888;
}
#footer #links a:hover {
    color:#555;
}
#footer #links div {
    float:left;
    margin-right:25px;
}
#footer #copyright {
    float:left;
    margin-left:5px;
    color:#999;
    font-size: 12px;
    text-shadow: 0 1px 0 #fcfcfc;
    white-space:nowrap;
}


#footer_links {
  	float:left;
    background:transparent url(../imgs/ftrgrad.gif) repeat;
    color:#a0a5a7;
    font-size:12px;
    padding:20px;
	width:934px;
}

#footer_links .linkcol {
	width:230px;
	float:left;
}
#footer_links .linkcol h4 {
	font-size:14px;
	color:#888;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	font-family:arial;
}
#footer_links .linkcol .ftrlink {
	padding:3px;
	background-image:url('../imgs/ftrlinkbullet.gif');
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;
	font-weight:bold;
	color: #d9d9d9;
}
#footer_links .linkcol .ftrlink a {
	font-weight:normal;
}

#loading {
    position:absolute;
    top:0px;
    right:0px;
    z-index:1000;
}
#noscript {
    background:#e0e0e0;
    color:#00c0ff;
    font-weight:bold;
    font-size:14px;
    border-top:1px dotted #00c0ff;
    border-bottom:1px dotted #00c0ff;
    text-align:center;
}
#verticalAd {
    position:absolute;
    top:87px;
    right:27px;
}
.userVoice {
    font-family:Trebuchet MS;
}
.iconMargin {
    margin:0px 3px;
}
.eleven {
    font-size:11px;
}
#customBanner {
    float:left;
    display:inline;
    width: 974px;
}
#nav {
    background:url('../imgs/nav.png') no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	float:left;
	font-size:13px;
	height:39px;
	margin-top:15px;
	padding:5px 5px 0;
	position:relative;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);
	width:974px;
	z-index:1000;
	overflow:visible;
}
#nav a.login {
    color:#fff;
    padding: 4px 10px 5px 10px;
    background: #efb15f;
    background: rgba(255,255,255,0.2);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#nav a.login:hover {
    color:#fff;
    background: #f3b87b;
    background: rgba(255,255,255,0.4);
    text-decoration: none;
}
#nav .navLogo {
    float:left;
    display:block;
    margin:-14px 0px 0px 12px;
    width:133px;
    height:63px;
    background:url(../imgs/logo1.png) no-repeat;
}
#nav .loggedIn {
    float:left;
    line-height:23px;
    margin:8px 0px 0px 20px;
}
#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:inline;
    float:left;
    height:28px;
    line-height:25px;
    text-deocoration:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    text-align:center;
    white-space:nowrap;
    cursor:pointer;
    color:#fff;
    text-shadow:0 -1px 0 #333;
}
#nav .buttons a.btn {
    background:url(../imgs/btn_left.png) top left no-repeat;
    padding-left:8px;
}
#nav .buttons a.btn span {
    background:url(../imgs/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(../imgs/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:8px;
    line-height:8px;
    width:100%;
}
#nav .dropdown a.mainLink {
    float:left;
    display:block;
    font-size:15px;
    height:28px;
    line-height:25px;
    color:#fff;
    text-shadow:0 -1px 0 #333333;
}


#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;
    text-shadow:0 -1px 0 #000;
}
#nav .dropdown .links a:hover {
    text-decoration:none;
    background-color:#333;
}
#nav #navHome {
    width:55px;
}
#nav #navHome #homeBtn {
    position:relative;
}
#nav #navHome #homeBtnIsNew,#nav #navHome #homeBtnIsNew2 {
    background:url(../imgs/icon_whatsnew_bubble_small2.png) top left no-repeat;
    width:11px;
    height:12px;
    position:absolute;
    top:-4px;
    right:-2px;
    z-index: 9999;
}
#nav #navHome a.btn span {
    width:39px;
}
#nav #navHome .dropdown {
    width:114px;
}
#nav #navHome .dropdown a.mainLink {
    position:relative;
    width:39px;
    padding-left: 9px;
}
#nav #navHome .dropdown .emptySpace {
    width:59px;
}
#nav #navHome .dropdown .links a {
    width:104px;
}
#nav #navHome .dropdown .links a.new span {
    background:url(../imgs/icon_whatsnew_bubble_small2.png) no-repeat top right;
    padding-right:15px;
}
#nav #navHome .dropdown .top {
    background-image:url(../imgs/dropdown_home_top.png);
}
#nav #navHome .dropdown .btm {
    background-image:url(../imgs/dropdown_home_btm.png);
}
#nav #navTopics {
    width:68px;
}
#nav #navTopics a.btn span {
    width:53px;
}
#nav #navTopics .dropdown {
    width:140px;
}
#nav #navTopics .dropdown a.mainLink {
    width:53px;
    padding-left: 11px;
}
#nav #navTopics .dropdown .emptySpace {
    width:71px;
}
#nav #navTopics .dropdown .links a {
    width:130px;
}
#nav #navTopics .dropdown .top {
    background-image:url(../imgs/dropdown_explore_top.png);
}
#nav #navTopics .dropdown .btm {
    background-image:url(../imgs/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(../imgs/dropdown_settings_top.png);
}
#nav #navSettings .dropdown .btm {
    background-image:url(../imgs/dropdown_settings_btm.png);
}
#nav #navSettings .dropdown a.icon {
    float:left;
    display:block;
    width:18px;
    height:17px;
    background:url(../imgs/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(../imgs/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(../imgs/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:2px 0 0 3px;
    border:0px none;
    font-size:15px;
    font-family: Arial, Helvetica;
    color: #777;
}
#modalDiv {
    position:absolute;
    top:0px;
    left:0px;
    display:block;
    margin:0px auto;
    padding:0px;
    width:100%;
    z-index:4000;
    background-color:#000;
    filter:alpha(opacity=30);
    opacity:0.3;
}
.popup p {
    font-size:12px;
}
.popup {
    position:absolute;
    width:100%;
    margin:0px;
    padding:0px;
    z-index:5000;
}
.innerPopup,.innerPopupSmall,.innerPopupLarge,.innerPopupExtraLarge {
    position:relative;
    padding:12px 10px 12px 10px;
}
.innerPopup {
    width:400px;
    position:relative;
}
.innerPopupLarge {
    width:470px;
}
.innerPopupExtraLarge {
    width:630px;
}
.smallPopupWrapper,.popupWrapper,.largePopupWrapper,.extraLargePopupWrapper {
    position:absolute;
    left:50%;
    margin-left:-200px;
    width:360px;
}
.popupWrapper {
    width:400px;
    margin-left:-200px;
}
.largePopupWrapper {
    width:490px;
    margin-left:-245px;
    background:url(../imgs/pop_shadow_lg-trans.png) bottom left no-repeat;
}
.extraLargePopupWrapper {
    width:630px;
    margin-left:-315px;
    background:url(../imgs/pop_shadow_lg-trans.png) bottom left no-repeat;
}
.innerPopupSmall {
    width:360px;
}

.innerPopup h2,.innerPopupSmall h2,.innerPopupLarge h2 {
    font-size:20px;
    color:#f33408;
    margin:0px;
    margin-bottom:20px;
    padding:0px;
    font-weight:normal;
}
.innerPopup p,.innerPopupSmall p,.innerPopupLarge p {
    font-size:12px;
    color:#000;
    line-height:16px;
    margin:5px 0px;
}
.innerPopup form,.innerPopupSmall form,.innerPopupLarge form {
    margin:0px;
}
.innerPopup .label,.innerPopupSmall .label,.innerPopupLarge .label {
    font-size:11px;
    color:#8f8f8f;
    text-transform:lowercase;
}
.innerPopup .heading,.innerPopupSmall .heading,.innerPopupLarge .heading {
    color:#f33408;
    font-size:14px;
    text-transform:lowercase;
}
.innerPopup .alignRight,.innerPopupSmall .alignRight,.innerPopupLarge .alignRight {
    padding-right:7px;
    text-align:right;
}
.innerPopup .highlight,.innerPopupSmall .hightlight,.innerPopupLarge .highlight {
    color:#f33408;
}
.textInput,.textSelect {
    font:16px trebuchet ms;
    color:#000;
}
.textInput {
    width:280px;
}
.innerPopupSmall input[type=text],.innerPopupSmall input[type=password],.innerPopupSmall textarea,.innerPopupSmall input.textInput {
    width:240px;
    font:13px trebuchet ms;
    color:#000;
}
.innerPopup .embedTextArea,.innerPopupLarge .embedTextArea {
    width:390px;
    padding:3px;
    font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
    border:1px solid #cdcdcd;
}
.innerPopupLarge .embedTextArea {
    width:460px;
}
.popupButtons {
    text-align:right;
    float:right;
}
.popupWrapper input[type=radio] {
    margin:0px;
}
.popupWrapper .checkBoxOption {
    margin-left:5px;
    padding:0px;
}
.form {
    width:400px;
    color:#8f8f8f;
}
.full label {
    font-size:11px;
    text-transform:lowercase;
    color:#8f8f8f;
}
.full {
    padding:5px 0px;
    clear:left;
    display:block;
}
.full textarea,.full input {
    width:390px;
}
.close {
    position:absolute;
    top:8px;
    right:8px;
}
#editTitle label {
    font-size:11px;
    color:#8f8f8f;
    text-transform:lowercase;
}
#editTitle .lineitem {
    margin-top:5px;
}
.smallPopupWrapper ul#buttons {
    margin:0px;
    padding:0px;
}
.smallPopupWrapper ul#buttons li {
    float:left;
    display:inline;
    margin-right:5px;
}
#inviteFriends input,#inviteFriends textarea {
    font-family:"Trebuchet MS";
    font-size:12px;
}
#inviteFriends .label {
    padding-bottom:2px;
}
#inviteFriends .fromFields {
    float:left;
}
#inviteFriends .nameField {
    width:188px;
}
#inviteFriends #toField {
    float:left;
    width:390px;
    padding:20px 0px 5px 0px;
}
#inviteFriends #toField input {
    width:390px;
    margin-bottom:3px;
}
#inviteFriends #importButton {
    float:right;
    padding-top:3px;
}
#inviteFriends #msgLabel {
    padding-top:10px;
    clear:both;
}
#inviteFriends #msgDefault {
    padding-top:5px;
    line-height:14px;
}
#inviteFriends .defaultText {
    color:#8f8f8f;
    font-style:italic;
    font-family:Arial,Helvetica,sans-serif;
}
#inviteFriends .inviteText {
    color:#000;
    font-style:normal;
    font-family:"Trebuchet MS";
}
#inviteFriends textarea {
    width:390px;
    height:45px;
    margin:5px 0px 25px 0px;
    padding:3px;
}
#inviteFriends #requiredText {
    position:absolute;
    bottom:10px;
    left: 10px;
}
.about {
    display:inline;
    width:750px;
    background:#fff url(../imgs/panels_topgradient.jpg) top left repeat-x;
}
.about #tophead {
    font-family:Trebuchet MS;
    font-size:30px;
    font-weight:bold;
    color:#008acb;
    margin:0px;
    padding:0px;
}
.about #leftcolumn {
    display:inline;
    float:left;
    width:570px;
    padding:51px 0;
    margin:0 0 0 30px;
}
.about #leftcolumn img {
    margin-left:0px;
    margin-top:0px;
}
.about #copy {
    display:block;
    font-size:13px;
    line-height:20px;
    color:#000;
    margin-top:15px;
}
.about #rightcolumn {
    display:inline;
    float:left;
    width:331px;
    margin:30px 0 0 38px;
}
.about #computernotes {
    height:285px;
    background:url(../imgs/about_computer.jpg) top left no-repeat;
}
.about #phonenotes {
    height:363px;
    background:url(../imgs/about_phone.jpg) top left no-repeat;
    margin:31px 0 31px 0;
}
.about #rightcolumn #title {
    font-family:Trebuchet MS;
    font-size:18px;
    color:#008acb;
    font-weight:bolder;
    margin:0 0 0 100px;
    padding:45px 0px 40px 0px;
    ;
    display:block;
}
.about #rightcolumn #point {
    padding:0px;
    margin:0px 0px 6px 22px;
    font-family:Arial;
    font-size:11px;
    color:#5d5d5d;
    display:inline;
    width:275px;
    float:left;
}
.about #rightcolumn #bullet {
    font-weight:bolder;
    color:#d3006a;
    display:inline;
    float:left;
}
.about #rightcolumn #text {
    margin-left:18px;
    display:block;
    line-height:15px;
}
.about #rightcolumn #intro {
    display:block;
    font-family:Arial;
    color:#5d5d5d;
    margin-left:20px;
    font-size:11px;
    margin-bottom:10px;
}
#about {
    width:835px;
    margin:10px 0px 100px 70px;
    display:inline;
    float:left;
    position:relative;
}
#about h2 {
    text-align:left;
    color:#f33408;
    font-size:20px;
    margin:0px 50px 10px 52px;
}
#about p {
    font-size:13px;
    color:#888;
    line-height:18px;
    text-align:left;
    margin:0px 50px 10px 52px;
}
#yearbook {
    width:835px;
    padding:0px;
    position:relative;
    margin:0px;
    float:left;
    display:inline;
}
#yearbook-box {
    width:835px;
    margin:0px 0px 0px 50px;
    list-style:none;
    text-align:center;
}
#yearbook-box li {
    float:left;
    display:inline;
}
#yearbook-box img {
    margin:8px 1px 6px 1px;
    border:3px solid #fff;
}
#yearbook-box a {
    border:none;
}
#yearbook-box a img:hover {
    border: 3px solid #A2C6D8;
}
.help {
    width:575px;
    margin:0px 0px 50px 23px;
    padding-top:23px;
    display:inline;
    float:left;
}
.help #tophead {
    font-size:20px;
    color:#f33408;
    margin:0px;
    padding:0px;
}
.help #question {
    font-size:18px;
    color:#f33408;
    font-weight:normal;
}
.help #answer {
    font-size:12px;
    color:#000000;
    font-weight:normal;
    line-height:18px;
    display:block;
    margin-top: 5px;
}
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
}
#terms {
    font-family:Arial;
    font-size:11px;
    width:874px;
    padding-left:50px;
    margin-top: 10px;
}
#addressList {
    margin:0px;
    list-style-type:none;
    padding:0px;
    width:394px;
}
#addressList.withScrollBar {
    width:374px;
}
#addressList li {
    font-family:"Trebuchet MS";
    font-size:12px;
    margin:5px 0px;
    padding-right:10px;
    background:#f2f2f2;
}
#addressList li a {
    float:right;
    margin-left:3px;
    padding-top:6px;
}
#addressList li div {
    padding:5px;
    height:14px;
}
#addressListContainer.scrollVertical {
    overflow-y:auto;
    overflow-x:hidden;
}
#addressList li.errorHighlight,#address.errorHighlight {
    background-color:#fdf48a
}
#suggestContainer {
    position:relative;
}
#suggestContainer div {
    position:absolute;
    border:1px solid #767676;
    background:#f1f1f1;
    padding:0px;
}
#suggestContainer div span {
    padding:5px;
    font-size:12px;
    color:#000;
}
#suggestContainer input.disabled {
    font-style:italic;
    color: #8f8f8f;
}
.friendInvite {
    margin:10px 20px;
    margin-bottom:0px;
    font:bold 12px Trebuchet MS;
    color:#000;
}
.friendInvite a {
    color:#ff6600;
}
.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;
}
#settings .carrier {
    margin:10px 0px;
    color:#000;
    font-size:14px;
}
#settings .grayText {
    color:#737373;
}
#settings .smallerGrayText {
    color:#7b7b7b;
    font-size:12px;
}
#settings .carrierLeft {
    width:120px;
    display:inline;
    float:left;
}
#settings .carrierRight {
    display:inline;
    float:left;
}
#settings .phoneNumber {
    margin:0px 10px;
    color:#000;
    font-size:24px;
    font-weight:bold;
}
#settings .red {
    color:#f00;
}
#settings #phoneicon {
    position:inline;
    margin:23px 0px 23px 60px;
    text-align:center;
    font-size:14px;
    line-height:normal;
}
#settings #phoneicon img {
    width:16px;
    height:28px;
    vertical-align:top;
}
#settings #emailicon {
    position:inline;
    margin:23px 0px 23px 0px;
    text-align:center;
    font-size:14px;
    line-height:normal;
}
#settings .smallLink {
    font-size:11px;
}
#editPhoneDiv {
    margin-left:50px;
    width:456px;
}
#editPhoneForm {
    height:63px;
    background:url(../imgs/confirm_editphone_bg.gif) top left no-repeat;
}
#editPhoneForm .grayLabel {
    font-size:11px;
    color:#a49d8c;
}
#settings .yellowError {
    font-size:11px;
    color:#ff9000;
    font-style: italic;
}
#settings {
    width:928px;
    padding:23px 0px;
    margin:0px 0px;
    font-size:12px;
    line-height:15px;
}
#settings .label {
    color:#737373;
    display:block;
    margin-bottom:2px;
}
#settings #myAlerts .label {
    display:inline;
}
#settings .entry {
    font-family:Trebuchet MS;
}
.pagePopup {
    position:relative;
    width:570px;
    margin:0px 0px 10px 0px;
    padding-right:10px;
    padding-left:22px;
    background:url(../imgs/panel_middle.gif) top left repeat-y;
}
#rightCol {
    float:right;
    display:inline;
}
.passwordChange {
    background:#efefef;
    padding:10px 20px;
    margin:10px -18px;
    width:550px;
}
.pagePopup h3 {
    font-size:18px;
    padding:16px 0px 0px 22px;
    color:#f33408;
    width:576px;
    margin:0px 0px 0px -22px;
    background:url(../imgs/panel_top.gif) top left no-repeat;
    height:51px;
}
.pagePopup .bottom {
    width:598px;
    margin-left:-22px;
    background:url(../imgs/panel_bottom.gif) bottom left no-repeat;
    height:46px;
    position:relative;
}
.pagePopup .bottom2 {
    width:598px;
    margin-left:-22px;
    background:url(../imgs/panel_bottom_no_rule.gif) bottom left no-repeat;
    height:46px;
    position:relative;
}
.pagePopup p {
    margin:9px 0px;
    padding-right:4px;
}
.pagePopup .buttonsPanel {
    position:absolute;
    top:7px;
    right:20px;
}
.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;
}
.settingHead {
    border-bottom:1px solid #eeeded;
    padding-bottom:10px;
    width:555px;
}
.settingHead ul {
    height:20px;
}
.settingHead ul li {
    float:left;
    display:inline;
    margin-right:30px;
}
.settingHead .logo {
    float:right;
    text-align:right;
}
.pagePopupRight {
    position:relative;
    width:253px;
    padding-left:19px;
    padding-right:18px;
    margin:0px 0px 10px 0px;
    background-color:#F8F8F8;
    line-height:15px;
}
.pagePopupRight h3 {
    color:#f33408;
    font-size:18px;
    padding:15px 20px 0px 0px;
    margin-top:0px;
    background-color:#F8F8F8;
}
.pagePopupRight h4 {
    color:#737373;
    display:inline;
    margin-right:5px;
    font-size:12px;
}
.pagePopupRight p {
    margin:9px 0px;
}
.pagePopupRight .bottom {
    height:40px;
    background-color:#F8F8F8;
    position:relative;
}
.pagePopupRight .buttonsPanel {
    position:absolute;
    top:7px;
    right:2px;
}
.pagePopupRight .divider {
    background:url(../imgs/divider_faq.gif) no-repeat;
    width:261px;
    height:2px;
}
.pagePopupRight .divider2 {
    margin:12px 0px;
    height:1px;
    line-height:1px;
    background-color:#ffffff;
    width:100%;
    border-bottom:1px solid #edeee8;
}
.pagePopupRight .faq .ans {
    color:#737373;
    display:block;
    padding-bottom:15px;
    margin:0px;
}
.pagePopupRight .faq h3 {
    font-size:14px;
}
.pagePopupRight .faq p {
    margin:0px 0px 5px;
    line-height:15px;
}
.pagePopupRight .faq ul.ans {
    margin:0px 0px 10px 14px;
    padding:0px;
    width:250px;
}
.pagePopupRight ul.ans li {
    margin-bottom:5px;
}
.helpNEdit {
    position:absolute;
    right:20px;
    top:15px;
    width:50px;
    line-height:22px;
    font-size:12px;
}
.helpNEdit a {
    color:#ff2d00;
    text-decoration:none;
}
.helpNEdit a:hover {
    text-decoration:underline;
}
.helpNEdit .helpLink {
    float:right;
}
.alertPanel {
    background:#f8f8f8;
    margin:10px 0px;
    margin-top:0px;
    margin-right:10px;
    padding-right:10px;
    padding-bottom:0px;
    padding-left:0;
}
.gender {
    font:normal 12px;
    color:#444;
    line-height:16px;
}
.saveButton {
    margin-right: 5px;
}
#settingsPage {
    float:left;
    display:inline;
    width:928px;
    padding:23px 0px;
    margin:0px 23px;
    font-size:12px;
    line-height:15px;
}
#settingsPage .columnLeft {
    float:left;
    display:inline;
    width:598px;
    margin-right:23px;
    margin-bottom:10px;
}
#settingsPage .columnRight {
    float:left;
    display:inline;
    width:253px;
}
#settingsPage .panel {
    float:left;
    width:598px;
    margin-bottom:10px;
}
#settingsPage .panel .buttonArea {
    float:right;
}
#settingsPage .panelTop {
    float:left;
    background:url(../imgs/panel_top.gif) top left no-repeat;
    width:554px;
    height:36px;
    padding:15px 22px 0px;
}
#settingsPage .panelTop h1 {
    margin:3px 0px 0px;
}
#settingsPage .panelBottom {
    float:left;
    background:url(../imgs/panel_bottom.gif) bottom left no-repeat;
    width:554px;
    height:39px;
    padding:7px 22px 0px;
}
#settingsPage .panelMain {
    float:left;
    position:relative;
    width:554px;
    padding:20px 22px;
    background:url(../imgs/panel_middle.gif) top left repeat-y;
}
#settingsPage .panelRight {
    float:left;
    width:253px;
    padding:20px 18px 10px;
    margin-bottom:10px;
    background-color:#F8F8F8;
}
#settingsPage h1,#settingsPage h2,#settingsPage h3 {
    font-size:20px;
    line-height:20px;
    margin:0px;
    color:#f33408;
}
#settingsPage h2 {
    font-size:16px;
    line-height:16px;
}
#settingsPage h3 {
    font-size:15px;
    line-height:15px;
    clear:both;
    float:left;
}
#settingsPage h4 {
    font-size:12px;
    line-height:15px;
    clear:both;
    float:left;
    color:#737373;
    margin:18px 0px 10px;
}
#settingsPage .divider {
    clear:both;
    float:left;
    margin:22px 0px;
    height:1px;
    line-height:1px;
    background-color:#dddddd;
    width:100%;
    border-bottom:1px solid #edeee8;
}
#settingsPage .panelRight .divider {
    margin:15px 0px 20px;
    background-color:#ffffff;
}
#settingsPage .label {
    color:#737373;
}
#settingsPage label.textField {
    display:block;
    color:#737373;
    margin-bottom:2px;
}
#settingsPage input.radio {
    float:left;
}
#settingsPage input.radioVert {
    margin-left:30px;
}
#settingsPage label.radio {
    float:left;
    margin:2px 0px 0px 4px;
}
#settingsPage label.radio span {
    color:#737373;
}
#settingsPage .faq .qa {
    float:left;
    margin:0px 10px 15px 0px;
    line-height:16px;
}
#settingsPage .faq .qst {
    color:#000000;
}
#settingsPage .faq .ans {
    color:#737373;
}
#settingsPage .faq ul.ans {
    margin:5px 0px 0px 14px;
    padding:0px;
    width: 250px;
}
#settingsPage #privacy .privacyOption {
    clear:both;
    float:left;
    margin-bottom:6px;
}
#settingsPage #privacy .privacyOption div {
    clear:left;
    margin:2px 0px 0px 25px;
    color:#737373;
}
#settingsPage #blocked input {
    float:left;
    width:190px;
    display:inline;
    margin-right:10px;
}
#settingsPage #blocked .blocking {
    float:left;
    margin-bottom:15px;
    width:180px;
}
#settingsPage #blocked .heading {
    margin-bottom:10px;
}
#settingsPage #blocked .blockedUser {
    float:left;
    clear:both;
    margin-bottom:5px;
    width: 100%;
}
#settingsPage #alert .alertOption {
    clear:both;
    float:left;
    margin-bottom:10px;
    width:100%;
}
#settingsPage #alert .alertOption input {
    float:left;
}
#settingsPage #alert h4 {
    margin-bottom:5px;
    margin-top:10px;
}
#settingsPage #alert .alertOption select {
    width:200px;
}
#settingsPage #alert .alertOption .timeSelect {
    width:75px;
}
#settingsPage #alert .alertOption label {
    float:left;
    margin:3px 0px 0px 10px;
}
#settingsPage #alert .alertOption label span {
    color:#737373;
}
#settingsPage #alert .alertOption span {
    color:#737373;
}
#settingsPage #alert .alertOption div {
    clear:left;
    margin-left:31px;
    color:#737373;
}
#settingsPage #alert .customOptions {
    clear:both;
    float:left;
    margin-left:20px;
    width:500px;
    overflow:auto;
    display:inline;
}
#settingsPage #alert .customOptions div {
    float:left;
    width:50%;
    position:inline;
}
#settingsPage #alert .customOptions span {
    color:#737373;
    display:block;
    margin-bottom: 5px;
}
#processPage {
    float:left;
    padding:0px;
    margin:0px 30px 0px 40px;
    font-size:12px;
    line-height:16px;
    color:#888;
}
#processPage h2 {
    color:#f33408;
    font-size:21px;
    line-height:18px;
    margin:0px 0px 15px 0px;
    font-family:"Lucida Sans Unicode",Arial;
    letter-spacing: -1px;
}
#processPage h3 {
    color:#555;
    margin:10px 0px 20px 0px;
    font-family:"Lucida Sans Unicode",Arial;
    font-size:23px;
    letter-spacing: -1px;

}
#processPage h4 {
    color:#999;
    font-size:16px;
    margin:0px 0px 15px 0px;
}
#processPage h5 {
    color:#f33408;
    font-size:14px;
    margin:0px 0px 10px 0px;
}
#processPage .tipBubble {
    background:url(../imgs/tipbubble_bk.png) no-repeat;
    position:relative;
    float:left;
    display:inline;
    margin:4px 0px 7px;
}
#processPage .tipBubble p {
    background: url(../imgs/tipbubble_btm.png) no-repeat 0% 100%;
    width:337px;
    padding:7px 12px 9px 25px;
    margin:0px;
    font: normal 11px Arial, Helvetica;
    line-height:16px;
    color:#bbb;
    text-shadow: 0 -1px 0 #333;
}
#processPage .tipBubble p.oneLine {
    line-height:19px;
}
#processPage #columnLeft {
    float:left;
    width:581px;
    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;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
#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:#444;
}
#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:#555;
    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;
    width:100%;
    font-size:0px;
}
#processPage .panelRight .divider {
    margin:10px 0px 10px;
    background-color:#ffffff;
}
#processPage .label {
    width:265px;
    color:#777;
    display:inline;
    float:left;
    margin:0px 15px 15px 0px;
    font-size:12px;
    position:relative;
}
#processPage .label input {
    width:257px;
    font: normal 15px Arial, Helvetica;
    border: 1px solid #ddd;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 8px;
    color: #555;
}
#processPage .label input:focus {
    border: 1px solid #888;
    color: #444;
    background: #fefefe;
}

#processPage .label textarea {
    font: normal 15px Arial, Helvetica;
    border: 1px solid #ddd;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 8px;
    color: #555;
}
#processPage .label textarea:focus {
    border: 1px solid #888;
    color: #444;
    background: #fefefe;
}

#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;
    width: 559px;
}
#bricks .mainError {
    margin:0px 0px 10px 22px;
    font-size:14px;
    width: 570px;
}

#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;
    font: normal 23px "Lucida Sans Unicode", Arial;
    letter-spacing: -1px;
}
#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:12px;
    left:240px;
    text-align:left;
}
#processPage #regForm select {
    padding: 7px;
    border:1px solid #DDDDDD;
    color:#555555;
    font-family:Arial, Helvetica;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-size:15px;
}
#processPage #regForm select:focus {
    border:1px solid #888;
    color: #444;
}
#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(../imgs/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;
}
ul#addContactsPopup {
    list-style-type:none;
    margin:0px 0px 10px 0px;
    padding:0px;
    width:100%;
}
ul#addContactsPopup li {
    background-color:#f1f1f1;
    margin-bottom:5px;
    line-height:24px;
    padding:0px 5px;
    position:relative;
    height:24px;
}
ul#addContactsPopup li a {
    position:absolute;
    top:5px;
    right:5px;
    background:url(../imgs/icon_delete_x.gif) no-repeat;
    width:13px;
    height: 13px;
}
.profilePicPreview {
    width:100px;
    height:100px;
    margin:0px 12px 0px 0px;
    padding:1px;
    text-align:center;
    display:inline;
    float:left;
    border:solid 1px #cbd2d7;
    position:relative;
}
.profileName {
    font:24px trebuchet ms;
    color:#000;
    display:inline;
    margin-right: 10px;
}
#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[type=text] {
    float:left;
    width:190px;
    display:inline;
    margin:0px 10px 0px 0px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border:1px solid #ccc;
    padding: 6px 9px;
    font: normal 13px Arial, Helvetica;
    color: #555;
}
#processPage #blocked input[type=text]:focus {
    border:1px solid #999;
    color: #444;
}
#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%;
}
#featuredPerson {
    width:300px;
    float:left;
    display:inline;
    position:relative;
    margin:0px 0px 0px 8px;
}
#featuredPerson .info {
    margin:0px 0px 10px 0px;
    float:left;
    width:290px;
    display:block;
}
#featuredPerson .icon {
    display:inline;
    float:left;
    margin:0px 12px 0px 0px;
    padding:1px;
    border:solid 1px #cbd2d7;
}
#featuredPerson .contentPreview {
    position:relative;
    width:100px;
    height:100px;
    display:inline;
    float:left;
    background:#000;
    border:solid 1px #cbd2d7;
    text-align:center;
    padding:1px;
    margin:0px 12px 0px 0px;
}
#featuredPerson .featuredTitle {
    color:#282e31;
    font-size:12px;
    line-height:17px;
    display:block;
    font-family:"Trebuchet MS";
    margin:0px 0px 5px 0px;
}
#featuredPerson .featuredTitle a {
    color:#282e31;
}
#featuredPerson .text {
    color:#91b9d8;
    font-size:11px;
    line-height:13px;
    display:block;
    margin:0px;
}
#customMktgBlock {
    width:300px;
    float:left;
    display:inline;
    position:relative;
    margin-left:8px;
}
#rightPanel #customMktgBlock h2 {
    margin-left: 0px;
}
.tinyuser {
    text-align:center;
    background:inherit;
    font-size:0px;
    position:absolute;
}
.tinyOutline a,.tinyOutlineOwner {
    width:50px;
    height:50px;
    padding:1px;
    border:solid 1px #ccc;
    display:block;
    float:left;
}
.tinyOutline1 a,.tinyOutlineOwner1 {
    width:30px;
    height:30px;
    padding:1px;
    border:solid 1px #ccc;
    display:block;
}
.tinyOutline1 a:hover {
    width:30px;
    height:30px;
    padding:1px;
    border:solid 1px #79D1FA;
    display:block;
}
.outline {
    padding:1px;
    border:solid 1px #ccc;
}
.matureIcon {
    position:absolute;
    bottom:0px;
    right:0px;
}
.videoIcon {
    position:absolute;
    bottom:1px;
    left:1px;
}
a.playIcon {
    position:absolute;
    bottom:1px;
    left:1px;
    display:block;
    width:19px;
    height:19px;
    background:url(../imgs/icon_play.gif) no-repeat;
}
a.playIcon:hover {
    background-position:0% -19px;
}
a.playIcon.disabled {
    background-image:url(../imgs/icon_play_gray.png);
}
a.playIcon.disabled:hover {
    background-position:0 0
}
.tinyVideoIcon li {
    background:url(../imgs/icon_tinyvideo.gif) no-repeat;
    width:8px;
    height:8px;
    bottom:1px;
    left:1px;
    position:absolute;
    overflow:hidden;
    border:none;
}
.tinyVideoIcon a {
    background:url(../imgs/icon_tinyvideo.gif) no-repeat;
    width:8px;
    height:8px;
    bottom:-1px;
    left:3px;
    position:absolute;
    overflow:hidden;
    border:none;
}
.tinyVideoIcon a:hover {
    width:8px;
    height:8px;
    border:none;
}
#publicPreviewClose {
    float:left;
    width:972px;
    padding:5px 0px;
    text-align:center;
    border:1px solid #dedecd;
    background-color: #ffffde;
}
#ppUploadStatusMain #ppUploadStatus .progress {
    font-size:13px;
    text-align:center;
    position:relative;
    width:64px;
    left:140px;
    padding-top:10px;
    text-transform:lowercase;
}
#profilePickerPanel {
    position:relative;
    border:solid 1px #d7dbde;
    margin-bottom:5px;
    display:block;
    width:360px;
    float:left;
}
#profilePickerPanel .grid {
    width:300px;
    position:relative;
    display:inline;
    float:left;
    margin:0px 0px -9px 8px;
    padding:0px;
}
#profilePickerPanel .grid .gridItemContainer {
    position:relative;
    display:inline;
    float:left;
    margin:0px 9px 9px 0px;
    padding:0px;
    width:41px;
    height:41px;
}
#profilePickerPanel .grid .selected a {
    border:2px solid #79D1FA;
}
profilePicker #profilePickerPanel .grid .gridItemContainer {
    margin:0px 9px 0px 0px;
    height:41px;
}
#picker_paging {
    width:100%;
    position:relative;
    height:15px;
    margin-top:-5px;
    margin-bottom:20px;
    float:left;
}
#picker_paging ul {
    position:absolute;
    top:0px;
    right:0px;
    margin:10px 0px;
}
#picker_paging li {
    display:inline;
    float:left;
    color:#8F8F8F;
    line-height:0.61;
}
#picker_paging li a {
    text-decoration:none;
}
a.picker_newer {
    background:url(../imgs/icon_picker_newer.gif) no-repeat;
    width:45px;
    text-indent:12px;
    height:7px;
    margin:0px 2px;
    display:block;
}
a.picker_newer:hover {
    background-position:0% -7px;
}
li.picker_newer {
    background:url(../imgs/icon_picker_newer.gif) 0px -14px no-repeat;
    width:45px;
    text-indent:12px;
    height:7px;
    margin:0px 2px;
    display:block;
}
a.picker_newest {
    background:url(../imgs/icon_picker_newest.gif) no-repeat;
    width:9px;
    height:7px;
    margin:0px 2px;
    display:block;
}
a.picker_newest:hover {
    background-position:0% -7px;
}
li.picker_newest {
    background:url(../imgs/icon_picker_newest.gif) 0px -14px no-repeat;
    width:9px;
    height:7px;
    margin:0px 2px;
    display:block;
}
a.picker_older {
    background:url(../imgs/icon_picker_older.gif) 32px 0px no-repeat;
    text-indent:3px;
    width:40px;
    height:7px;
    margin:0px 2px;
    display:block;
}
a.picker_older:hover {
    background-position:32px -7px;
}
li.picker_older {
    background:url(../imgs/icon_picker_older.gif) 32px -14px no-repeat;
    text-indent:3px;
    width:40px;
    height:7px;
    margin:0px 2px;
    display:block;
}
a.picker_oldest {
    background:url(../imgs/icon_picker_oldest.gif) no-repeat;
    width:9px;
    height:7px;
    margin:0px 2px;
    display:block;
}
a.picker_oldest:hover {
    background-position:0% -7px;
}
li.picker_oldest {
    background:url(../imgs/icon_picker_oldest.gif) 0px -14px;
    no-repeat;
    width:9px;
    height:7px;
    margin:0px 2px;
    display: block;
}
#flashContainerDiv {
    margin-left:27px;
    text-align:center;
    width:512px;
    height:426px;
    background-color:#000;
    border:1px solid #cbd2d7;
}
#flashContainerDiv div {
    color:#666;
    font-size:20px;
    padding: 100px 50px 50px 50px;
}
#bricksPrivate,#bricksError {
    width:480px;
    float:left;
    padding:0px;
    font-size:17px;
    display:inline;
    margin:60px 40px 0px 100px;
    color: #555;
}
#bricksPrivate .more {
    display:inline;
    font-size:11px;
    margin-left:10px;
}
#bricksError {
    margin-bottom:250px;
}

.brick_mobile {
    background:url(../imgs/brick_right_bg.png) repeat-y;
    width:250px;
    margin:0px;
    float:left;
    padding:0px;
    position:relative;
    z-index: 0
    margin-bottom:10px;
}

.brick_top_mobile {
    background:url(../imgs/brick_right_top.png) no-repeat;
    width:250px;
    height:36px;
}

.brick_btm_mobile {
    background:url(../imgs/brick_right_btm.png) no-repeat;
    width:250px;
    height:21px;
    float:left;
    font-size:0px;
}

.brick_content_mobile {
    margin:-31px 0px -16px 17px;
    width:200px;
    float:left;
    display:inline;
    position:relative;
    font-family:Verdana,sans-serif;
}

.brick_preview_mobile {
    width:17px;
    height:27px;
    margin:0px 12px 0px 0px;
    text-align:center;
    display:inline;
    float:left;
    border:solid 1px #cbd2d7;
    position:relative;
}
.brick_online_mobile {
    position:absolute;
    bottom:0px;
    left:0px;
}


.brick_title_mobile b {
    line-height:18px;
    display:block;
    margin:5px 0px 5px 0px;
    font-family:Verdana,sans-serif;
    font-weight:normal;
    font-size:9px;
}
.brick_title_mobile strong {
    font-size:12px;
    line-height:10px;
    font-family:Verdana,sans-serif;
    font-weight:normal;
}

.brick_title_mobile a {
	display:block;
	background-color: #434343;
	border-bottom:1px solid #aeaeae;
	color:#9a9a9a;
	padding:4px;
	padding-left:17px;
	padding-bottom:5px;
	background-repeat:no-repeat;
	background-position:0px 1px;
}
.brick_title_mobile a:hover {
	background-image:url('../design/gtdlist_hvr.gif');
	background-color:#434343;
}
.brick_title_mobile a.frst {
	background-image:url('../design/gtdlist_hvr.gif');
	background-position:0px 0px;
}
.brick_title_mobile a.frst:hover {
	background-image:url('../design/gtdlist_hvr.gif');
	background-position:0px 0px;
}
.brick_title_mobile a.last {
	background-image:url('../design/gtdlist_hvr.gif');
	background-position:0px 0px;
	border-bottom:0px;
}
.brick_title_mobile a.last:hover {
	background-image:url('../design/gtdlist_hvr.gif');
	background-position:0px 0px;
}


.brick_title_mobile .postusername {
	font-family:Arial,Helvetica,
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.brick_title_mobile a {
    color:#6e7778;
}
.brick_title_mobile a.moreLink {
    font-size:12px;
}
.brick_title_mobile a:hover {
    color:#0E6DB7;
}
.brick_byline_mobile {
    color:#91b9d8;
    font-family:Verdana,sans-serif;
    font-weight:normal;
    font-size:11px;
    display:inline;
    margin:2px 0px 5px 0px;
}
.brick_byline_mobile a {
    color:#91b9d8;
    font-size:11px;
}
.brick_byline_mobile .location {
    display:inline;
}
.brick_byline_mobile .location.separator {
    border-left:1px solid #91b9d8;
    margin-left:4px;
    padding-left:6px;
}
.brick_actions_mobile {
    color:#91b9d8;
    font-size:11px;
    position:absolute;
    bottom:20px;
    right:10px;
    text-align:right;
    line-height:10px;
}


.bricks {
    width:520px;
    float:left;
    margin:10px 0px 0px 0px;
    padding:0px;
    display:inline;
    background:#fff;
    position:relative;
    overflow:visible;
}
#bricks.generalContent {
    width:598px;
    margin-right:22px;
    margin-left:22px;
}
#bricks h2 {
    color:#555;
    font-family:"Lucida Sans Unicode",Arial;
    font-size:21px;
    letter-spacing:-1px;
    line-height:18px;
    margin:0px 0px 10px 22px;
    display:inline;
}
#bricks h2 a.link {
    color:#f33408;
}
#bricks h3 {
    color:#f33408;
    font-size:14px;
    margin:0px 10px 10px 22px;
    display:inline;
}
#bricks h2.viewall {
    text-transform:lowercase;
}
#bricks h2.viewall span {
    text-transform:none;
}
#bricks h2.viewall .more {
    font-size:12px;
    color:#8b989A;
}
.bricks ul {
    list-style-type:none;
    margin:10px 0px 10px 2px;
    padding:0px;
}
.bricks ul li {
    margin:0px 0px 7px 0px;
    padding:0px;
    float:left;
    display:inline;
}
.bricks ul li.first {
    width:54px;
    margin:6px 0px 0px 0px;
    padding:0px;
    display:inline;
}
#bricks .divider {
    background:url(../imgs/divider_large.gif) no-repeat;
    width:622px;
    height:3px;
    float:left;
    font-size:0px;
    margin-top:10px;
    margin-bottom:15px;
    clear:both;
}
#bricks .more {
    display:inline;
    font-size:11px;
    margin-left:10px;
}
#bricks .more2 {
    display:inline;
    font-size:14px;
    text-align:right;
    float:right;
    margin:5px 12px 0px 0px;
}
#bricks .mainHeading {
    position:relative;
    width:100%;
}
#bricks .shadedArea,#bricks .shadedAreaContent {
    height:24px;
    float:left;
    display:inline;
}
#bricks .shadedArea {
    background:url(../imgs/rounded_corners_gray_left.gif) top left no-repeat;
    padding-left:8px;
}
#bricks .shadedAreaContent {
    background:url(../imgs/rounded_corners_gray_right.gif) top right no-repeat;
    padding-right:8px;
    padding-top:6px;
    height:18px;
    width:578px;
}
#bricks .pagingArrows {
    float:right;
    margin:10px 5px 0px 0px;
    font-size:12px;
    line-height:12px;
}
#bricks .pagingArrows.top {
    margin-top:11px;
}
#bricks .pagingArrows .newest {
    float:left;
    margin:-1px 4px 0px 0px;
}
#bricks .pagingArrows a.newer {
    float:left;
    background:url(../imgs/arrow_paging_left.gif) no-repeat left;
    width:33px;
    padding-left:14px;
}
#bricks .pagingArrows a.newer:hover {
    background:url(../imgs/arrow_paging_left_over.gif) no-repeat left;
}
#bricks .pagingArrows a.older {
    float:left;
    background:url(../imgs/arrow_paging_right.gif) no-repeat right;
    width:41px;
}
#bricks .pagingArrows a.older:hover {
    background:url(../imgs/arrow_paging_right_over.gif) no-repeat right;
}
#bricks .pagingArrows .pipe {
    float:left;
    margin:0px 10px;
    width:0px;
    border-left:1px solid #d3d3d3;
}
#smsg {
    float:left;
    display:inline;
    position:relative;
    width:267px;
    margin:8px 5px 5px 8px;
    padding:8px 12px;
    background-color:#f6f6f6;
    border:1px solid #dcdcdc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size:12px;
    color:#6f6f6d;
}
#smsg input, #smsg textarea {
    float:left;
    margin:2px 5px 8px 0px;
    width:200px;

    border:1px solid #CCCCCC;
    color:#555555;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 6px 9px;
    font: normal 13px Arial, Helvetica;
}
#smsg input:focus, #smsg textarea:focus {
    border:1px solid #999999;
    color:#444444;
}
#bricks #feedSettings,#bricks #followSettings,#bricks #followSettingsFriendsOnly {
    float:left;
    display:inline;
    position:relative;
    width:575px;
    margin:12px 5px 4px 22px;
    padding:10px;
    background-color:#f6f6f6;
    border:1px solid #dcdcdc;
    font-size:12px;
    color:#555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#bricks #feedSettings input,#bricks #followSettings input {
    float:left;
    margin:0px 5px 0px 0px;
    padding:0px;
    width:15px;
    height:15px;
}
#bricks #feedSettings label {
    display:block;
    float:left;
    width:165px;
}
#bricks #followSettings,#bricks #followSettingsFriendsOnly {
    margin-bottom:15px;
}
#bricks #followSettings .heading,#bricks #followSettingsFriendsOnly .heading {
    float:left;
    font-weight:bold;
    font-size:13px;
    margin-bottom:10px;
    width:100%;
}
#bricks #followSettings .heading .icon,#bricks #followSettingsFriendsOnly .heading .icon {
    float:left;
    margin-right:5px;
}
#bricks #followSettings .heading .confirm,#bricks #followSettingsFriendsOnly .heading .deny {
    float:left;
    height:19px;
    line-height:19px;
    color:#5baf00;
}
#bricks #followSettingsFriendsOnly .heading .deny {
    color:#4f4f4f;
}
#bricks #followSettings div.setting {
    clear:left;
    float:left;
    display:inline;
    width:575px;
    margin-bottom:8px;
}
#bricks #followSettings label {
    float:left;
    height:16px;
    line-height:16px;
}
#bricks #followSettings .info {
    float:left;
    height:16px;
    line-height:16px;
    margin-left:5px;
}
#bricks #followSettings .link {
    line-height:24px;
}
#bricks #feedSettings .close,#bricks #followSettings .close,#bricks #followSettingsFriendsOnly .close {
    position:absolute;
    top:6px;
    right:8px;
    line-height:7px;
}
#bricks #followUserBtn {
    position:absolute;
    top:-23px;
    right:1px;
    z-index: 2001;
}
#bricks a.settingsBtnAlerts,#bricks a.settingsBtnAlerts span,#bricks a.settingsBtn,#bricks a.settingsBtn span {
    float:left;
    display:block;
    height:26px;
    line-height:25px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    color:#304b00;
    text-align:center;
    white-space:nowrap;
    text-decoration:none;
    cursor:pointer;
    text-shadow: 0 1px 0 #e2ff9c;
}
#bricks a.settingsBtnAlerts {
    background:url(../imgs/btn_settings_alerts_left.png) top left no-repeat;
    padding-left:34px;
}
#bricks a.settingsBtn {
    background:url(../imgs/btn_settings_left.png) top left no-repeat;
    padding-left:10px;
}
#bricks a.settingsBtnAlerts.closed span,#bricks a.settingsBtn.closed span {
    background:url(../imgs/btn_settings_closed_right.png) top right no-repeat;
    padding:0px 22px 0px 3px;
}
#bricks a.settingsBtnAlerts.open span,#bricks a.settingsBtn.open span {
    background:url(../imgs/btn_settings_opened_right.png) top right no-repeat;
    padding:0px 22px 0px 3px;
}
#bricks a.settingsBtnAlerts:hover,#bricks a.settingsBtn:hover {
    background-position:0% -26px;
    text-decoration:none;
}
#bricks a.settingsBtnAlerts:hover span,#bricks a.settingsBtn:hover span {
    background-position:100% -26px;
    text-decoration:none;
}
#bricks .faqExpandPanel {
    position:relative;
    float:left;
    width:570px;
    margin:-5px 0px 15px 22px;
    padding:12px;
    background-color:#f3f5f6;
    border:1px solid #e5eaeb;
    font-size:12px;
    line-height:16px;
    color:#6f6f6d;
}
#bricks .faqExpandPanel ul {
    list-style-type:disc;
    list-style-position:outside;
    width:450px;
    margin:0px 0px 0px 13px;
}
#bricks .faqExpandPanel ul li {
    display:list-item;
    margin:0px 0px 5px 0px;
}
#bricks .faqExpandPanel .heading {
    font-size:13px;
    font-weight:bold;
    margin-bottom:8px;
}
#bricks .faqExpandPanel .close {
    position:absolute;
    top:2px;
    right: 8px;
}
#bricks h2.searchUpdatesHeading {
    float:left;
    width:600px;
}
#bricks h3.searchUpdatesTopic {
    color:#888888;
    font-size:12px;
}
#bricks ul.searchUpdatesTopic {
    margin-top:5px;
}
#bricks.search h2 {
    float:left;
    width:600px;
}
#bricks.search .searchDivider {
    clear:both;
    float:left;
    margin-left:22px;
    margin-top:5px;
    margin-bottom:5px;
    height:1px;
    line-height:1px;
    background-color:#ddd;
    width:596px;
    font-size:0px;
}
#bricks.search .searchDivider.topicDivider {
    margin-top:6px;
    margin-bottom:15px;
}
#bricks.search .subheading {
    float:left;
    display:inline;
    width:596px;
    margin:0px 0px 10px 22px;
    font-family:"Lucida Sans Unicode",Arial;
    font-size:21px;
    letter-spacing:-1px;
    color:#555;
}
#bricks.search .subheading div {
    float:left;
}
#bricks.search .subheading a.viewLink {
    float:right;
    display:block;
    font-size:12px;
    font-family: Arial, Helvetica;
    letter-spacing: 0px;
    padding-top: 8px;
}
#bricks.search .subheading.separator {
    margin-top:15px;
}
#rightPanel.search {
    margin:0px 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;
}
#rssArea {
    margin:25px 0px 0px 22px;
    width:597px;
    border-top:1px solid #f3f3f3;
    padding-top:6px;
}
#rssArea .rssIcon {
    margin:0px 0px -2px 0px;
}
.brick {
    background:url(../imgs/brick_update_bg.png) repeat-y;
    width:451px;
    margin:0px;
    float:left;
    padding:0px;
    position:relative;
    z-index: 0
}
.brick_top {
    background:url(../imgs/brick_update_top.png) no-repeat;
    width:451px;
    height:36px;
}
.brick_btm {
    background:url(../imgs/brick_update_btm.png) no-repeat;
    width:451px;
    height:21px;
    float:left;
    font-size:0px;
}
.brick_content {
    margin:-31px 0px -16px 17px;
    width:431px;
    float:left;
    display:inline;
    position:relative;
}

.brick  .brick_content .brick_title .posttext {
	line-height:16px;
	overflow:hidden;
}

.brick_content .videoContainer {
    float:left;
    width:250px;
    height:208px;
    background-color:#000;
    margin-right:12px;
}
.brick_btm .videoExpandActions {
    font-size:11px;
    line-height:12px;
    position:absolute;
    left:279px;
    bottom:7px;
}
.brick_btm .videoExpandActions a.collapse {
    float:left;
    background:url(../imgs/icon_collapse.gif) no-repeat;
}
.brick_btm .videoExpandActions a.collapse span {
    margin-left:16px;
}
.brick_btm .videoExpandActions a.collapse:hover {
    background-position:0% -12px;
    text-decoration:none;
}
.brick_btm .videoExpandActions a.collapse:hover span {
    text-decoration:underline;
}
.brick_preview {
    margin:0px 12px 0px 0px;
    text-align:center;
    display:inline;
    float:left;
    border:solid 1px #cbd2d7;
    background:#fff;
    position:relative;
}

.brick_preview .postimage {
	float:right;
	background-color:white;
	border:1px solid #ccc;
	padding:4px;
	margin-top:4px;
	margin-left:10px;
	margin-bottom:10px;
}
.brick_preview .postimage:hover  {
	border:1px solid #5683af;
}
.brick_preview .postimage img {
	border:0px;
	width:60px;
	height:60px;

}

.brick_online {
    position:absolute;
    bottom:0px;
    left:0px;
}
.brick_topic_icon {
    position:absolute;
    top:-3px;
    right:-5px;
}
.brick_mature_icon {
    position:absolute;
    bottom:0px;
    right:0px;
}
.brick_title {
    line-height:18px;
    display:block;
    margin:5px 0px 5px 4px;
}
.brick_title {
    color:#282e31;
    font-size:12px;
    line-height:18px;
    font-family:Arial, Helvetica;
    color: #444;
    width:415px;
}

.brick_title a {
    color:#6e7778;
}
.brick_title a.moreLink {
    font-size:12px;
}
.brick_title a:hover {
    color:#0E6DB7;
}

.brick_title .postusericons a {
	display:block;
	float:left;
	height: 14px;
	margin-left:5px;
	margin-top:5px;
}
.brick_title .postusericons b {
	display:block;
	float:left;
	font-weight:normal;
	font-size:11px;
	margin-left:8px;
	margin-top:5px;
	color:#555;
}
.brick_title .postusericons a.pui_atuser {
	width:15px;
	background-image:url('../design/pui_atuser.gif');
}
.brick_title .postusericons a.pui_pm {
	width:22px;
	background-image:url('../design/pui_pm.gif');
}
.brick_title .postusericons a.pui_follow {
	width:20px;
	background-image:url('../design/pui_follow.gif');
}
.brick_title .postusericons a:hover {
	background-position:bottom left;
}
.brick_title .postusericons b.puicn_mention, .brick_title .postusericons b.puicn_private, .brick_title .postusericons b.puicn_follow {
	display:none;
}
.brick_title .postusericons.vsbl1 b.puicn_mention {
	display:block;
}
.brick_title .postusericons.vsbl2 b.puicn_private {
	display:block;
}
.brick_title .postusericons.vsbl3 b.puicn_follow {
	display:block;
}

.brick_byline {
    color:#91b9d8;
    font-size:11px;
    display:inline;
    margin:2px 0px 5px 4px;
}
.brick_byline .link {
    color:#91b9d8;
    font-size:11px;
}
.brick_byline .location {
    display:inline;
}
.brick_byline .location.separator {
    border-left:1px solid #91b9d8;
    margin-left:4px;
    padding-left:6px;
}

div .brick_actions {
	overflow:visible;
}

.brick_actions {
    color:#91b9d8;
    font-size:11px;
    position:absolute;
    bottom:7px;
    right:10px;
    text-align:right;
    line-height:10px;
}
.brick_actions .action_icon {
    float:left;
}
.brick_actions .comment_num {
    margin-right:4px;
    float:left;
    font-size: 11px;
}
.brick_actions .requiresLogin {
    font-size: 11px;
}
.brick_actions a.editIcon,.brick_actions a.commentIcon,.brick_actions a.commentIconWhatsNew {
    float:left;
    display:block;
    width:12px;
    height:12px;
    cursor:pointer;
    background-position:top left;
    background-repeat:no-repeat;
}
.brick_actions a.editIcon {
    margin-top:-1px;
}
.brick_actions a.editIcon.gray {
    background-image:url(../imgs/icon_edit_gray2.gif);
}
.brick_actions a.editIcon.blue {
    background-image:url(../imgs/icon_edit_blue2.gif);
}
.brick_actions a.commentIcon {
    background-image:url(../imgs/icon_comment4.gif);
    width:11px;
}
.brick_actions a.commentIconWhatsNew {
    background-image:url(../imgs/icon_comment_whatsnew4.gif);
    width:11px;
}
.brick_actions a:hover.editIcon,.brick_actions a:hover.commentIcon,.brick_actions a:hover.commentIconWhatsNew {
    background-position:0% -12px;
    text-decoration:none;
}
.brick_icon {
    margin:0px 0px -3px 0px;
}
.brick_icon_divider {
    float:left;
    margin:-2px 6px 0px;
}
.brick.commentBrick .brick_actions {
    right:4px;
    bottom:-2px;
}
.brick.commentBrick {
    background:url(../imgs/brick_comment_bg.png) repeat-y;
    width:451px;
    margin:0px;
    float:left;
    padding:0px;
    position:relative;
}
.brick.commentBrick a {
 font-size: 11px;
}
.brick.commentBrick .brick_top {
    background:url(../imgs/brick_comment_top.png) no-repeat;
    width:451px;
    height:36px;
}
.brick.commentBrick .brick_btm {
    background:url(../imgs/brick_comment_btm.png) no-repeat;
    width:451px;
    height:21px;
    float:left;
    font-size:0px;
}
.brick.commentBrick .brick_title {
    color:#444;
    font-size:12px;
}
.brick.commentBrick .brick_title .content a {
    color:#282e31;
}
.brick.commentBrick .brick_title a {
    color:#0E6DB7;
    font-size:12px;
    font-weight: bold;
}
.brick.commentBrick .brick_title a:hover {
    color:#0E6DB7;
}
.brick.commentBrick .brick_content {
    overflow:visible;
    display:inline;
	float:left;
	margin:-31px 0 -16px 17px;
	position:relative;
	width:451px;
}
.brick.commentBrick .brick_content .deleted {
    color:#8B989A;
    font-style:italic;
}
.brick.commentBrick .brick_byline {
    float:left;
    color:#aaa;
    position:relative;
}
.brick.commentBrick .brick_in_response a {
    color:#8B989A;
}
.brick.commentBrick .brick_in_response a:hover {
    color:#0E6DB7;
}
.brick.sponsorBrick .brick_title a,.brick.promoBrick .brick_title a {
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    color:#282E31;
}
.brick.sponsorBrick .brick_actions a,.brick.promoBrick .brick_actions a {
    font-size:12px;
    font-weight:bold;
}
.brick.sponsorBrick {
    background:url(../imgs/brick_sponsor_bg.gif) repeat-y;
    width:551px;
    margin:0px;
    float:left;
    padding:0px;
    position:relative;
}
.brick.sponsorBrick .brick_top {
    background:url(../imgs/brick_sponsor_top.gif) no-repeat;
    width:551px;
    height:36px;
}
.brick.sponsorBrick .brick_btm {
    background:url(../imgs/brick_sponsor_btm.gif) no-repeat;
    width:524px;
    height:17px;
    padding:3px 10px 3px 17px;
    float:left;
    font-size:0px;
}
.brick.sponsorBrick .brick_byline {
    color:#e4cda1;
}
.brick.sponsorBrick .brick_content,.brick.promoBrick .brick_content {
    margin-bottom:3px;
}
.brick.sponsorBrick .brick_actions,.brick.promoBrick .brick_actions {
    bottom:27px;
}
.brick.sponsorBrick .promoHeading,.brick.promoBrick .promoHeading,.promoHeading a {
    font-size:14px;
    margin-bottom:-1px;
    color:#282e31;
    line-height:16px;
}
.brick.sponsorBrick .promoDesc,.promoDesc a {
    margin-left:5px;
    font-size:11px;
    line-height:18px;
    color:#c8b085;
}
.brick.promoBrick .brick_btm {
    background:url(../imgs/brick_promo_btm.gif) no-repeat;
    width:524px;
    height:17px;
    padding:3px 10px 3px 17px;
    float:left;
    font-size:0px;
}
.brick.promoBrick .promoDesc {
    margin-left:5px;
    font-size:11px;
    line-height:18px;
    color:#7da6b9;
}
.brick.promoBrick .promoDesc a {
    font-size:11px;
    line-height:18px;
    color:#7da6b9;
}
.largeBrick {
    background:url(../imgs/recentpost_bg2.png) repeat-y;
    width:607px;
    margin:0px;
    float:left;
    padding:0px;
    position:relative;
    z-index: 1;
}
.largeBrick .brick_top {
    background:url(../imgs/recentpost_top2.png) no-repeat;
    width:607px;
    height:54px;
}
.largeBrick .brick_btm {
    background:url(../imgs/recentpost_btm2.png) no-repeat;
    width:607px;
    height:44px;
}
.largeBrick .brick_content {
    margin:-43px 0px -33px 12px;
    width:571px;
}
.largeBrick .brick_preview,.largeBrickLeft .brick_preview {
    width:176px;
    height:132px;
}
.largeBrick .brick_title,.largeBrick .brick_title a,.largeBrickLeft .brick_title,.largeBrickLeft .brick_title a {
    font-size:17px;
    line-height:20px;
    text-shadow: 0 1px 0 #f6f9fa;
}
.largeBrick .brick_title a.moreLink,.largeBrickLeft .brick_title a.moreLink {
    font-size:12px;
}
.largeBrick .brick_actions {
    bottom: 8px;
    right: 21px;
}
.largeBrick .spacing {
    margin:0px 4px 0px 0px;
}
.largeBrick.viewer {
    margin:5px 0px 15px 22px;
}
.largeBrick.viewer .brick_title a {
    color:#6e7778;
}
.largeBrick.viewer .brick_title a:hover {
    color:#0e6db7;
}
.largeBrick.viewer .brick_title {
    float:left;
    margin-top:8px;
    width:100%;
}
.largeBrick.viewer .brick_title div.content {
    width:530px;
}
.largeBrick.viewer .brick_byline {
    float:left;
    margin:0px 0px 10px 0px;
    position:relative;
    z-index: 1;
}
.largeBrick.viewer .updatePaging {
    margin:0px 4px 0px 10px;
}
.largeBrick.viewer .updatePaging a {
    text-decoration:none;
    cursor:pointer;
}
.largeBrick.viewer .updatePaging a#newer {
    float:left;
    background:url(../imgs/arrow_viewer_left.gif) no-repeat left;
    width:9px;
    margin-right:8px;
}
.largeBrick.viewer .updatePaging a#newer:hover {
    background:url(../imgs/arrow_viewer_left_over2.gif) no-repeat left;
}
.largeBrick.viewer .updatePaging a#older {
    float:left;
    background:url(../imgs/arrow_viewer_right.gif) no-repeat right;
    width:9px;
}
.largeBrick.viewer .updatePaging a#older:hover {
    background:url(../imgs/arrow_viewer_right_over2.gif) no-repeat right;
}
.largeBrick .viewerContent {
    width:568px;
    border:solid 1px #cbd2d7;
    background-color:#000;
    text-align:center;
    margin:0px;
    padding:0px;
    line-height:0px;
}
.largeBrickLeft {
    background:url(../imgs/recentpost_bg_left2.gif) repeat-y;
    width:551px;
    margin:0px;
    float:left;
    padding:0px;
    position:relative;
}
.largeBrickLeft .brick_top {
    background:url(../imgs/recentpost_top_left2.gif) no-repeat;
    width:551px;
    height:54px;
}
.largeBrickLeft .brick_btm {
    background:url(../imgs/recentpost_btm_left2.gif) no-repeat;
    width:551px;
    height:44px;
}
.largeBrickLeft .brick_content {
    margin:-43px 0px -33px 17px;
    width:525px;
}
.emptyBubble,.emptyBubbleLarge {
    font-family:"Trebuchet MS";
    color:#999292;
}
.emptyBubble {
    background:url(../imgs/brick_emptybubble_small.gif) top left no-repeat;
    width:555px;
    height:39px;
    padding:10px 15px 10px 23px;
    font-size:15px;
}
.emptyBubbleLarge {
    background:url(../imgs/brick_emptybubble_large.gif) top left no-repeat;
    width:593px;
    height:52px;
    padding:10px 0px 10px 15px;
    font-size:20px;
}
.emptyBubbleText {
    font-size:18px;
}
.exchange_preview {
    float:left;
    width:510px;
    border-top:1px solid #d6e0e5;
    padding-top:10px;
    margin-bottom:5px;
    padding-left:15px;
}
.exchange_preview.indent {
    margin-left:15px;
    padding-left:0px;
}
.exchange_preview img {
    border:none 0px;
}
.exchange_preview .brick_byline {
    margin:0px;
    float:left;
    width:100%;
}
.exchange_preview a.content {
    float:left;
    color:#52575a;
    font-size:12px;
    line-height:14px;
    font-family:"Trebuchet MS";
    margin-bottom:3px;
}
.comment_to_me_exchange_preview {
    padding-bottom:5px;
    color:#52575a;
    font-family:"Trebuchet MS";
    font-size:12px;
}
.comment_to_me_exchange_preview .content a {
    color: #52575a;
}
.postBox {
    width:600px;
    height:49px;
    position:relative;
    display:block;
}
.postBox .comment_box {
    width:538px;
    height:49px;
    background:url(../imgs/comment_box.gif) no-repeat;
    position:absolute;
    top:0px;
    left:0px;
}
.postBox textarea,.postBox .disabled {
    border:none;
    width:512px;
    height:35px;
    margin-left:5px;
    display:inline;
    position:absolute;
    top:6px;
    left:6px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
}
.postBox .disabled .cta {
    font-size:16px;
    font-style:normal;
    color:#000;
    padding-top:10px;
}
.postBox .postBtn {
    position:absolute;
    top:12px;
    left:545px;
}
.postBox .postBtn a {
    width:40px;
}
.postBox .postBtn a span {
    width:30px;
}
.largeBrick.viewer .postBox {
    float:left;
    width:569px;
    border:1px solid #79d1fa;
    background-color:#fff;
    height:66px;
    margin-bottom:30px;
    position:relative;
    z-index: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.largeBrick2.viewer .postBox {
    float:left;
    width:569px;
    border:1px solid #7ad3f1;
    background-color:#fff;
    height:66px;
    margin-bottom:30px;
    position:relative;
    z-index: 0;
}
.largeBrick.viewer .postBox .comment_box {
    width:560px;
    background:none;
}
.largeBrick2.viewer .postBox .comment_box {
    width:560px;
    background:none;
}
.largeBrick.viewer .postBox textarea,.postBox .disabled {
    width:542px;
    height:45px;
    padding: 8px;
    left:auto;
    top:auto;
}
.largeBrick2.viewer .postBox textarea,.postBox .disabled {
    width:561px;
    height:60px;
    padding:3px 0px 0px;
    left:auto;
    top:auto;
}
.largeBrick.viewer .postBox .postBtn {
    position:absolute;
    bottom:-31px;
    right:0px;
    left:auto;
    top:auto;
}
.largeBrick2.viewer .postBox .postBtn {
    position:absolute;
    bottom:-31px;
    right:0px;
    left:auto;
    top:auto;
}
.largeBrick.viewer .postBox .postBtn.setWidth {
    width:569px;
}
.largeBrick2.viewer .postBox .postBtn.setWidth {
    width:569px;
}
.largeBrick.viewer .postBox .postBtn a {
    width:90px;

}
.largeBrick2.viewer .postBox .postBtn a {
    width:90px;

}
.largeBrick.viewer .postBox .postBtn a span {
    width:80px;
}
.largeBrick2.viewer .postBox .postBtn a span {
    width:80px;
}
.msgBox {
    width:260px;
    height:49px;
    position:relative;
    display:inline;
    float:left;
    margin:10px 0px 10px 8px;
}
.msgBox .comment_box {
    width:245px;
    height:49px;
    background:url(../imgs/message_box.gif) no-repeat;
    position:absolute;
    top:0px;
    left:0px;
}
.msgBox textarea,.msgBox .disabled {
    border:1px solid #fff;
    width:225px;
    height:35px;
    display:inline;
    position:absolute;
    top:6px;
    left:6px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
}
.msgBox .sendBtn {
    position:absolute;
    top:12px;
    left:250px;
}
.postBox .defaultText,.postBox .disabled,.msgBox .defaultText,.msgBox .disabled {
    font-style:normal;
    color:#555;
}
.postBox .commentText,.msgBox .msgText {
    font-family:"Trebuchet MS";
    font-style:normal;
    color:#000;
}
.postBox .disabled,.msgBox .disabled {
    text-align:center;
    line-height:35px;
}
.msgBox .disabled div {
    line-height:14px;
    margin-top:5px;
}
.postBoxContainer {
    float:left;
    display:inline;
    margin-left:22px;
    margin-top: 10px;
}
#bricks ul.viewallBricks {
    margin-top:0px;
    clear:both;
}
.userBrick {
    width:596px;
    margin:0px;
    float:left;
    padding:0px;
    background-color:#fcfcfc;
}
.userBrick_top {
    background:url(../imgs/brick_user_top.gif) no-repeat;
    width:596px;
    height:19px;
    font-size:0px;
}
.userBrick_content {
    border:1px solid #f3f3f3;
    border-top:0px solid #cdcbcb;
    width:584px;
    padding:0px 5px 5px;
    margin-top:-14px;
    position:relative;
    float:left;
    display:inline;
}
.userBrick .userInfo {
    float:left;
    display:inline;
    font-size:12px;
    width:188px;
    overflow:hidden;
}
.userBrick .title a {
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    color: #333;
}
.userBrick .motto {
    font-size:13px;
    font-family: Arial, Helvetica;
    color:#aaa;
    margin-bottom:18px;
}
.userBrick .infoline {
    position:absolute;
    bottom:6px;
    font-size:12px;
    color:#888;
}
.userBrick .infoline .settings {
    float:left;
    margin-right:6px;
}
.userBrick .infoline .pipe {
    float:left;
    margin:0px 6px;
    border-left:1px solid #cdcbcb;
    width:0px;
}
.userBrick .infoline .icon {
    float:left;
}
.userBrick .infoline .friendIcon {
    float:left;
    margin-top:-1px;
}
.userBrick .latestPost,.userBrick .latestPostDefault {
    background:url(../imgs/brick_user_postbubble.png) no-repeat;
    width:276px;
    height:68px;
    margin:5px 4px 0px 0px;
    position:relative;
    float:right;
}
.userBrick .latestPostDefault {
    background:url(../imgs/brick_user_postbubble_default.png) no-repeat;
}
.userBrick .latestPost_content {
    margin:7px 5px 5px 17px;
    text-align:left;
    overflow:hidden;
    color:#282e31;
}
.userBrick .latestPost .byline {
    clear:left;
    color:#91b9d8;
    padding-top: 3px;
}
.userBrick .latestPost_icon {
    width:36px;
    height:36px;
    display:inline;
    float:left;
    border:solid 1px #cbd2d7;
    text-align:center;
    margin:1px 10px 5px 0px;
}
.userBrick .latestPost_title,.userBrick .latestPost_titleDefault {
    display:block;
    margin-bottom:5px;
}
.userBrick .latestPost_title a {
    color:#555;
    font-size:12px;
    font-family:Arial, Helvetica;
    font-style:italic;
}
.userBrick .latestPost_titleDefault {
    color:#999;
    font-size:12px;
    line-height:18px;
    font-style:italic;
    font-family:Arial,Helvetica,sans-serif;
}
.userBrick .statusIcon {
    padding-bottom: 1px;
}
#rightPanel {
    position:relative;
    z-index:1;
    display:inline;
    float:right;
    width:328px;
    margin:15px 0px 0px 0px;
}
#rightPanel h2 {
    color:#555;
    font-size:12px;
    margin:0px 0px 10px 8px;
    display:inline;
    float:left;
    font-weight: bold;
}
#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-weight:normal;
    margin:0px 10px 0px 0px;
}
#rightPanel .userName a {
    color:#333;
    font-family:"Lucida Sans Unicode",Arial;
    font-size:28px;
    text-decoration:none;
    line-height:28px;
    letter-spacing: -2px;
    text-shadow: 1px 1px 0 #eee;
}
#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:220px;
    background:#fff;
    padding:1px;
    display:inline;
    text-align:center;
    float:left;
}
#rightPanel .userPicPreview {
    margin-right:0px;
    width:100px;
    height:100px;
}
#rightPanel .userPreviewInfo {
    float:left;
    display:inline;
    width:178px;
    margin-left:10px;
    color:#888;
    font-size:13px;
}
#rightPanel .profilePic {
    border:solid 1px #cbd2d7;
    background:#fff;
    padding:1px;
    text-align:center;
}
#rightPanel .profilePic.mini {
    width:36px;
    height:36px;
}
#rightPanel .profilePic.small {
    width:60px;
    height:60px;
}
#rightPanel .profilePic.medium {
    width:100px;
    height:100px;
}
#rightPanel .profilePic.large {
    width:164px;
    height:164px;
}
#rightPanel .profilePic.channel {
    width:220px;
    height:220px;
}
#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:#888;
}
#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: none;
    width:328px;
    height:3px;
    display:inline;
    float:right;
    font-size:0px;
    margin:10px 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:41px;
}
#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 #79D1FA;
}
#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 #79D1FA;
}
#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(../imgs/arrow_scroll_right.gif);
}
#rightPanel .gridPaging .prevArea a {
    background-image:url(../imgs/arrow_scroll_left.gif);
}
#rightPanel .gridPaging .nextArea a:hover {
    background-image:url(../imgs/arrow_scroll_right_over.gif);
    text-decoration:none;
}
#rightPanel .gridPaging .prevArea a:hover {
    background-image:url(../imgs/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:#999;
    font-size:12px;
    margin-left:8px;
}
#rightPanel .bylineOwner {
    margin:0px 0px 10px 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:#555;
    font-size:13px;
    font-style: italic;
    line-height:18px;
    font-family:Arial, Helvetica;
    margin:4px 0px 10px 8px;
}
#rightPanel .userPreviewInfo .motto {
    display:block;
    float:none;
    font-size:12px;
    line-height:normal;
    margin:0px 0px 5px 0px;
    width: 190px;
}
#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(../imgs/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(../imgs/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 .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;
}
ul#actionButtons {
    float:left;
    display:inline;
    margin:0px 0px 10px 8px;
}
ul#actionButtons li {
    margin:0px 8px 0px 0px;
    padding-right:8px;
    border-right:1px solid #a6a6a6;
    height:14px;
    line-height:14px;
}
ul#actionButtons li img {
    padding-right:7px;
    vertical-align:middle;
    text-decoration:none;
}
ul#actionButtons li a {
    text-decoration:none;
}
ul#actionButtons li a:hover span {
    text-decoration:underline;
}
ul#actionButtons li.end {
    border:none;
}
.largeBrick.viewer ul#actionButtons {
    margin:-19px 0px 0px 3px;
    width:571px;
}
.largeBrick.viewer ul#actionButtons.belowPost {
    margin-top:12px;
    margin-bottom:4px;
}
.largeBrick.viewer ul#actionButtons li {
    border-right-color:#91b9d8;
}
.largeBrick.viewer ul#actionButtons li img {
    padding-right:5px;
}
.largeBrick.viewer ul#actionButtons li.rating {
    color:#91b9d8;
}
.largeBrick.viewer ul#actionButtons li.rating img {
    padding-right:0px;
}
.largeBrick.viewer ul#actionButtons li.end {
    margin-right:0px;
}
#rightPanel .adArea {
    clear:both;
    margin-left:0;
    margin-top: 20px;
}
#rightPanel .adtext,#rightColumn .adtext,#rc .adtext {
    color:#8f8f8f;
    margin-bottom:6px;
}
#sidebarUserInfo {
    float:left;
    display:inline;
    font-size:13px;
    line-height:18px;
    margin:5px 0px 16px 8px;
    width:290px;
    color: #222;
}
#sidebarUserInfo span {
    color:#888;
}
#sidebarUserInfo div.spacer {
    clear:both;
}
#sidebarUserInfo span.linksLabel {
    clear:left;
    display:block;
    float:left;
}
#sidebarUserInfo div.links {
    float:left;
    margin-top:2px;
    margin-left:5px;
    line-height:14px;
}
#rightPanel #leaderBadgeArea {
    float:left;
    display:inline;
    width:300px;
    position:relative;
    margin:5px 0px 5px 8px;
}
#rightPanel #leaderBadgeArea.ownerView {
    margin-bottom: 12px;
}
.browsePagination {
    position:absolute;
    top:0px;
    right:10px;
}
.timeheading {
    margin:5px 0px;
    color:#b4b3b1;
    border-bottom:1px solid #b4b3b1;
    padding:5px 0px 5px 0px;
    width:180px;
    text-indent:23px;
}
#filter {
    margin-top:0px;
    display:inline;
    float:right;
}
#filter.viewAll {
    margin-top:0;
    float:none;
    display:block;
}
#filter .arrow {
    background:url(../imgs/browse-arrow-out.gif) no-repeat;
    width:12px;
    height:14px;
    position:absolute;
    top:2px;
    left:-14px;
}
#filter .arrow-up {
    background:url(../imgs/browse-arrow-up.gif) no-repeat;
    width:12px;
    height:14px;
    position:absolute;
    top:2px;
    left:-14px;
}
#rightPanel #filter h2 {
    margin-bottom:4px;
}
#rightPanel #filter ul {
    margin:0px;
    padding:0px;
}
#rightPanel #filter li {
    margin:0px 0px 10px 20px;
    font-size:13px;
    display:inline;
    position:relative;
    width:308px;
    display:inline;
    padding:6px 0 4px;
    height:20px;
    color: #555;
}

#rightPanel #filter li.btm {
    border:none;
    padding:0px;
}
#rightPanel #filter li.options {
    border:none;
    font-size:12px;
    margin-bottom:10px;
    padding:0px;
}
#rightPanel #filter li.options li {
    margin:0px 0px 10px 0px;
}
#rightPanel #filter li.options p {
    width:236px;
    background:#f0efeb;
    padding:10px 10px 10px 11px;
    margin:0px;
    float:left;
}
#rightPanel #filter li.options select {
    margin:0px 0px 5px 0px;
    width:235px;
}
#rightPanel #filter li.options .update {
    margin:10px 0px 0px 0px;
    float:right;
}
#rightPanel #filter li.options select.ziparea {
    width:140px;
    display:inline;
    float:right;
}
#rightPanel #filter li.options input.zipcode {
    width:80px;
    display:inline;
    margin:0px 5px 5px 0px;
    font-size:11px;
    float:left;
}
#rightPanel #filter li.options label {
    color:#8f8f8f;
    display:inline;
    padding-bottom:5px;
    float:left;
    width:240px;
}
#rightPanel #filter li.options label.hide {
    padding:0px;
}
#rightPanel #filter li.options input[type="radio"],#rightPanel #filter li.options input[type="checkbox"] {
    margin:2px 10px 0px 0px;
}
#rightPanel #filter li.selected {
    margin:-11px 0px 10px 0px;
    border:none;
    padding:0px;
    position:relative;
    height:31px;
}
#rightPanel #filter li.divider {
    width:328px;
    margin:0px 0px 10px 0px;
    border:none;
    padding:0px;
    height:3px;
    background: none;
}
#rightPanel #filter li.selectedfirst {
    margin-top:0px;
    float:left;
}
#rightPanel #filter li.selected h2 {
    background:url(../imgs/browse-tab.png) no-repeat;
    position:absolute;
    width:328px;
    left:0px;
    text-indent:20px;
    color:#444;
    margin:0px;
    font-size:15px;
    padding:7px 0px 8px;
    text-shadow:0 1px 0 #fff;
    font-weight: normal;
}
#rightPanel #filter li#advancedForm {
    height:auto;
}


#filter select {
    margin:0px 0px 10px 8px;
    padding: 7px;
    width: 260px;
    border:1px solid #DDDDDD;
    color:#555555;
    font-family:Arial, Helvetica;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-size:15px;

}
#filter select:focus {
    border:1px solid #888;
    color: #444;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #filter select {
        background:none;
        border: 1px solid #ccc;
    }
}
#filter option {

}
#filter span {
    display:inline;
}
#filter span.advanced {
    display: block;
}
#uploadBox {
    float:left;
    display:inline;
    position:relative;
}
#uploadBox.usermain {
    margin:10px 0px 0px 22px;
}
#uploadBox .post_brick {
    background:url(../imgs/brick_upload_bg_new.png) repeat-y;
    width:592px;
    margin-left:0px;
    padding:0px;
    float:left;
    display:inline;
}
#uploadBox .post_brick_top {
    background:url(../imgs/brick_upload_top_new.png) no-repeat;
    width:592px;
    height:56px;
}
#uploadBox .post_brick_btm,.post_brick_btm_left {
    background:url(../imgs/brick_upload_btm_new2.png) no-repeat;
    width:592px;
    height:32px;
    float:left;
}
#uploadBox .post_brick_btm_left {
    background:url(../imgs/brick_upload_btm_left.gif) no-repeat;
}
#uploadBox .post_brick_content {
    margin:-47px 10px -14px;
    width:572px;
    position:relative;
    float:left;
    display:inline;
}
#uploadBox .post_brick_progress {
    position:absolute;
    top:0px;
    left:0px;
}
#uploadBox .post_brick #addButton,.post_brick #removeButton {
    width:76px;
    height:56px;
    text-align:center;
    float:left;
    padding-top:10px;
    margin-right:8px;
    font-size:11px;
}
#uploadBox .post_brick #addButton img,.post_brick #removeButton img {
    padding-bottom:3px;
}
#uploadBox .post_brick form {
    float:left;
    margin:0px;
    width:481px;
}
#uploadBox .post_brick #postTextBox {
    font-size:14px;
    border:1px solid #79d1fa;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width:477px;
    height:44px;
    padding:8px 0px 8px 8px;
}
#uploadBox .post_brick .defaultText {
    font-family:Arial,Helvetica,sans-serif;
    color:#555;
}
#uploadBox .post_brick .uploadText {
    font-size:11px;
    font-family:Arial,Helvetica,sans-serif;
    color:#555;
}
#uploadBox .post_brick .disabled {
    font-family:Arial,Helvetica,sans-serif;
    color:#000;
    font-size:16px;
    text-align:center;
    width:487px;
    float:left;
    padding-top:22px;
}
#uploadBox .post_brick #fileBrowse {
    margin:0px 0px 5px 5px;
    font-size:11px;
    font-family:Arial,Helvetica,sans-serif;
    width:368px;
}
#uploadBox .post_brick #uploadStatus {
    color:#000;
}
#uploadBox .post_brick #uploadStatus .progress {
    font-size:12px;
    padding-top:15px;
    text-align:center;
    float:left;
    width:82px;
    height:51px;
    text-transform:lowercase;
}
#uploadBox .post_brick #uploadStatus .progressMessage {
    font-family:Arial,Helvetica,sans-serif;
    font-style:italic;
    color:#8f8f8f;
    font-size:16px;
    margin-top:10px;
    padding:4px 0px 0px 15px;
    float:left;
}
#uploadBox .post_buttons_container {
    clear:both;
    float:left;
    width:592px;
}
#uploadBox .post_buttons {
    float:left;
    display:inline;
    margin-top:2px;
}
#uploadBox .post_buttons #updateButton,.post_buttons #cancelButton {
    width:84px;
}
#uploadBox .post_buttons #updateButton span,.post_buttons #cancelButton span {
    width:74px;
}
#uploadBox .post_button_content {
    float:left;
    margin:16px 0px 0px 15px;
}
#uploadBox .post_info_area {
    float:left;
    color:#8f8f8f;
    width:469px;
    font-size:12px;
    line-height:12px;
    margin:0px 10px 0px;
}
#uploadBox .post_info_area .address {
    font-weight:bold;
    color:#000;
}
#uploadBox .post_info_area a.helpLink {
    font-size:11px;
}
#uploadBox .post_info_area a.helpIcon img {
    margin:0px 0px -1px 3px;
}
#uploadBox .faqExpandPanel {
    margin:10px 0px;
}
#uploadBox .faqExpandPanel .heading {
    font-weight:bold;
    margin-bottom:8px;
}
#uploadBox .faqExpandPanel .column {
    float:left;
    width:264px;
}
#uploadBox .faqExpandPanel .column1 {
    padding-right:20px;
}
#uploadBox .faqExpandPanel .column1 .tag {
    float:left;
    font-style:italic;
    width:75px;
}
#uploadBox .faqExpandPanel .column1 .desc {
    float:left;
    width:189px;
    margin-bottom:10px;
}
#uploadBox .faqExpandPanel .column1 .desc.last {
    margin-bottom:0px;
}
#uploadBox .faqExpandPanel .column2 {
    border-left:1px solid #e5eaeb;
    padding-left:20px;
}
#uploadBox .faqExpandPanel .column2 .item {
    margin-bottom:8px;
}
#uploadBox .faqExpandPanel .column2 .item div {
    margin-left:15px;
}
#uploadBoxHeading {
    float:left;
    width:605px;
}
#uploadBoxHeading #heading {
    float:left;
    height:25px;
}
#uploadCounter {
    float:right;
}
#uploadCounter a {
    float:left;
    display:block;
    height:25px;
    color:#888;
    font-weight:bold;
}
#uploadCounter a:hover {
    text-decoration:none;
}
#uploadCounter #uploadCharCount {
    float:left;
    font-size:20px;
    height:20px;
    padding-top:5px;
}
#uploadCounter #uploadCharCount.colorChange {
    color: #000;
}
.withPaging {
    float:left
}
.pagingBlock {
    display:inline;
    float:right;
    margin:10px 5px 0px 10px;
}
.pagingBlock a.page,.pagingBlock .currentPage {
    display:block;
    float:left;
    text-decoration:none;
    margin-left:2px;
    padding:0px 8px;
    border:1px solid #ddd;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:normal;
    color:#888;
    line-height:24px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.pagingBlock .currentPage {
    background: transparent url(../imgs/paging_bg.png) repeat-x;
    color:#444;
    line-height: 24px;
    padding: 0 8px;
    border: none;
    text-shadow:0 1px 0 #FFFFFF;
    border:1px solid #ccc;
}

.pagingBlock a.page:hover {
    border:1px solid #888;
    color: #555;
}

.pagingBlock a.leftArrow,.pagingBlock a.rightArrow {
    width:16px;
    padding-left:4px;
}
.pagingBlock a.leftArrow span,.pagingBlock a.rightArrow span {
    width:12px;
    padding-right:4px;
}
.pagingBlock a.leftArrow {
    margin-right:8px;
}
.pagingBlock a.rightArrow {
    margin-left:8px;
}
.pagingBlock div.spacer {
    float:left;
    width:28px;
}
.pagingBlock img {
    margin-top: 8px;
}

.pagingBlock a.np {
	width: 21px;
	height:27px;
	background-image:url('../design/paging_np.gif');
}
.pagingBlock a.np:hover {
	background-position:top right;
}
.viewAllMsg {
    font-size:12px;
}
.viewAllMsgHeading {
    font-size:14px;
    font-weight:bold;
    clear:left;
}
#viewEmpty .heading {
    font-weight:bold;
    font-size:16px;
    width:100%;
}
#viewEmpty .viewEmptyBox_top {
    height:5px;
    line-height:5px;
    width:596px;
    background:url(../imgs/box_emptyaction_top.gif) top left no-repeat;
    float:left;
}
#viewEmpty .viewEmptyBox_middle {
    background:url(../imgs/box_emptyaction_middle.gif) top left repeat-y;
    float:left;
    width:556px;
    padding:15px 20px 0px;
    font-size:12px;
}
#viewEmpty .viewEmptyBox_bottom {
    height:21px;
    line-height:21px;
    width:596px;
    background:url(../imgs/box_emptyaction_bottom.gif) top left no-repeat;
    float:left;
}
#viewEmpty .content {
    height:32px;
    line-height:32px;
    margin-right:25px;
    float:left;
}
#viewEmpty a,#viewEmpty a span {
    display:block;
    float:left;
    height:32px;
    line-height:32px;
    text-decoration:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:18px;
    color:#000;
    text-align:center;
    white-space:nowrap;
    text-transform:lowercase;
    cursor:pointer;
}
#viewEmpty a {
    background:url(../imgs/btn_emptyaction_left.gif) top left no-repeat;
    padding-left:3px;
    width:169px;
}
#viewEmpty a span {
    background:url(../imgs/btn_emptyaction_right.gif) top right no-repeat;
    padding-right:3px;
    width:166px;
}
#viewEmpty a:hover {
    background-position:0% -32px;
    text-decoration:none;
}
#viewEmpty a:hover span {
    background-position:100% -32px;
    text-decoration: none;
}
.admin {
    color:green;
    font-weight:bold;
}
.admin-viewer {
    margin: 5px 0px 0px 23px;
}
#alertBox {
    width:930px;
    margin:18px 22px 0px;
    float:left;
    display:inline;
}
#alertBox .top {
    width:930px;
    background:url(../imgs/alertbox_top.png) no-repeat;
    float:left;
}
#alertBox .bottom {
    width:930px;
    height:12px;
    background:url(../imgs/alertbox_btm.png) no-repeat;
    float:left;
}
#alertBox .top .leftColumn {
    float:left;
    width:596px;
    margin: 20px 100px 0px 20px;
}
#alertBox .top .profilePic {
    float:left;
    border:1px solid #fff;
    margin:0px;
    line-height:0px;
}
#alertBox .top .content {
    float:left;
    margin:0px 0px 5px 15px;
    font-size:13px;
    line-height:15px;
    color:#555;
    width:582px;
}
#alertBox .top .content.withProfile {
    width:500px;
}
#alertBox .top .content .heading {
    font: normal 28px "Lucida Sans Unicode";
    line-height:28px;
    color:#333;
    margin-bottom:2px;
    letter-spacing: -1px;
    text-shadow: 0 1px 0 rgba(255,251,235,0.6);
}
#alertBox .top .rightColumn {
    float:left;
    color:#fff;
    font-size:12px;
    line-height:12px;
    margin-top:33px;
}
#alertBox .top .rightColumn .yellowButton span {
    width:100px;
}
#alertBox .top .rightColumn div.text {
    float:left;
    clear:left;
    margin-top:8px;
    white-space:nowrap;
}
#alertBox .top .rightColumn div.text img {
    margin-bottom: -1px;
}
#viewerAlert {
    width:926px;
    margin:15px 23px 0px;
    float:left;
    display:inline;
    border:1px solid #f33408;
}
#viewerAlert a {
    float:right;
    margin-top:5px;
}
#viewerAlert .top {
    background:url(../imgs/bg_red_gradient.gif) repeat-x;
    height:43px;
    line-height:43px;
    font-size:18px;
    color:#fff;
    padding:0px 15px 0px 20px;
}
#viewerAlert .bottom {
    height:50px;
    margin: 10px 99px;
}
#pageHeader {
    -moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(../imgs/page_header_left.gif) no-repeat scroll 0 0;
	font-size:28px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:50px;
	letter-spacing:-2px;
	line-height:normal;
	margin-bottom:10px;
	padding:9px 0 9px 30px;
	position:relative;
	text-shadow:1px 1px 0 #FFFFFF;
	width:944px;
}

#pageHeader a {
	height:68px;
}	

#pageHeader a.onnettab {
	background-repeat:no-repeat;
	height:68px;
}

#pageHeader a.onnettab.homelink span {
	background-repeat:no-repeat;
}

#pageHeader a.onnettab span b {
	background-repeat:no-repeat;
	height:68px;
	color:black;
}

#pageHeader a.onnettab:hover span {
	text-decoration:none;
}	

#pageHeader a span b {
	color:#494949;
	font-size:28px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:-2px;
	line-height:normal;
	text-shadow:1px 1px 0 #FFFFFF;
}

#page_browse_mg_right .headerTabs {
    float:left;
}
#page_browse_mg_right .headerTabs #tabSelected,#page_browse_mg_right .headerTabs #tabSelected span,#page_browse_mg_right .headerTabs a.tab,#page_browse_mg_right .headerTabs a.tab span {
    display:block;
    float:left;
    height:35px;
    line-height:35px;
    text-decoration:none;
    font-family:Verdana,sans-serif;
    font-size:12px;
    text-align:center;
    white-space:nowrap;
    letter-spacing: normal;
    text-shadow: 0 1px 0 #fff;
    color:#000000;
}
#page_browse_mg_right .headerTabs #tabSelected {
    background:url(../imgs/tab_header_selected_left.png) top left no-repeat;
    padding-left:12px;
}
#page_browse_mg_right .headerTabs #tabSelected span {
    background:url(../imgs/tab_header_selected_right.png) top right no-repeat;
    padding-right:12px;
}
#page_browse_mg_right .headerTabs #tabSelected,a.tab {
    margin-right:4px;
}
#page_browse_mg_right .headerTabs a.tab {
    background:url(../imgs/tab_header_left.png) top left no-repeat;
    padding-left:12px;
    cursor:pointer;
    color:#626060;
}
#page_browse_mg_right .headerTabs a.tab span {
    background:url(../imgs/tab_header_right.png) top right no-repeat;
    padding-right:12px;
    cursor:pointer;
}
#page_browse_mg_right .headerTabs a.tab:hover {
    background-position:0% -35px;
    text-decoration:none;
}
#page_browse_mg_right .headerTabs a.tab:hover span {
    background-position:100% -35px;
    text-decoration:none;
}
#promoPage {
    float:left;
    display:inline;
    margin:0px 38px;
    color:#8b989a;
    font-size:12px;
}
#promoPage h1,#promoPage h2,#promoPage h3 {
    font-size:30px;
    color:#f33408;
    margin:0px;
    padding:0px;
}
#promoPage h2 {
    font-size:24px;
}
#promoPage h3 {
    font-size:18px;
    margin-bottom:20px;
}
#promoPage #left {
    float:left;
    width:619px;
    margin-right:41px;
}
#promoPage .right {
    float:left;
    width:236px;
    border:1px solid #d5effb;
    background-color:#f8feff;
    margin-bottom:15px;
    padding-top:27px;
}
#promoPage .right_content {
    float:left;
    display:inline;
    margin:18px 28px 0px;
    font-size:13px;
}
#promoPage .right_content .heading {
    color:#000;
    margin-bottom:8px;
}
#promoPage .right_button {
    float:right;
    display:inline;
}
#promoPage .yellowButton {
    width:155px;
}
#promoPage a.yellowButton {
    padding-left:25px;
}
#promoPage .yellowButton span {
    width:130px;
}
#promoPage .divider {
    float:left;
    display:inline;
    height:1px;
    line-height:1px;
    background-color:#d9d9d9;
    width:898px;
    margin:50px 0px 8px;
}
#promoPage #widgetPreviews {
    float:left;
    margin-top:21px
}
#promoPage #widgetPreviews img {
    float:left;
    margin-right:14px;
}
#promoPage #widgetPreviews ul {
    float:left;
    font-size:14px;
    color:#5b5b5b;
    width:245px;
    margin:0px;
    padding:0px;
}
#promoPage #widgetPreviews li {
    margin:0px 0px 0px 23px;
    padding-top:15px;
}
#promoPage #flitterPromoArea {
    float:left;
}
#promoPage #flitterPromo {
    float:left;
    position:relative;
    margin-top:16px;
    width:619px;
}
#promoPage #flitterPromo #twitter {
    float:left;
    margin-right:21px;
}
#promoPage #flitterPromo #twitterGirl {
    float:left;
    margin-left:59px;
}
#promoPage #flitterPromo #flickr {
    float:left;
    margin-bottom:15px;
}
#promoPage #flitterPromo #info {
    position:absolute;
    bottom:0px;
    right:0px;
    font-size:14px;
    color:#5b5b5b;
}
#promoPage #widgetWelcome {
    float:left;
    width:592px;
    margin-right:25px;
}
#promoPage #widgetWelcome img.number {
    float:left;
    margin-right:15px;
}
#promoPage #widgetWelcome h1 {
    float:left;
}
#promoPage #widgetWelcome .content {
    float:left;
    margin:15px 0px 20px;
    width:100%;
    line-height:16px;
}
#promoPage .howtoRight {
    display:inline;
    width:231px;
    float:left;
    padding:18px;
    background-color:#f8f8f8;
    height:300px;
    position:relative;
}
#promoPage .howto h3 {
    display:inline;
}
#promoPage .howto ol {
    margin-bottom:25px;
}
#promoPage .howto ol.headlines li {
    font-size:22px;
    color:#282E31;
    margin-bottom:15px;
}
#promoPage .howto ol li {
    font-size:14px;
    margin: 0px 0px 10px 0px;
}
#promoPage #leftConnect {
    float:left;
}
#promoPage .connectPage {
    margin-top:10px;
    height:103px;
}
#promoPage .connectPage p {
    color:#000;
    margin:5px 0px 5px;
    height:25px;
}
#leftConnect .row {
    width:100%;
    clear:both;
}
#leftConnect .row .imageArea {
    display:inline;
    float:left;
    width:161px;
    margin-right:20px;
}
#leftConnect .row .description {
    display:inline;
    float:left;
    width:520px;
    margin-right:15px;
}
#leftConnect .row p {
    margin-top:5px;
    font-size:14px;
    width:375px;
    line-height:18px;
}
#leftConnect .row .right_button {
    display:inline;
    float:right;
}
#leftConnect .line {
    border-bottom:1px solid #ccc;
    font-size:0px;
    margin:15px 0px 15px 0px;
}
#leftConnect h3 {
    margin-bottom: 10px;
}
#promoPage #columnLeft {
    width:571px;
    float:left;
    display:inline;
    margin-right:37px;
}
#promoPage #columnLeft h3 {
    margin:0;
}
#promoPage #columnLeft .feature {
    margin:18px 0px 0px 0px;
}
#promoPage #columnLeft .feature h4 {
    color:#000;
    font-size:14px;
    margin:0px 0px 2px 0px;
}
#promoPage #columnLeft .feature p {
    line-height:16px;
    font-size:12px;
    color:#888;
    margin:4px 0px 0px 0px;
}
#promoPage #columnLeft .feature ul {
    margin:4px 0px 0px 0px;
    padding:0px;
}
#promoPage #columnLeft .feature ul li {
    margin:0px 0px 4px 12px;
}
#promoPage #columnLeft .feature ol {
    margin:4px 0px 0px 0px;
    padding:12px 0px 12px 0px;
    background-color:#f0f0f0;
}
#promoPage #columnLeft .feature ol li {
    margin:0px 12px 4px 36px;
}
#promoPage #columnLeft .feature .specialText {
    font-family:courier;
}
#promoPage #sidebar {
    width:290px;
    margin:0;
    padding:0;
    float:left;
    display:inline;
}
#promoPage #sidebar .yellowButton {
    width:290px;
}
#promoPage #sidebar .yellowButton span {
    width: 250px;
}
#widget {
    float:left;
    margin:0px 30px 0px 40px;
}
#widget h2 {
    color:#f33408;
    font-size:18px;
    line-height:18px;
    margin:0px;
    padding:0px;
}
#widget .divider {
    height:1px;
    line-height:1px;
    background-color:#d9d9d9;
    width:100%;
    margin:5px 0px 15px;
}
#widget #settingsPane {
    width:260px;
    margin-right:32px;
    float:left;
    display:inline;
}
#widget #previewPane {
    width:610px;
    float:left;
    display:inline;
}
#widget input {
    font-size:14px;
    margin-right:4px;
}
#widget .coloroption {
    width:260xp;
    height:21px;
    line-height:21px;
    color:#8b989a;
    font-size:12px;
    margin-bottom:5px;
    clear:both;
}
#widget .colorhash {
    float:right;
    display:inline;
    margin-right:5px;
}
#widget .colorfield {
    float:right;
    display:inline;
}
#widget .colorswatch {
    float:right;
    display:inline;
    margin-right:20px;
    width:21px;
    height:21px;
}
#widget .subheading {
    font-size:14px;
}
#widget #color1Spacer,#widget #color2Spacer,#widget #color3Spacer {
    width:136px;
    height:136px;
}
#widget #color3Spacer {
    height:100px;
}
#widget #sizeError,#widget #sizeWarning,#widget #minSizeWarning {
    margin-top:15px;
}
#widget #sizeError2,#widget #sizeWarning2,#widget #minSizeWarning2 {
    float:left;
    margin: 7px 0px 0px 20px;
}
#commentReplyErrors {
    display:hidden;
    padding-bottom:10px;
    color:#8F8F8F;
    font-style:italic;
}
#commentReplyMain {
    padding-bottom:10px;
}
#commentReplyMain textarea {
    width: 357px;
}
#inbox {
    margin:0px 0px 0px 22px;
    float:left;
    padding-bottom:12px;
    display:inline;
}
#inboxEmpty {
    margin:0px 0px 0px 22px;
    float:left;
    padding-bottom:12px;
    display:inline;
    width:766px;
    height:600px;
}
#inbox a.action {
    position:absolute;
    top:9px;
    right:14px;
    z-index:10;
}
#sortby {
    background:url(../imgs/sortby_banner.png) no-repeat;
    margin:10px 0px 12px 0px;
    width:776px;
    height:25px;
    position:relative;
    float:left;
    color:#8b989A;
}
#sortby p {
    text-indent:24px;
    line-height:24px;
    font-size:12px;
    margin:0px;
}
#sortby p span,#preview li span {
    color:#444;
}
#sortby p span.sortLabel {
    color:#000;
}
#sortby .sorter a {
    position:absolute;
    top:7px;
    left:9px;
    width:9px;
    height:10px;
}
a.arrowUp {
    background:url(../imgs/sortup.gif) no-repeat;
    width:9px;
    height:10px;
}
a.arrowUp:hover {
    background:url(../imgs/sortup_on.gif) no-repeat;
    width:9px;
    height:10px;
}
a.arrowDn {
    background:url(../imgs/sortdown.gif) no-repeat;
    width:9px;
    height:10px;
}
a.arrowDn:hover {
    background:url(../imgs/sortdown_on.gif) no-repeat;
    width:9px;
    height:10px;
}
#preview {
    width:264px;
    float:left;
}
#preview ul {
    width:264px;
    margin:0px;
    padding:0px;
    list-style-type:none;
}
#preview li {
    background:url(../imgs/inboxbrick.png) no-repeat;
    margin:0px 0px 4px 0px;
    float:left;
    position:relative;
    width:264px;
    height:50px;
}
#preview li a.msg {
    width:264px;
    height:50px;
    position:absolute;
    top:-1px;
    left:0px;
    z-index:1;
    outline:none;
}
#preview li .bricktop {
    background:url(../imgs/inboxbrick_top.gif) no-repeat;
    width:264px;
    height:4px;
    position:absolute;
    top:0px;
    left:0px;
}
#preview li .brickbtm {
    width:264px;
    height:3px;
    position:absolute;
    bottom:0px;
    left:0px;
}
#preview li.selected {
    background:url(../imgs/inboxbrick_sel.png) no-repeat;
    margin:0px 0px 4px 0px;
    width:264px;
    height:500px;
    position:relative;
    height:50px;
}
#preview li.selected .bricktop {
    background:url(../imgs/inboxbrick_top_sel.gif) no-repeat;
    width:264px;
    height:4px;
    position:absolute;
    top:0px;
    left:0px;
}
#preview li.selected .brickbtm {
    background:none;
}
#preview li .byline {
    color:#888;
    font-size:11px;
    position:absolute;
    top:8px;
    left:32px;
    z-index:2;
}
#preview li .byline a {
    color: #444;
    font-size:11px;

}
#preview li .status {
    position:absolute;
    top:10px;
    left:10px;
}
#preview li .read {
    background:url(../imgs/inbox_read.gif) no-repeat;
    width:15px;
    height:11px;
}
#preview li .unread {
    background:url(../imgs/inbox_unread.gif) no-repeat;
    width:15px;
    height:11px;
}
#preview li .readMedia {
    background:url(../imgs/inbox_read_media.gif) no-repeat;
    width:15px;
    height:11px;
}
#preview li .unreadMedia {
    background:url(../imgs/inbox_unread_media.gif) no-repeat;
    width:15px;
    height:11px;
}
#preview li .msgPreview {
    color:#444;
    font:12px Arial, Helvetica;
    position:absolute;
    top:26px;
    left:10px;
    z-index:0;
}
#preview li .msgPreviewPre {
    color:#444;
}
#preview li .msgPreviewTrunc {
    color:#444;
    white-space:nowrap;
}
#preview li .msgPreviewTruncMedia {
    color:#444;
    white-space:nowrap;
}
#preview li .inboxChk {
    position:absolute;
    right:10px;
    top:3px;
    z-index:3;
}
#preview p {
    border-bottom:1px solid #e6e6e6;
    width:258px;
    color:#6f6f6f;
    font-size:13px;
    float:left;
    margin:7px 0px;
    line-height:20px;
}
#preview p span {
    text-align:right;
    float:right;
}
#thread {
    float:left;
    width:502px;
    background:url(../imgs/inbox_threadtop.png) no-repeat;
    margin:0px 0px 0px 10px;
    position:relative;
}
#threadTitle {
    margin-left:23px;
}
#thread h2 {
    margin:0px 15px 0px 0px;
    padding-top:15px;
    height:31px;
    font-size:17px;
    line-height: 22px;
    color: #333;
    text-shadow: 0 1px 0 #fff;

}
#thread .msgUser {
    margin:12px 8px 0px 0px;
    display:inline;
    float:left;
}
#thread .tinyUser {
    display:inline;
}
#threadBody {
    margin-left:7px;
    border:1px solid #b2e4fb;
    float:left;
    width:493px;
    height:501px;
    display:inline;
    -moz-border-radius-bottomleft: 9px  ; -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomright: 9px ; -webkit-border-bottom-right-radius: 9px;
}
#threadBody span {
    color:#888;
}
#threadBody .whatsNewIcon {
    vertical-align:middle;
    padding-left:5px;
}
#threadBody a span {
    color:#444;
}
#threadBody .headerPreviewSpan {
    color:#000;
    white-space:nowrap;
}
#threadBody .inviteButtons {
    padding-top:15px;
}
#threadSubject {
    margin:-1px 0px 0px 0px;
    float:left;
    width:493px;
    border-bottom:1px solid #b2e4fb;
    background-color:#e9f5fa;
    height:46px;
    position:relative;
}
#threadSubject .content {
    padding-top:6px;
    font:13px Arial, Helvetica;
    float:left;
    width:460px;
    position:absolute;
    top:0px;
    left:15px;
    color: #444;
}
#threadSubject .re {
    display:inline;
    margin:0px 6px 0px 0px;
    line-height:15px;
}
#threadSubject .re span.byline {
    font:11px arial;
}
#threadBody #sendMsg {
    height:99px;
    border-bottom:1px solid #B2E4FB;
    position:relative;
    float:left;
    width:493px;
    background: #fdfdfd;
}
#threadBody a.postBtn {
    background:url(../imgs/inbox_postbtn.gif) no-repeat;
    display:block;
    position:absolute;
    top:9px;
    left:14px;
    padding:20px 8px 6px 10px;
    text-align:center;
    line-height:11px;
}
#threadBody .msgBox {
    display:block;
    position:absolute;
    top:9px;
    left:9px;
    width:415px;
    height:42px;

    border:1px solid #DDDDDD;
    color:#555555;
    font-family:Arial,Helvetica;
    font-size:15px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    padding:8px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;

}
#threadBody textarea.msgBox:focus {
    border:1px solid #888888;
    color:#444444;
}

#threadBody ul {
    width:479px;
    list-style-type:none;
    margin:0px 0px 0px 14px;
    padding:0px;
    float:left;
    height:350px;
    overflow:auto;
    display:inline;
    position:relative;
}
#threadBody li.first {
    border:none;
    margin-top:0px;
}
#threadBody .brick_preview {
    background-color:#fff;
    width:auto;
    height:auto;
    line-height:0px;
}
#threadBody li.moreMsgs {
    background:url(../imgs/arrow_down.gif) no-repeat 217px 0px;
    padding:18px 0px 12px;
    text-align:center;
}
#threadBody li.moreMsgs a {
    margin-left:7px;
}
#threadBody ul li {
    border-top:1px solid #eaeaea;
    padding:17px 0px;
    width:452px;
    clear:left;
    margin:0px;
    float:left;
}
#threadBody li p {
    font: normal 14px Arial, Helvetica;
    margin:7px 0px 0px 0px;
    color: #444;
}
#loadingConversations {
    font:14px arial;
    color:#64abf9;
    text-align:center;
    position:relative;
    top:284px;
    width:100%;
    height:60px;
    text-transform:lowercase;
}
#loadingConversations progress {
    left:356px;
    width:64px;
    height:60px;
}
#loadingConversations p {
    display:block;
    margin-left:auto;
    margin-right:auto
}

#home {
    float:left;
    background-color:#FFFFFF;
    width:974px;
    padding:0px;
    color:#a0a5a7;
    font-size:12px;
    line-height:16px;
}

#home #main {
    float:left;
    margin-left:20px;
    margin-right:20px;
    margin-top: 20px;
    margin-bottom:10px;
    width:934px;
}

#index_page {
	background:url(../imgs/bg_transparent2.png) repeat scroll 0 0 transparent;
	color:#A0A5A7;
	float:left;
	font-size:12px;
	height:360px;
	line-height:16px;
	padding:45px;
	width:884px;
}

#index_page #main_page {
	float:left;
    width:533px;
}

#index_page #illustration {
    float:left;
    display:inline;
    width:533px;
    height:402px;
    margin-bottom:25px;
}
#index_page #quotes {
    float:left;
    font-size:16px;
    color:#56666b;
}
#index_page #quotes div {
    float:left;
    line-height:30px;
    margin-bottom:10px;
    width:100%;
}
#index_page #quotes div img {
    float:left;
    margin-right:10px;
}
#index_page #sidebar {
    float:left;
    margin-left:33px;
    width:318px;
}
#index_page #sidebar h1 {
    font: normal 29px "Lucida Sans Unicode", Arial;
    line-height:33px;
    margin:-3px 0px 0px;
    letter-spacing: -1px;
    color: #444;
    margin-bottom: 13px;
    text-shadow: 0 1px 0 #ddd;
}
#index_page #sidebar a.underline {
    text-decoration: underline;
    color: #fff;
    cursor:pointer;
    line-height: 24px;
}
#index_page #sidebar a.underline:hover {
    text-decoration: none;
    cursor:pointer;
}
#index_page #sidebar .box {
    float:left;
    width:318px;
    margin-top:20px;
}
#index_page #sidebar .box .top {
    float:left;
    background:url(../imgs/greenbox_top.png) no-repeat;
    width:288px;
    padding:15px 15px 0px;
    font-size:16px;
    line-height:20px;
    color:#fff;
}
#index_page #sidebar .box .bottom {
    float:left;
    background:url(../imgs/greenbox_btm.png) no-repeat;
    width:318px;
    height:15px;
}
#index_page #sidebar .box .top .logo {
    margin-bottom:-2px;
}
#index_page #sidebar .box .legalText {
    float:left;
    font-size:11px;
    line-height:14px;
    color:#427733;
    width:190px;
    margin:2px 0px 0px 8px;
}
#index_page #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;
}
#index_page #sidebar .box input.default {
    font-family: Arial,Helvetica,sans-serif;
    color:#777;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 5px 5px 4px 5px;
    border: 4px solid #ffdb9c;
}
#index_page #sidebar .box input.default:focus {
    border: 4px solid #ffe8c1;
}
#index_page #sidebar .box input.login {
    width:122px;
}
#index_page #sidebar .box select {
    float:left;
    margin-right:5px;
    border:1px solid #a0a5A7;
    font-family:Trebuchet MS;
    font-size:14px;
}
#index_page #sidebar .box .error {
    float:left;
    font-size:12px;
    line-height:14px;
    margin-bottom:2px;
    width:100%;
}
#index_page #sidebar #loginBox,#index_page #sidebar #joinBox {
    float:left;
    margin-bottom:5px;
    width:318px;
}
#index_page #sidebar #loginForm {
    float:left;
    margin:15px 0px 11px;
}
#index_page #sidebar .forgotLogin {
    float:left;
    font-size:11px;
    margin:5px 0px 0px 3px;
    width:300px;
}
#index_page #sidebar #joinForm {
    float:left;
    margin:10px 0px 15px;
}
#index_page #sidebar #joinForm #usernameStatus {
    display:block;
    float:left;
    font-size:11px;
    font-style:italic;
    margin-left:6px;
}
#index_page #sidebar #joinForm #usernameStatus.unavailable {
    color:#ff8a00;
}
#index_page #sidebar #joinForm .birthdayLabel {
    float:left;
    font-size:11px;
    width:288px;
    margin-left:2px;
}
#index_page #sidebar #joinForm .birthdayFields {
    float:left;
    width:290px;
}
#index_page #sidebar #loginForm input.hiddenSubmit,#index_page #sidebar #joinForm input.hiddenSubmit {
    width:0px;
    height:0px;
    padding:0px;
    margin:0px;
    border:none;
    position:absolute;
    bottom:0px;
    left:0px;
}
#index_page #sidebar .promo {
    float:left;
    clear:left;
    font-size:16px;
    margin-top:15px;
    width:318px;
}
#index_page #sidebar .promo img {
    float:left;
    margin-right:10px;
}
#index_page #sidebar .promo a {
    display:block;
    float:left;
    line-height:32px;
}
#index_page #sidebar .promoExpand {
    float:left;
    clear:left;
    width:318px;
}
#index_page #sidebar .promoExpand ul {
    margin:0px;
    padding-left:58px;
}
#index_page #sidebar .promoExpand li {
    font-size:12px;
    line-height:24px;
    color:#56666b;
}
#index_page #sidebar .promoExpand li span {
    font-size:16px;
}
#announcement {
    background-color:#ffdaa4;
    border-bottom:1px solid #f6c47b;
    width:952px;
    height:33px;
    line-height:33px;
    padding-left:22px;
    font-size:12px;
    color:#696969;
}
#announcement .label {
    float:left;
    margin:7px 10px 0px 0px;
}
#announcement .content {
    float:left;
    height:33px;
    line-height:33px;
}
#announcement a {
    font-size:11px;
}
#callToActions {
    margin:15px 0px 0px 22px;
}
#callToActions .actionBrick {
    background:url(../imgs/brick_cta_bg.gif) repeat-y;
    width:595px;
    float:left;
    margin-bottom:8px;
}
#callToActions .actionBrick .top {
    background:url(../imgs/brick_cta_top.gif) no-repeat;
    width:525px;
    height:16px;
    line-height:16px;
    font-size:16px;
    float:left;
    padding:18px 0px 0px 70px;
    margin:0px;
}
#callToActions .actionBrick .bottom {
    background:url(../imgs/brick_cta_btm.gif) no-repeat;
    width:595px;
    height:11px;
    line-height:11px;
    float:left;
}
#callToActions .actionBrick .body {
    float:left;
    padding:15px 0px 0px 70px;
    color:#559db5;
    font-size:18px;
    line-height:18px;
    width:525px;
}
#callToActions .actionBrick .body div.item {
    float:left;
    width:520px;
    margin-bottom:20px;
}
#callToActions .actionBrick .body div.item a {
    font-weight:bold;
}
#callToActions .actionBrick .body div.item a img {
    margin:-5px 0px -7px 5px;
}
#callToActions .actionBrick .body div.item a.last {
    margin-bottom:15px;
}
#callToActions .actionBrick .body div.item a.strike {
    color:#9badb0;
    text-decoration:line-through;
}
#callToActions .actionBrick .subHeading {
    margin-bottom:10px;
}
#callToActions ul#actionBrickPromo {
    margin:0px;
    padding:0px;
}
#callToActions ul#actionBrickPromo li {
    margin:0px 10px 10px 0px;
    width:252px;
}
#callToActions ul#actionBrickPromo .brick_title {
    font-size:12px;
    line-height:15px;
    margin-top:3px;
}
#callToActions ul#actionBrickPromo .brick_title a {
    font-size:12px;
    line-height:15px;
    margin-top:3px;
}
#callToActions ul#actionBrickPromo .brick_preview {
    width:50px;
    height:50px;
    background-color:#fff;
    padding:1px;
    margin-right:7px;
}
#callToActions ul#actionBrickPromo .brick_byline {
    color:#90afc1;
}
a.tooltip {
    position:relative;
    z-index:2002;
    outline:none;
    text-decoration:none;
}
a.tooltip div.tt,a.tooltip div.top,a.tooltip div.middle,a.tooltip div.bottom {
    display:none;
}
a.tooltip:hover div.tt {
    display:block;
    position:absolute;
    top:28px;
    right:-113px;
    width:254px;
    z-index:2003;
    text-shadow: none;
    opacity: 0.95;
}
a.tooltip:hover div.top {
    display:block;
    height:20px;
    line-height:0px;
    background:url(../imgs/tooltip_top.png) no-repeat top;
}
a.tooltip:hover div.middle {
    display:block;
    padding:0px 13px 5px;
    margin-top:-2px;
    background:url(../imgs/tooltip_bg.png) repeat bottom;
    color:#821F0C;
    font-weight:normal;
    font-size:12px;
    line-height:16px;
    text-align:left;
    white-space:normal;
}
a.tooltip:hover div.bottom {
    display:block;
    height:10px;
    line-height:0px;
    background:url(../imgs/tooltip_btm.png) no-repeat bottom;
}
a.tooltip.medium:hover div.tt {
    top:16px;
    right:-92px;
    width:204px;
}
a.tooltip.medium:hover div.top {
    background-image:url(../imgs/tooltip_top_med.png);
}
a.tooltip.medium:hover div.middle {
    background-image:url(../imgs/tooltip_bg_med.png);
    padding-bottom:2px;
    margin-top:-5px;
}
a.tooltip.medium:hover div.bottom {
    background-image:url(../imgs/tooltip_btm_med.png);
}
img.locationIcon {
    margin-bottom:-2px;
}
a.locationTooltip .note {
    margin-top:5px;
    color:#dfb145;
    font-size:11px;
    line-height:11px;
}
div.actionsPopupContainer {
    position:absolute;
    float:right;
}
div.actionsPopup {
    float:left;
    width:250px;
    position:absolute;
    top:-7px;
    left:-254px;
    opacity: 0.9;
    overflow:visible;
}
div.actionsPopup .top {
    float:left;
    background:url(../imgs/popup_actions_top.png) no-repeat;
    width:250px;
    height:19px;
    left:-250px;
    overflow:visible;
}
div.actionsPopup .body {
    float:left;
    border:none;
    background-color:#444;
    padding-bottom:8px;
    width:244px;
    overflow:visible;
}
div.actionsPopup .body .content {
    float:left;
    text-align:left;
    margin-top:-11px;
    overflow:visible;
}
div.actionsPopup .body .content a {
    float:left;
    display:block;
    margin:0px 8px;
    color:#fff;
    font-size: 12px;
}
div.actionsPopup .body .content a.disabled {
    color:#8b989a;
    font-style:italic;
}
div.actionsPopup .body .content div.line {
    float:left;
    display:block;
    background-color:#dadad9;
    width:243px;
    height:1px;
    line-height:1px;
    margin:6px 0px;
}
.popupDisplayed {
    z-index:2;
}
.displayBehind {
    z-index: 0;
}
#followContributorsPopup {
    float:left;
    font-size:12px;
    color:#888;
}
#followContributorsPopup .option {
    float:left;
    clear:both;
}
#followContributorsPopup input[type=checkbox] {
    float:left;
    margin:0px 7px 6px 0px;
}
#followContributorsPopup label {
    float:left;
    margin-top:1px;
    color:#000;
}
#followContributorsPopup label.disabled {
    font-style:italic;
    color:#a9a9a9;
}
.topicSidebar .followAll {
    float:left;
    clear:left;
    margin:0px 0px 12px 8px;
}
.topicSidebar .contributorsArea {
    float:left;
    clear:left;
    display:inline;
    padding:0px 0px 8px 8px;
}
.topicSidebar .contributor {
    float:left;
    clear:left;
    margin-top:7px;
}
#topicHeading {
    float:left;
    position:relative;
}
#topicHeading h2 {
    float:left;
    margin-bottom:0px;
}
#topicHeading a#refreshOn,#topicHeading a#refreshOff {
    display:block;
    float:left;
    width:13px;
    height:13px;
    margin:7px 0px 0px 8px;
}
#topicHeading a#refreshOn {
    background:url(../imgs/icon_refresh_on2.gif) no-repeat top left;
}
#topicHeading a#refreshOff {
    background:url(../imgs/icon_refresh_off2.gif) no-repeat top left;
}
#topicHeading a#refreshOn:hover,#topicHeading a#refreshOff:hover {
    background-position:100% -13px;
}
#topicHeading .tabLine {
    float:left;
    height:27px;
    border-bottom:1px solid #cbd2d7;
}
#topicHeading .tabLine.line1 {
    position:absolute;
    bottom:0px;
    left:22px;
    width:134px;
}
#topicHeading .tabLine.line2 {
    width:3px;
}
#topicHeading .tabLine.line3 {
    width: 321px;
}
#topicHeading .tab {
    float:left;
    font-size:14px;
    height:14px;
    line-height:14px;
    text-align:center;
    border:1px solid #cbd2d7;
    padding:5px 8px;
    margin-top:2px;
}
#topicHeading .tab.first {
    margin-left:10px;
    width:46px;
}
#topicHeading .tab.first a#refreshOn,#topicHeading .tab.first a#refreshOff {
    margin:0px 0px 0px 4px
}
#topicHeading .tab.first .disabled {
    margin-left:4px;
}
#topicHeading .tab.second {
    width: 57px;
}
#topicHeading .tab.selected {
    border-bottom-color:#fff;
}
#topicHeading .tab a {
    display:block;
    float:left;
}
#topicHeading #mapHelp {
    float:right;
    margin:11px 2px 0px 0px;
}
#topicContents {
    float:left;
    width:620px;
}
#topicContents img.loading {
    margin:50px 0px 0px 305px;
}
#topicContents.noTabs .pagingArrows.top {
    margin-top:-15px;
}
#topicMapContainer {
    float:left;
    margin-top:10px;
    margin-left:22px;
}
#topicMapContainer #topicMapDescription {
    float:left;
    width:586px;
    border:1px solid #ccc;
    background-color:#eee;
    color:#000;
    font-size:12px;
    line-height:16px;
    padding:5px;
    margin-bottom:6px;
}
#topicMapContainer #mapLoading {
    position:absolute;
    top:0px;
    left:268px;
    width:62px;
    z-index:1;
    background-color:#fffa73;
    padding:5px 0px;
    font-weight:bold;
    text-align:center;
}
#topicMapContainer #topicMap {
    float:left;
    border:1px solid #ccc;
    width:596px;
    height:596px;
}
#topicMapContainer #topicMap .infoWindow .nav .info {
    float:left;
    text-align:center;
    color:#6f6f6f;
}
#topicMapContainer #topicMap .infoWindow .nav .arrow {
    float:left;
    width:9px;
}
#topicMapContainer #topicMap .infoWindow .nav a.newer {
    float:left;
    background:url(../imgs/arrow_paging_left2.gif) no-repeat top left;
    width:9px;
    height:12px;
}
#topicMapContainer #topicMap .infoWindow .nav a.newer:hover {
    background-position:100% -12px;
}
#topicMapContainer #topicMap .infoWindow .nav a.older {
    float:right;
    background:url(../imgs/arrow_paging_right2.gif) no-repeat top right;
    width:9px;
    height:12px
}
#topicMapContainer #topicMap .infoWindow .nav a.older:hover {
    background-position: 100% -12px;
}
#lbPageHeader {
    margin:0px 0px 10px 0px;
    width:593px;
    float:left;
    display:inline;
    line-height:20px;
}
#lbStamp {
    position:absolute;
    right:8px;
    top:5px;
    color:#a9a9a9;
}
#lbContents {
    margin-left:22px;
    width:593px;
    clear:both;
}
#lbFootnote {
    margin:22px 0px 0px 22px;
    width:593px;
    clear:both;
}
#lbHeader {
    height:26px;
}
#lbHeader .headerText {
    font-family:Arial,Helvetica,sans-serif;
    line-height:12px;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    margin:8px 0px 0px 0px;
}
#lbRank {
    float:left;
    display:inline;
    width:47px;
    height:26px;
    background:url( ../imgs/header_left.gif) no-repeat top left;
    text-align:center;
}
#lbRank .headerText {
}
#lbUser {
    float:left;
    display:inline;
    width:420px;
    height:26px;
    background:url( ../imgs/header_middle.gif) no-repeat top left;
}
#lbUser .headerText {
    margin-left:6px;
}
#lbFollowers {
    float:left;
    display:inline;
    width:126px;
    height:26px;
    background:url( ../imgs/header_right.gif) no-repeat top;
    left;
}
#lbFollowers .headerText {
    float:right;
    display:inline;
    margin-right:8px;
}
#moreLeaders {
    float:left;
    display:inline;
    margin:22px 0px 0px 90px;
    text-align:center;
    cursor:pointer;
}
#moreLeaders .moreText {
    cursor:pointer;
}
.lbRow {
    width:100%;
}
.lbRowGold {
    font-family:Arial,Helvetica,sans-serif;
    color:#000;
    height:92px;
    background:url( ../imgs/gold_gradient.gif) repeat-x;
}
.lbRow .userContainer {
    margin:6px;
}
.lbRowPlain .userContainer {
    margin:2px 6px 6px 6px;
}
.lbRow .user {
    margin-top:0px;
}
.lbRow .user a {
    font-size:18px;
    color:#0e6db7;
}
.lbRowPlain .user {
    line-height:12px;
    float:left;
    display:inline;
}
.lbRowPlain .user a {
    font-size:12px;
    color:#0e6db7;
}
.lbRow .user a hover {
    text-decoration:underline;
}
.lbRow .motto {
    white-space:nowrap;
    font-size:14px;
    font-family:Trebuchet MS;
    line-height:20px;
}
.lbRowPlain .motto {
    white-space:nowrap;
    margin-left:3px;
    line-height:12px;
    float:left;
    display:inline;
    font-size:11px;
    font-family:Trebuchet MS;
    color:#000;
}
.lbRow .updatesCount {
    font-size:12px;
    color:#8B989A;
    position:absolute;
    bottom:0px;
}
.lbRow .followersCount {
    float:right;
    display:inline;
    margin:10px 10px 0px 0px;
    font-size:16px;
    text-align:center;
}
.lbRowGold .profilePicPreview {
    width:75px;
    height:75px;
    margin:0px 12px 0px 0px;
    padding:1px;
    text-align:center;
    display:inline;
    float:left;
    border:solid 1px #cbd2d7;
    position:relative;
}
.lbRowGold .userInfo {
    float:left;
    display:inline;
    height:72px;
    position:relative;
    width:300px;
}
.lbRowSilver .profilePicPreview {
    width:50px;
    height:50px;
    margin:0px 12px 0px 0px;
    padding:1px;
    text-align:center;
    display:inline;
    float:left;
    border:solid 1px #cbd2d7;
    position:relative;
}
.lbRowSilver .userInfo {
    float:left;
    display:inline;
    height:55px;
    position:relative;
    width:300px;
}
.lbRowBronze .profilePicPreview {
    width:50px;
    height:50px;
    margin:0px 12px 0px 0px;
    padding:1px;
    text-align:center;
    display:inline;
    float:left;
    border:solid 1px #cbd2d7;
    position:relative;
}
.lbRowBronze .userInfo {
    float:left;
    display:inline;
    height:55px;
    position:relative;
    width:300px;
}
.lbRowPlain .profilePicPreview {
    width:31px;
    height:31px;
    margin:0px 12px 0px 0px;
    padding:1px;
    text-align:center;
    display:inline;
    float:left;
    border:solid 1px #cbd2d7;
    position:relative;
}
.lbRowPlain .userInfo {
    margin-top:12px;
    float:left;
    display:inline;
    height:20px;
    position:relative;
    line-height:16px;
    text-align:center;
    width:300px;
}
.lbRowSilver {
    height:67px;
    background:url( ../imgs/silver_gradient.gif) repeat-x;
}
.lbRowBronze {
    height:67px;
    background:url( ../imgs/bronze_gradient.gif) repeat-x;
}
.lbRowPlain {
    height:39px;
    background:url( ../imgs/plain_gradient.gif) repeat-x;
}
.lbRowPlain .followersCount {
    float:right;
    display:inline;
    margin:12px 10px 0px 0px;
    font-size:12px;
    text-align:center;
}
.lbRowGold .ribbon {
    margin:6px 0px 0px 6px;
    width:36px;
    height:45px;
    background:url(../imgs/first.gif) no-repeat top left;
    z-index:2;
}
.lbRowSilver .ribbon {
    margin:6px 0px 0px 6px;
    width:36px;
    height:46px;
    background:url(../imgs/second.gif) no-repeat top left;
    z-index:2;
}
.lbRowBronze .ribbon {
    margin:6px 0px 0px 6px;
    width:36px;
    height:46px;
    background:url(../imgs/third.gif) no-repeat top left;
    z-index:2;
}
.lbRowPlain .ribbon {
    font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
    color:#000;
    padding-top:12px;
    text-align:center;
}
.lbColRank {
    float:left;
    display:inline;
    width:46px;
    border-color:#bdbdbd;
    border-style:solid;
    border-width:1px;
    border-top:none;
    border-right:none;
}
.lbColUser {
    float:left;
    display:inline;
    width:418px;
    border-color:#bdbdbd;
    border-style:solid;
    border-width:1px;
    border-top:none;
    border-right:none;
}
.lbColFollow {
    float:left;
    display:inline;
    width:125px;
    border-color:#bdbdbd;
    border-style:solid;
    border-width:1px;
    border-top:none;
}
#leaderboardArea {
    width:287px;
    float:left;
    clear:left;
    display:inline;
    padding:0px 0px 5px 8px;
}
#leaderboardArea .lbRow {
    height:42px;
    overflow:hidden;
    width:100%;
    border-color:#bdbdbd;
    border-style:solid;
    border-width:1px;
    margin-bottom:3px;
}
#leaderboardArea .lbRowGold {
    height:61px;
    background:url( ../imgs/gold_gradient.gif) repeat-x;
}
#leaderboardArea .lbRowSilver {
    background:url( ../imgs/silver_gradient.gif) repeat-x;
}
#leaderboardArea .lbRowBronze {
    background:url( ../imgs/bronze_gradient.gif) repeat-x;
}
#leaderboardArea .lbRow .userContainer {
    margin:3px;
}
#leaderboardArea .lbRow .profilePicPreview {
    width:31px;
    height:31px;
    margin:0px 8px 0px 0px;
    padding:1px;
    text-align:center;
    display:inline;
    float:left;
    border:solid 1px #cbd2d7;
    position:relative;
}
#leaderboardArea .lbRowGold .profilePicPreview {
    width:50px;
    height:50px;
    margin:0px 8px 0px 0px;
    padding:1px;
    text-align:center;
    display:inline;
    float:left;
    border:solid 1px #cbd2d7;
    position:relative;
}
#leaderboardArea .ribbon {
    margin:3px 0px 0px 0px;
    float:right;
    display:inline;
}
#leaderboardArea .lbRowGold .ribbon {
    width:29px;
    height:36px;
    background:url(../imgs/first_mini.gif) no-repeat top left;
    z-index:2;
}
#leaderboardArea .lbRowSilver .ribbon {
    width:29px;
    height:36px;
    background:url(../imgs/second_mini.gif) no-repeat top left;
    z-index:2;
}
#leaderboardArea .lbRowBronze .ribbon {
    width:29px;
    height:36px;
    background:url(../imgs/third_mini.gif) no-repeat top left;
    z-index:2;
}
#leaderboardArea .lbRow .userInfo {
    width:150px;
    margin:3px 0px 0px 0px;
    float:left;
    display:inline;
    height:35px;
    position:relative;
}
#leaderboardArea .lbRow .lbRowGold .userInfo {
    height:50px;
}
#leaderboardDescription {
    color:#8B989A;
    font-size:12px;
    line-height:16px;
    width:287px;
    float:left;
    clear:left;
    display:inline;
    padding:0px 0px 8px 8px;
}
a.leaderBadge,a.leaderBadge span {
    display:block;
    float:left;
    height:40px;
    line-height:40px;
    text-decoration:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#000;
    text-align:center;
    white-space:nowrap;
    cursor:pointer;
}
a.leaderBadge_first {
    background:url(../imgs/web_first_l.gif) top left no-repeat;
    padding-left:40px;
}
a.leaderBadge_first span {
    background:url(../imgs/web_first_r.gif) top right no-repeat;
    padding-right:15px;
}
a.leaderBadge_second {
    background:url(../imgs/web_second_l.gif) top left no-repeat;
    padding-left:40px;
}
a.leaderBadge_second span {
    background:url(../imgs/web_second_r.gif) top right no-repeat;
    padding-right:15px;
}
a.leaderBadge_third {
    background:url(../imgs/web_third_l.gif) top left no-repeat;
    padding-left:40px;
}
a.leaderBadge_third span {
    background:url(../imgs/web_third_r.gif) top right no-repeat;
    padding-right:15px;
}
a.leaderBadge_top20 {
    background:url(../imgs/web_top20_l.gif) top left no-repeat;
    padding-left:50px;
}
a.leaderBadge_top20 span {
    background:url(../imgs/web_top20_r.gif) top right no-repeat;
    padding-right:15px;
}
a.leaderBadge_contributor {
    background:url(../imgs/web_contributor_l.gif) top left no-repeat;
    padding-left:15px;
}
a.leaderBadge_contributor span {
    background:url(../imgs/web_contributor_r.gif) top right no-repeat;
    padding-right:15px;
}
a.leaderBadge:hover {
    background-position:0% -40px;
    text-decoration:none;
}
a.leaderBadge:hover span {
    background-position:100% -40px;
    text-decoration: none;
}
.findFriends div.error {
    margin-bottom:4px;
    white-space:nowrap;
}
.findFriends .emailArea {
    float:left;
    font-size:11px;
    color:#a9a9a9;
    margin-bottom:10px;
}
.findFriends input.emailButton {
    float:left;
    width:14px;
    height:14px;

    margin:3px 8px 0px 0px;
}
.findFriends label.emailLabel {
    float:left;
    margin-right:30px;
}
.findFriends input.emailField, .findFriends textarea {
    width:308px;
    font: normal 15px Arial, Helvetica;
    border: 1px solid #ddd;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 8px;
    color: #555;
}


.findFriends input.emailField:focus, .findFriends textarea:focus {
    border: 1px solid #888;
    color: #444;
    background: #fefefe;
}


.findFriends label.emailFieldLabel {
    width:308px;
    display:block;
    font-size:12px;
    color:#777;
}
.findFriends .tipBubbleSmall {
    float:left;
    background:url(../imgs/tipbubble_small.png) top left no-repeat;
    width:198px;
    height:67px;
    margin:8px 0px 0px 10px;
    padding:13px 8px 13px 18px;
    color:#bbb;
    font-size: 12px;
    text-shadow:0 -1px 0 #333333;
}
.findFriends .tipBubbleSmall div {
    color:#ddd;
    margin-bottom:5px;
    text-shadow:0 -1px 0 #333333;
}
.findFriends .tipBubbleSmall div img {
    margin:0px 6px -2px 0px
}
.findFriends #contactsList {
    float:left;
    width:562px;
    border:1px solid #dbdbdb;
}
.findFriends #contactsList input.check {
    float:left;
    width:15px;
    height:15px;
    margin:0px 8px 0px 0px;
}
.findFriends #contactsList .header {
    float:left;
    width:546px;
    height:15px;
    line-height:15px;
    padding:8px;
    background-color:#dbdbdb;
    color:#000;
}
.findFriends #contactsList #entryArea {
    float:left;
    width:562px;
    height:272px;
    overflow-y:scroll;
}
.findFriends #contactsList .entry {
    float:left;
    clear:left;
    width:529px;
    padding:8px;
    font-size:16px;
    line-height:18px;
    color:#000;
    overflow:hidden;
}
.findFriends #contactsList .entry span {
    font-size:14px;
    color:#7d7d7d;
}
.findFriends #contactsList.invite .entry {
    font-size:12px;
    height:15px;
    line-height:15px;
}
.findFriends #contactsList.invite .entry div {
    float:left;
    width:215px;
    padding-right:5px;
    overflow:hidden;
}
.findFriends #contactsList.invite .entry span {
    float:left;
    font-size:12px;
}
.findFriends #contactsList .entry.even {
    background-color:#f3f3f3;
}
.findFriends #contactsList .entry img {
    float:left;
    width:50px;
    height:50px;
    border:solid 1px #cbd2d7;
    margin-right:8px;
}
.findFriends #contactsList .entry.nocheck img {
    margin-left:21px;
}
.findFriends #contactsList .entry div.status {
    float:right;
    font-style:italic;
    font-size:14px;
    color:#388c05;
    margin-right:5px;
}
.findFriends #addressArea {
    float:left;
    width:562px;
    border:1px solid #dbdbdb;
    margin-top:10px;
}
.findFriends #addressArea.bound {
    height:310px;
    overflow-y:scroll;
}
.findFriends #addressArea .entry {
    float:left;
    clear:left;
    width:546px;
    padding:8px;
    height:15px;
    line-height:15px;
    font-size:12px;
    color:#7d7d7d;
}
.findFriends #addressArea.bound .entry {
    width:529px;
}
.findFriends #addressArea .entry.even {
    background-color:#f3f3f3;
}
.findFriends #addressArea .entry input.check {
    float:left;
    width:15px;
    height:15px;
    margin:0px 8px 0px 0px;
}
.findFriends #addressArea .entry div {
    float:left;
    overflow:hidden;
}
.findFriends #emailError,.findFriends #emptyEmailError {
    float:left;
    margin-top:15px;
    margin-bottom:-10px;
}
#processPage.findFriends .divider {
    margin:20px 0px 4px;
}
.findFriends .content {
    margin-bottom:15px;
}
.findFriends .nameErrors {
    float:left;
    width:430px;
}
.findFriends .nameErrors .firstName {
    float:left;
    width:225px;
}
.findFriends .nameErrors .lastName {
    float:right;
    width:205px;
}
.findFriends .nameFields {
    float:left;
    position:relative;
}
.findFriends .nameFieldArea {
    float:left;
    position:relative;
}
.findFriends input.nameField {
    width:205px;
}
#processPage.findFriends .nameFields .tipBubble {
    position:absolute;
    margin-left:10px;
}
.findFriends .fieldHeading {
    font-size:11px;
    height:12px;
    line-height:12px;
    color:#a9a9a9;
    margin-bottom:4px;
    white-space:nowrap;
}
#processPage.findFriends .fieldHeading h5 {
    display:inline;
    margin:0px 5px 0px 0px;
}
.findFriends .toHeading {
    clear:left;
    float:left;
    margin-top:15px;
}
.findFriends #invitePreview {
    float:left;
    width:542px;
    border:1px solid #dbdbdb;
    background-color:#f3f3f3;
    color:#000;
    padding:10px;
    margin-top:10px;
}
.findFriends #invitePreview label {
    font-size:11px;
    color:#a9a9a9;
}
.findFriends #invitePreview textarea.text {
    width:512px;
    height:52px;
    padding:2px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-style:italic;
}
.findFriends #invitePreview textarea.default {
    color:#8f8f8f;
}
.findFriends #previewHeading {
    clear:both;
    float:left;
    margin-top:20px;
    width:100%;
}
.findFriends #previewHeading #rightArrow,.findFriends #previewHeading #downArrow,.findFriends #previewHeading #heading {
    cursor:pointer;
}
.findFriends #previewHeading #rightArrow {
    margin-right:9px;
}
.findFriends #previewHeading #downArrow {
    margin:0px 5px 2px 0px;
}
.findFriends #previewHeading #heading {
    display:inline;
    margin-bottom:0px;
}
.findFriends .skip {
    float:left;
    margin-left:15px;
    margin-top:6px;
}
.findFriends .importCta {
    float:left;
    background-color:#f3f3f3;
    color:#7d7d7d;
    border:1px solid #dbdbdb;
    width:253px;
    padding:20px 18px;
    line-height:18px;
}
.findFriends .importCta img {
    margin:15px 0px 15px -18px;
}
.findFriends .importCta a.standardButton {
    width:243px;
}
.findFriends .importCta a.standardButton span {
    width:233px;
}
.statusMsg {
    float:left;
    background-color:#effce7;
    color:#5baf00;
    font-weight:bold;
    font-size:13px;
    line-height:19px;
    padding:3px 8px 4px 4px;
    margin:15px 22px 0px 22px;
}
.statusMsg img {
    float:left;
    margin-right:5px;
}
.findFriends .statusMsg {
    margin:0px 0px 15px 0px;
}
a.callToAction_connect {
    float:left;
    display:block;
    background:url(../imgs/cta_connect2.gif) top left no-repeat;
    width:290px;
    height:64px;
    cursor:pointer;
}
a.callToAction_connect:hover {
    background-position:100% -64px;
}
a.callToAction_invite {
    float:left;
    display:block;
    background:url(../imgs/cta_invite.gif) top left no-repeat;
    width:290px;
    height:32px;
    cursor:pointer;
}
a.callToAction_invite:hover {
    background-position:100% -32px;
}
.regHeader .steps {
    position:absolute;
    top:17px;
    right:11px;
}
.regHeader .steps .step1,.regHeader .steps .step2 {
    float:left;
    background:url(../imgs/process_step1.png) top left no-repeat;
    width:24px;
    height:24px;
    line-height:24px;
    font-size:0px;
}
.regHeader .steps .step1 {
    margin-right:10px;
}
.regHeader .steps .step2 {
    background-image:url(../imgs/process_step2.png);
}
.regHeader .steps .step1.selected,.regHeader .steps .step2.selected {
    background-position:100% -24px;
}
#viewerCommentExportArea {
    float:left;
    width:463px;
    height:24px;
    line-height:24px;
    background-color:#abd8ee;
    margin-right:6px;
    font-size:12px;
    color:#5e6870;
}
#replyCommentExportArea {
    float:left;
    margin-top:8px;
    height:24px;
    line-height:24px;
    font-size:12px;
}
#viewerCommentExportArea input,#replyCommentExportArea input {
    padding:0px;
    margin:-1px 8px 0px 5px;
    vertical-align:middle;
}
#replyCommentExportArea input {
    margin-top:-2px;
}
#replyCommentExportArea label.disabled {
    color: #a9a9a9;
}
#footer select {
    cursor: pointer;
    font: normal 12px Arial, Helvetica;
    border: 1px solid #bbb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 4px;
    margin-top: -6px;
    color: #333;
}
#footer select:focus {
    border: 1px solid #888;
    color: #222;
}
#language {
position: absolute;
right: 17px;
}




/******** Sharetronix CSS **************/


/***** Twitter Connect Button********/

a#twitterconnect {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	width:107px;
	height:25px;
	background-image:url('../design/twitter-connect.gif');
	background-repeat:no-repeat;
}

a#twitterconnect b {
	display:none;
}


/******** Blue Button Signin *********/

.bluebtn1 {
	display:block;
	float:left;
	margin-top:10px;
	background-image:url('../design/bluebtn1a.gif');
	background-position:top right;
	margin-bottom:10px;
}
.bluebtn1 b {
	display:block;
	float:left;
	padding:5px 16px 5px 16px;
	background-image:url('../design/bluebtna.gif');
	background-position:top left;
	background-repeat:no-repeat;
	color:white;
	text-shadow:1px 1px 0 #094370;
	cursor:pointer;
}
.bluebtn1:hover {
	background-position:bottom right;
}
.bluebtn1:hover b {
	background-position:bottom left;
}


/******** Alerts and Warnings ***********/

.alert {
	clear:both;
	position:relative;
	margin-bottom:10px;
}
.alert .alerttop {
	height: 4px;
	background-image:url('../design/alert_yellow_top.gif');
	background-position:top left;
}
.alert .alerttop2 {
	height: 4px;
	background-image:url('../design/alert_yellow_top2.gif');
	background-position:top right;
	background-repeat:no-repeat;
}
.alert .alertbottom {
	height: 4px;
	background-image:url('../design/alert_yellow_bottom.gif');
	background-position:top left;
}
.alert .alertbottom2 {
	height: 4px;
	background-image:url('../design/alert_yellow_bottom2.gif');
	background-position:top right;
	background-repeat:no-repeat;
}

.alert .alertcontent{
	background-image:url('../design/alert_yellow_content.gif');
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#fffccb;
}
.alert .alertcontent2 {
	background-image:url('../design/alert_yellow_content2.gif');
	background-position:top right;
	background-repeat:no-repeat;
	padding:6px 35px 8px 55px;
}
.alert .alertcontent strong{
	display:block;
	margin-bottom:2px;
	color:#592600;
	font-size:14px;	
}
.alert .alertclose {
	position:absolute;
	top:4px;
	right:4px;
	width: 17px;
	height:17px;
	background-image:url('../design/alert_yellow_close.gif');
}
.alert .alertclose:hover {
	background-position:bottom left;
}

.green .alerttop {
	background-image:url('../design/alert_green_top.gif');
}
.green .alerttop2 {
	background-image:url('../design/alert_green_top2.gif');
}
.green .alertbottom {
	background-image:url('../design/alert_green_bottom.gif');
}
.green .alertbottom2 {
	background-image:url('../design/alert_green_bottom2.gif');
}
.green .alertcontent{
	background-image:url('../design/alert_green_content.gif');
	background-color:#d6f8d5;
}
.green .alertcontent2 {
	background-image:url('../design/alert_green_content2.gif');
}
.green .alertcontent strong{
	color:#1e821c;
}
.green .alertclose {
	background-image:url('../design/alert_green_close.gif');
}

.red .alerttop {
	background-image:url('../design/alert_red_top.gif');
}
.red .alerttop2 {
	background-image:url('../design/alert_red_top2.gif');
}
.red .alertbottom {
	background-image:url('../design/alert_red_bottom.gif');
}
.red .alertbottom2 {
	background-image:url('../design/alert_red_bottom2.gif');
}
.red .alertcontent{
	background-image:url('../design/alert_red_content.gif');
	background-color:#ffcfcf;
}
.red .alertcontent2 {
	background-image:url('../design/alert_red_content2.gif');
}
.red .alertcontent strong{
	color:#c00000;
}
.red .alertclose {
	background-image:url('../design/alert_red_close.gif');
}


/**************/

#invcenter h2{
	font-weight:normal;
	font-size:24px;
	margin:5px;
	padding:5px;
	margin-bottom:5px;
	margin-left:8px;
	font-family:arial;
	display:block;
	overflow:visible;
}
#invcenter .invinfo {
	padding:8px;
	padding-top:0px;
	line-height:1.4;
}

/****** Group Tabs *********/

#grouplist {
	float:left;
	padding-bottom:5px;
	overflow:visible;
}
.group {
	margin-top:5px;
	margin-bottom:5px;
	width:350px;
	float:left;
}
.group .pgavatar {
	width:60px;
	height:60px;
	background-position:5px 5px; 
	background-repeat:no-repeat;
	float:left;
	margin-right:10px;
}
.group .pgavatar a {
	width:60px;
	height:60px;
	display:block;
	background-image:url('../design/privategroupicon.gif');
}
.group .pgavatar a:hover {
	background-position:bottom left;
}
.group .groupavatar {
	display:block;
	border:1px solid #d9d9d9;
	padding:4px;
	background-color:white;	
	float:left;
	margin-right:10px;
}
.group .groupavatar img {
	border:0px;
}
.group .groupavatar:hover {
	border:1px solid #999;
}
.group .groupinfo {
	float:left;
	width:270px;
	line-height:1.2;
}
.group .followbtnsbox {
	display:none;
}
.group:hover .followbtnsbox {
	display:inline;
	display:block;
}

.group .followusr {
	float:left;
	background-image:url('../design/followusr.gif');
	background-repeat:no-repeat;	
	width: 12px;
	height:13px;
	background-position:bottom left;
	margin-top:2px;
	margin-left:3px;
}
.group .followusr b {
	display:none;
}
.group .followusr:hover {
	background-image:url('../design/followusr_hvr.gif');
	width: 50px;
}
.group .followusr:hover b {
	display:block;
	font-size:12px;
	font-weight:normal;
	margin-left:15px;
	color: #007408;
}
.group .unfollowusr {	
	float:left;
	background-image:url('../design/unfollowusr.gif');
	background-repeat:no-repeat;	
	width: 12px;
	height:13px;
	background-position:bottom left;
	margin-top:2px;
	margin-left:3px;
}
.group .unfollowusr b {
	display:none;
}
.group .unfollowusr:hover {
	background-image:url('../design/unfollowusr_hvr.gif');
	width: 50px;
}
.group .unfollowusr:hover b {
	display:block;
	font-size:12px;
	font-weight:normal;
	margin-left:15px;
	color: #ff0000;
}
.group .groupname {
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}
.group .grouptext {
	float:left;
	font-size:11px;
	color:#999;
	clear:left;
}
.group .groupdesc {
	float:left;
	color:#222;
	clear:left;
}
/********/
.htabs {
	background-image:url('../design/htabs.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
	height:27px;
	margin-top:10px; 
}
.htabs strong {
	display:block;
	float:left;
	padding:6px 8px 6px 8px;	
}
.htabs a {
	display:block;
	float:left;
	line-height:1.2;
}
.htabs a b {
	display:block;
	float:left;
	padding:6px 8px 6px 8px;
	cursor:pointer;
}
.htabs a b small {
	font-size:11px;
	font-weight:normal;
	color: #8ab3d9;
}

.htabs a:hover b {
	background-image:url('../design/htabs_hvr.gif');	
}

.htabs a.onhtab {
	background-repeat:no-repeat;
	background-position:top right;
	background-image:url('../design/htabs_a_on.gif');	
}
.htabs a.onhtab b {
	padding:6px 8px 7px 8px;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url('../design/htabs_b_on.gif');
	color:#000;
}
.htabs a.onhtab b small {
	color:#888;
}


/**********************/
.htabs a.newgroupbtn {
	float:right;
	background-image:url('../design/newgroupbtn.gif');
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding-left:9px;
	color: #009f13;

}
.htabs a.newgroupbtn:hover {
	background-image:url('../design/newgroupbtn_hvr.gif');
	color:#127401;
}
.htabs a.newgroupbtn:hover b {
	background-image:none;
}
.htabs a.onnewgroupbtn {
	float:right;
}
/*******/
#grouplist.groupspage .group {
	width:300px;
	margin-right:10px;
}
#grouplist.groupspage .group .groupinfo {
	width:230px;
}

/*** Create Group ******/
.greygrad {
	background-image:url('../design/greygrad1.gif');
	background-repeat:repeat-x;
	background-position:top left;	
}
.greygrad2 {
	background-image:url('../design/greygrad2.gif');
	background-repeat:no-repeat;
	background-position:top left;	
}
.greygrad3 {
	background-image:url('../design/greygrad3.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	padding:8px;
	color:#555;
	line-height:1.4;
}

.greygrad3 .holder1 {
	overflow: auto;
	position: relative;
	width: 300px;
	height:274px;
	color: #333333;
	border: 1px solid inherit;
	text-align: center;
}

.greygrad3 .holder1 .scrollerinner {
	padding: 4px 4px;
}
.greygrad3 .holder1 .scrollerinner ul {
	list-style-type:none;
}

.greygrad3 .batchmsgs .paging {
	/*height: 27px;
	background-color: #eee;
	background-image:url('../design/ttl.gif');
	background-position:top right;
	overflow:visible;
	margin-top:5px;
	line-height:1.2;*/
	display:inline;
	float:right;
	margin:10px 5px 0 10px;
}
.greygrad3 .batchmsgs .paging2 {
	/*height: 27px;
	background-image:url('../design/ttl2.gif');
	background-position:top left;
	background-repeat:no-repeat;
	overflow:visible;*/
	display:inline;
	float:right;
	margin:10px 5px 0 10px;
}
.greygrad3 .batchmsgs .paging span {
	display:block;
	float:left;
	font-size:11px;
	color: #696969;
	padding:7px;
	padding-bottom:0px;

}
.greygrad3 .batchmsgs .paging a {
	display:block;
	float:left;
}
.greygrad3 .batchmsgs .paging a b {
	display:block;
	float:left;
	padding:6px;
	padding-bottom:7px;
	cursor:pointer;
}
.greygrad3 .batchmsgs .paging a:hover {
	background-image:url('../design/page_hvr.gif');
	background-position:top right;
}
.greygrad3 .batchmsgs .paging a:hover b {
	background-image:url('../design/page_hvr_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	color:black;
}
.greygrad3 .batchmsgs .paging a.onpage {
	/*background-image:url('../design/onpage.gif');*/
	background-position:top right;
	display:block;
    float:left;
    text-decoration:none;
    margin-left:px;
    padding:0px 0px;
    border:1px solid #ddd;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:normal;
    color:#888;
    line-height:24px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.greygrad3 .batchmsgs .paging a.onpage b {
    color:#444;
    line-height: 24px;
    padding: 0 8px;
    border: none;
}

.greygrad3 .batchmsgs .paging .page b {
	-moz-border-radius:4px 4px 4px 4px;
	border:1px solid #DDDDDD;
	color:#888888;
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:24px;
	margin-left:2px;
	padding:0 8px;
	text-decoration:none;
}

.greygrad3 .batchmsgs .paging a.pp {
	width: 21px;
	height:27px;
	background-image:url('../design/paging_pp.gif');
}
.greygrad3 .batchmsgs .paging a.pp:hover {
	background-position:top right;
}
.greygrad3 .batchmsgs .paging a.np {
	width: 21px;
	height:27px;
	background-image:url('../design/paging_np.gif');
}
.greygrad3 .batchmsgs .paging a.np:hover {
	background-position:top right;
}


/*********/
.ubluebtn {
	display:block;
	margin-top:5px;
	clear:both;
	float:left;
	background-image:url('../design/ubbtn.gif');
	background-position:top right;
	background-color:#004994;
}
.ubluebtn b{
	display:block;
	float:left;
	background-image:url('../design/ubbtn_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	color:white;
	font-weight:bold;
	padding:2px 6px 3px 6px;
}
.ubluebtn:hover{
	text-decoration:underline;
	color: #4791dd;
}
.ubluebtn:hover b{
	color: #fff;
}

/****************/
.taglist a {
	display:block;
	float:left;
	white-space:nowrap;
	background-image:url('../design/tagbackgr.gif');
	background-position:top right;
	background-color: #434343;
	background-repeat:no-repeat;
	padding:2px 12px 4px 6px;
	margin-right:5px;
	margin-bottom:5px;
	line-height:1.2;
	font-family:"Verdana",sans-serif;
	font-size:12px;
	color:#ffffff;
	overflow:inherit;
}

.taglist a:hover {
	background-color: #434343;
}
.taglist a.ontag {
	background-color: #434343;
	color:white;
}
.taglist a small {
	color:#ffffff;
	font-size:12px;
}


/***/
.contactparam {
	font-size:11px;
	color:#888;
	padding-right:5px;
	padding-left:3px;
}
/********/
#usermenu {
	width:350px;
	float:right;
	margin-top:14px;
	margin-right:14px;
}
#usermenu a {
	width:34px;
	height: 28px;
	float:right;
	display:block;
	margin-left: 4px;
	background-color:#b6d6f3;
}
#usermenu strong {
	width:34px;
	height: 28px;
	float:right;
	display:block;
	margin-left: 4px;
	background-color:#c7e2fb;
}
#usermenu a b {
	display:none;
}
#usermenu a:hover {
	background-position:bottom left;
}
#usermenu a.um_follow {
	background-image:url('../design/um_follow.gif');
}
#usermenu a.um_unfollow {
	background-image:url('../design/um_unfollow.gif');
}
#usermenu a.um_atuser {
	background-image:url('../design/um_atuser.gif');
}
#usermenu a.um_pm {
	background-image:url('../design/um_pm.gif');
}
#usermenu a.um_edit {
	background-image:url('../design/um_edit.gif');
}
#usermenu a.um_ptg {
	background-image:url('../design/um_ptg.gif');
}
#usermenu a.um_backtoprofile {
	background-image:url('../design/um_backtoprofile.gif');
}
#usermenu a.um_nextpost {
	background-image:url('../design/um_nextpost.gif');
}
#usermenu a.um_prevpost {
	background-image:url('../design/um_prevpost.gif');
}
#usermenu strong.um_nonextpost {
	background-image:url('../design/um_nonextpost.gif');
}
#usermenu strong.um_noprevpost {
	background-image:url('../design/um_noprevpost.gif');
}
#usermenu a.um_joingr {
	background-image:url('../design/um_joingr.gif');
	width:37px;
}
#usermenu a.um_leavegr {
	background-image:url('../design/um_leavegr.gif');
	width:37px;
}
#usermenu .umtt {
	float:right;
	background-image:url('../design/umtt.gif');
	background-position:top right;
}
#usermenu .umtt div {
	float:left;
	background-image:url('../design/umtt2.gif');
	background-position:top left;
	background-repeat:no-repeat;
	padding:7px 11px 7px 7px;
	color:#657482;

}


/************/

.nopoststop {
	height: 5px;
	background-color:#f7f7f7;
	background-image:url('../design/np_top.gif');
	background-position:top right;
}
.nopoststop2 {
	height: 5px;
	background-image:url('../design/np_top2.gif');
	background-position:top left;
	background-repeat:no-repeat;
}
.nopostsbottom {
	height: 5px;
	background-color:#f7f7f7;
	background-image:url('../design/np_bottom.gif');
	background-position:top right;
}
.nopostsbottom2 {
	height: 5px;
	background-image:url('../design/np_bottom2.gif');
	background-position:top left;
	background-repeat:no-repeat;
}
.nopostsbody {
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
	background-color:#f7f7f7;
	padding:15px;
	padding-top:11px;
	padding-bottom:11px;
}
.nopostsbody h3 {
	margin:0px;
	padding:0px;
	font-size:22px;
	font-weight:normal;
	font-family:arial, verdana;
}
.nopostsbody p {
	margin:0px;
	padding:0px;
	line-height:1.4;
	margin-top:7px;
}



/********/
.slimuser {
	display:block;
	float:left;
	position:relative;
	margin-right:5px;
	margin-bottom:5px;
	z-index:100;
}
.slimuser img {
	background-color:white;
	border:1px solid #eee;
	padding:4px;
}
.slimuser:hover img {
	border:1px solid #aaa;
}


/**********************/

#vposthdr {
	height:60px;
	background-color: #d1e9ff;
	background-image:url('../design/vposthdrbackgr.gif');
	background-position:top left;
	background-repeat:repeat-x;
}
#vposthdr2 {
	height:60px;
	background-image:url('../design/vposthdr.gif');
	background-position:top right;
	background-repeat:no-repeat;
}
#vposthdravatar {
	display:block;
	float:left;
	background-color:white;
	bordeR:1px solid #77a5d0;
	padding:4px;
}
#vposthdravatar:hover {
	bordeR:1px solid #0055a4;
}
#vposthdravatar img {
	border:0px;
}
#vposthdravatar_rss {
	float:left;
	width:60px;
	height:60px;
	background-position:5px 5px;
	background-repeat:no-repeat;
}
#vposthdravatar_rss a {
	display:block;
	width:60px;
	height:60px;
	background-image:url('../design/avatar_rss_blue.gif');
	background-position:bottom left;
}
#vposthdravatar_rss a:hover {
	background-position:top left;
}
#vposthdrinfo {
	float:left;
	padding:8px;
	color:#8493a1;
	font-size:11px;
}
#vposthdrinfo a {
	display:block;
	font-size:22px;
	font-family:arial;
}
#vpostbody {
	margin-top:10px;
	background-image:url('../design/vpostbody.gif');
	background-repeat:repeat-x;
	background-position:top left;
}
#vpostbody2 {
	background-image:url('../design/vpostbody2.gif');
	background-repeat:no-repeat;
	background-position:top left;
}
#vposttext {
	font-size:20px;
	font-family:Arial, Verdana;
	padding:10px;
	padding-bottom:5px;
}

#vposttext a, #vposttext .post_tag, #vposttext .post_mentioned {
	font-size:20px;
}
#vposttext .post_tag b, #vposttext .post_mentioned b {
	font-size:18px;
}


#vpostbody .postcontrols {
	width: 27px;
	background-image:url('../design/vpostbody_right.gif');
	float:right;
}

#vpostbody .postcontrols a {
	display:block;
	background-position:0px -17px;
}
#vpostbody .postcontrols a:hover {
	display:block;
	background-position:0px -34px;
}

#vpostbody .postcontrols .pfave.saved {
	background-position:0px -51px;
}
#vpostbody .postcontrols .pfave.saved:hover {
	background-position:bottom left;
}
#vpostbody .postcontrols .post:hover .pfave.saved:hover {
	background-position:bottom left;
}


#vpostbody #vpostftr {	
	color:#999;
	font-size:12px;
	padding-bottom:4px;
	white-space:nowrap;
	padding-left:10px;
}

#vpostbody #vpostftr a {
	color:#666;
}
#vpostbody #vpostftr a:hover {
	color:#000;
}
#vpost .postcomments {
	margin-bottom:0px;
}
#vpostbody .postlink {
	margin-left:10px;
	margin-bottom:5px;
}
#vpostbody .filelink {
	margin-left:10px;
	margin-bottom:5px;
}
#viewpost .comment .comment_right { 
	width:870px;
}
#viewpost .addpc_big .addpc_right {
	width: 870px;
}
#viewpost .addpc_big .addpc_right textarea {
	width: 850px;
	height:30px;
}
#viewpost .postcommentshdr2 {
	background-image:url('../design/vpostcommenthdr_left.gif');
}
#viewpost .slimpostcommentshdr2 {
	background-image:url('../design/vpostcommenthdr_slim_left.gif');
}
/********/
.embedbox {
	background-image:url('../design/eb_1.gif');
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #f2f2f2;
	margin-bottom:5px;
	margin-top:5px;
}
.embedbox2 {
	background-image:url('../design/eb_2.gif');
	background-repeat:no-repeat;
	background-position:top right;
}
.embedbox3 {
	background-image:url('../design/eb_3.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
}
.embedbox4 {
	background-image:url('../design/eb_4.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:10px;
	color:#555;
}
.theattachment {
	padding-top:5px;
}
.attachmentinfo {
	margin-top:5px;
}
/********/
#viewpost #usermenu {
	margin-top:16px;
	margin-right:16px;
}



/************/
#page_browse_mg {
	margin-bottom:10px;
}
#page_browse_mg_left {
	width:212px;
	float:left;
}
#page_browse_mg_right {
	width:708px;
	float:right;
}
#page_browse_mg_left h2 {
	font-family:arial;
	font-weight:normal;
	font-size:18px;
	margin: 0px 0px 5px 8px;
	padding:0px;
}
#page_browse_mg_left p {
	margin:0px;
	padding:0px;
	margin-top:5px;
	color:#555;
}



/******** HOME PAGE ********/

/***********/
#home_left {
	float:left;
	margin-right:7px;
	width:153px;
}
#home_content {
	float:left;
	overflow:visible;
	width:520px;
}
#home_right {
	float:right;
	width:250px;
	overflow:hidden;
}

/**********/
#homenav a {
	display:block;
	background-image:url('../design/homeleftnav.gif');
	height:21px;
	padding-top:8px;
	padding-left:8px;
	background-repeat:no-repeat;
	margin-right: 13px;
} 
#homenav a:hover {
	background-position:bottom left;
	text-decoration:underline;
	color: #c9dbec;
} 
#homenav a.new {
	background-image:url('../design/homeleftnav_new.gif');
	background-position:bottom left;
}
#homenav a:hover span {
	color: #003464;
} 
#homenav a.onn {
	background-image:url('../design/homeleftnav_on.gif');
	color:white;
	margin-right:0px;
	background-position:bottom left;
}
#homenav a.onn:hover, #homenav a.onn:hover span {
	color:white;
	text-decoration:none;
}
.npbtn {
	display:block;
	background-color: #ff9c00;
	background-image:url('../design/npbtn.gif');
	margin-right:13px;
	padding:6px 10px 7px 30px;
	color: #ffba2e;
	text-decoration:underline;
	line-height:1.2;
}
.npbtn b {
	color: #fff;
}
.npbtn:hover {
	color: #fff;
	background-position:0px -27px;
}
.npbtn:active {
	color: #fff;
	background-position:bottom left;
}

/********************************************************************

.brick {
    background:url(../imgs/brick_update_bg.png) repeat-y;
    width:444px;
    margin:0px;
    float:left;
    padding:0px;
    position:relative;
    z-index: 0
}

.brick_mobile {
    background:url(../imgs/brick_right_bg.png) repeat-y;
    width:250px;
    margin:0px;
    float:left;
    padding:0px;
    position:relative;
    z-index: 0
    margin-bottom:10px;
}

.brick_top_mobile {
    background:url(../imgs/brick_right_top.png) no-repeat;
    width:250px;
    height:36px;
}

.brick_btm_mobile {
    background:url(../imgs/brick_right_btm.png) no-repeat;
    width:250px;
    height:21px;
    float:left;
    font-size:0px;
}

.brick_content_mobile {
    margin:-31px 0px -16px 17px;
    width:250px;
    float:left;
    display:inline;
    position:relative;
    font-family:Verdana,sans-serif;
}

.brick_preview_mobile {
    width:17px;
    height:27px;
    margin:0px 12px 0px 0px;
    text-align:center;
    display:inline;
    float:left;
    border:solid 1px #cbd2d7;
    position:relative;
}
.brick_online_mobile {
    position:absolute;
    bottom:0px;
    left:0px;
}


.brick_title_mobile b {
    line-height:18px;
    display:block;
    margin:5px 0px 5px 0px;
    font-family:Verdana,sans-serif;
    font-weight:normal;
    font-size:9px;
}
.brick_title_mobile strong {
    font-size:12px;
    line-height:10px;
    font-family:Verdana,sans-serif;
    font-weight:normal;
}

.brick_title_mobile a {
	display:block;
	background-color: #434343;
	border-bottom:1px solid #aeaeae;
	color:#9a9a9a;
	padding:4px;
	padding-left:17px;
	padding-bottom:5px;
	background-repeat:no-repeat;
	background-position:0px 1px;
}
.brick_title_mobile a:hover {
	background-image:url('../design/gtdlist_hvr.gif');
	background-color:#434343;
}
.brick_title_mobile a.frst {
	background-image:url('../design/gtdlist_hvr.gif');
	background-position:0px 0px;
}
.brick_title_mobile a.frst:hover {
	background-image:url('../design/gtdlist_hvr.gif');
	background-position:0px 0px;
}
.brick_title_mobile a.last {
	background-image:url('../design/gtdlist_hvr.gif');
	background-position:0px 0px;
	border-bottom:0px;
}
.brick_title_mobile a.last:hover {
	background-image:url('../design/gtdlist_hvr.gif');
	background-position:0px 0px;
}


.brick_title_mobile .postusername {
	font-family:Arial,Helvetica,
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.brick_title_mobile a {
    color:#6e7778;
}
.brick_title_mobile a.moreLink {
    font-size:12px;
}
.brick_title_mobile a:hover {
    color:#0E6DB7;
}
.brick_byline_mobile {
    color:#91b9d8;
    font-family:Verdana,sans-serif;
    font-weight:normal;
    font-size:11px;
    display:inline;
    margin:2px 0px 5px 0px;
}
.brick_byline_mobile a {
    color:#91b9d8;
    font-size:11px;
}
.brick_byline_mobile .location {
    display:inline;
}
.brick_byline_mobile .location.separator {
    border-left:1px solid #91b9d8;
    margin-left:4px;
    padding-left:6px;
}
.brick_actions_mobile {
    color:#91b9d8;
    font-size:11px;
    position:absolute;
    bottom:20px;
    right:10px;
    text-align:right;
    line-height:10px;
}


.brick_top {
    background:url(../imgs/brick_update_top.png) no-repeat;
    width:444px;
    height:36px;
}
.brick_btm {
    background:url(../imgs/brick_update_btm.png) no-repeat;
    width:444px;
    height:21px;
    float:left;
    font-size:0px;
}
.brick_content {
    margin:-31px 0px -16px 13px;
    width:444px;
    float:left;
    display:inline;
    position:relative;
}
.brick_content .videoContainer {
    float:left;
    width:250px;
    height:208px;
    background-color:#000;
    margin-right:12px;
}
.brick_btm .videoExpandActions {
    font-size:11px;
    line-height:12px;
    position:absolute;
    left:279px;
    bottom:7px;
}
.brick_btm .videoExpandActions a.collapse {
    float:left;
    background:url(../imgs/icon_collapse.gif) no-repeat;
}
.brick_btm .videoExpandActions a.collapse span {
    margin-left:16px;
}
.brick_btm .videoExpandActions a.collapse:hover {
    background-position:0% -12px;
    text-decoration:none;
}
.brick_btm .videoExpandActions a.collapse:hover span {
    text-decoration:underline;
}
.brick_preview {
    margin:0px 12px 0px 0px;
    text-align:center;
    display:inline;
    float:left;
    border:solid 1px #cbd2d7;
    position:relative;
}

.brick_preview .postimage {
	float:right;
	background-color:white;
	border:1px solid #ccc;
	padding:4px;
	margin-top:4px;
	margin-left:10px;
	margin-bottom:10px;
}
.brick_preview .postimage:hover  {
	border:1px solid #5683af;
}
.brick_preview .postimage img {
	border:0px;
	width:60px;
	height:60px;
}

.brick_online {
    position:absolute;
    bottom:0px;
    left:0px;
}
.brick_topic_icon {
    position:absolute;
    top:-3px;
    right:-5px;
}
.brick_mature_icon {
    position:absolute;
    bottom:0px;
    right:0px;
}
.brick_title {
    line-height:18px;
    display:block;
    margin:5px 0px 5px 0px;
}
.brick_title {
    color:#282e31;
    font-size:12px;
    line-height:18px;
    font-family:Arial, Helvetica;
    color: #444;
}

.brick_title .postusername {
	font-family:Arial,Helvetica,
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.brick_title .posttext {
	clear:left;
	line-height:16px;
}

.brick_title a {
    color:#6e7778;
}
.brick_title a.moreLink {
    font-size:12px;
}
.brick_title a:hover {
    color:#0E6DB7;
}

.brick_byline {
    color:#91b9d8;
    font-size:11px;
    display:inline;
    margin:2px 0px 5px 0px;
}
.brick_byline a {
    color:#91b9d8;
    font-size:11px;
}
.brick_byline .location {
    display:inline;
}
.brick_byline .location.separator {
    border-left:1px solid #91b9d8;
    margin-left:4px;
    padding-left:6px;
}
.brick_actions {
    color:#91b9d8;
    font-size:11px;
    position:absolute;
    bottom:7px;
    right:5px;
    text-align:right;
    line-height:10px;
}
.brick_actions .action_icon {
    float:left;
}
.brick_actions .comment_num {
    margin-right:4px;
    float:left;
    font-size: 11px;
}
.brick_actions .requiresLogin {
    font-size: 11px;
}
.brick_actions a.editIcon,.brick_actions a.commentIcon,.brick_actions a.commentIconWhatsNew {
    float:left;
    display:block;
    width:12px;
    height:12px;
    cursor:pointer;
    background-position:top left;
    background-repeat:no-repeat;
}
.brick_actions a.editIcon {
    margin-top:-1px;
}
.brick_actions a.editIcon.gray {
    background-image:url(../imgs/icon_edit_gray2.gif);
}
.brick_actions a.editIcon.blue {
    background-image:url(../imgs/icon_edit_blue2.gif);
}
.brick_actions a.commentIcon {
    background-image:url(../imgs/icon_comment4.gif);
    width:11px;
}
.brick_actions a.commentIconWhatsNew {
    background-image:url(../imgs/icon_comment_whatsnew4.gif);
    width:11px;
}

.brick_actions .mpostclose {
	float:left;
	display:block;
	width:15px;
	height:15px;
	background-image:url('../design/mpostclose.gif');
	line-height:0px;
	font-size:0px;
	overflow:visible;
}
.brick_actions .mpostclose:hover {
	background-position:bottom left;
}
.mpost_mentioned {
	color:#aaa;
	font-weight:normal;
}

.brick_actions a:hover.editIcon,.brick_actions a:hover.commentIcon,.brick_actions a:hover.commentIconWhatsNew {
    background-position:0% -12px;
    text-decoration:none;
}
.brick_icon {
    margin:0px 0px -3px 0px;
}
.brick_icon_divider {
    float:left;
    margin:-2px 6px 0px;
}
.brick.commentBrick .brick_actions {
    right:4px;
    bottom:-2px;
}
.brick.commentBrick {
    background:url(../imgs/brick_comment_bg.png) repeat-y;
    width:541px;
    margin:0px;
    float:left;
    padding:0px;
    position:relative;
}
.brick.commentBrick a {
 font-size: 11px;
}
.brick.commentBrick .brick_top {
    background:url(../imgs/brick_comment_top.png) no-repeat;
    width:551px;
    height:36px;
}
.brick.commentBrick .brick_btm {
    background:url(../imgs/brick_comment_btm.png) no-repeat;
    width:551px;
    height:21px;
    float:left;
    font-size:0px;
}
.brick.commentBrick .brick_title {
    color:#444;
    font-size:12px;
}
.brick.commentBrick .brick_title .content a {
    color:#282e31;
}
.brick.commentBrick .brick_title a {
    color:#0E6DB7;
    font-size:12px;
    font-weight: bold;
}
.brick.commentBrick .brick_title a:hover {
    color:#0E6DB7;
}
.brick.commentBrick .brick_content {
    overflow:visible;
}
.brick.commentBrick .brick_content .deleted {
    color:#8B989A;
    font-style:italic;
}
.brick.commentBrick .brick_byline {
    float:left;
    color:#aaa;
    position:relative;
}
.brick.commentBrick .brick_in_response a {
    color:#8B989A;
}
.brick.commentBrick .brick_in_response a:hover {
    color:#0E6DB7;
}
.brick.sponsorBrick .brick_title a,.brick.promoBrick .brick_title a {
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    color:#282E31;
}
.brick.sponsorBrick .brick_actions a,.brick.promoBrick .brick_actions a {
    font-size:12px;
    font-weight:bold;
}
.brick.sponsorBrick {
    background:url(../imgs/brick_sponsor_bg.gif) repeat-y;
    width:551px;
    margin:0px;
    float:left;
    padding:0px;
    position:relative;
}
.brick.sponsorBrick .brick_top {
    background:url(../imgs/brick_sponsor_top.gif) no-repeat;
    width:551px;
    height:36px;
}
.brick.sponsorBrick .brick_btm {
    background:url(../imgs/brick_sponsor_btm.gif) no-repeat;
    width:524px;
    height:17px;
    padding:3px 10px 3px 17px;
    float:left;
    font-size:0px;
}
.brick.sponsorBrick .brick_byline {
    color:#e4cda1;
}
.brick.sponsorBrick .brick_content,.brick.promoBrick .brick_content {
    margin-bottom:3px;
}
.brick.sponsorBrick .brick_actions,.brick.promoBrick .brick_actions {
    bottom:27px;
}
.brick.sponsorBrick .promoHeading,.brick.promoBrick .promoHeading,.promoHeading a {
    font-size:14px;
    margin-bottom:-1px;
    color:#282e31;
    line-height:16px;
}
.brick.sponsorBrick .promoDesc,.promoDesc a {
    margin-left:5px;
    font-size:11px;
    line-height:18px;
    color:#c8b085;
}
.brick.promoBrick .brick_btm {
    background:url(../imgs/brick_promo_btm.gif) no-repeat;
    width:524px;
    height:17px;
    padding:3px 10px 3px 17px;
    float:left;
    font-size:0px;
}
.brick.promoBrick .promoDesc {
    margin-left:5px;
    font-size:11px;
    line-height:18px;
    color:#7da6b9;
}
.brick.promoBrick .promoDesc a {
    font-size:11px;
    line-height:18px;
    color:#7da6b9;
}

/*************************************************************/
#postform {	
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	overflow:hidden;
}
#pfhdr {	
	background-image:url('../design/pf_hdr.gif');
	height:28px;
}
#pfhdrleft {
	float:left;
	padding-left:7px;
	background-image:url('../design/pf_hdr_left.gif');
	background-repeat:no-repeat;
	background-position:top left;
}
#pfhdrright {
	float:right;
	padding-top:9px;
	padding-right:9px;
	background-image:url('../design/pf_hdr_right.gif');
	background-repeat:no-repeat;
	background-position:top right;
	height:20px;
	overflow:hidden;
}
#pfhdrright a {
	float:right;
	display:block;
	width: 13px;
	height:13px;
	background-image:url('../design/close.gif');
	margin-left:10px;
	font-size:0px;
	overflow:hidden;
}
#pfhdrright a:hover {
	background-position:bottom left;
}
#pfhdrright small {
	font-size:11px;
	color:#888;
	float:right;
}
#pfhdrleft b {
	display:block;
	float:left;
	margin-top:7px;
}
#sharewith {
	position:relative;
	float:left;
	margin-top:7px;
	height:17px;
	margin-left:5px;
	overflow:visible;
	color: #d6e3ef;
}
#sharewith #selectedupdateoption {
	text-decoration:underline;
	font-weight:bold;
	color:#d6e3ef;
}
#sharewith #selectedupdateoption span {
	color:#0055a4;
	float:left;
	cursor:pointer;
	text-decoration:underline;
	padding-right:5px;
}
#sharewith b {
	display:block;
	float:left;
	margin-top:1px;
	width: 13px;
	height:13px;
	background-image:url('../design/updateoptionsdropper.gif');	
	cursor:pointer;
	font-size:0px;
}
#sharewith a:hover b {
	background-position:bottom left;
}
#sharewith #updateoptions {
	display:none;
	background-color: #0055a4;
	padding:1px;
	position:absolute;
	top:17px;
	left:-10px;
	border:3px solid #d6e3ef;
	z-index:500;
	overflow:visible;
}
#sharewith #updateoptions a {
	display:block;
	padding:4px;
	padding-left:6px;
	padding-right:15px;
	border-bottom:1px solid #ebf5ff;
	background-color:white;
	color:#0055a4;
	white-space:nowrap;
}
#sharewith #updateoptions a:hover {
	background-color: #3688da;
	color:white;
	border-bottom:1px solid #0055a4;
}

.pmuser {
	float:left;
	margin:0px;
	margin-top:3px;
	margin-left: 5px;
	font-weight:bold
}
.pmuser strong {
	float:left;
	display:block;
	padding-top:4px;
	padding-right:4px;
}
.pmuser input {
	width:100px;
	float:left;
}
.pmuser a {	
	display:block;
	float:left;
	margin-left:4px;
	margin-top:1px;
	width: 13px;
	height:13px;
	background-image:url('../design/updateoptionsdropper.gif');
	margin-top:5px;
	font-size:0px;
}
.pmuser a:hover {	
	background-position:bottom left;
}
#postform textarea {
	display:block;
	height:36px;
	border:1px solid #ccc;
	width:920px;
	padding:0px;
	position:relative;
	font-family:verdana, arial, tahoma, serif;
	background-image:url('../design/pf_textarea.gif');
	background-repeat:repeat-x;
	background-position:top left;
	background-color:white;
	line-height:1.2;
}
#postform textarea:focus {
	border:1px solid #aaa;
}
#pfattach {
	margin-top:3px;
	height:34px;
	z-index:50;
	overflow:hidden;
}
#pfattach a.attachbtn {
	display:block;
	float:left;
	margin-right:3px;
	background-image:url('../design/pfattach_a.gif');
	background-position:bottom right;
	line-height:1.2;
	height:30px;
}
#pfattach a.attachbtn b {
	display:block;
	float:left;
	padding:8px 8px 8px 30px;
	background-image:url('../design/pfattach_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	font-weight:normal;
	color:#666;
	line-height:1.2;
	cursor:pointer;
}
#pfattach a.attachbtn:hover b {
	background-position:bottom left;
	color:#000;
}
#pfattach a.pressed {
	background-image:url('../design/pfattach_a_pressed.gif');
	background-position:top right;
	margin-bottom:-1px;
	z-index:51;
	height:34px;
}
#pfattach a.pressed b {
	background-image:url('../design/pfattach_b_pressed.gif');
	padding-bottom:12px;
}
#attachbox {
	clear:both;
	z-index:49;
	margin-top:-1px;
	overflow:hidden;
}
#attachbox #attachboxhdr {
	height: 5px;
	background-image:url('../design/pf_attachboxhdr.gif');
	font-size:0px;
	overflow:hidden;
}
#attachbox.a_link #attachboxhdr {
	background-image:url('../design/pf_attachboxhdr_first.gif');
}
#attachbox #attachboxftr {
	font-size:0px;
	height: 7px;
	background-image:url('../design/pf_attachboxftr.gif');
}
#attachbox #attachboxcontent {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding:2px 0px 0px 0px;
	overflow:hidden;
}
#attachbox .closeattachbox {
	display:block;
	width: 13px;
	height:13px;
	background-image:url('../design/close.gif');
	font-size:0px;
	float:right;
	margin-top:2px;
	margin-right:8px;
}
#attachbox .closeattachbox:hover {
	background-position:bottom left;
}

#pfattach .attachok {
	float:left;
	margin-right:3px;
	background-image:url('../design/pf_attachmentok.gif');
	background-position:bottom right;
}
#pfattach .attachok span {
	display:block;
	float:left;
	padding:8px 8px 8px 30px;
	background-image:url('../design/pf_attachmentok2.gif');
	background-position:top left;
	background-repeat:no-repeat;
	font-weight:normal;
	color:#666;
	color:black;
	line-height:1.2;
}
#pfattach .attachok a {	
	float:left;
}
#pfattach .attachok b {	
	float:left;
	padding-right:3px;
}
#pfattach .attachok em {
	font-style:	normal;
}
#pfattach .attachok .removeattachment {	
	display:block;
	width: 13px;
	height:13px;
	background-image:url('../design/close.gif');
	float:left;
	margin-left:5px;
	margin-top:1px;
	font-size:0px;
}
#pfattach .attachok .removeattachment:hover {	
	background-position:bottom left;
}
#pfattach #postbtn {
	display:block;
	float:right;
	background-image:url('../design/pf_btn_a.gif');
	background-position:top right;	
}
#pfattach #postbtn b {
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-image:url('../design/pf_btn_b.gif');
	background-position:top left;
	font-size:18px;
	font-weight:normal;
	padding:3px 12px 5px 12px;
	color:#0055a4;
	cursor:pointer;
}
#pfattach #postbtn:hover {
	background-image:url('../design/pf_btn_a_hvr.gif');
}
#pfattach #postbtn:hover b {
	background-image:url('../design/pf_btn_b_hvr.gif');
}
#pfattach #postbtn:focus {
	background-image:url('../design/pf_btn_a_fcs.gif');
}
#pfattach #postbtn:focus b {
	background-image:url('../design/pf_btn_b_fcs.gif');
}

#pf_posting, #pf_loading {
	height:36px;
	background-image:url('../design/pf_posting.gif');
	margin-bottom:5px;
}
#pf_posting img, #pf_loading img {
	margin:7px;
	float:left;
}
#pf_posting b, #pf_loading b {
	margin:2px;
	margin-top:11px;
	display:block;
	float:left;
}
#pf_postedok, #slim_msgbox {
	height:36px;
	background-image:url('../design/pf_postedok.gif');
	margin-bottom:5px;
}
#slim_msgbox {
	margin-top:10px;
	margin-bottom:0px;
}
#pf_postedok strong, #slim_msgbox strong {	
	display:block;
	float:left;
	padding:11px;
	padding-left:38px;
}
#pf_postedok a, #slim_msgbox a {	
	display:block;
	float:right;
	margin-top: 6px;
	margin-right:6px;
	background-image:url('../design/pf_postedok_ok.gif');
	background-position:top right;
}
#pf_postedok a b, #slim_msgbox a b {	
	display:block;
	float:left;
	background-image:url('../design/pf_postedok_ok_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	color:#027c01;
	padding:5px 8px 5px 8px;
	cursor:pointer;
}
#pf_postedok a:hover, #slim_msgbox a:hover {	
	background-position:bottom right;
}
#pf_postedok a:hover b, #slim_msgbox a:hover b {	
	background-position:bottom left;
	color:black;
}
#pf_postederror {
	height:36px;
	background-image:url('../design/pf_postederror.gif');
	margin-bottom:5px;
}
#pf_postederror strong {	
	display:block;
	float:left;
	padding:11px;
	padding-left:38px;
}
#pf_postederror a {	
	display:block;
	float:right;
	margin-top: 6px;
	margin-right:6px;
	background-image:url('../design/pf_postederror_ok.gif');
	background-position:top right;
}
#pf_postederror a b {	
	display:block;
	float:left;
	background-image:url('../design/pf_postederror_ok_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	color:#af0000;
	padding:5px 8px 5px 8px;
	cursor:pointer;
}
#pf_postederror a:hover {	
	background-position:bottom right;
}
#pf_postederror a:hover b {	
	background-position:bottom left;
	color:black;
}
/*******************/

#topsearch {
	position:absolute;
	top:5px;
	right:6px;
	height:28px;
	overflow:visible;
	max-width:380px;
}
#topsearch #searchbtn {
	float:right;
	background-image:url('../design/searchbtnbackgr.gif');
	height: 28px;
	padding-left:1px;
}
#topsearch #searchbtn input {
	float:left;
	background-image:url('../design/searchbtn.gif');
	background-position:top right;
	font-weight:bold;
	color: #0055a4;
	border:0px;
	height:28px;
	padding-bottom:5px;
	cursor:pointer;
	_padding-bottom:3px;
}
#topsearch #searchbtn input:hover {
	text-decoration:underline;
}
#topsearch #searchbtn input:focus {
	background-image:url('../design/searchbtn_fcs.gif');
}
#topsearch #searchinput {
	float:right;
	background-image:url('../design/topsearch_behindinput.gif');
	background-position:top left;
	height:28px;
}
#topsearch #searchinput input {
	background-color:white;
	border:0px;
	margin:5px;
	margin-bottom:0px;
	width:180px;
}
#topsearch .searchselect {
	float:right;
	background-color:white;
	border-bottom:1px solid #00418f;
	height:27px;
	position:relative;
	overflow:visible;
}
#topsearch .searchselect a {
	display:block;
	font-size:11px;
	color: #6f6f6f;
	padding:6px;
	background-image:url('../design/searchselect.gif');
	background-repeat:no-repeat;
	padding-left: 20px;
	background-position:0px 7px;
	padding-right:10px;
}
#topsearch .searchselect a#search_drop_lnk {
	width:55px;
}
#topsearch .searchselect a:hover {
	color: #222;
	background-image:url('../design/searchselect_hvr.gif');
}
#topsearch .searchselect .searchselectmenu {
	position:absolute;
	top:27px;
	left:-2px;
	width:86px;
	border:1px solid #0055a4;
	z-index:10;
}
#topsearch .searchselect .searchselectmenu a {
	display:block;
	padding:4px;
	padding-left:6px;
	border-bottom:1px solid #ebf5ff;
	background-color:white;
	color:#0055a4;
	background-image:none;
}
#topsearch .searchselect .searchselectmenu a:hover {
	background-color: #3688da;
	color:white;
	border-bottom:1px solid #0055a4;
	background-image:none;
}
/*************************/

.ttl {
	height: 27px;
	background-color: #eee;
	background-image:url('../design/ttl.gif');
	background-position:top right;
	overflow:visible;
}
.ttl2 {
	height: 27px;
	background-image:url('../design/ttl2.gif');
	background-position:top left;
	background-repeat:no-repeat;
	overflow:visible;
}
.ttl2 h3 {
	margin:0px;
	padding:0px;
	font-size:12px;
	padding-top:6px;
	padding-left:7px;
	float:left;
	color:black;
	overflow:visible;
}
.ttl2 .ttlink {
	float:right;
	display:block;
	padding:6px;
	overflow:visible;
}
#postfilter {
	float:right;
	font-size:11px;
	color:#666;
	padding:6px;
	padding-bottom:0px;
	position:relative;
	overflow:visible;
	max-width:250px;
}
#postfilter span {
	float:right;
	overflow:visible;
}
#postfilter #postfilterselected {
	display:block;
	float:right;
	text-decoration:underline;
	color: #d9dfe5;
	background-image:url('../design/postfilterdropper.gif');
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:13px;
	margin-left:5px;
	overflow:visible;
}
#postfilter #postfilterselected span {
	color: #0055a4;
	float:left;
	cursor:pointer;
	overflow:visible;
}
#postfilter #postfilterselected:hover {
	color: #96b4d1;
	overflow:visible;
}


#postfilter #postfilteroptions, #postfilter .postfilteroptions {
	position:absolute;
	top:24px;
	right:0px;
	width:100px;
	border:1px solid #0055a4;
	display:block;
	z-index:3000;
	overflow:visible;
}
#postfilter #postfilteroptions a, #postfilter .postfilteroptions a {
	display:block;
	padding:4px;
	padding-left:6px;
	border-bottom:1px solid #ebf5ff;
	background-color:white;
	color:#0055a4;
	background-image:none;
	overflow:visible;
}
#postfilter #postfilteroptions a:hover, #postfilter .postfilteroptions a:hover {
	background-color: #3688da;
	color:white;
	border-bottom:1px solid #0055a4;
	overflow:visible;
}
/***************************/


.paging {
	/*height: 27px;
	background-color: #eee;
	background-image:url('../design/ttl.gif');
	background-position:top right;
	overflow:visible;
	margin-top:5px;
	line-height:1.2;*/
	display:inline;
	float:right;
	margin:10px 5px 0 10px;
	overflow:visible;
}
.paging2 {
	/*height: 27px;
	background-image:url('../design/ttl2.gif');
	background-position:top left;
	background-repeat:no-repeat;
	overflow:visible;*/
	display:inline;
	float:right;
	margin:10px 5px 0 10px;
}
.paging span {
	display:block;
	float:left;
	font-size:11px;
	color: #696969;
	padding:7px;
	padding-bottom:0px;

}
.paging a {
	display:block;
	float:left;
}
.paging a b {
	display:block;
	float:left;
	padding:6px;
	padding-bottom:7px;
	cursor:pointer;
}
.paging a:hover {
	background-image:url('../design/page_hvr.gif');
	background-position:top right;
}
.paging a:hover b {
	background-image:url('../design/page_hvr_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	color:black;
}
.paging a.onpage {
	/*background-image:url('../design/onpage.gif');*/
	background-position:top right;
	display:block;
    float:left;
    text-decoration:none;
    margin-left:px;
    padding:0px 0px;
    border:1px solid #ddd;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:normal;
    color:#888;
    line-height:24px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.paging a.onpage b {
    color:#444;
    line-height: 24px;
    padding: 0 8px;
    border: none;
}

.paging .page b {
	-moz-border-radius:4px 4px 4px 4px;
	border:1px solid #DDDDDD;
	color:#888888;
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:24px;
	margin-left:2px;
	padding:0 8px;
	text-decoration:none;
}

.paging a.pp {
	width: 21px;
	height:27px;
	background-image:url('../design/paging_pp.gif');
}
.paging a.pp:hover {
	background-position:top right;
}
.paging a.np {
	width: 21px;
	height:27px;
	background-image:url('../design/paging_np.gif');
}
.paging a.np:hover {
	background-position:top right;
}
/*********************************************************/
/* POST **************************************************/
/*********************************************************/

.post {
	margin-bottom:3px;
	background-image:url('../design/post2_backgr.gif');
	background-repeat:repeat-x;
	background-position:top left;
}

.post .postavatar {
	float:left;
	width:50px;
	border:1px solid #d9d9d9;
	padding:4px;
	background-color:white;	
}
.post .postavatar img {
	border:0px;
}
.post .postavatar:hover {
	border:1px solid #999;
}
.post .postavatar_rss {
	float:left;
	width:60px;
	height:60px;
	background-position:5px 5px;
	background-repeat:no-repeat;
}
.post .postavatar_rss a {
	display:block;
	width:60px;
	height:60px;
	background-image:url('../design/avatar_rss.gif');
	background-position:bottom left;
}
.post .postavatar_rss a:hover {
	background-position:top left;
}
.post .postcontrols {
	float:right;
	width: 27px;
	background-image:url('../design/post2_controls1.gif');
	background-position:top right;
}
.post:hover .postcontrols {
	background-image:url('../design/post2_controls.gif');
}
/**/
.postcontrols {
	padding-bottom:2px;
	padding-top:1px;
	min-height:50px;
}
.postcontrols a {
	display:block;
	width:17px;
	height:17px;
	margin:5px;
	margin-bottom:0px;
	margin-top:4px;
}
.post:hover .postcontrols a {
	display:block;
	background-position:0px -17px;
}
.post .postcontrols a:hover {
	display:block;
	background-position:0px -34px;
}
.pfave {
	background-image:url('../design/pfave.gif');
	background-position:0px 0px;
}
.pdel {
	background-image:url('../design/pdel.gif');
	background-position:0px 0px;
}
.pedit {
	background-image:url('../design/pedit.gif');
	background-position:0px 0px;
}
.pfave.saved {
	background-position:0px -51px;
}
.post:hover .pfave.saved {
	background-position:0px -51px;
}
.pfave.saved:hover {
	background-position:bottom left;
}
.post:hover .pfave.saved:hover {
	background-position:bottom left;
}

/***********/
.post .postbody {
	width:405px;
	margin-top:5px;
	margin-left:10px;
	float:left;
}
.post .postusername {
	display:block;
	float:left;
	font-size:18px;
	font-family:arial;
}
.post .posttext {
	clear:left;
	line-height:16px;
}
.post .postftr {	
	color:#999;
	font-size:11px;
	margin-top:3px;
	padding-bottom:4px;
	white-space:nowrap;
}

.post .postftr a {
	color:#666;
	font-size:11px;
}
.post .postftr a:hover {
	color:#000;
}
.post .postftr a.commentlink {	
	color:#1975e1;
}
.post .postftr a.commentlink:hover {	
	color: #11539e;
	border-bottom:1px solid #cadef6;
}

#userposts .postbody {
	width:602px;
	overflow:hidden;
}
#searchbostsleft .postbody {
	width:614px;
}
#home_content.publicindex .postbody {
	width:564px;
}


/*****************/
.newcomments {
	background-image:url('../design/post_newcomments.gif');
	background-position:top right;
	padding:2px;
	padding-top:0px;
	padding-left:0px;
}
.newcomments b {
	color:#e8764d;
	padding:2px;
	padding-top:0px;
	padding-left:4px;
	font-weight:normal;
	background-image:url('../design/post_newcomments2.gif');
	background-position:top left;
	background-repeat:no-repeat;
}

/*********/
.postimage {
	float:right;
	background-color:white;
	border:1px solid #ccc;
	padding:4px;
	margin-top:4px;
	margin-left:10px;
	margin-bottom:10px;
}
.postimage:hover  {
	border:1px solid #5683af;
}
.postimage img {
	border:0px;
	width:60px;
	height:60px;

}
/**************/
.postvideo {
	width:70px;
	height:70px;
	float:right;
	margin-top:4px;
	margin-left:10px;
	background-position:5px 5px;
	background-color:white;
	margin-bottom:10px;
}
.postvideo a {
	display:block;
	width:70px;
	height:70px;
	background-image:url('../design/videoplay.png');
}
.postvideo a:hover {
	background-image:url('../design/videoplay_hvr.png');
}

.postlink {
	margin-top:3px;
	display:block;
	height: 20px;
	padding-top:5px;
	padding-left:18px;
	background-image:url('../design/postlink.gif');
	background-repeat:no-repeat;
}
.postlink:hover {
	background-position:bottom left;
}

.filelink {
	margin-top:3px;
	display:block;
	height: 20px;
	padding-top:5px;
	padding-left:18px;
	background-image:url('../design/filelink.gif');
	background-repeat:no-repeat;
	font-size:11px;
	color: #96bfef;
}
.filelink:hover {
	background-position:bottom left;
	color: #96bfef;
}
.filelink b {
	font-size:12px;
	color: #1975e1;
}
.filelink:hover b {
	color: #11539e;
}
/*****************/

.postcomments {
	clear:both;
	padding-bottom:6px;
	padding-bottom:3px;
	display:block;
}
.postcommentshdr {
	background-image:url('../design/postcommenthdr.gif');
	height: 34px;
	background-position:top right;
}
.postcommentshdr2 {
	background-image:url('../design/postcommenthdr_left.gif');
	background-position:top left;
	background-repeat:no-repeat;
	height: 11px;
	padding:10px;
	padding-top:13px;
	padding-right:8px;
}
.postcommentshdr b {
	float:left;
}
.postcommentshdr a.closecomments {
	float:right;
	display:block;
	width: 13px;
	height:13px;
	background-image:url('../design/close.gif');
	font-size:0px;
}
.postcommentshdr a.closecomments:hover {	
	background-position:bottom left;
}
.postcommentscontent {
	padding:6px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	overflow:hidden;
}
.postcommentsftr {
	background-image:url('../design/postcommentsftr.gif');
	background-position:bottom right;
	overflow:hidden;
}
.postcommentsftr2 {
	background-image:url('../design/postcommentsftr_left.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:5px;
	overflow:hidden;
}
.addpc_slim {
	padding:3px;
}
.addpc_slim input {
	padding:3px;
	color:#999;
	border:1px solid #aaa;
	width:90%;
}
.addpc_slim input:hover {
	border:1px solid #888;
}
.addpc_big {
	padding:3px;
	overflow:hidden;
}
.addpc_big .addpc_avatar {
	float:none;
	border:0px solid white;
}
.addpc_big .addpc_right {
	float:left;
	width:440px;
	padding-left:5px;
}

.addpc_big .addpc_right textarea {
	width:420px;
	padding:5px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	border:1px solid #888;
	margin-bottom:5px;
	height:40px;
}
.addpc_big .addpc_right input {
	font-weight:bold;
}
.addpc_big .addpc_right label {
	font-size:11px;
	color:#999;
	float:right;
	margin-top:2px;
	margin-right:10px;
}

.addpc_big .bricks {
    width:520px;
    margin:0px 0px 0px 0px;
    padding:0px;
    display:inline;
    background:#fff;
    position:relative;
    overflow:visible;
}

.addpc_big .bricks ul {
    list-style-type:none;
    margin:0px 0px 0px 2px;
    padding:0px;
}
.addpc_big .bricks ul li {
    margin:0px 0px 0px 0px;
    padding:0px;
    float:left;
    display:inline;
}
.addpc_big .bricks ul li.first {
    width:50px;
    margin:6px 0px 0px 0px;
    padding:0px;
    display:inline;
}

#userposts .addpc_big .addpc_right {
	width:630px;
}
#userposts .addpc_big .addpc_right textarea {
	width:610px;
}
/*******/
.comment {
	clear:both;
	border-top:1px solid #eee;
	padding-top:5px;
	margin-top:5px;
}

.comment .commentavatar {
	padding:3px;
	border:1px solid #eee;
	display:block;
	float:left;
}
.comment .commentavatar img {
	border:0px;
}
.comment .commentavatar:hover {
	border:1px solid #999;
}
.comment .comment_right {
	float:left;
	margin-left:10px;
	width: 440px;
	font-size:11px;
	color:#aaa;
}
#userposts .comment_right {
	width:640px;
}
.comment .comment_right p {
	margin:0px;
	display:block;
	padding:0px;
	margin-bottom:3px;
	margin-top:3px;
	font-size:12px;
	color:#000;
}
.comment .comment_right a.smalllink {
	font-size:11px;
}
.comment.firstcomment {
	border-top:0px;
	padding-top:0px;
	margin-top:0px;
}

.postcommentscontent.bricks {
    width:520px;
    margin:0px 0px 0px 0px;
    padding:0px;
    display:inline;
    background:#fff;
    position:relative;
    overflow:visible;
}

.postcommentscontent.bricks ul {
    list-style-type:none;
    margin:0px 0px 0px 2px;
    padding:0px;
}
.postcommentscontent.bricks ul li {
    margin:0px 0px 0px 0px;
    padding:0px;
    float:left;
    display:inline;
}
.postcommentscontent.bricks ul li.first {
    width:50px;
    margin:6px 0px 0px 0px;
    padding:0px;
    display:inline;
}

a.commentname {
	font-weight:bold;
	font-size:12px;
}
.slimpostcommentshdr {
	height: 8px;
	background-image:url('../design/postcommenthdr_slim.gif');
	background-position:top right;
}
.slimpostcommentshdr2 {
	height: 8px;
	background-image:url('../design/postcommenthdr_slim_left.gif');
	background-position:top left;
	background-repeat:no-repeat;
}

/*****************/
.litetabs {
	padding-left:7px;
	border-bottom:1px solid #efefef;
	padding-bottom:7px;
	line-height:1.2;
	margin-bottom:5px;
}
.litetabs a {
	display:block;
	float:left;
	margin-right:5px;
}
.litetabs a b {
	font-weight:normal;
	display:block;
	padding:4px 6px 4px 6px;
}
.litetabs a.onlitetab {
	background-image:url('../design/litetabs.gif');
	background-position:top right;
}
.litetabs a.onlitetab b {
	background-image:url('../design/litetabs_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	color:black;
}
.attachform {
	padding:7px;
	padding-top:0px;
	height:40px;
}
#attachboxcontent small {
	display:block;
	font-size:11px;
	color:#666;
	padding-bottom:3px;
}
.submitattachment {
	padding-top:7px;
	padding-left:7px;
	border-top:1px solid #efefef;
}
.submitattachmentbtn {
	display:block;
	float:left;
	background-image:url('../design/bluebtn.gif');
	background-position:top right;
}
.submitattachmentbtn b {
	display:block;
	float:left;
	background-image:url('../design/bluebtn_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	padding:4px 8px 4px 8px;
	color:white;
	padding-left:22px;
	cursor:pointer;
}
.submitattachmentbtn:hover b {
	background-position:bottom left;
}
.submitattachment .orcancel {
	float:left;
	padding:5px 0px 5px 8px;
	display:block;
}

.submitattachment img {
	display:none;
}
.submitattachment a {
	display:inline;
}
.submitattachment div {
	display:block;
}
.submitattachment.loading img {
	display:block;
}
.submitattachment.loading a {
	display:none;
}
.submitattachment.loading div {
	display:none;
}

/***********/
.recbox {
	clear:both;
	margin-top:5px;
}
.recbox .recavatar {
	display:block;
	border:1px solid #d9d9d9;
	padding:4px;
	background-color:white;	
	float:left;
	margin-right:10px;
}
.recbox .recavatar img {
	border:0px;
}
.recbox .recavatar:hover {
	border:1px solid #999;
}
.recbox .recinfo {
	float:left;
	width:170px;
	line-height:1.2;
}
.recbox .recusername {
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}
.recbox .rectext {
	width:170px;
	float:left;
	font-size:11px;
	color:#999;
	clear:left;
}
.recbox .rectags {
	width:170px;
	float:left;
	font-size:11px;
	color:#999;
	clear:left;
	padding-left:15px;
	background-image:url('../design/tagsicon.gif');
	background-repeat:no-repeat;
	background-position:0px 1px;
}
.recbox .rectags a {
	font-size:11px;
	color:#666;
}
.recbox .rectags a:hover {
	color:#000;
	text-decoration:underline;
}
.recbox .recinfo .smallbtn {
	clear:both;
}
/********/
.smallbtn {
	display:block;
	float:left;
	background-image:url('../design/smallbtn.gif');
	background-position:top right;
	margin-top:5px;
	white-space:nowrap;
}
.smallbtn b {
	display:block;
	float:left;
	background-image:url('../design/smallbtn_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	font-weight:normal;
	padding:3px 7px 4px 7px;
	color:#555;
	cursor:pointer;
}
.smallbtn:hover {
	color:#ccc;
	text-decoration:underline;
}
.smallbtn:hover b {
	color:#000;
}
/**********/
#mobiad {
	margin-bottom:10px;
	padding-right:10px;
	color:#ffffff;
	font-size:11px;
	line-height:1.2;
}
#mobiad strong {
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:7px;
	color:#ffffff;
}
#mobiad b{
	color:#ffffff;
	font-weight:normal;
}
/*******************************************/
#profile {
	/*background-image:url('../design/profilehdr.gif');*/
	background-repeat:repeat-x;
	background-position:top right;
	overflow:hidden;
}
#profile2 {
	/*background-image:url('../design/profilehdr2.gif');*/
	background-repeat:no-repeat;
	background-position:top right;
	overflow:hidden;
}
#profile #profile_left {
	width:200px;
	float:left;
	overflow:hidden;
	display:block;
}
#profile #profile_right {
	width:708px;
	float:right;
	overflow:hidden;
}

#profile #profile_right #userposts {
	width:551px;
	overflow:hidden;
}

#profile #profileavatar {
	border:1px solid #77a5d0;
	padding:0px;
	background-color:inherit;
	margin-bottom:10px;
}
#profilehdr {
	height:104px;
}
#profilehdr h2 {
	font-size:24px;
	color:#000;
	margin:0px;
	padding:0px;
	margin-top:12px;
	font-weight:normal;
	line-height:29px;
}
#profilehdr span {
	font-size:11px;
	color:#8493a1;
	margin:0px;
	padding:0px;
	line-height:13px;
	display:block;
	height:23px;
}
#profilenav {
	width:708px;
}
#profilenav a {
	display:block;
	float:left;
}
#profilenav a b {
	display:block;
	float:left;
	padding:8px 13px 10px 12px;
	cursor:pointer;
}
#profilenav a:hover {
	background-image:url('../design/profilenav_a_hvr.gif');
	background-repeat:no-repeat;
	background-position:top right;
	text-decoration:underline;
	color: #b8d4ee;
}
#profilenav a:hover b {
	background-image:url('../design/profilenav_b_hvr.gif');
	background-repeat:no-repeat;
	background-position:top left;
	color:#0055a4;
}
#profilenav a.onptab, #profilenav a.onptab:hover {
	background-image:url('../design/profilenav_a_on.gif');
	background-repeat:no-repeat;
	background-position:top right;
	text-decoration:none;
}
#profilenav a.onptab b, #profilenav a.onptab:hover b {
	background-image:url('../design/profilenav_b_on.gif');
	background-repeat:no-repeat;
	background-position:top left;
	color:#000;
}
#profilenav #rssicon {
	float:right;
	background-image:url('../design/rssicon.gif');
	background-position:top right;
	width:43px;
	height: 14px;
	padding-left:4px;
	font-size:11px;
	margin-top:10px;
	margin-right:6px;
}
#profilenav #rssicon:hover {
	background-position:bottom right;
	color:#0055a4;
	text-decoration:none;
}


#profilehdr .headerTabs {
    float:left;
    width:708px;
}
#profilehdr .headerTabs #tabSelected,#profilehdr .headerTabs #tabSelected span,#profilehdr .headerTabs a.tab,#profilehdr .headerTabs a.tab span {
    display:block;
    float:left;
    height:35px;
    line-height:35px;
    text-decoration:none;
    font-family:Verdana,sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#000000;
    text-align:center;
    white-space:nowrap;
    letter-spacing: normal;
    text-shadow: 0 1px 0 #fff;
}
#profilehdr .headerTabs #tabSelected {
    background:url(../imgs/tab_header_selected_left.png) top left no-repeat;
    padding-left:12px;
}
#profilehdr .headerTabs #tabSelected span {
    background:url(../imgs/tab_header_selected_right.png) top right no-repeat;
    padding-right:12px;
    color:#000000;
}
#profilehdr .headerTabs #tabSelected,a.tab {
    margin-right:4px;
}
#profilehdr .headerTabs a.tab {
    background:url(../imgs/tab_header_left.png) top left no-repeat;
    padding-left:12px;
    cursor:pointer;
    color:#626060;
}
#profilehdr .headerTabs a.tab span {
    background:url(../imgs/tab_header_right.png) top right no-repeat;
    padding-right:12px;
    cursor:pointer;
}
#profilehdr .headerTabs a.tab:hover {
    background-position:0% -35px;
    text-decoration:none;
}
#profilehdr .headerTabs a.tab:hover span {
    background-position:100% -35px;
    text-decoration:none;
}

#profile_right #grouplist {
 float: none;
 padding-bottom:5px;
}

.headerTabs #rssicon {
	float:right;
	background-image:url('../design/rssicon.gif');
	background-position:top right;
	width:43px;
	height: 14px;
	padding-left:4px;
	font-size:11px;
	margin-top:10px;
	margin-right:6px;
}
.headerTabs #rssicon:hover {
	background-position:bottom right;
	color:#0055a4;
	text-decoration:none;
}


/*********************/

#poblicpage_login {
	width:480px;
	margin:20px;
	float:left;
	border-right:1px solid #eee;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:0px;
}
#poblicpage_info{
	width:400px;
	float:left;
	line-height:1.6;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:5px;
}
#poblicpage_info h2 {
	font-size:18px;
	color:#444;
	margin:0px;
	padding:0px;
	margin-bottom:3px;
	font-weight:normal;
}
#regform input.reginp {
	padding:5px;
	width:360px;
}
#regform .regparam {
	float:right;
	padding-top:7px;
	color:#666;
}
#regform .confirmedmail {
	color:#666;
}
#regform .confirmedmail img {
	margin-bottom:-3px;
	margin-right:3px;
	margin-left:10px;
}
#regform .confirmedmail b {
	color:black;
}
#regform #forgotpass {
	float:right;
}
#joinnow {
	display:block;
	clear:both;
	margin-top:10px;
}
.bluebtn1 {
	display:block;
	float:left;
	margin-top:10px;
	background-image:url('../design/bluebtn1a.gif');
	background-position:top right;
	margin-bottom:10px;
}
.bluebtn1 b {
	display:block;
	float:left;
	padding:5px 16px 5px 16px;
	background-image:url('../design/bluebtna.gif');
	background-position:top left;
	background-repeat:no-repeat;
	color:white;
	text-shadow:1px 1px 0 #094370;
	cursor:pointer;
}
.bluebtn1:hover {
	background-position:bottom right;
}
.bluebtn1:hover b {
	background-position:bottom left;
}
#joinnow .bluebtn {
	float:left;
}
#joinnow span {
	float:left;
	display:block;
	padding:5px;
	padding-left:10px;
}
#joinnow span a {
	font-weight:Bold;
	border-bottom: 1px solid #b9d9f7;
}
.greenbox {
	background-image:url('../design/greenboxtop.gif');
	background-color:#dfffe4;
	background-repeat:no-repeat;
	background-position:top left;
}
.greenbox2 {
	background-image:url('../design/greenboxbottom.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:20px;
}
.greenbox h2 {
	font-size:22px;
	color:#1f7b1e;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
.greenbox b{
	display:block;
	margin-top:10px;
}

/*********************/

.radioptions label {
	display:block;
	padding:1px;
	border:1px solid white;
	margin-bottom:3px;
	width:410px;
}
.radioptions label.onoption {
	display:block;
	border:1px solid #ccc;
	background-color:#f5f5f5;
	margin-bottom:0px;
}
.radioptions .radioptiondetails {
	border:1px solid #ddd;
	border-top:0px;
	padding:10px;
	margin-bottom:3px;
	width:392px;
}
.radioptions input {
	display:block;
	float:left;
}
.radioptions b {
	display:block;
	float:left;
	padding:3px;
	font-weight:normal;
}
.radioptions .onoption b {
	font-weight:bold;
}

.radioptiondetails small {
	font-size:11px;
	color:#555;
	display:block;
	margin-bottom:3px;
}
.yellowbox, .radioptions .important {
	clear:both;
	margin-top:10px;
	padding:4px;
	background-color: #fbffcb;
	border-top:1px solid #ffed88;
	line-height:1.3;
}
.radioptions .currentlogo {
	clear:both;
	padding:5px;
	background-color: #0055a4;
	margin-bottom:10px;
}
.radioptions .radioptiondetails input {
	display:block;
	clear:both;
	float:none;
}

/**************/

.dbybox {
	background-image:url('../design/dbybox.gif');
	background-color:#fffccb;
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:10px;
}
.dbybox2 {
	background-image:url('../design/dbybox_ftr.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:10px;
	padding-right:25px;
	position:relative;
}
.dbybox .dbyboxclose {
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	width:15px;
	height:15px;
	background-image:url('../design/dbybox_close.gif');
}
.dbybox .dbyboxclose:hover {
	background-position:bottom left;
}


/***********/
#homefltr .dropio {
	display:block;
	background-image:url('../design/homefltr_dropio.gif');
	font-weight:bold;
	color:#888;
	padding-top:4px;
	padding-bottom:6px;
	padding-left:19px;
	margin-right: 13px;
	line-height:1.2;
}
#homefltr .dropio:hover {
	color:black;
	background-position:0px -25px;
}
#homefltr .dropio.dropped {
	background-position:0px -50px;
}
#homefltr .dropio.dropped:hover {
	color:black;
	background-position:bottom left;
}

#homefltr .item {	
	display:block;
	background-image:url('../design/homeleftnav.gif');
	height:21px;
	padding:4px;
	padding-top:3px;
	background-repeat:no-repeat;
	margin-right: 13px;
}
#homefltr .item * {
	cursor:pointer;
}
#homefltr .item b {	
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin-right:6px;
	margin-top:3px;
	margin-left:1px;
}
#homefltr .item strong{	
	font-weight:normal;
	display:block;
	float:left;
	padding-top:4px;
}
#homefltr .item span{	
	margin-top:2px;
	display:block;
	float:right;
	background-image:url('../design/homefltr_new.gif');
	background-repeat:no-repeat;
	background-position:top right;
	margin-right:1px;
}
#homefltr .item span small{	
	display:block;
	float:left;
	padding:3px;
	padding-right:4px;
	background-image:url('../design/homefltr_new_2.gif');
	background-repeat:no-repeat;
	background-position:top left;
	font-size:12px;
	color:white;
	padding-top:1px;
	text-shadow:1px 1px 0 #ff6600;
}
#homefltr .item:hover strong{	
	background-image:url('../design/homefltr_itemunderline.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
}
#homefltr .item:hover{	
	background-position:bottom left;
}

#homefltr .onitem {
	background-image:url('../design/homeleftnav_on_new.png');
	color:white;
	margin-right:0px;
	background-position:bottom left;
}
#homefltr .onitem:hover strong {
	background-image:none;
}


/*****/

.mystr b { background-image:url('../design/hf_mystr.gif'); }
.mystr.onitem b { background-image:url('../design/hf_mystr_on.gif'); }

.atme b { background-image:url('../design/hf_atme.gif'); }
.atme.onitem b { background-image:url('../design/hf_atme_on.gif'); }

.prvt b { background-image:url('../design/hf_prvt.gif'); }
.prvt.onitem b { background-image:url('../design/hf_prvt_on.gif'); }

.cmnt b { background-image:url('../design/hf_cmnt.gif'); }
.cmnt.onitem b { background-image:url('../design/hf_cmnt_on.gif'); }

.fvrt b { background-image:url('../design/hf_fvrt.gif'); }
.fvrt.onitem b { background-image:url('../design/hf_fvrt_on.gif'); }

.allp b { background-image:url('../design/hf_all.gif'); }
.allp.onitem b { background-image:url('../design/hf_all_on.gif'); }

.xfed b { background-image:url('../design/hf_xfed.gif'); }
.xfed.onitem b { background-image:url('../design/hf_xfed_on.gif'); }

/***********/

#contacts_right {
	width:300px;
	float:right;
}
#contacts_left {
	width:620px;
	float:left;
}

#contacts_left textarea {
	width:400px;
	padding:5px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	margin-bottom:5px;
	height:120px;
}

/**********/

.faqq h3 {
	font-size:18px;
	font-family:arial;
	font-weight:normal;
	margin:0px;
	padding:7px;
}
.faqq p {
	margin:0px;
	padding-bottom:7px;
}
.faqq .faqimg {
	float:right;
	padding:10px;
	padding-bottom:5px;
	width:350px;
	background-color:White;
	border:1px solid #ccc;
	margin-left:20px;
}
.faqq .faqimg img {
	margin-bottom:5px;
}
.faqq .faqimg span {
	display:block;
	font-size:11px;
}

/***********/
/*** OPENSOURCE ONLY ***************************/
#indexintro {
	background-color:#eef6ff;
	margin-bottom:10px;
	background-image:url('../design/os_indexintro.gif');
	background-repeat:no-repeat;
}
#indexintro2 {
	background-image:url('../design/os_indexintro2.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:20px;
}

#indexintro h1 {
	font-family:Arial, Verdana;
	color: #0055a4;
	font-weight:normal;
	margin:0px;
}
#indexintro p {
	margin:0px;
	padding-top:10px;
	line-height:1.4;
}
#ïntrobtn{
	display:block;
	float:left;
	background-image:url('../design/os_ii_btn.gif');
	background-position:top left;
	margin-top:10px;
}
#ïntrobtn b{
	background-image:url('../design/os_ii_btn2.gif');
	background-position:top right;
	display:block;
	background-repeat:no-repeat;
	padding:6px 16px 8px 15px;	
}
#ïntrobtn:hover{
	background-position:bottom left;
}
#ïntrobtn:hover b{
	background-position:bottom right;
	text-shadow: #fbfdff 1px 1px 0px;
}

#login {
	margin-bottom:10px;
}
#login h3 {
	background-image:url('../design/os_login_ttl.gif');
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:black;
	padding:6px;
	padding-bottom:8px;
	padding-left:10px;
}
#login #loginbox {
	background-color:#f7fbff;
	border-right: 3px solid #c0ddf8;
	border-left: 3px solid #c0ddf8;
	padding:4px 7px 4px 7px;
}
#login #loginftr {
	height:6px;
	background-image:url('../design/os_login_ftr.gif');
}
#loginbox small {
	font-size:11px;
	color: #6195c5;
}
#loginbox .loginput {
	display:block;
	margin-top:3px;
	margin-bottom:5px;
	padding:5px;
	width:92%;
}
#loginbox .loginbtn {
	float:left;
	padding:2px 5px 2px 5px;
}
#loginbox label {
	display:block;
	float:left;
	padding:5px;
	padding-bottom:0px;
	margin-left:3px;
}
#loginbox label span {
	padding:2px;
	padding-left:4px;
}
#loginlinks {
	margin-top:8px;
	border-top:1px solid #ddedfc;
	clear:both;
}
#loginlinks a {
	display:block;
	margin-top:3px;
}



/**************/
#greentodo {
	background-image:url('../design/grey1.png');
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#greentodo2 {
	/*background-image:url('../design/greentodo2.gif');*/
	background-repeat:no-repeat;
	background-position:bottom left;
	height:116px;
}
#gtdlist {
	margin:10px;
}
#gtdlist a {
	display:block;
	background-color: #434343;
	border-bottom:1px solid #aeaeae;
	color:#9a9a9a;
	padding:4px;
	padding-left:17px;
	padding-bottom:5px;
	/*background-image:url('../design/gtdlist.gif');*/
	background-repeat:no-repeat;
	background-position:0px 1px;
}
#gtdlist a:hover {
	/*background-image:url('../design/gtdlist_hvr.gif');*/
	background-color:#434343;
}
#gtdlist a.frst {
	background-image:url('../design/gtdlist_hvr.gif');
	background-position:0px 0px;
}
#gtdlist a.frst:hover {
	background-image:url('../design/gtdlist_hvr.gif');
	background-position:0px 0px;
}
#gtdlist a.last {
	background-image:url('../design/gtdlist_hvr.gif');
	background-position:0px 0px;
	border-bottom:0px;
}
#gtdlist a.last:hover {
	background-image:url('../design/gtdlist_hvr.gif');
	background-position:0px 0px;
}
#gtdttl {
	padding:5px;
	padding-bottom:2px;
}
#gtdttl b {
	float:left;
	color:#fff;
	padding-left:15px;
}
#gtdttl a {
	float:right;
	height:15px;
	width:15px;
	display:block;
	background-image:url('../design/gtdclose.gif');
}
#gtdttl a:hover {
	background-position:bottom left;
}
#closedgtd {
	height: 25px;
	display:block;
	margin-bottom:10px;
	background-image:url('../design/closedgtd.gif');
}
#closedgtd b {
	display:block;
	padding:5px;
	padding-bottom:0px;
	color: #333333;
}
#closedgtd:hover {
	background-position:bottom left;
}
#closedgtd:hover b {
	color: #000000;
}


/*************/
.mpost {
	/*background-image:url('../design/mpost.gif');*/
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:2px;
}
.mpost a {
	font-weight:bold;
}
.mpost .mpost2 {
	padding:6px;	
	background-image:url('../design/mpost2.gif');
	background-position:top right;
	background-repeat:no-repeat;
}
.mpost .mpost2 small {
	color:#999999;
	font-size:11px;
}
.mpost .mpostclose {
	float:right;
	display:block;
	width:15px;
	height:15px;
	background-image:url('../design/mpostclose.gif');
	line-height:0px;
	font-size:0px;
}
.mpost .mpostclose:hover {
	background-position:bottom left;
}
.mpost_mentioned {
	color:#aaa;
	font-weight:normal;
}

/*********************************************************/
/* POST **************************************************/
/*********************************************************/

.post {
	margin-bottom:3px;
	background-image:url('../design/post2_backgr.gif');
	background-repeat:repeat-x;
	background-position:top left;
}

.post .postavatar {
	float:left;
	width:50px;
	border:1px solid #d9d9d9;
	padding:4px;
	background-color:white;	
}
.post .postavatar img {
	border:0px;
}
.post .postavatar:hover {
	border:1px solid #999;
}
.post .postavatar_rss {
	float:left;
	width:60px;
	height:60px;
	background-position:5px 5px;
	background-repeat:no-repeat;
}
.post .postavatar_rss a {
	display:block;
	width:60px;
	height:60px;
	background-image:url('../design/avatar_rss.gif');
	background-position:bottom left;
}
.post .postavatar_rss a:hover {
	background-position:top left;
}
.post .postcontrols {
	float:right;
	width: 27px;
	background-image:url('../design/post2_controls1.gif');
	background-position:top right;
}
.post:hover .postcontrols {
	background-image:url('../design/post2_controls.gif');
}
/**/
.postcontrols {
	padding-bottom:2px;
	padding-top:1px;
	min-height:50px;
}
.postcontrols a {
	display:block;
	width:17px;
	height:17px;
	margin:5px;
	margin-bottom:0px;
	margin-top:4px;
}
.post:hover .postcontrols a {
	display:block;
	background-position:0px -17px;
}
.post .postcontrols a:hover {
	display:block;
	background-position:0px -34px;
}
.pfave {
	background-image:url('../design/pfave.gif');
	background-position:0px 0px;
}
.pdel {
	background-image:url('../design/pdel.gif');
	background-position:0px 0px;
}
.pedit {
	background-image:url('../design/pedit.gif');
	background-position:0px 0px;
}
.pfave.saved {
	background-position:0px -51px;
}
.post:hover .pfave.saved {
	background-position:0px -51px;
}
.pfave.saved:hover {
	background-position:bottom left;
}
.post:hover .pfave.saved:hover {
	background-position:bottom left;
}

/**/
.post .postbody {
	width:405px;
	margin-top:5px;
	margin-left:10px;
	float:left;
}
.post .postusername {
	display:block;
	float:left;
	font-size:18px;
	font-family:arial;
}
.post .posttext {
	clear:left;
	line-height:16px;
}
.post .postftr {	
	color:#999;
	font-size:11px;
	margin-top:3px;
	padding-bottom:4px;
	white-space:nowrap;
}

.post .postftr a {
	color:#666;
	font-size:11px;
}
.post .postftr a:hover {
	color:#000;
}
.post .postftr a.commentlink {	
	color:#1975e1;
}
.post .postftr a.commentlink:hover {	
	color: #11539e;
	border-bottom:1px solid #cadef6;
}

#userposts .postbody {
	width:602px;
}
#searchbostsleft .postbody {
	width:614px;
}
#home_content.publicindex .postbody {
	width:564px;
}

/**/
.newcomments {
	background-image:url('../design/post_newcomments.gif');
	background-position:top right;
	padding:2px;
	padding-top:0px;
	padding-left:0px;
}
.newcomments b {
	color:#e8764d;
	padding:2px;
	padding-top:0px;
	padding-left:4px;
	font-weight:normal;
	background-image:url('../design/post_newcomments2.gif');
	background-position:top left;
	background-repeat:no-repeat;
}

/*********/
.postimage {
	float:right;
	background-color:white;
	border:1px solid #ccc;
	padding:4px;
	margin-top:4px;
	margin-left:10px;
	margin-bottom:10px;
}
.postimage:hover  {
	border:1px solid #5683af;
}
.postimage img {
	border:0px;
	width:60px;
	height:60px;

}
/**************/
.postvideo {
	width:70px;
	height:70px;
	float:right;
	margin-top:4px;
	margin-left:10px;
	background-position:5px 5px;
	background-color:white;
	margin-bottom:10px;
}
.postvideo a {
	display:block;
	width:70px;
	height:70px;
	background-image:url('../design/videoplay.png');
}
.postvideo a:hover {
	background-image:url('../design/videoplay_hvr.png');
}

.postlink {
	margin-top:3px;
	display:block;
	height: 20px;
	padding-top:5px;
	padding-left:18px;
	background-image:url('../design/postlink.gif');
	background-repeat:no-repeat;
}
.postlink:hover {
	background-position:bottom left;
}

.filelink {
	margin-top:3px;
	display:block;
	height: 20px;
	padding-top:5px;
	padding-left:18px;
	background-image:url('../design/filelink.gif');
	background-repeat:no-repeat;
	font-size:11px;
	color: #96bfef;
}
.filelink:hover {
	background-position:bottom left;
	color: #96bfef;
}
.filelink b {
	font-size:12px;
	color: #1975e1;
}
.filelink:hover b {
	color: #11539e;
}

/*****************/
.litetabs {
	padding-left:7px;
	border-bottom:1px solid #efefef;
	padding-bottom:7px;
	line-height:1.2;
	margin-bottom:5px;
}
.litetabs a {
	display:block;
	float:left;
	margin-right:5px;
}
.litetabs a b {
	font-weight:normal;
	display:block;
	padding:4px 6px 4px 6px;
}
.litetabs a.onlitetab {
	background-image:url('../design/litetabs.gif');
	background-position:top right;
}
.litetabs a.onlitetab b {
	background-image:url('../design/litetabs_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	color:black;
}
.attachform {
	padding:7px;
	padding-top:0px;
	height:40px;
}
#attachboxcontent small {
	display:block;
	font-size:11px;
	color:#666;
	padding-bottom:3px;
}
.submitattachment {
	padding-top:7px;
	padding-left:7px;
	border-top:1px solid #efefef;
}
.submitattachmentbtn {
	display:block;
	float:left;
	background-image:url('../design/bluebtn.gif');
	background-position:top right;
}
.submitattachmentbtn b {
	display:block;
	float:left;
	background-image:url('../design/bluebtn_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	padding:4px 8px 4px 8px;
	color:white;
	padding-left:22px;
	cursor:pointer;
}
.submitattachmentbtn:hover b {
	background-position:bottom left;
}
.submitattachment .orcancel {
	float:left;
	padding:5px 0px 5px 8px;
	display:block;
}

.submitattachment img {
	display:none;
}
.submitattachment a {
	display:inline;
}
.submitattachment div {
	display:block;
}
.submitattachment.loading img {
	display:block;
}
.submitattachment.loading a {
	display:none;
}
.submitattachment.loading div {
	display:none;
}

/***********/
.recbox {
	clear:both;
	margin-top:5px;
}
.recbox .recavatar {
	display:block;
	border:1px solid #d9d9d9;
	padding:4px;
	background-color:white;	
	float:left;
	margin-right:10px;
}
.recbox .recavatar img {
	border:0px;
}
.recbox .recavatar:hover {
	border:1px solid #999;
}
.recbox .recinfo {
	float:left;
	width:170px;
	line-height:1.2;
}
.recbox .recusername {
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}
.recbox .rectext {
	width:170px;
	float:left;
	font-size:11px;
	color:#999;
	clear:left;
}
.recbox .rectags {
	width:170px;
	float:left;
	font-size:11px;
	color:#999;
	clear:left;
	padding-left:15px;
	background-image:url('../design/tagsicon.gif');
	background-repeat:no-repeat;
	background-position:0px 1px;
}
.recbox .rectags a {
	font-size:11px;
	color:#666;
}
.recbox .rectags a:hover {
	color:#000;
	text-decoration:underline;
}
.recbox .recinfo .smallbtn {
	clear:both;
}
/********/
.smallbtn {
	display:block;
	float:left;
	background-image:url('../design/smallbtn.gif');
	background-position:top right;
	margin-top:5px;
	white-space:nowrap;
}
.smallbtn b {
	display:block;
	float:left;
	background-image:url('../design/smallbtn_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	font-weight:normal;
	padding:3px 7px 4px 7px;
	color:#555;
	cursor:pointer;
}
.smallbtn:hover {
	color:#ccc;
	text-decoration:underline;
}
.smallbtn:hover b {
	color:#000;
}


/*******************/

#settings_left {
	width:182px;
	float:left;
}
#settings_right {
	width:730px;
	float:right;
}
.sidenav a {
	display:block;
	background-image:url('../design/settingsnav.png');
	padding:4px 10px 5px 20px;
	margin-top:1px;
	font-weight:bold;
	line-height:1.1;
}
.sidenav a:hover {
	background-position:0px -23px;
}
.sidenav .onsidenav, .sidenav .onsidenav:hover {
	background-position:bottom left;
	color:white;
}
/*******/

#setform input.setinp {
	padding:5px;
	width:400px;
}
#setform textarea.setinp {
	padding:5px;
	width:400px;
	height:40px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
#setform .setselect {
	padding:5px;
	width:414px;
}
#setform .setparam {
	text-align:right;
	padding:6px;
	color:#666;
}


/*****************/
#searchbostsright {
	width:200px;
	float:right;
	overflow:visible;
	margin-top:30px;
}
#searchbostsleft {
	width:720px;
	float:left;
	clear:left;
	overflow:visible;
}
#searchbostsright strong {
	display:block;
	padding:0px 7px 5px 7px;
	font-weight:normal;
}

#searchresultspost {
	width:550px;
}

/**********/

.sdropper {
	display:block;
	color:#666;
	padding:0px 7px 5px 19px;
	background-image:url('../design/sdropper.gif');
	background-repeat:no-repeat;
	background-position:6px 3px;
}

.sdropper:hover {
	background-image:url('../design/sdropper_hvr.gif');
	color:#000;
}
.dropppped, .dropppped:hover {
	background-image:url('../design/sdropper_dropped.gif');
	color:#000;
}
/******/
#sttl {
	display:block;
	float:left;
}
#savesearch {
	display:block;
	float:left;
	background-image:url('../design/savesearch.gif');
	background-position:top right;
	margin-top:5px;
	margin-left:10px;
	line-height:1.2;
}
#savesearch b {
	display:block;
	float:left;
	font-weight:normal;
	background-image:url('../design/savesearch_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	padding:3px;
	padding-left:22px;
	padding-right:6px;
	padding-bottom:4px;
	color:#707070;
	cursor:pointer;
}
#savesearch:hover {
	background-position:bottom right;
}
#savesearch:hover b {
	background-position:bottom left;
	color:#005f08;
}
#remsearch {
	display:block;
	float:left;
	background-image:url('../design/remsearch.gif');
	background-position:top right;
	margin-top:5px;
	margin-left:10px;
	line-height:1.2;
}
#remsearch b {
	display:block;
	float:left;
	font-weight:normal;
	background-image:url('../design/remsearch_b.gif');
	background-position:top left;
	background-repeat:no-repeat;
	padding:3px;
	padding-left:22px;
	padding-right:6px;
	padding-bottom:4px;
	color:#707070;
	cursor:pointer;
}
#remsearch:hover {
	background-position:bottom right;
}
#remsearch:hover b {
	background-position:bottom left;
	color:#d20000;
}

/************/
.groupadmins {
	display:block;
}
.addadmins {
	background-color:#f5f5f5;
	border:1px solid #eee;
	margin-bottom:3px;
	padding:5px;
	padding-bottom:6px;
	position:relative;
	font-weight:bold;
	display:block;
}
.addadmins a {
	position:absolute;
	top: 4px;
	right:4px;
	background-image:url('../design/delgroupadmins.gif');
	width: 17px;
	height:17px;
	display:block;
}
.addadmins a:hover {
	background-position:bottom left;
}

.groupadmins .addaline{
	margin-left:5px;
	padding-top:5px;
}
.groupadmins small{
	display:block;
	font-size:11px;
	color:#666;
	margin-top:5px;
}

/************/

.groupfeedslist .groupfeed {
	background-color:#f5f5f5;
	border:1px solid #eee;
	margin-bottom:3px;
	padding:5px;
	padding-bottom:6px;
	position:relative;
	font-weight:bold;
	background-image:url('../design/feedsicon.gif');
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:23px;
	padding-top:4px;
}
.groupfeedslist .groupfeed a.grpdelbtn {
	position:absolute;
	top: 4px;
	right:4px;
	background-image:url('../design/delgroupadmins.gif');
	width: 17px;
	height:17px;
	display:block;
}
.groupfeedslist .groupfeed  a.grpdelbtn:hover {
	background-position:bottom left;
}
.groupfeedslist .groupfeed  span {
	display:block;
	font-size:11px;
	color:#777;
	font-weight:normal;
	margin-top:2px;
}
.groupfeedslist .groupfeed a {
	font-size:11px;
}

.groupadmins .addaline{
	margin-left:5px;
	padding-top:5px;
}
.groupadmins small{
	display:block;
	font-size:11px;
	color:#666;
	margin-top:5px;
}

/***********/

.post_share_dropbox {
	background-color:#fff;
	border:1px solid #0055a4;
	text-align:left;
	padding-bottom:-1px;
}
.post_share_dropbox a {
	display:block;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:4px 4px;
	color:#1975e1;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	padding-right:25px;
	border-bottom:1px solid #ebf5ff;
}
.post_share_dropbox a:hover {
	background-color:#ebf5ff;
	color:#0055a4;
}
.post_share_dropbox a.shr_fb { background-image:url('../design/shricn_fb.ico'); }
.post_share_dropbox a.shr_tw { background-image:url('../design/shricn_tw.ico'); }
.post_share_dropbox a.shr_bz { background-image:url('../design/shricn_bz.png'); }
.post_share_dropbox a.shr_dl { background-image:url('../design/shricn_dl.ico'); }


/*********/
.addaline {
	display:block;
	float:left;
	padding:3px;
	background-image:url('../design/inv_add.gif');
	background-repeat:no-repeat;
	padding-left:16px;
	background-position:0px 6px;
	margin-right:10px;
	color:#666;
}
.addaline:hover {
	background-image:url('../design/inv_add_hvr.gif');
	color:#000;
}
.remaline {
	display:block;
	float:left;
	padding:3px;
	background-image:url('../design/inv_rem.gif');
	background-repeat:no-repeat;
	padding-left:16px;
	background-position:0px 6px;
	color:#666;
}
.remaline:hover {
	background-image:url('../design/inv_rem_hvr.gif');
	color:#000;
}
#invitelink {
	padding:5px 7px 5px 7px;
	margin-top:5px;
	background-color: #fffccb;
	border:1px solid #eed55e;
	color:#792800;
	font-size:18px;
	font-family:arial;
}
#recarea {
	width:700px;
	height:140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:5px;
}
#invtable tr td small {
	font-size:11px;
	color:#777;
}

/********************/

.post_mentioned b, .post_tag b {
	font-weight:normal;
	color:#aaa;
}
.post_smiley {
	margin-bottom:-2px;
}
.post_fromto {
	float:left;
	width:12px;
	height:11px;
	margin-left:5px;
	margin-right:5px;
	margin-top:6px;
}
/***************/
#flybox_flybox_container {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.flyboxbackgr {
	position:fixed;
	_position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.75;
	_filter:alpha(opacity=75);
	z-index:1000;
}
.flybox {
	position:fixed;
	_position:absolute;
	text-align:left;
	z-index:1100;
	top:100px;
	left:100px;
}
.flybox .flyboxttl {
	height: 38px;
	position:relative;
}
.flybox .flyboxttl_left {
	height: 38px;
	background-image:url('../design/flyboxttl.png');
	margin-right:38px;
}
.flybox .flyboxttl_left b {
	display:block;
	float:left;
	color:#444;
	margin-top:18px;
	margin-left:19px;
}
.flybox .flyboxttl_right {
	height: 38px;
	background-image:url('../design/flyboxttl_right.png');
	width:38px;
	position:absolute;
	top:0px;
	right:0px;
}
.flybox .flyboxttl_right a {
	display:block;
	width:17px;
	height:17px;
	background-image:url('../design/flybox_close.gif');
	background-position:top left;
	margin-top:17px;
	margin-left: 4px;
}
.flybox .flyboxttl_right a:hover {
	background-position:bottom left;
}
.flybox .flyboxbody {
	background-image:url('../design/flyboxbody.png');
	background-position:top left;
	background-repeat:repeat-y;
}
.flybox .flyboxbody2 {
	background-image:url('../design/flyboxbody2.png');
	background-position:top right;
	background-repeat:repeat-y;
	margin-left:11px;
	border-left:1px solid black;
	padding-right:12px;
}
.flybox .flyboxftr {
	background-image:url('../design/flyboxftr.png');
	background-position:top left;
	background-repeat:repeat-y;
	height:17px;
}
.flybox .flyboxftr2 {
	background-image:url('../design/flyboxftr_right.png');
	background-position:top right;
	background-repeat:repeat-y;
	margin-left:17px;
	height:17px;
}
.flyboxattachment {
	padding:5px;
}
.flyboxdata {
	padding:10px;
	background-image:url('../design/flyboxdata.gif');
	background-position:top left;
	background-repeat:repeat-x;
	padding-bottom:7px;
	color:#666;
	font-size:11px;
}
.flyboxdata b {
	font-size:12px;
	color:#222;
}
/*********/

#pmfilter {
	height: 24px;
	margin-bottom:6px;
	background-image:url('../design/pmfilter.gif');
	padding:3px;
	padding-left:6px;
	padding-bottom:0px;
}
#pmfilter input {
	width:200px;
}
#pmfilterok {
	height: 20px;
	margin-bottom:6px;
	background-image:url('../design/pmfilter.gif');
	padding:7px;
	padding-left:6px;
	padding-bottom:0px;
}
#pmfilterok strong {
	display:block;
	font-weight:normal;
	float:left;
}
#pmfilterok b {
	display:block;
	float:left;
}
#pmfilterok a {
	display:block;
	float:left;
	width:15px;
	height:15px;
	background-image:url('../design/pmfilter_switch.gif');
	background-repeat:no-repeat;
	margin-left:3px;
}
#pmfilterok a small {
	display:none;
	color:#666;
	font-size:11px;
	margin-left:20px;
}
#pmfilterok a:hover {
	width:100px;
	height:15px;
	background-image:url('../design/pmfilter_switch_hvr.gif');
}
#pmfilterok a:hover small {
	display:block;
}


/****************************/


#emailservices {
	background-image:url('../design/mailinvites_servicesbackgr.gif');
	height:164px;
	width: 143px;
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
}
#emailservices a {
	display:block;
	height:41px;
}
#emailservices a img {
	border:0px;
	margin: 4px;
}
#emailservices a.onmailservice {
	background-image:url('../design/mailservices_onservice.gif');
	background-repeat:no-repeat;
}
#emailservices a.onfirstmailservice {
	background-image:url('../design/mailservices_onservice_first.gif');
	background-repeat:no-repeat;
}
#emailservices a.onlastmailservice {
	background-image:url('../design/mailservices_onservice_last.gif');
	background-repeat:no-repeat;
}

#emailinvitescontent {
	background-image:url('../design/mailservices_right.gif');
	background-position:top right;
	background-repeat:no-repeat;
	width:767px;
	float:left;
	height:164px;
}
#emailinvitescontent2 {
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	padding:10px 6px 10px 6px;
	margin-right:5px;
	height:142px;
}
#emailinvitescontent h3 {
	display:block;
	margin:0px;
	padding:0px;
	font-size:12px;
	padding-bottom:10px;
}

#securealert {
	background-image:url('../design/secure.png');
	background-repeat:no-repeat;
	background-position:top left;
	width:250px;
	float:left;
	padding-left:40px;
	margin-left:20px;
	line-height:1.4;
	color:#444;
}


/****************************/


#videotuts h1{
	font-weight:normal;
	font-size:24px;
	margin:0px;
	padding:0px;
	font-family:arial;
}
#currentvid {
	width:640px;
	float:left;
}
#vidlist {
	width:300px;
	float:left;
}
#vidlist .ttl {
	margin-left: 20px;
}
#vidlist .greygrad {
	margin-left:20px;
	margin-top:10px;
}
#vidlist .greygrad3 {
	padding-bottom:0px;
}
#vidlist .ubluebtn {
	float:left;
	display:block;
	clear:none;
	margin-right:5px;
}

#videotutslist a {
	display:block;
	padding-left:20px;
	clear:both;
	height:46px;
	margin-bottom:5px;
	background-image:url('../design/videotutbackgr.gif');
	background-repeat:no-repeat;
	background-position:top left;
}
#videotutslist a img {
	display:block;
	float:left;
	border:3px solid #ccc;
	margin-right:10px;
}
#videotutslist a b {
	display:block;
	float:left;
	padding-top:7px;
	width:170px;
	font-weight:normal;
}
#videotutslist a b small {
	font-size:10px;
	color:#999;
}
#videotuts #videotutslist {
	margin-top:10px;
	height:286px;
	overflow:auto;
}

#videotutslist a:hover {
	background-color:#f5f5f5;
}
#videotutslist a:hover img {
	border:3px solid #999;
}
#videotutslist a.onvideotut {
	background-color:#f5f5f5;
	background-image:url('../design/onvideotut.gif');
	background-repeat:no-repeat;
	background-position:top left;
	color:#000;
}

#videotutslist a.onvideotut img  {
	border:3px solid #1975e1;
}


#helppage {	
	width:640px;
	float:left;
}

#helppath {
	margin-bottom:10px;
	color:#aaa;
}
#helppath b {
	font-size:12px;
	font-weight:normal;
}
#helppath a {
	font-size:12px;
}

.faqtopiclist {
	padding:3px;
	margin-bottom:10px;
}
.faqtopiclist a {
	display:block;
	width:45%;
	padding:3px;
	float:left;
}
.faqtopiclist a:hover {
	text-decoration:underline;
}
/******************/
.pagettll {
	font-weight:normal;
	font-size:24px;
	margin:0px;
	padding:0px;
	font-family:arial;
	margin-bottom:5px;
	margin-left:8px;
}
/*************/

#helpsearch {
	margin-top:5px;
}
#helpsearch #hsinput {
	width:250px;
}

.helpq{
	display:block;
	clear:both;
	padding:3px;
	background-image:url('../design/helpbullet.gif');
	background-repeat:no-repeat;
	background-position:8px 6px;
	padding-left:20px;
}
.helpq:hover {
	background-image:url('../design/helpbullet_hvr.gif');
}
.helpq.expanded {
	font-weight:bold;
	background-image:url('../design/helpbullet_dropped.gif');
	background-position:6px 9px;
}
.helpquestions {
	padding:3px;
}
.helpquestions a {
	display:block;
	clear:both;
	padding:3px;
	background-image:url('../design/helpbullet.gif');
	background-repeat:no-repeat;
	background-position:8px 6px;
	padding-left:20px;
}
.helpquestions a:hover {
	text-decoration:underline;
}
.helpquestions .greygrad {
	margin-top:5px;
}
#helpviewpage #helppath {
	margin-left:8px;
	margin-top:0px;
}
#helpviewpage h1 {
	margin-bottom:2px;
}
#helpviewpage .greygrad p {
	margin:0px;
	margin-bottom:10px;
	color:black;
}
#helpviewpage .greygrad3 {
	padding-bottom:0px;
}

#helpviewpage .ubluebtn {
	float:left;
	display:block;
	clear:none;
	margin-right:5px;
}


/****************************/
.baner{
	width:975px;
	clear: both;
	background-repeat: no-repeat;
	position: relative;
}
.baner1
{
	background-image: url('../home/2.png');
	clear: both;
	height: 255px;
	width: 975px;
	position:relative;
	overflow:visible;
}

.trending_topic_title {
	position:relative;	
	font-family: verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000071;
	text-decoration: none;
	clear: both;
	padding-top:25px;
	padding-left:25px;
}

.cont {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000071;
	text-decoration: none;
	clear: both;
	position: relative;
	padding-left:300px;
	padding-top:25px;
}

.cont_tweat {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000071;
	text-decoration: none;
	clear: both;
	float: none;
	margin-top:45px;
	position: relative;
	overflow:visible;
}

.img1{
	clear: both;
	float: none;
	padding-left: 60px;
	background-position: center;
	position: relative;
	left: 303px;
	width:584px;
}
.img2{
	clear: both;
	float: none;
	padding-left: 60px;
	background-position: center;
	position: relative;
	left: 303px;
	width:584px;
}
.cont1 {
	padding-left: 15px;
	position: absolute;
	width: 400px;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	font-size:15px;
	vertical-align:top;
	list-style-type:none;
	color:#000071;
}

.cont1 a {
	position: relative;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	font-size:15px;
	vertical-align:top;
	list-style-type:none;
	color:#000071;
}

.cont2 {
	padding-left: 15px;
	position: absolute;
	width: 400px;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	font-size:13px;
	vertical-align:top;
	color:#000071;
}

.cont2 a {
	position: relative;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	font-size:13px;
	vertical-align:top;
	color:#000071;
}

.cont3 {
	padding-left: 15px;
	position: absolute;
	width: 400px;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	font-size:10px;
	vertical-align:top;
	color:#000071;
}

.cont3 a {
	position: relative;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	font-size:10px;
	vertical-align:middle;
	color:#000071;
}


.img3{
	clear: both;
	float: none;
	padding-left: 60px;
	background-position: center;
	position: relative;
	left: 303px;
	width:584px;
}
.downbar{
	background-image:url(../home/bg.png);
	background-repeat:no-repeat;
	clear:both;
	float:none;
	height:42px;
	left:170px;
	position:absolute;
	top:47px;
	width:635px;
	overflow:visible;
}
.client{
	clear: both;
	float: none;
	position: relative;
	top: 0px;
	height:53px;
	width:650px;
	overflow:visible;
}

.client ul {
    list-style-type:none;
    margin:0px 0px 0px 0px;
    padding:0px;
    position:relative;
}
.client ul li {
    margin:5px 10px 5px 0px;
    padding:0px;
    float:left;
    display:inline;
    font-family:verdana,sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	position:relative;
	width:140px;
	vertical-align:top;
}

.client ul li.first {
    width:36px;
    margin:5px 0px 10px 10px;
    padding:0px;
    display:inline;
    position:relative;
    border:1px solid #77A5D0;
}

.client ul li .brick_content {
    margin:0px 0px 0px 5px;
    width:130px;
    float:left;
    vertical-align:top;
}

.client ul li span,.client ul li span a {
	font-family:verdana,sans-serif;
	font-size:9px;
	font-weight:normal;
	text-align:left;
}

.clientcont{
	clear: both;
	float: left;
	position: absolute;
	left: 19px;
	top: 1px;
	width: 30px;
	padding-top: 0px;
	padding-left: 30px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #2d81e3;
}
.client1{
	padding-left: 220px;
	padding-top: 3px;
	clear: both;
	float: right;
	position: absolute;
	left: -4px;
	top: -2px;
}

.style2 {
	font-family:Verdana,sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#000000;
}

.style1{
	font-family:Verdana,sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#000000;
}

.clientcont1{
	clear: both;
	float: left;
	position: absolute;
	left: 16px;
	top: 1px;
	width: 200px;
	padding-top: 1px;
	padding-left: 244px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #2d81e3;
}

.client2{
	padding-left: 360px;
	padding-top: 3px;
	clear: both;
	float: right;
	position: absolute;
	left: 60px;
	top: -2px;
}

.clientcont2{
	clear: both;
	float: none;
	position: absolute;
	left: -2px;
	top: 0px;
	padding-top: 1px;
	padding-left: 400px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #2d81e3;
	width: 100;
}
.arrow{
	position: absolute;
	clear: both;
	float: none;
	left: -20px;
	top: 5px;
	overflow:visible;
}
.arrow1{
	position: absolute;
	clear: both;
	float: none;
	height: 34px;
	width: 29px;
	left: 625px;
	top: 4px;
}


#jqnewsOriz
{
	width: 400px; overflow: hidden;
}

#jqnewsOriz1
{
	width: 400px; overflow: hidden;
}

#jqnewsOriz2
{
	width: 400px; overflow: hidden;
}

.cont1 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.cont1 ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.cont1 ul li a{
	display: block;
	width: auto; /*Width of top level menu link items*/
	padding: 2px 5px;
	position: relative;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	font-size:15px;
	vertical-align:top;
	list-style-type:none;
	color:#000071;
}

.cont2 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.cont2 ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.cont2 ul li a{
	display: block;
	width: auto; /*Width of top level menu link items*/
	padding: 2px 5px;
	position: relative;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	font-size:13px;
	vertical-align:top;
	list-style-type:none;
	color:#000071;
}


.cont3 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align:top;
}

/*Top level list items*/
.cont3 ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.cont3 ul li a{
	display: block;
	width: auto; /*Width of top level menu link items*/
	padding: 2px 5px;
	position: relative;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	font-size:11px;
	vertical-align:top;
	list-style-type:none;
	color:#000071;
}
