/* @file reset.css */
html, body {
    margin: 0px;
    background-color: transparent;
}

ul, li {
    margin: 0px;
    outline: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

body, td, th, textarea, h1, h2, h3, h4, h5, h6 {
	font: 83% "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
    padding: 0;
}
ol, ul {
	list-style: none;
}
.html ol, .html ul {
	list-style-type: disc;
	margin-left: 30px;
}
.html ol {
	list-style-type: decimal;
}
.html ol li, .html ul li {
	padding: 5px 0px;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
blockquote, q {
	quotes: none;
}
p {
	padding-bottom: 1em;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0px;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
}
/* @end */

/* @file grid.css */
/*------------------------------------------------------------------
	[Grid Stylesheet]
	
	Project: SocialGO
	Revision: <%build%>
	Version: 1.0
	Last Change: <%svn-last-changed-date%> [<%svn-last-changed-revision%> - <%svn-last-changed-author%>]
-------------------------------------------------------------------*/
/* @group Grid Styles : 55px/10px */
.one,.two,.three,.four,.five,.six,.seven,.eight,.nine,.ten,.eleven,.twelve,.thirteen,.fourteen,.fifteen {
	/* Apparently only in IE ... */
	/*overflow-x: hidden;*/
}
.one {
	width: 55px;
}
.two {
	width: 120px;
}
.three {
	width: 185px;
}
.four {
	width: 250px;
}
.five {
	width: 315px;
}
.six {
	width: 380px;
}
.seven {
	width: 445px;
}
.eight {
	width: 510px;
}
.nine {
	width: 575px;
}
.ten {
	width: 640px;
}
.eleven {
	width: 705px;
}
.twelve {
	width: 770px;
}
.thirteen {
	width: 835px;
}
.fourteen {
	width: 900px;
}
.fifteen {
	width: 955px;
}
.full-screen {
	width: 100%;
}
/* @end */
/* @end */

/* @file forms.css */
/* @group Default Form Styles */
.ajax-loading {
	opacity: 0.8;
	position: absolute;
}

.loading
{
    background: url(/icons/custom/ajax-loader.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    cursor: progress !important;
}

.loading-big
{
    background: url(/icons/custom/ajax-loader-big.gif);
    background-repeat: no-repeat;
    background-position: center;
    cursor: progress !important;
}

a canvas#loading
{
    cursor: progress !important;
    background: none;
    float: left;
    position :relative;
    padding-right: 6px;
    margin-top: -1px;
}

.buttons canvas#loading
{
    cursor: progress !important;
    background: none;
    margin-top: 0px;
}
.form-box {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	margin-bottom: 10px;
	padding: 10px;
}
.form-box h2 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 15px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 7px;
	padding-bottom: 3px;
	text-indent: 7px;
	letter-spacing: 0.01em;
}
.form-box .desc {
	line-height: 20px;
	padding: 0px 10px;
}
form fieldset,
.fieldset {
	border-style: solid;
	border-width: 1px;
	margin: 10px 0px 2em 0px;
	padding: 10px 10px;
	line-height:1.4em!important;
}


/* Maybe - Can't see this working */
.form-box-content-box {
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	padding: 10px 15px;
}
/* end Maybe */


form label {
	clear: both;
	display: block;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.7em;
	margin-bottom: 1px;
	padding-top:3px;
	text-transform: none;
}
/*form br {
	clear: both;
	display: block;
}*/
form input[type=text],
form input[type=password] {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 1.1em;
	margin: 0px 10px 4px 0px;
	padding: 4px;
}
form input[type=checkbox] {
	background-color: transparent;
	border:none;
	padding:3px;
	margin-left:5px;
	margin-top:-2px;
	margin-right:2px;
}
form textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 1em;
	margin-bottom: 8px;
	padding: 4px;
	width: 68%;
}
form select {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 1em;
	margin: 0px 15px 5px 0px;
	padding: 1px;
}
form .radio-buttons {
	margin-bottom: 10px;
}
form .radio-buttons span {
	margin-right: 10px;
}
form .radio-buttons span input,
form .check-buttons span input {
	margin-right: 5px;
}
form .check-buttons span {
	display: block;
	margin: 0px 0px 5px 30px;
}
form .cq-check-buttons span {
	display: block;
	margin: 0px 0px 5px 0px;
}
.input-desc {
	display: block;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 10px;
}
.input-desc p{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.form-sub-box {
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	padding: 10px;
}
/* @end */

/* @group Specific Form Styles */
#sb-current-status form input {
	margin: 5px 0px;
	width: 153px;
}
#form-dob-month,
#form-dob-day,
#form-dob-year,
#dob-month,
#dob-day,
#dob-year,
#date-mm,
#date-dd,
#date-yyyy,
#date-h,
#date-m {
	margin-right: 5px;
	width: auto;
}
#date-yyyy {
	margin-right: 30px;
}
#profile-wall form textarea {
	width: 98%;
}
form #form-name {
	margin-right: 15px;
}
form .location {
	width: 350px;
}
form .location-map {
	height: 350px;
	width: 350px;
}
form .location-loading-text {
	float: left;
	height: 350px;
	line-height: 350px;
	position: absolute;
	text-align: center;
	width: 350px;
}
form .location .input-desc {
	text-align: center;
}
.profile-picture-left {
	text-align: center;
}

.profile-picture {
	width:230px;
	padding-bottom: 10px;
}
.picture-dropdown {
	margin-top: -38px;
}
#gallery-selected {
	width: auto;
}
.form-box h3 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	text-align: left;
	text-indent: 7px;
}
.upload-box .create-album {
	float: right;
	width: 365px;
}
.upload-box .select-album {
	float: left;
	width: 365px;
}
#fsUploadProgress1 {
	margin-top: 10px;
}
#form-cancel-account .buttons,
#form-cancel .buttons {
	margin-top: 10px;
}
#lightbox .form-box {
	margin-bottom: 0px;
}
#lightbox form fieldset {
	margin-bottom: 0px;
}
#member-send-message textarea {
	width: 407px;
}
#lightbox .buttons {
	margin-top: 10px;
}

.form-notice {
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333333;
	padding: 10px 0px;
	text-align: center;
}
.form-error {
	background-color: #FBE3E4;
	border: 1px solid #FBC2C4;
	color: #333333;
	padding: 10px;
	clear:both;
	margin:10px 0px 10px 0px;
}
.form-error p {
	padding:0px 0px 30px 0px;
}
.form-error a {
	color:#333333!important;
}
h2 img {
	margin:0px 6px -1px -3px;
}
/*

*/

/* @end */

form#form-signup span.payment_value
{
   line-height: 12px;
   margin-right: 15px;
}

form#form-signup input.payment_radio
{
    margin: 0 4px 0 4px;
}

/* @group Sign In Styles */
#sb-signin {
	padding: 5px;
}
#sb-signin form fieldset {
	margin: 5px auto 0px auto;
	padding: 10px;
}
#sb-signin form input {
	margin-right: 0px;
	width: 140px;
}
#sb-signin form input[type=checkbox] {
	width:auto;
}
/* @end */

/* Autocompleter */

li#autocomplete-list ul.holder
{
    color: #000000;
    margin: 0;
    width: 500px;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 4px 5px 0;
}

li#autocomplete-list *:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */

li#autocomplete-list ul.holder li
{
    float: left;
    list-style-type: none;
    margin: 0 5px 4px 0;
}

li#autocomplete-list ul.holder li.bit-box, 
li#autocomplete-list ul.holder li.bit-input input
{
    font-size: 11px;
}

li#autocomplete-list ul.holder li.bit-box
{
    border: 1px solid #CAD8F3;
    background: #EEEEEE;
    padding: 1px 5px 2px;
    color: #000000;
}

li#autocomplete-list ul.holder li.bit-box-focus
{
    border-color: #598BEC;
    background: #DDDDDD;
    color: #fff;
}

li#autocomplete-list ul.holder li.bit-input input
{
    width: 100%;
    margin: 0;
    border: none;
    outline: 0;
    padding: 3px 0 2px;
}

 /* no left/right padding here please */
li#autocomplete-list ul.holder li.bit-input input.smallinput
{
    width: 20px;
    color: #000000;
}
      
li#autocomplete-list form ol
{
    font-size: 11px;
    margin: 0;
    padding: 0;
}

li#autocomplete-list form ol li.input-text label
{
    font-weight: bold;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

li#autocomplete-list form ol li.input-text input
{
    width: 500px;
    padding: 5px 5px 6px;
    font-size: 11px;
    border: 1px solid #999;
}

li#autocomplete-list form ul.holder
{
    width: 500px;
}

li#autocomplete-list ul.holder li.bit-box, #apple-list ul.holder li.bit-box
{
    padding-right: 22px;
    position: relative;
}

li#autocomplete-list ul.holder li.bit-hover
{
    background: #DDDDDD;
    border: 1px solid #CCCCCC;
    color: #000000;
}
li#autocomplete-list ul.holder li.bit-box-focus
{
    border-color: #CCCCCC;
    background: #BBBBBB;
    color: #000000;
}

li#autocomplete-list ul.holder li.bit-box a.closebutton
{
    display: block;
    font-size: 1px;
    height: 22px;
    position: absolute;
    right: 0;
    top: -2px;
    width: 22px;
    background: url('http://static.sgcdn.net/icons/lightbox-close.png');
    background-repeat: no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.sgcdn.net/icons/lightbox-close.png');
}
    
li#autocomplete-list #userlist-box
{
    display: none;
    position: absolute;
    width: 512px;
    background: #EEEEEE;
}

li#autocomplete-list #userlist-box .default
{
    padding: 5px 7px;
    font-size: 11px;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
}

li#autocomplete-list #userlist-box ul
{
    display: none;
    margin: 0;
    padding: 0;
}

li#autocomplete-list #userlist-box ul li
{
    padding: 5px 12px;
    margin: 0;
    list-style-type: none;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    font-size: 11px;
}

li#autocomplete-list #userlist-box ul li em
{
    font-weight: bold;
    font-style: normal;
    background: #ccc;
}

li#autocomplete-list #userlist-box ul li.auto-focus
{
    background: #CCCCCC;
    color: #000000;
}

li#autocomplete-list #userlist-box ul li.auto-focus em
{
    background: #AAAAAA;
}

div#box-guest li#autocomplete-list
{
    float: left;
    width: 150px;
}

div#box-guest div.available_friends ul#user_list
{
    overflow-y: auto;
    height: 195px;
    margin-right: 5px;
}

div#box-guest div.available_friends
{
    width: 250px;
}

div#box-guest div.available_friends,
div#box-guest div.email_friends,
div#box-guest div.invite_friends
{
    font-size: 11px;
    margin-top: 10px;
    float: left;
}

div#box-guest div.invite_friends
{
    width: 220px;
}

div#box-guest div.attending
{
    font-size: 11px;
    margin-left: 10px; 
}

div#box-guest li#autocomplete-list #userlist-box
{
    width: 212px;
}
div#box-guest li#autocomplete-list ul.holder
{
    width: 200px;
}
div#box-guest li#autocomplete-list ul.holder li.bit-box
{
    width: 170px;
}

div#box-guest #user_list li.user-new a
{
    position: relative;
    height: 12px;
    left: 0px;
    top: 1px;
    width: 14px;
    font-size: 11px;
    padding-left: 15px;
    background: url('http://static.sgcdn.net/icons/bullet_add.png');
    background-repeat: no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/icons/bullet_add.png');
}

/* Date Picker */
input.date_picker{
	display: block;
	width: 150px;
	height: 18px;
    padding: 2px 2px 1px 24px !important;
    font-size: 12px;
	background: #fff url(http://static.sgcdn.net/icons/custom/dateinput.gif) no-repeat top left;
	cursor: pointer;
}

input:focus.date_picker{
	background: #EFEFEF url(http://static.sgcdn.net/icons/custom/dateinput.gif) no-repeat top left;
}

div.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
div.dp_container .dp_cal{
	background-color: #fff;
	border: 1px solid #CCCCCC;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
div.dp_container .dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
div.dp_container .dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
div.dp_container .dp_cal select option{
	padding: 1px 3px;
}
div.dp_container .dp_cal th,
div.dp_container .dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
	color: #000000;
}
div.dp_container .dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
div.dp_container .dp_cal td{
	cursor: pointer;
}
div.dp_container .dp_cal thead th{
	background: #d9eefc;
}
div.dp_container .dp_cal td.dp_roll{
	color: #000;
	background: #DDDDDD;
}
/* must have this for the IE6 select box hiding */
div.dp_container .dp_hide{
	visibility: hidden;
}
div.dp_container .dp_empty{
	background: #eee;
}
div.dp_container .dp_today{
	background: #daf2e6;
}
div.dp_container .dp_selected{
	color: #fff;
	background: #328dcf;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
  background-color: #E8E8E8 !important;
}

#recaptcha_table {
  border-color: #CACACA !important;
}

#recaptcha_response_field {
  border-color: #CACACA !important;
  background-color: #FFFFFF !important;
}

/* @end */

/* @file main.css */
/*------------------------------------------------------------------
	[Main Stylesheet]
	
	Project: SocialGO
	Revision: <%build%>
	Version: 1.0
	Last Change: <%svn-last-changed-date%> [<%svn-last-changed-revision%> - <%svn-last-changed-author%>]
-------------------------------------------------------------------*/
/* @group Base Styles */

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 180%;
	font-weight: normal;
}
h2 {
	font-size: 155%;
	font-weight: normal;
}
h3 {
	font-size: 135%;
	font-weight: normal;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
em {
	font-weight: italic;
} 
input {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	_border: none;
        font-size: 1.1em;
	margin: 0px 10px 8px 0px;
}
/* @end */

/* @group Header Styles */
div#wrapper-header-outer {
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-top-width: 4px;
	padding-bottom: 5px;
	position: relative;
}
div#wrapper-header-outer.has-full-header-image {
	border-top: none;
	padding-top: 4px;
}
div#wrapper-header-outer.has-body-header-image {
	border-top: none;
	padding-bottom: 0px;
}
div#wrapper-header-inner {
	width: 100%;
}
div#wrapper-header-inner.has-full-header-image,
div#wrapper-header-inner.has-body-header-image {
	background-color: transparent;
}
div#wrapper-header {
	margin: 0px auto;
	padding: 0px 5px;
	width: 975px;
}
div#wrapper-header.has-body-header-image {
	padding: 4px 0px 5px 0px;
}
div#header {
	
}
div#header h1 {
	padding: 10px 25px;
}
div#header h1 a {
	font-size: 35px;
	line-height: 113px;
}
div#header h1 img {
	margin-bottom: -5px;
}
div#search-bar-background {
	border-style: none;
	background-color: none!important;
	border-width: 0px;
	border-bottom: none;
	float: left;
	height: 32px;
	margin: 8px 0px -5px 0px;
	width: 185px;
}

div#search-bar-background

{

background-color: transparent!important;

border-top-color: yellow;

border-right-color-value: yellow;

border-bottom-color: yellow;

border-left-color-value: yellow;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

}
div#search-bar-background.has-full-header-image,
div#search-bar-background.has-body-header-image {
	border-width: 0px;
	margin-left: 4px;
}
div#search-bar-background.sidebar-right {
	float: right;
	margin: 8px -10px -5px 0px;
}
div#search-bar-background.has-full-header-image.sidebar-right,
div#search-bar-background.has-body-header-image.sidebar-right {
	border-width: 0px;
	margin: 8px -6px -5px 0px;
}
/* @end */

/* @group Main Navigation Styles */
div#navigation-wrapper {
	margin-top: -42px;
	position: relative;
}
ul#main-navigation {
	margin: 0px 5px 0px 10px;
	width: 775px;
}
ul#main-navigation li {
	display: block;
	float: left;
	font-weight: bold;
	height: 32px;
	margin: 10px 2px 1px 0px;
	position: relative;
}
ul#main-navigation li a:link,
ul#main-navigation li a:visited,
ul#main-navigation li a:hover,
ul#main-navigation li a:active {
	display: block;
	font-size: 13px;
	padding: 7px;
}
ul#main-navigation li a:hover {
	text-decoration: none;
}
/* @end */

/* @group Main Content Styles */
div#wrapper-container {
	margin: 0px auto;
	width: 985px;
}
div#body-container {
	height: 100%;
	position: relative;
	margin-left: 10px;
	width: 975px;
}
div#container {
	float: left;
	/* 
	 * Minimum Height of the Main Content
	 * Match this with the sidebar width
	 */
	min-height: 600px;
	position: relative;
	width: 790px;
}
div#main-content {
	margin: 15px 10px 10px 10px;
}
/* @end */

/* @group Sub Navigation Styles */
ul#sub-navigation,
ul.sub-navigation {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 10px;
	padding-top:6px;
	font-size: 12px;
}
ul#sub-navigation li,
ul.sub-navigation li {
	display: block;
	float: left;
	height: 19px;
	line-height: 14px;
	margin: 2px 3px 0px 3px;
	padding: 5px 6px 4px 6px;
	font-weight: bold;
}
ul#sub-navigation li.nav-selected,
ul.sub-navigation li.nav-selected {
	margin: 2px 3px 0px 1px;
}
ul#sub-navigation li.nav-selected a,
ul.sub-navigation li.nav-selected a {
}
ul#sub-navigation li.right,
ul.sub-navigation li.right {
	float: right;
}
/* @end */

/* @group MICRO Navigation Styles */
ul.micro-navigation {
	margin-bottom: 3px;
	font-size: 12px;
}
ul.micro-navigation li {
	display: block;
	float: left;
	margin: 2px 3px 0px 3px;
	padding: 1px 3px;
}
ul.micro-navigation li.nav-selected {
	margin: 2px 3px 0px 1px;
}
ul.micro-navigation li.nav-selected a {
	font-size: 13px;
	padding: 11px;
}
ul.micro-navigation li.right {
	float: right;
}
/* @end */

/* @group Sidebar Styles */
div#sidebar {
	float: left;
	margin-top: -33px;
    margin-bottom: 10px;
	position: relative;
	width: 185px;
	z-index: 90;
	background-color: none;
}
div#sidebar h4 {
	text-align:center;
	padding-top:5px;
}
/* @end */

/* @group Sidebar Search Styles */
form#theform-search {
	height: 32px;
	margin: 0px 0px 5px 0px;
	padding: 4px;
	width: 176px;
}
div.search-input {
	width: 145px;
}
form#theform-search input {
	border-right: none;
	font-size: 13px;
	margin: 0px;
	width: 145px;
}
div.search-button {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-left: none;
	height: 16px;
	padding: 4px 0px 4px 1px;
	width: 20px;
}
div.search-button a {
	cursor: pointer;
	height: 14px;
	width: 16px;
}
div.search-button a:hover {
	text-decoration: none;
}
/* @end */

/* @group Sidebar User Account Styles */
div#sb-user-account {
	margin-bottom: 20px;
	padding: 0px 5px;
}
div#sb-user-account div.user-photo {
	float: left;
	height: 54px;
	margin-right: 5px;
	position: relative;
	width: 54px;
}
div#sb-user-account div.user-photo a {
	float: left;
}
div#sb-user-account div.user-photo a:hover {
	cursor: pointer;
	text-decoration: none;
}
div#sb-user-account span#user-photo-change {
	background-color: #000000;
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 54px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0px;
	width: 54px;
	/* CSS Opacity for all browsers */
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.7;
}
div#sb-user-account span#user-photo-change img {
	float: left;
	height: 16px;
	margin: 13px 0px 0px 20px;
	width: 16px;
}
div#sb-user-account h2.user-nickname {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	overflow: hidden;
	/* ONLY IF THE USER NAME SPANS ONE LINE ... */
/*	padding-top: 7px;*/
	width: 115px;
}
div#sb-user-account div.user-quick-options {
	font-size: 11px;
        margin-left: 60px;
}
/* @end */

/* @group Sidebar Big Link Style */
div.sb-big-link {
	margin-bottom: 20px;
	padding: 0px 5px;
}
div.sb-big-link a {
	cursor: pointer;
}
div.sb-big-link a:hover {
	text-decoration: none;
}
div.sb-big-link div.big-link-block {
	border-style: solid;
	border-width: 1px;
	height: 20px;
	padding: 5px 10px;
}
div.sb-big-link div.big-link-block div.icon {
	float: left;
	margin: 2px 10px 0px 0px;
}
div.sb-big-link div.big-link-block div.text {
	float: left;
	font-size: 12px;
	line-height: 22px;
}
div.sb-big-link div.big-link-block div.arrow {
	display: block;
	float: right;
	margin-top: -1px;
}
div#sb-invite-contacts.sb-big-link div.big-link-block div.arrow {
	margin-top: 1px;
}
/* @end */

/* @group Manage Account Dropdown */
ul#manage-dropdown li {
	border-style: solid;
	border-width: 1px;
	border-top: none;
	padding: 4px 8px;
}
ul#manage-dropdown li a:hover {
	text-decoration: none;
}
ul#manage-dropdown li div.manage-icon {
	display: block;
	float: left;
	margin: 1px 8px 0px 0px;
	width: 16px;
}
ul#manage-dropdown li div.manage-text {
	float: left;
	font-size: 11px;
	margin-top: 1px;
}
/* @end */

/* @group Sidebar Box Styles */
div.sidebar-box {
	margin: 0px 4px 20px 4px;
}
div.sidebar-box h2 {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
div.sidebar-box h3 {
	font-size: 14px;
}
div.sidebar-box a.sb-action {
	display: block;
	float: right;
	margin-top: -20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
div.sidebar-box a.sb-action:hover {
	text-decoration: none;
}
#sidebar .content-box-content {
	padding:5px 5px 5px 5px!important;
	font-size: 12px;
}
/* @end */

/* @group Sidebar Current Status Styles */
div#sb-current-status-wrapper {
	width: 177px;
}
div#sb-current-status-change div {
	width: 165px;
}
div#sb-current-status-text,
div#sb-current-status-input {
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
}


#sb-current-status-text
{
    overflow: hidden;
}

div#sb-current-status-input input {
	width: 155px;
}
/* @end */

/* @group Sidebar Inbox Styles */
ul#sb-inbox-list li,
ul#sb-moderate-list li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 4px 8px;
}
ul#sb-moderate-list li.no-moderate-items {
	text-align: center;
}
ul#sb-inbox-list li a:hover,
ul#sb-moderate-list li a:hover {
	text-decoration: none;
}
ul#sb-inbox-list .inbox-icon,
ul#sb-moderate-list .inbox-icon {
	display: block;
	float: left;
	margin: 1px 6px 0px 0px;
}
ul#sb-inbox-list .inbox-text,
ul#sb-moderate-list .inbox-text {
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}
ul#sb-inbox-list .inbox-unread,
ul#sb-moderate-list .inbox-unread {
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 19px;
	margin: -20px -5px 0px 0px;
	padding: 0px 4px;
	text-align: center;
	width: 24px;
}
ul#sb-inbox-list li.unread,
ul#sb-moderate-list li.unread {
	background-color: rgb(255, 249, 215);
}
ul#sb-inbox-list li.unread:hover,
ul#sb-moderate-list li.unread:hover {
	background-color: rgb(245, 239, 205);
}
ul#sb-inbox-list li.unread a,
ul#sb-moderate-list li.unread a {
	color: #333333;
}
/* @end */

/* @group Sidebar Add New Styles */
ul#sb-add-list {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 4px 0px 0px 6px;
}
ul#sb-add-list li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	display: block;
	float: left;
	height: 54px;
	margin-right: 3px;
	margin-bottom: 5px;
	width: 52px;
}
.sb-add-list-link {
	display: block;
	height: 53px;
	width: 53px;
}
ul#sb-add-list li a:hover {
	cursor: pointer;
	text-decoration: none;
}
ul#sb-add-list .add-icon {
	margin: 3px 10px 0px 10px;
}
ul#sb-add-list .add-text {
	font-size: 11px;
	margin-top: -4px;
	padding-bottom: 2px;
	text-align: center;
	width: 51px;
}
/* @group Sidebar Friends Online Styles */
ul#sb-friends-list li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	min-height: 22px;
	padding: 4px;
	position: relative;
	width: 169px;
}
ul#sb-friends-list li.no-friends {
	text-align: center;
}
ul#sb-friends-list li a:hover {
	text-decoration: none;
}
ul#sb-friends-list li div.friends-icon {
	display: block;
	float: left;
	margin: 1px 6px 0px 0px;
}
ul#sb-friends-list li div.friends-text {
	line-height: 21px;
}
div#sidebar a.start-chat {
	display: block;
	float: right;
	margin-top: 2px;
	position: absolute;
	right: 4px;
}
div#sidebar a.start-chat:hover {
	cursor: pointer;
}
div#sidebar a.start-chat span.front {
	display: block;
	float: left;
	height: 18px;
	width: 5px;
}
div#sidebar a.start-chat span.middle {
	display: block;
	float: left;
	height: 18px;
	width: 16px;
}
div#sidebar a.start-chat span.end {
	display: block;
	float: left;
	height: 18px;
	width: 5px;
}
/* @end */

/* @group Sidebar Upcoming Events Styles */
ul#sb-upcoming-list li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	min-height: 22px;
	padding: 6px;
}
ul#sb-upcoming-list li a:hover {
	cursor: pointer;
	text-decoration: none;
}
ul#sb-upcoming-list li div.event-today {
	display: block;
	float: right;
	margin: 3px -2px 0px 0px;
}
ul#sb-upcoming-list li div.event-title {
	margin-bottom: 5px;
	overflow: hidden;
	width: 163px;
}
ul#sb-upcoming-list li div.event-title.today {
	width: 130px;
}
ul#sb-upcoming-list li div.event-text {
	font-size: 11px;
	margin-top: -5px;
}
ul#sb-upcoming-list li div.no-events {
	text-align: center;
}
/* @end */

/* @group Temp : Report A Bug Styles */
div#sb-report-bug div.sidebar-box-content {
	padding: 10px;
}
/* @end */

/* @group Footer Styles */
div#footer {
    margin-left: 10px;
    float: left;
	padding-bottom: 0px;
	width: 965px;
	margin-top: 5px;
}
div#footer.show-content-background {
	width: 975px;
}
div#footer-powered-by {
    visibility: visible !important;
    display: block !important;
	height:55px;
}

div#footer-powered-by img{
    display: block !important;
    visibility: visible !important;
}

ul#footer-links {
	float: right;
	text-transform: lowercase;
}
ul#footer-links li {
	float: left;
	font-size: 11px;
	line-height: 30px;
	margin: 13px 7px 10px 7px;
}
/* @end */











.left,
.grid-left {
	float: left;
}
.right,
.grid-right {
	float: right;
}
.hide {
	display: none;
}


/* @group Lightbox Styles */
div.lightbox-overlay {
	display: none;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
div.lightbox-wrapper {
	display: none;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
}
div.lightbox {
/*  background-color: #FFFFFF;*/
/*  border: 7px solid #6a6a6a;*/
	display: none;
	margin: 0px auto;
	padding: 5px;
	position: absolute;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
div.lightbox div.lightbox-close-button a {
	background-image: url('http://static.sgcdn.net/icons/lightbox-close.png');
  _background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.sgcdn.net/icons/lightbox-close.png')
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 25px;
	left: -13px;
	position: absolute;
	top: -11px;
	width: 25px;
}

div.lightbox-content {
	display: block;
	height: 100%;
	width: 100%;
}
div.lightbox-content-box {
	margin-bottom: 0px;
}
/* @end */

/* @group Notices */
.info-notice,
.alert-notice,
.error-notice {
	background-color: #DFF4FF;
	border: 1px solid #72A0B6;
	color: #333333;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}
.alert-notice {
	background-color: #FFFFE0;
	border: 1px solid #E6DB55;
}
.error-notice {
	background-color: #FFEBE8;
	border: 1px solid #CC0000;
}
.info-notice h5,
.alert-notice h5,
.error-notice h5 {
	font-size: 13px;
	font-weight: bold;
}
.info-notice a,
.alert-notice a,
.error-notice a {
	color: #000378 !important;
}
form .error-notice {
	display: none;
}
/* @end */

/* @group Form Errors */
.input-error {
	background-color: #FFEBE8 !important;
	border: 1px solid #CC0000 !important;	
	color:#000;
}
/* @end */

/* @group Legal Styles */
div.legal {
	font-size: 12px;
	text-align: left;
}
div.legal h3 {
	color: #333333;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 5px;
}
div.legal h4 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 5px;
	text-align: left;
}
div.legal span.last-revision {
	font-style: italic;
}
div.legal ol {
	margin: 1em 0px;
}
div.legal ol li {
	margin: 0.5em 0px;
}
div.legal ol.sub-list {
	margin-left: 50px;
}
/* @end */

/* @group Admin Centre Top Bar Styles */
ul#admin-bar-navigation {
	background-color: #DFF4FF;
	border-bottom: 1px solid #2075B7;
}
ul#admin-bar-navigation li {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1.2em;
	width: auto;
}
ul#admin-bar-navigation li.space {
	margin-left: 15px;
}
ul#admin-bar-navigation li a {
	background-position: 6px 50%;
	background-repeat: no-repeat;
	border-right: 1px solid #B7CCD7;
	color: #003663;
	cursor: pointer;
	display: block;
	font-size: 95%;
	font-weight: normal;
	padding: 8px;
	padding-left: 27px;
	text-decoration: none;
	width: auto;
}
ul#admin-bar-navigation li.network-setup {
	width: 140px;
}
ul#admin-bar-navigation li.network-tools {
	width: 135px;
}
ul#admin-bar-navigation li a:hover,
ul#admin-bar-navigation li a.hover {
	background-color: #EFEFEF;
}
ul#admin-bar-navigation li a.active {
	background-color: #EFEFEF;
	color: #333333;
	font-weight: bold;
}
ul#admin-bar-navigation li a.active:hover,
ul#admin-bar-navigation li a.active.hover {
	background-color: #EFEFEF;
}
ul#admin-bar-navigation li.title a {
	padding-left: 10px;
}
ul#admin-bar-navigation li.network-setup a {
	background-image: url('/icons/16/37.png');
}
ul#admin-bar-navigation li.layout-manager a {
	background-image: url('/icons/16/56.png');
}
ul#admin-bar-navigation li.network-access a {
	background-image: url('/icons/16/14.png');
}
ul#admin-bar-navigation li.network-designer a {
	background-image: url('/icons/16/65.png');
}
ul#admin-bar-navigation li.network-details a {
	background-image: url('/icons/16/2.png');
}
ul#admin-bar-navigation li.profile-questions a {
	background-image: url('/icons/16/38.png');
}
ul#admin-bar-navigation li.account-details a {
	background-image: url('/icons/16/28.png');
}
ul#admin-bar-navigation li.news-feeds a {
	background-image: url('/icons/16/114.png');
}
ul#admin-bar-navigation li.blog-categories a {
	background-image: url('/icons/16/122.png');
}
ul#admin-bar-navigation li.moderate-members a {
	background-image: url('/icons/16/127.png');
}
ul#admin-bar-navigation li.advanced-settings a {
	background-image: url('/icons/16/24.png');
}
ul#admin-bar-navigation li.network-tools a {
	background-image: url('/icons/16/112.png');
}
ul#admin-bar-navigation li.invite-contacts a {
	background-image: url('/icons/16/125.png');
}
ul#admin-bar-navigation li.message-members a {
	background-image: url('/icons/16/75.png');
}
ul#admin-bar-navigation li.language-editor a {
	background-image: url('/icons/16/7.png');
}
ul#admin-bar-navigation li.export-data a {
	background-image: url('/icons/16/47.png');
}
ul#admin-bar-navigation li.api-access a {
	background-image: url('/icons/16/37.png');
}
ul#admin-bar-navigation li.member-billing a {
	background-image: url('/icons/16/57.png');
}
ul#admin-bar-navigation li.custom-html a {
	background-image: url('/icons/16/178.png');
}
ul#admin-bar-navigation li.payment-details a {
	background-image: url('/icons/16/57.png');
}
ul#admin-bar-navigation li.view-invoices a {
	background-image: url('/icons/16/128.png');
}
ul#admin-bar-navigation li.edit-card a {
	background-image: url('/icons/16/163.png');
}
ul#admin-bar-navigation li.change-plan a {
	background-image: url('/icons/16/169.png');
}
ul#admin-bar-navigation li.widget-store a {
	background-image: url('/icons/16/45.png');
}
ul#admin-bar-navigation li.blog a {
	background-image: url('/icons/16/124.png');
}
ul#admin-bar-navigation li.widget-store a {
	background-image: url('/icons/16/139.png');
}
ul#admin-bar-navigation li.theme-store a {
	background-image: url('/icons/16/45.png');
}
ul#admin-bar-navigation li.pro-services a {
	background-image: url('/icons/16/131.png');
}
ul#admin-bar-navigation li.support a {
	background-image: url('/icons/16/18.png');
}
ul#admin-bar-navigation li.drop a {
	overflow: hidden;
}
ul#admin-bar-navigation li a span.link-text {
	float: left;
}
ul#admin-bar-navigation li a span.arrow {
	background: transparent url('/icons/custom/dropdown-black.png') left top no-repeat;
	display: block;
	float: right;
	height: 4px;
	margin-left: 4px;
	margin-top: 5px;
	width: 7px;
}
ul#admin-bar-navigation li ul {
	border: 1px solid #2075B7;
	border-top: none;
	display: none;
	margin: 0px;
	margin-left: -1px;
	overflow: hidden;
	position: absolute;
	width: 200px;
	z-index: 1001;
}
ul#admin-bar-navigation li ul li {
	border-bottom: 1px solid #B7CCD7;
	float: none;
	padding: 0px;
	width: 200px;
}
ul#admin-bar-navigation li ul li a {
	background: none;
	background-color: #EFEFEF;
	background-position: 5px 6px;
	background-repeat: no-repeat;
	border-top-width: 0px;
	color: #333333;
	letter-spacing: 0px;
	margin: 0px;
	padding-left: 27px;
	width: 200px;
}
ul#admin-bar-navigation li ul li a:hover {
	background-color: #E1E1E1;
}
/* @end */

/* @group Self Clearing Floats */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}
.clearfix { display: inline-block }
.clearfix {	display: block }
/* @end */

div.undertaker {
	color: #D8290D;
	cursor: pointer;
	font: bold 1em Verdana;
	font-style: normal;
	font-variant: normal;
	height: 17px;
	margin: 0px;
	padding: 0px;
	width: 12px;
}

.small-text{
  font-size:0.8em!important;
}
/* @end */

/* @file structure.css */
div { word-wrap: break-word; }
.entry-body ul {
	list-style-type: disc;
	margin: 0px 0px 10px 10px;
}
.entry-body ol {
	list-style-type: decimal;
	margin: 0px 0px 10px 10px;
}
table, td, tr {
	vertical-align:top;
}
/* @end */

/* @group Main Content Styles */
#main-content {

}
#main-content h2.form-title {
	margin: 0px 10px 10px 10px;
	padding: 5px;
}
#main-content h2.form-title a.edit {
	font-size: 12px;
	line-height: 8px;
	margin-left: 10px;
}
/* @end */

/* @group Content Box Styles */
.content-box {
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	margin-bottom: 10px;
	padding: 2px 1px 2px 2px;
}
.custom ol {
	list-style-type: decimal;
	margin-left: 30px;
}
.custom ul {
	list-style-type: disc;
	margin-left: 30px;
}
.code-box {
	border:solid #ccc 1px;
	background-color:#fafafa;
	margin: 3px;
	padding: 5px;
}
.code-box h4{
	text-align:left;
}

img.tiny{
    width: 30px;
}
img.med{
    width: 45px;
}
img.avatar{
    width: 75px;
}

/* All the no-heading content boxes */
#profile-about,
#members-home-list,
#groups-home-list,
#groups-top-list,
#events-home-list,
#profile-interact,
#magazine-list {
	border-top-style: solid;
	border-top-width: 2px;
	padding: 7px;
}
#magazine-list .day, #magazine-list .month {
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}
#magazine-list {
	border-bottom:0px;
	padding:10px 15px 10px 15px;
}
#welcome-list {
	padding: 7px;
}
#welcome-list .content-box {
	overflow:hidden;
}
#members-home-list,
#groups-home-list,
#events-home-list,
#magazine-list {
	border-bottom-style: solid;
	border-bottom-width: 0px;
	margin-bottom: 5px;
}
#welcome-list {
	margin-bottom: 5px;
}
#groups-home-list,
#events-home-list {
	padding: 0px;
}
.content-box h2 {
	border-bottom-style: solid;
	border-bottom-width: 0px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding:4px 7px 5px 7px;
	margin-right:1px;
}
#what-now h3 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: normal;
	line-height: 24px;
	margin: 5px;
	padding-bottom: 5px;
}
#what-now a {
	color: #333333;
}
#what-now h3 img {
	float: left;
	margin-right: 5px;
}
.content-box-content {
	padding: 10px;
	word-wrap:break-word;
}
/* All the no-heading content boxes */
#profile-about .content-box-content,
#profile-location .content-box-content,
#members-home-list .content-box-content,
#profile-interact .content-box-content,
#groups-home-list .content-box-content
#events-home-list .content-box-content,
#magazine-list .content-box-content {
	margin: 0px;
}
#profile-location .content-box-content {
	padding: 7px;
}
.content-box h4 {
	font-size: 13px;
	font-weight: normal;
	margin: 7px 0px 10px 0px;
	text-align: center;
	letter-spacing: 0.01em;
}
.content-box-content p {
	margin-bottom: 10px;
	text-align: left;
}
/* @end */

/* @group Event/Group/Member Profile Detail Styles */
.profile-details-box {
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 10px;
	padding-top: 10px;
	line-height: 1.5em;
}
.profile-details-box h5 {
	font-family: "Helvetica Neue", Tahoma, Helvetica, Arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.quick-info {
	border: none;
	margin-left: 5px;
}
.quick-info h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}
.details-info {
	margin-bottom: 0px;
}
.custom-questions {
	font-size: 11px;
	margin: 10px 0px 0px 5px;
}
.profile-info-question {
	font-weight: bold;
	margin-bottom: 2px;
}
.profile-info-answer {
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.ds-album-list
{
    text-align:center;
}

div#photos-list canvas#loading,
div#videos-list canvas#loading
{
    left: 375px;
    position: absolute;
}

div#comments-list canvas#loading
{
    left: 250px;
    position: absolute;
}

.videos-album-list li.video_item
{
    height: 135px;
    width: 345px;
    margin-right: 10px;
    margin-left: 5px;
    float: left;
    position: relative;
}

li.video_item
{
    font-size: 11px;    
}

li.video_item div.video_thumb
{
    background-image: url(/icons/custom/no-video.png);
    float: left;
}

li.video_item div.video_thumb,
li.video_item div.video_thumb img
{
    width: 130px;
    height: 97px;
}

li.video_item .moderate-block
{
    background-color: #EEEEEE;
    position:absolute;
    height: 93px;
    padding: 2px;
    float: left;
    width: 15px;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

li.video_item .moderate-block img
{
    width: 16px;
    height: 16px;
}

li.video_item div.video_infos
{
    margin-left: 5px;
    width: 210px;
    height: 83px;
    float: left;
    text-align: left;
    overflow: hidden;
}

li.video_item div.video_infos div.video_title,
li.video_item div.video_infos div.video_by,
li.video_item div.video_infos div.video_stats
{
    overflow: hidden;
    width: 210px;
    float: left;
}
li.video_item .video_title a {
	font-size:110%;
}

li.video_item div.video_infos div.video_title
{
    font-weight: bold;
    font-size: 12px;
    height: 16px;
}

li.video_item div.video_infos div.video_by
{
    height: 30px;
}

li.video_item div.video_infos div.video_stats
{
    height: 16px;
}

li.video_item div.video_thumb div.video_duration
{
    background-color: #000000;
    filter: alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.6;
	padding: 0 2px 1px;
    height: 12px;
    position: absolute;
    right: 221px;
    top: 83px;
    _top: 80px;
    font-size: 10px;
    color: #FFFFFF;
}

li.video_item:hover div.video_thumb:hover div.play_button
{
    background: url(/icons/mini_play.png);
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.8;
    left: 54px;
    top: 38px;
    width: 24px;
    height: 24px;
}

li.video_item div.video_infos div.select_video
{
    float: right;
    text-align: right;
    width: 100px;
    height: 16px;
}


li.video_item div.video_infos div.video_by a
{
    font-weight: bold;
}

li.video_item.small div.video_thumb
{
    background-image: none;
}

li.video_item.small div.video_thumb,
li.video_item.small div.video_thumb img
{
    position: relative;
    height: 60px;
    width: 80px;
    float: left;
}

li.video_item.small div.video_infos
{
    width: 135px;
    height: 72px;
    overflow: hidden;
}

li.video_item.small div.video_infos div.video_by
{
    height: 15px;
}

li.video_item.small div.video_duration
{
    right: 1px !important;
    top: 46px !important;
    _top: 43px !important;
}

li.video_item.small div.video_infos div.video_title
{
    font-size: 11px;
    height: 15px;
}

div.snm_video_player h1.video_title
{
    font-weight: bold;
    float: left;
}

div#video_player
{
    margin-bottom: 10px;
    text-align: center;
}

div#video_player.black
{
    height: 423px;
    width: 752px;
    background-color: #000000;
}

div#video_player div.video-alert
{
    margin: 180px 30px;
}

div.video_tags
{
    font-weight: bold;
    margin-bottom: 10px;
}

div.video_description
{
    margin-bottom: 10px;
}

div.side_tools
{
    width: 225px;
    margin-bottom: 10px;
}
div.side_tools .video-embed {
	font-size:13px;
	padding:5px;
	margin:4px;
	width:93%;
	height:30px;
}
ul#share-list li{
	margin-right:4px;
	float:right;
	margin-top:5px;
}
div.side_tools .video_item {
	padding:5px;
}

div.side_tools li.video_item.small div.video_infos {
	width:128px;
}
/* @end */
/* default welcome styles */
#welcome-default td {
	vertical-align: middle;	
}
#welcome-default h1 {
	padding:0px 0px 5px 0px;
	font-weight: normal;
	font-size: 22px;
	line-height: normal;
}
#welcome-default .feature-title {
	font-size:16px;
}
#welcome-default .feature-desc {
	font-weight:13px;
}
#welcome-default img {
	padding:0px 5px 5px 0px;
}
#welcome-list {
	font-size: 16px;
}
#welcome-left p {
	font-size: 16px;
	line-height: 1.5em;
}
#welcome-right table {
	border: 0px;
}
/* end default welcome styles */
/* @group Search Listing Styles */
.search-listing {
	padding: 10px 15px;
}
.search-listing li {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.search-listing .listing-photo {
	float: left;
	height:75px;
}
.search-listing .listing-photo img {
    margin-right: 10px;
	max-width: 75px;
}
.search-listing h3 {
	float: left;
	font-size: 18px;
	line-height: 25px;
	width: 375px;
}
.search-listing .member-online {
	color: green;
	float: left;
	line-height: 25px;
	margin: 0px 10px 0px 0px;
	width: 75px;
}
.search-listing .strapline {
	float: left;
	line-height: 18px;
	width: 460px;
}
.search-listing .listing-questions {
	float: left;
	width: 460px;
}
.search-listing .listing-questions li {
	border: none;
	float: left;
	font-size: 11px;
	line-height: 17px;
	margin: 0px 0px;
	padding: 0px;
	width: 300px;
}
.search-listing .listing-questions li strong {
	font-weight: bold;
}
.search-listing .listing-questions li .closed {
	float: left;
	margin-right: 5px;
}
.search-listing .interact-links {
	float: right;
	margin: 0px;
	padding: 0px 10px;
	width: 130px;
}
.search-listing .interact-links li {
	border-bottom: none;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 11px;
	margin: 0px;
	padding: 2px 5px;
}
.search-listing .interact-links li.interact-view-profile {
	border-top: none;
}
.search-listing .interact-links li:hover {
	cursor: pointer;
}
.search-listing .interact-links li a:hover {
	text-decoration: none;
}
/* @end */

/* @group Basic Profile List Styles */
.photos-list,
.members-list {
	margin: 0px auto;
	text-align: center;
	width: 418px;
}
.photos-list {
	width: 425px;
}
.photos-list li,
.members-list li {
	float: left;
	margin: 0px 4px 10px 4px;
	text-align: center;
	width: 59px;
}
.members-list img {
	width:57px;
	height:57px;
}
.photos-list li {
	height: 70px;
	width: 70px;
	padding: 2px;
}
.members-list li span {
	display: block;
	margin-top: 3px;
}
.members-list li span a {
	font-weight: bold;
}
/* @end */

/* @group Wall Post Styles */
.wall-posts li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 10px 0px;
	padding-bottom: 8px;
}
.wall-post .user-photo {
	float: left;
	margin: 0px 5px 0px 0px;
}
.wall-post .user-photo img.photo
{
        width: 30px;
        height: 30px;
}
.wall-post .who-when
{
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    width: 92%;
}
#umc-messages .wall-post .who-when {
    width: 575px;
}
.wall-post .who-when.right
{
    text-align: right;
}

.wall-post .delete-comment {
	width:200px;
	text-align: right;
	font-size: 11px;
}
.wall-post .content
{
    line-height: 18px;
    width: 92%;
    float: left;
}
.wall-post .content p
{
    font-size: 11px;
    margin: 0px;
}

.wall-post .wall-post-actions {
	float: right;
	font-size: 11px;
	height: 20px;
}
/* @end */

/* @group Photo View Styles */
.photo-info {
	float: left;
	margin-top: 4px;
	width: 440px;
}
.photo-info h3 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}
.photo-info h3 strong {
	font-weight: bold;
}
.photo-info-links {
	font-size: 12px;
}
#photo-single .photos-list {
	float: right;
	width: 300px;
}
.description {
	padding:10px;
	text-align:center;
}
/* @end */

/* @group Blog Styles */
.blog-list li {
	margin: 20px 0px;
}
.blog-list li h3 {
	line-height: 1.5em;
}
.blog-post h3 {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-size: 19px;
	font-weight: normal;
	line-height: 19px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 8px 0px;
}
.blog-post h3 .icon {
	margin: 3px 5px 0px 0px;
}
.blog-post h3 a.edit {
	font-size: 12px;
	margin-left: 10px;
}
.blog-post .post-time {
	float: right;
	font-size: 10px;
	margin-top: -2px;
}
.blog-post .post-time strong {
	font-weight: bold;
}
.blog-post .post-comments {
	float: left;
	font-size: 11px;
	padding: 0px 0px 2px 0px;
}
.blog-post .post-comments strong {
	font-size: bold;
}
.blog-post .post-tags {
	float: right;
	font-size: 11px;
	padding: 0px 0px 2px 18px;
}
.blog-entry h3 {
	font-size: 20px;
	font-weight: normal;
	margin:3px 0px 5px 0px;
	padding-bottom: 0px;
}
.blog-entry .entry-stats {
	font-size: 12px;
	line-height:16px;
}
.blog-entry .entry-body {
	margin-bottom: 10px;
	padding: 10px 15px;
	line-height:1.5em;
}
/* @end */
/* @rss feed styles */
.rss-entry {
	padding-bottom:25px;
	padding-top:10px;
}
.rss-entry td, .rss-entry {
	font-size:12px!important;
	line-height:1.6em!important
}
.rss-entry a {
	text-decoration: underline;
}
.rss-entry a img {
	text-decoration: none;
	padding:3px;

}
.rss-entry td {
	padding:15px 0px 0px 10px!important;
}
.rss-entry h3 {
	font-weight:bold;
	display:inline;
}
.rss-entry .feed-icon {
	float:right;
	padding-left:10px;
}
.rss-entry .entry-stats {
	font-size:10px;
	display:inline;
	font-weight: bold;
	
}
/* @ end rss styles */

/* @group Profile Group List */
.profile-group-list li.group-list-item {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 13px;
	padding-bottom: 10px;
}
.group-list-info {
	float: left;
}
.group-list-info .title {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 3px;
	width:225px;
}
.group-list-members {
	float: right;
	font-size: 9px;
	height: 20px;
	text-transform: uppercase;
	text-align:right;
}
.group-list-members strong {
	float: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;	
}
.group-list-members span {
	line-height: 23px;
	margin-left: 2px;
}
/* @end */

/* @group Inbox List Styles */
#theform-inbox {
	width: 770px;
}
#message-items {
	display: block;
	width: 770px;
}
#message-items th {
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0px;
	vertical-align: top;
}
#umc-notices .unread, #message-items tr.unread, #theform-inbox .unread, .unread blockquote {
	background-color: #FFF9D7!important;
	color:#000 !important;
	padding:5px;
}
div.progressBarStatus,
.unread .activity-when {
	color: #000 !important;
}
.umc-request-item {
	padding: 10px 0px;
	font-size:12px;
}
.unread a {
	color: #333333 !important;
}
#message-items .check {
	display: block;
	text-align: center;
	width: 30px;
}
#message-items td {
	padding: 7px 0px;
	vertical-align: top;
}
#message-items td a {
	display: block;
	text-decoration: none;
	width: 100%;
}
#message-items td a span {
	display: block;
	font-size: 11px;
}
#message-items td.check {
	padding-top: 14px;
}
#message-items .check img {
	cursor: pointer;
}
#message-items td.image {
	padding-top: 10px
}
#message-items .image {
	width: 30px;
}
#message-items .image {
	padding-left: 15px;
	padding-right: 5px;
	text-align: center;
}
#message-items .image img {
	height: 20px;
	width: 20px;
}
#message-items .sender {
	width: 130px;
}
#message-items td.sender {
	font-size: 12px;
	line-height: 25px;
	padding: 8px 0px 0px 3px;
}
#message-items td.sender span {
	display: inline;
	font-weight: bold;
}
#message-items td.sender em {
	display: block;
	font-style: normal;
	overflow: hidden;
	width: 110px;
}
#message-items .subject {
	width: 385px;
}
#message-items td.subject {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: -8px;
	padding-right: 10px;
	overflow: hidden;
	white-space: nowrap;
}

/* Really Ugly CSS Hack for Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #message-items td.subject {
    	margin-top: 0px;
    }
}
/* End Ugly CSS Hack for Safari */

#message-items td.noreply {
	display: block;
	line-height: 22px;
}
#message-items .subject a em {
	font-size: 11px;
	font-weight: normal;
}
#message-items td.subject a span {
	font-size: 10px;
	font-weight: normal;
}
#message-items td.date {
	font-size: 11px;
	line-height: 28px;
	margin-right: 25px;
	padding-top: 10px;
}
#message-items .date {
	width: 175px;
}
#message-items td.delete {
	padding-top: 15px;
	text-align: center;
	width: 30px;
}
#message-items .delete {
	width: 30px;
}
#message-table-bottom {
	margin-bottom: 10px;
	padding: 8px 25px 8px 0px;
	text-align: right;
}
#message-actions {
	float: right;
	width: auto;
}
#message-actions li {
	display: inline;
	float: left;
}
#message-actions li a {
	display: block;
	margin-top: 5px;
}
#message-actions li select {
	margin-bottom: 0px;
}
#message-actions li span {
	float: left;
	margin: 5px 8px 0px 0px;
}
/* @end */


/* @group Lightbox Form Styles */
.lightbox-content-box {
	background-color: yellow;
}
/* @end */



/* @group Uploaded Entities List */
.upload-entity-list li .upload-preview {
	float: left;
	margin-right: 10px;
}
.upload-entity-list li .edit-upload-info {
	float: left;
	width: 360px;
}
.upload-entity-list li .upload-permissions {
	float: right;
}
#blog-create-upload {
	margin: 10px 0px;
}
.inline-upload h2 {
	margin-top: 0px;
}
/* @end */

/* @group Activity List Styles */
.activity-list li {
	border-bottom-style: solid;
	border-bottom-width: 0px;
	margin: 0px 0px 4px 0px;
	padding-bottom: 3px;
}
.activity-list .activity-delete {
	display:none;
	width:15px;
	height:16px;
	float:right;
	text-align: right;
}

/*.activity-list li:hover .activity-when {
display:none;
}*/
.activity-list li .activity-delete {
	display:none;
}
.activity-list li:hover .activity-delete {
	display:block;
}
.activity-text {
	font-size: 12px;
	padding: 5px!important;
	margin-top:6px;
}
.activity-text a {
	font-weight:normal;
}
.activity-icon {
	float: left;
	margin-right: 6px;
	border:0; 
	width:24px; 
	height:24px; 
	padding:4px 0px 0px 2px;
	margin-top:-4px;
	margin-left:-2px;
}
.activity-when, .activity-delete {
	float: right;
	text-align:right;
	width:80px;
	font-style: italic;
	font-size:11px;
}

.activity-text blockquote {
	width: 90%;
	font-size: 13px;
	padding:8px 0px 8px 10px;
	margin:0px 50px 0px 0px;
	float:left;
}
.activity-when {
	float:right;
}
.activity-when, .activity-delete {
}
.activity-picture {
	float:right;
	padding-top:3px;
}
.activity-pictures {
	margin-left:10px;
}
.activity-list .video-photo
{
	width: 120px;
	overflow-x: hidden;
	display: block;
}

.activity-list div.video_thumb
{
    background-image: url(/icons/custom/no-video.png);
}

.activity-list div.video_thumb,
.activity-list div.video_thumb img
{
    float: left;
    height: 90px;
    position: relative;
    width: 120px;
	padding:4px 0px 4px 0px;
}

.activity-list div.video_thumb:hover div.play_button
{
    background: url(/icons/mini_play.png);
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.8;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
}

.activity-list div.video_thumb div.video_duration
{
    background-color: #000000;
    filter: alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.6;
	padding: 0 2px 1px;
    height: 12px;
    position: absolute;
    right: 1px;
    top: 76px;
    font-size: 10px;
    color: #FFFFFF;
}

.activity-list .video-desc
{
	margin-left: 10px;
}
.activity-list h3 {
	font-weight:bold;
	font-size:13px;
	padding-top:4px;
}
.activity-list span {
}
/* @end */

div#videos-list,
div#photos-list
{
    min-height: 800px;
}

/* @group Pagination Styles */
.pagination {
	padding-bottom: 5px;
	font-size: 12px;
}

.pagination-desc {
	float: left;
	padding-top: 3px;
}

.pagination-desc strong,
.pagination-links strong {
	font-weight: bold;
}

.pagination-links {
	float: right;
	padding: 0px !important;
}

.pagination-links li{
	display: inline;
	font-weight: bold;
    float: left;
    height: 16px;
}

.pagination-links li.nav-selected{
    border-style:solid;
    padding: 1px 4px 0 !important;
    border-width: 2px;
}

.pagination-links li.nav{
    border: none;
    padding: 3px 4px 0 !important;
}
/* @end */

/* @group Previous and Next Styles */
.arrow-left {
	display: block;
	height: 75px;
	float: left;
	text-align: center;
	width: 30px;
}
.arrow-right {
	display: block;
	height: 75px;
	float: right;
	text-align: center;
	width: 30px;
}
.picture-carousel .arrow-left,
.picture-carousel .arrow-right {
	height: 45px;
	padding-top: 26px;
}
.picture-carousel .arrow-left {
	margin-right: 5px;
}
/* @end */

/* @group Button Styles */
/* BUTTONS */
.buttons a, .buttons button {
    display:block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px;/* Links */
   	white-space: nowrap;
}
.buttons button {
    width:auto;
    padding:4px 10px 3px 7px; /* IE6 */
}
#sb-signup .buttons a, #sb-signup .buttons  {
white-space:normal!important;  /* wierd signup issue */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* POSITIVE */
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/* @end */

/* @group Lightbox Styles */
#overlay {
	background-color: #000000;
	height: 500px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 100;
}
#lightbox {
	color: #222222;
	left: 0px;
	line-height: 18px;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 101;
}
#lightbox-close-button a {
	background-image: url('http://static.sgcdn.net/icons/lightbox-close.png');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 25px;
	left: -11px;
	text-indent: -9999px;
	position: absolute;
	top: -11px;
	width: 25px;
	z-index: 999;
}

#outer-container {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px auto;
	padding: 5px;
	position: relative;
	width: 600px;
}
#inner-container {
	display: block;
	padding: 2px;

}
/* @end */

/* @group Other Styles */
.action-inform {
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333333;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

.action-alert {
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333333;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
.action-alert a {
	color:#000!important;
}
.action-error {
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333333;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
.admin-note {
	background-color: #f2feed;
	border:1px solid #9dcf87;
	padding:5px;
	font-size: 12px;
	color:#222;
	text-align: center;
	margin:10px;
}
.admin-note a {
	color:black;
}

.left {
	float: left;
}
.hide {
	display: none;
}
.icon {
	float: left;
	margin-right: 5px;
}
.icon-wrong {
	left: -4px;
	position: relative;
	top: -7px;
}
.more {
	float: right;
	font-size: 11px;
	font-family: "Helvetica Neue", Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.more_rss {
	float: left;
	font-size: 11px;
	font-family: "Helvetica Neue", Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.more_rss img {
	margin:2px 5px -2px 0px;
}
.status-online {
	/* replace with image ? */
	color: green;
	margin-right: 5px;
}
.status-away {
	/* replace with image ? */
	color: orange;
	margin-right: 5px;
}
.status-kick {
	/* replace with image ? */
	color: #cc0000;
	margin-right: 5px;
}


.photo {
	border-style: solid;
	border-width: 0px;
}
.activity-list .photo  {
	border: 0px 0px 0px 0px!important;
	margin:10px 5px;
	width:75px;
	height:75px;
} 
.activity-picture {

}

.site-help {
	background-color: rgb(188, 228, 255);
	border: 1px solid #458AC3;
	color: #333333;
	padding: 5px;
	text-align: left;
	font-size:11px;
	margin-left:-9px;
}
.thumbnail {
	height: 20px;
	width: 20px;
}
/* Self Clearing Float Solution */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}
.clearfix { display: inline-block }
.clearfix {	display: block }
/* @end */


/*
.action-alert {
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333333;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
*/
/* -------------------------------------------------------- */
/* Widget Styles										*/
/* -------------------------------------------------------- */

ul.widget-list {
	margin-top:-4px;
	clear: both;
}
.widget-list li {
	border-bottom: 1px solid;
	padding:3px 0px 3px 0px;
}
.widget-list li.group-list-item{
	border-bottom: none;
	width:56px;
	height:53px;
}
#sidebar .widget-list li.group-list-item{
	width:55px;
	height:53px;	
}
.widget-list li:first {
	padding-top:0px;
}
.widget-footer {
	margin:4px 0px 4px 0px;
	clear:both;
}
.widget-footer a {
	text-align:right;
	font-size:13px;
	padding:0px 4px 0px 0px;
	display: block;
	text-transform: capitalize!important;
	font-weight: normal;
}

/* -------------------------------------------------------- */
/* Forum Styles										*/
/* -------------------------------------------------------- */

.forum-list-title {
	text-align: left;
	float:none!important;
	line-height: 1.4em;
	font-size: 14px;
}
.forum-list-title a {
	font-weight: bold;
}
.forum-list-title span {
	font-size:11px;
	padding-top:5px;
	font-style:italic;
}
.forum-list-item img {
	float:left;
	padding-top:2px;
	padding-right:5px;
}
.forum-list-time {
	float:right;
	font-size:10px;
	line-height:15px;
	text-align: left;
}
.four .forum-list-title {
	font-size:12px;
}
.four .forum-list-item img {
	padding-right:2px;
}
#sidebar .forum-list-time {
	display:none;
}
.forum-list-message {
	text-align: left;
	font-size:11px;
	line-height: 1.5em;
}
ul.minor-options li a {
    font-size:10px!important;
    padding:7px 0px 5px 8px;
}
.group-forum-list-item{
	padding-bottom:10px;
}
.group-forum-list-item img {
	float:left;
	margin:4px;
}
.group-forum-list-title {
	font-size:14px;
	float:left;
	width:280px;
}
.group-forum-list-time {
	float:right;
	font-size:10px;
	width:170px;
	text-align: right;
}
.welcome-list-title {
	margin-bottom: 1px;
	font-size:12px;
	text-align: left;
	padding-top:0px;
	min-height:32px;
	margin:0px 0px 0px 38px!important;
	float:none!important;
}
.welcome-list img {
	float:left;
	margin-top:3px;
}
li.welcome-list {
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 0px;
}

.magazine-latest-list {
	font-size:12px;
	padding:6px 0px 6px 0px!important;
	line-height:1.35em;
}
.magazine-latest-list .author-avatar {
	width:24px;
	height:27px;
	float:left;
}
.magazine-latest-list .blog-title {
	margin-left:30px;
	font-weight:bold;
	font-size: 14px;
	min-height:24px;
	line-height:24px;
	padding-bottom:4px;
}
.magazine-list-title {
	margin-bottom: 1px;
	font-size:12px;
	padding-top:1px;
	margin-left:38px!important;
	float: none!important;
	width: auto!important;
	font-weight: bold;
}
.magazine-list img {
	float:left;
}
.magazine-list-author {
	font-size:10px!important;
	margin-left:38px!important;
	width:auto!important;
	float: none!important;
}
.magazine-list-clip {
	font-size:10px!important;
	margin-left:38px!important;
	width:auto!important;
	float: none!important;
}
.magazine-authors .magazine-list-title, .magazine-authors .magazine-list-author {
	width:120px;
}
.three, .four {
	font-size:12px;
}
.entity-list img {
	padding:2px;
}
.birthday-list-item {
	font-size: 12px!important;
}
.birthday-list-item img {
	float:left;
}
.birthday-list-info {
	margin-left:20px;
	padding:3px 0px 3px 0px;
}
.news-list-item {
	padding:3px 0px 3px 0px;
}
.news-list-title {
	margin-bottom: 2px;
	font-size:12px;
	padding-top:1px;
}
.news-list-item img {
	float:right;
	padding-top:5px;
}
.news-list-time {
	font-size: 9px;
	text-align:right;
}
li.latest-groups-item {
	width:25%;
	height:160px;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
	padding-bottom:10px;
}
li.latest-groups-item .group-title {
	width:90%;
}
li.latest-groups-item .member-count {
	font-size:10px;
	width:90%;
	font-weight: normal;
}
li.latest-groups-item img {
	width:90%;
}
li.featured-member-item {
	width:139px;
	padding:0px 0px 5px 0px;
	margin-left:10px;	
	border-bottom:0px;
	margin-top:10px;
}
li.latest-video-item{
	width:160px;
	float:left;
	height:140px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
li.latest-video-item .video-thumb{
	height:97px;
	display: block;
}
li.featured-member-item a:hover, li.featured-member-item a {
	text-decoration:none;
}
li.featured-member-item:first {
	margin-left:-4px;
}
li.featured-member-item div {
	padding:4px 5px 3px 3px;
	width:140px;
}
li.featured-member-item div a {
	font-size:13px;
	font-weight: bold; 
	white-space: nowrap;
	width:149px;
	overflow:hidden;
}
li.featured-member-item div span {
	font-size:11px;
}
ul.featured-members {
	
}
ul.latest-members {
	margin:-5px -5px 0px -5px;
}
ul.latest-members li {
	overflow:hidden;
	text-align: center;
	display: block;
	padding:3px 3px 0px 3px;
	float:left;
}
ul.latest-members a{
	text-decoration: none;
}
/* -------------------------------------------------------- */
/* Photo View Styles										*/
/* -------------------------------------------------------- */
.photo-info {
	float: left;
	margin-top: 4px;
	width: 440px;
}
.photo-info h3 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}
.photo-info h3 strong {
	font-weight: bold;
}
.photo-info-links {
	font-size: 12px;
}
#photo-single {
    min-height: 600px;
}

#photo-single .photos-list {	
	float: right;
	width: 300px;
}
#photo-single .photos-list li {
	float: left;
	height: 54px;
	margin: 0px 0px 0px 5px;
	width: 54px;
}
.photo-single-image {
	padding: 10px;
	text-align: center;
	min-height: 100px;
	width: 726px;
}

.photo-single-image canvas#loading
{
    float: none;
    right: 0px;
}

.photo-single-description {
	float: left;
	width: 515px;
}
.photo-single-interact {
	float: right;
	width: 225px;
}
.photo-single-bottom {
	margin-top: 10px;
}

.photo-single-info{
    font-size: 12px;
    text-align: center;
    width: 230px;
    margin-left: 10px;
    overflow: hidden;
}

.photo-single-comments {
	float: left;
	width: 515px;
}
.photos-album-list, .album-list {
	/* 												background-color: red; */
	/*margin-top: 10px;*/
	padding:3px;
	text-align:center;
	/*width: 726px;*/
}
.photos-album-list li, .album-list li {
	float: left;
	width: 134px;
	height: 162px;
	margin: 4px;
	padding: 1px;
}
.photos-album-list li, .album-list li {
	/*line-height: 130px;*/
	position: relative;
}
.photos-album-list li {
	height:170px;
	font-size:10px;
} 

.photos-album-list .moderate-block
{
    background-color: #EDEDED;
    height: 16px;
    opacity: 0.8;

    padding: 2px;
    float: left;
    top: 1px;
    width: 134px;
}

.photos-album-list .moderate-block img
{
    width: 16px;
    height: 16px;
}

#photo-album .pagination {
	width: 726px;
}
.photo {
	border:0px solid;
}
/*
.forum-list-date {
	background-color: red;
	font-size:9px;
	margin-left: 20px;
	padding-top:3px;
	width:75px;
}*/
/* -------------------------------------------------------- */
/* Tag cloud											*/
/* -------------------------------------------------------- */
.tagcloud .tag-icon{
	float:left;
	padding:0px 5px 3px 3px;
}
.tagcloud div {
	float:right;
	width:94%;
	font-size:12px;
}
/* -------------------------------------------------------- */
/* Member Profile Edit										*/
/* -------------------------------------------------------- */
#edit-profile-aboutme {
	
}
.edit-profile-photo {
	margin-bottom: 10px;
}
#edit-profile-aboutme h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}
.edit-profile-photo h5 {
	border-bottom: 2px solid #000000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 2px;
	width: 450px;
}
.edit-profile-photo .grid-left {
	margin-top: 10px;
	text-align: center;
	width: 250px;
}
.edit-profile-photo span {
	font-size: 11px;
	margin-bottom: 10px;
}
.edit-profile-photo .grid-right {
	width: 460px;
}
.edit-photo-upload-picture,
.edit-photo-choose-default,
.edit-photo-remove-picture {
	margin-bottom: 10px;
	padding: 5px;
}
/* -------------------------------------------------------- */
/* AJAX Prev/Next Arrow Styles								*/
/* -------------------------------------------------------- */
#profile-albums .arrow-left,
#profile-albums .arrow-right {
	padding-top: 65px;
}
#profile-friends-list .arrow-left,
#profile-friends-list .arrow-right {
	padding-top: 52px;
}
.edit-photo-choose-default .arrow-left,
.edit-photo-choose-default .arrow-right {
	margin-top: 30px;
}
/* -------------------------------------------------------- */
/* Interact Profile @group									*/
/* -------------------------------------------------------- */
#profile-interact li {
	float: left;
}
#profile-interact li a {
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: block;
	float: left;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	margin-right: 7px;
	padding: 5px 7px 6px 7px;
	text-decoration: none;
}
#profile-interact li a img {
	border: none;
	height: 16px;
	margin: 0px 5px -3px 0px;
	padding: 0px;
	width: 16px;
}

/* -------------------------------------------------------- */
/* Event Styles												*/
/* -------------------------------------------------------- */
.event-smallinfo {
	height: 51px;
	margin-top: 10px;
}
.event-date {
	float: left;
	text-align: center;
	width: 50px;
}
.event-smallinfo .month {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}
.event-smallinfo .day {
	border-style: solid;
	border-width: 1px;
	border-top: none;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 32px;
}
.event-smallinfo .name {
	font-size: 15px;
	font-weight: bold;
	margin-left: 60px;
}
.event-smallinfo .tagline {
	font-size: 11px;
	line-height: 15px;
	margin: 2px 0px 0px 60px;
}
/* -------------------------------------------------------- */
/* Group Styles												*/
/* -------------------------------------------------------- */
.group-top-list li.group-list-item,
.group-new-list li.group-list-item {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 10px 0px;
	padding-bottom: 10px;

}
.group-list-half .group-list-info {
	float: left;
	width: 293px;
}
.group-list-half .profile-pic {
	float: left;
	margin-right: 10px;
}
.group-list-half .title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
}
.group-list-half .tagline {
	font-size: 11px;
	line-height: 14px;
	margin-top: 2px;
}
.group-list-join {
	float: right;
	font-size: 9px;
	height: 50px;
	padding: 9px 5px 0px 5px;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
}
.group-list-join strong {
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: -1px;
}
/* -------------------------------------------------------- */
/* Action List Styles										*/
/* -------------------------------------------------------- */
.actions {
	margin: 10px 0px 0px 30px;
}
.actions li {
	font-size: 11px;
	line-height: 16px;
	margin: 2px 0px 8px 0px;
	padding: 0px;
}
.actions li a img {
	float: left;
}
.actions li a span {
	padding-left: 8px;
}
.actions li a:hover {
	text-decoration: none;
}
.actions li a:hover span {
	text-decoration: underline;
}
/* -------------------------------------------------------- */
/* Countdown Clock Styles									*/
/* -------------------------------------------------------- */
.countdown {
	text-align: center;
}
.countdown li {
	float: left;
	margin: 0px 10px;
}
.countdown-days,
.countdown-hours,
.countdown-minutes,
.countdown-seconds {
	font-family: Futura;
	font-size: 30px;
	color: rgb(55, 55, 55);
	height: 34px;
	width: 41px;
}
.countdown-label {
	font-size: 11px;
}
.group-list-item img {
	float: left;
	margin-right: 3px;
}
/* -------------------------------------------------------- */
/* Invite List Styles										*/
/* -------------------------------------------------------- */
.invite-list {
	margin: 0px auto;
	text-align: left;
	width: 580px;
}
.invite-list li {
	float: left;
	margin: 5px;
	width: 180px;
}
.invite-list li img {
	float: left;
	margin-right: 10px;
}
.invite-list li .invite {
	margin: 0px auto;
	margin-top: 12px;
}
.center {
	margin: 0px auto;
	text-align: center;
}

.tip {
	background-color: #000000;
	color: #FFFFFF;
	opacity: 0.7;
	padding: 5px;
	z-index: 13000;
}

li.invite_friend
{
   float: left;
   margin-bottom: 3px;
   height: 20px;
   width: 240px;
}

li.invite_friend div.left img
{
   width: 20px;
   height: 20px;
}

li.invite_friend input#invitations
{
   margin: 0 9px 0px 0px;
}

textarea#external-invite-emails
{
    height: 45px;
    width: 450px;
}

/* -------------------------------------------------------- */
/* News List Styles										*/
/* -------------------------------------------------------- */

.lastupdated {
	display:none;
}
.entry-body {
	padding:0px;
	margin:0px;
}
.entry-body td {
	overflow:visible;
	overflow-x: inherit;
	text-overflow: inherit;
	padding:3px;
}
.entry-body table, .entry-body td {
	vertical-align:top !important;
}

.entry-body br {
	padding-bottom:10px;
}
#profile-interact ul li {
	margin-bottom: 5px;
}



#welcome-page th {
	font-size: 20px;
	padding: 10px 0px 20px 0px;
}
#welcome-page table th {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	text-align: left;
}
#welcome-left img {
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}
#welcome-list tr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}
#welcome-list tr.button {
	border: none;
	padding-bottom: 10px;
}

/* What to do now */
#what-now {
	background-color: #FFF9D7;
	color: #333333;
}
#what-now h3 {
	border-bottom: none;
	padding: 8px 0px 8px 0px;
	font-size:21px;
}
#what-now .title, #what-now .desc  {
	width:163px;
	float:right;
}
#what-now .icon {
	float:left;
	width:32px;
	padding-right:3px;
}
#what-now-list li {
	background-color:#fdf2b4;
	padding: 13px 15px 13px 10px;
	margin:5px 10px 15px 0px;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
}
#what-now-list li.close {
	font-size:13px;
	padding:5px 10px 0px 0px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	background-color: transparent;
	text-decoration: underline;
}
#what-now-list li .title {
	font-size: 14px;
	padding-bottom:4px;
	font-weight: bold;
}
#what-now-list li .icon {
	display: block;
	margin-top: 2px;
}
#what-now-list li .desc {
	font-size: 11px;
	line-height: 14px;
	color: #555;
}
#what-now .close {
	font-size: 11px;
	padding: 0px 3px;
}
#what-now .member li {
	width:206px!important;
	height:50px; 
	float:left;
	margin-top:0px;
}
#what-now .member li .title {
	font-size:14px;
	padding: 4px 0px;
}
#quick-help { 
  display:none; 
  visibility:visible;
}
#quick-help {
	background-color: #D9F1FF;
	border: 1px solid #B8DAEA;
	color: #333333;
	margin-bottom: 10px;
}
#quick-help h3 {
	border-bottom-color: #B8DAEA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: normal;
	line-height: 24px;
	margin: 5px;
	padding-bottom: 5px;
	font-size:14px;
}
#quick-help h3 img {
	margin-right: 5px;
}
#quick-help h3 .more-help img {
	margin: 0px 0px 0px 5px;
}
#quick-help  a {
	color: #333333;
}
#quick-help .close {
	padding: 0px;
}
.calendar caption {
	background-color:white;

}
.calendar .prev, .calendar .month, .calendar .year, .calendar .next {
	padding:0px 5px;
}
.calendar div {
	border:4px solid #666;
	background-color:white;
	color:#777!important;
}
.calendar .valid {
	color:#222;
}
.calendar td {
	cursor:pointer;
	text-align:center;
}
.calendar table th {
	font-weight:bold;
	background-color: #CCC;
}
.calendar table td {
	padding:4px;
}
button.calendar {
	width:20px;
	height:20px;
	background-image: url('/icons/calendar_view_month.png');
	background-repeat: no-repeat;
}
#forum-index-list .forum-buttons li a {
	font-size:12px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#forum-index-list .forum-buttons img {
margin-right: 0px!important;
}
#forum-index-list h3 {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	line-height: 34px;
	margin-top: -5px;
	margin-bottom: 10px;
}
#forum-index-list table {
	width: 746px;
}
#forum .entry-body {
	min-height: 70px;
}
#forum-index-list table thead {
	border-bottom-style: solid;
	border-bottom-width: 0px;
	padding: 3px 0px 3px 0px;
	border-collapse: collapse;
}
#forum-index-list table thead th.forum-icon {
	width: 52px;
}
#forum-index-list table thead th.forum-name {
	padding-left: 10px;
	text-align: left;
	width: 360px;
}
#forum-index-list table thead th.forum-posts {
	padding-right: 10px;
	text-align: center;
}
#forum-index-list table thead th.forum-views {
	padding-right: 10px;
	text-align: center;
}
#forum-index-list table thead th.forum-last-post {
	padding-left: 5px;
	text-align: left;
	font-size:11px;
}
#forum-index-list table thead th.forum-last-post .activity-text {
	font-size:10px!important;
}
#forum-index-list table tbody tr td {
	border-bottom-style: solid;
	border-bottom-width: 0px;
	padding: 10px 0px 0px 0px;
}
#forum-index-list table tbody tr td.forum-icon {
	text-align: center;
}
#forum-index-list table tbody tr td.forum-icon img {
	margin-top: 3px;
}
#forum-index-list table tbody tr td.forum-name {
	font-size: 13px;
	padding-left: 10px;
	line-height:1.4em;
	padding-bottom:5px;
}
#forum-index-list table tbody tr td.forum-name a {
	font-weight: normal;
	font-size: 13px;
	text-transform:none;
}
#forum-index-list table tbody tr td.forum-name span {
	font-weight: bold;
	text-transform: uppercase;
}
#forum-index-list table tbody tr td.forum-name a.no-desc {
	line-height: 35px;
}
#forum-index-list table tbody tr td.forum-posts,
#forum-index-list table tbody tr td.forum-views {
	font-size: 12px;
	padding-right: 10px;
	text-align: center;
}
#forum-index-list table td.forum-posts {
	text-align: center!important;
}
#forum-index-list table td.forum-views {
	text-align: center!important;
}
body.form-box, body.form-box .form-box  {
	background-image: none;
	border:0px 0px 0px 0px!important;
}

div#upload-content .desc
{
    font-size: 12px;
}

div#upload-content div.flash-uploader fieldset
{
   margin: 10px 0 20px;
}


div.flash-uploader div#videoEdit
{
    padding: 5px;
}

div.flash-uploader div#videoEdit input
{
    width: 300px;
}

div.flash-uploader div#switch_uploader
{
    font-size: 11px;
    font-weight: bold;
    padding-top: 11px;
}

div.flash-uploader .likeParent
{
	font: inherit;
	color: inherit;
	text-decoration: inherit;
}
div.flash-uploader label,
div.flash-uploader a
{
	color: Black;
}
div.flash-uploader a.likeParent,
div.flash-uploader a.likeParent:link,
div.flash-uploader a.likeParent:active,
div.flash-uploader a.likeParent:visited,
div.flash-uploader a.likeParent:hover 
{
	font: inherit;
	color: #000000;
	text-decoration: none;
}

div.flash-uploader legend 
{
	font-weight: bold;
	color: Black;
}

div.flash-uploader fieldset.flash
{
	width: 375px;
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

div.flash-uploader .progressWrapper
{
    border: solid 1px #E8E8E8;
    margin-bottom: 5px;
	overflow: hidden;
}

div.flash-uploader .progressContainer
{
	padding: 5px;
	background-color: #F5F5F5;
	overflow: hidden;
}

div.flash-uploader .red /* Error */
{
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
div.flash-uploader .green /* Current */ 
{
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
div.flash-uploader .blue /* Complete */
{
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

div.flash-uploader .progressName
{
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

div.flash-uploader .progressBar
{
    background-image:url(/icons/custom/upload_progressbar.gif);
    border: 1px solid #CACACA;
    width: 100%;
}

div.flash-uploader .progressBarInProgress,
div.flash-uploader .progressBarComplete,
div.flash-uploader .progressBarError
{
	font-size: 0px;
	width: 0%;
	height: 15px;
	background-color: #336699;
}

div.flash-uploader .progressBarComplete
{
	width: 100%;
	background-color: green;
	visibility: hidden;
}

div.flash-uploader .progressBarError
{
	width: 100%;
	background-color: red;
	visibility: hidden;
}

div.flash-uploader .progressBarStatus
{
	margin-top: 2px;
	width: 337px;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
}

div.flash-uploader a.progressCancel,
div.flash-uploader a.progressCancel:link,
div.flash-uploader a.progressCancel:active,
div.flash-uploader a.progressCancel:visited,
div.flash-uploader a.progressCancel:hover
{
	display: block;
    float: right;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    padding-left: 25px;
	background-image: url(http://static.sgcdn.net/icons/lightbox-close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.flash-uploader a.progressCancel:hover 
{
	background-position: 0px 0px;
}
div.snm_rating
{
    float: left;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 20px;
    position: relative;	
}
div.snm_rating_box
{
    height: 35px;
}


#snm_rating_votes
{
    float: left;
    font-size: 11px;
    margin-left: 5px;
    margin-top: 1px;
}
div.snm_rating .rate
{
    display: block;
    width: 20px;
    height: 16px;
    text-decoration: none;
    position: absolute;
    padding: 0;
    top: 0px;
    left: 0px;
}
div.snm_rating .rating_bg
{
    z-index: 1;
    width: 80px;
    position: absolute;
    height: 16px;
    top: 0;
    background-repeat: no-repeat;
    background-image: url(http://static.socialgo.com/icons/custom/stars_default.png);
    _background-image: url(http://static.socialgo.com/icons/custom/stars_default.gif);
    
}
div.snm_rating .current-rating
{
    position: absolute;
    top: 0px;
    height: 16px;
    display: block;
    z-index: 2;
    background-repeat: no-repeat;
    background-image: url(http://static.socialgo.com/icons/custom/stars_over.png);
    _background-image: url(http://static.socialgo.com/icons/custom/stars_over.gif);
}

div.snm_rating a:hover
{
    position: absolute;
    height: 16px;
    top: 0px;
    height: 16px;
    display: block;
    z-index: 3;
    background-repeat: no-repeat;
    background-image: url(http://static.socialgo.com/icons/custom/stars_over.png);
    _background-image: url(http://static.socialgo.com/icons/custom/stars_over.gif);
}

.rating_text
{
    font-size: 11px;
    margin-left: 3px;
    line-height: 18px;
}

div.snm_rating canvas#loading 
{
    left: 200px;
}

div.snm_rating a.rating_0
{
    width: 0px !important;
    z-index: 10;
}
div.snm_rating a.rating_1
{
    z-index: 8;
    width: 16px !important;
}
div.snm_rating a.rating_2
{
    z-index: 7;
    width: 32px !important;
}
div.snm_rating a.rating_3
{
    z-index: 6;
    width: 48px !important;
}
div.snm_rating a.rating_4
{
    z-index: 5;
    width: 64px !important;
}	
div.snm_rating a.rating_5
{
    z-index: 4;
    width: 80px !important;
}
div.snm_rating .rate-0
{
    width: 0px !important;
}
div.snm_rating .rate-1
{
    width: 16px !important;
}
div.snm_rating .rate-2
{
    width: 32px !important;
}
div.snm_rating .rate-3
{
    width: 48px !important;
}
div.snm_rating .rate-4
{
    width: 64px !important;
}
div.snm_rating .rate-5
{
    width: 80px !important;
}

div.rating-box div.form-error
{
    width: 220px;
}


div#forum div.forum-buttons.buttons a, div#forum div.forum-buttons .buttons button 
div#forum div.code {
	padding: 5px;
	font-size:11px!important;
	border:5px solid red;
}
.pagination-desc {
	text-align:right!important;
	font-size:11px;
	float:right;
}
#list-forums .description p  {
 	word-wrap: break-word;
	max-width:400px!important;
}
div#forum #list-forums table {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table tr.no-border{
border:0px!important;  
}

div#forum #forum-index-list table th {
	padding: 5px;
}
div#forum #list-forums th{
	font-size: 110%;
	font-weight: bolder;
	opacity:0.8;
	margin-top:5px!important;
}
div#forum #list-forums th .about{
	text-align: left !important;
}
div#forum .post-options {
	height:16px;
}
div#forum .post-options a {
	display:none;
	font-size:11px;
	text-decoration: underline;
	padding-right:10px;
}
div#forum td:hover .post-options a {
	display:inline;
}
div#forum #list-forums th, #list-forums td{
	padding: 2px 5px;
}
div#forum tr {
border-bottom:1px dotted #FFF;
}
div#forum #list-forums td.member {
	padding-top: 10px;
	text-align: center;
	width: 120px;
}
div#forum td, div#forum th, #forum #list-forums th, #forum td {
	border:0px 0px 0px 0px!important;
	border-top-style: none!important;
	
	border-bottom-style: none!important;
} 
div#forum td.member a {
	font-size: 12px;
}
div#forum td.member ul {
	padding: 5px 0px;
}
div#forum td.member ul li a {
	font-size: 10px;
}
div#forum td.about{
	width: 520px!important;
}
div#forum td.details{
	width: 170px;
}
div#forum #list-forums td.message {
	font-size: 13px;
	padding: 10px;
	width: 450px!important;
}
div#forum .icon{
	width: 12px;
	height: 12px;	
}
div#forum .num_topics{
	width: 60px;
	font-size: 105%;
	font-weight: bolder;
	text-align: center;
}
div#forum .num_posts{
	width: 60px;
	font-size: 105%;
	font-weight: bolder;
	text-align: center;
}
div#forum .list-name{
	font-weight: bolder;
}
div#forum .message{

}
div#forum .description{
	overflow: hidden;
	text-align: left;
}
div#forum .small{
	font-size: 100%!important;	
}
div#forum .small a {
	margin: 10px 0px 0px 0px;	
}
div#forum #breadcrumbs{
	padding: 3px;
	border: 0px;
	clear: both;
}
div#forum #breadcrumbs .crumb{
	font-size: 120%;
}
div#forum .pagination ul{
	padding: 3px;
	border: 0px;
}
div#forum textarea{
	width:640px;
	height:200px;
}
div#forum blockquote{
	padding:3px;
	margin:5px 0px;
}
div#forum blockquote.note{
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333333;
}
div#forum blockquote.deleted{
	background-color: #FDE6E3;
	border: 1px solid #BA0012;
	color: #333333;
}
div#forum .minor-options li{
	margin: 0px 3px;
	width: 120px;
}
div#forum .minor-options li img{
	float: right;
	margin: 0px 2px;
}
div#forum .small {
	font-size:10px!important;
	font-weight:normal;
}
#forum div.vote-interface {
	padding-top:2px;
}
#forum div.vote-interface * {
  margin:0px 0px 0px 0px!important;
  padding:0px 1px 0px 0px!important;
  line-height:10px!important;
  float:left;
}
#forum div.vote-interface-outer.tall{
}
#forum div.vote-interface-outer.flat{
  text-align:center;
}

#forum div.vote-interface .vote-up, #forum div.vote-interface .vote-down{
}
#forum div.vote-interface .vote-up img, #forum div.vote-interface .vote-down img {
	width:12px;
	height:12px;
	opacity:0.8;
	filter:alpha(opacity=80);
	padding-bottom:5px;
	margin-top:0px;
	padding-right:1px;
}
#forum div.vote-interface .flat{
  }
#forum #views-menu {
	font-size:11px;
}
div.ajax-loader{
}

/* Maintaing lists For Custom CSS */

.widget-custom ul, .widget-custom menu, .widget-custom dir {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 30px;
}

.widget-custom ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 30px;
}

.widget-custom li {
  display: list-item;
}

/* nested lists have no top/bottom margins */
.widget-custom ul ul, .widget-custom ul ol, .widget-custom ul dir, .widget-custom ul menu, .widget-custom ul dl, .widget-custom
ol ul, .widget-custom ol ol, .widget-custom ol dir, .widget-custom ol menu, .widget-custom ol dl, .widget-custom
dir ul, .widget-custom  dir ol, .widget-custom  dir dir, .widget-custom  dir menu, .widget-custom  dir dl, .widget-custom
menu ul, .widget-custom menu ol, .widget-custom menu dir, .widget-custom menu menu, .widget-custom menu dl, .widget-custom
dl ul, .widget-custom dl ol, .widget-custom dl dir, .widget-custom dl menu, .widget-custom dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */
.widget-custom ol ul, .widget-custom ul ul, .widget-custom menu ul, .widget-custom dir ul, .widget-custom
ol menu, .widget-custom ul menu, .widget-custom menu menu, .widget-custom dir menu, .widget-custom
ol dir, .widget-custom  ul dir, .widget-custom  menu dir, .widget-custom  dir dir {
  list-style-type: circle;
}

/* 3 deep (or more) unordered lists use a square */
.widget-custom ol ol ul, .widget-custom   ol ul ul, .widget-custom   ol menu ul, .widget-custom   ol dir ul, .widget-custom
ol ol menu, .widget-custom ol ul menu, .widget-custom ol menu menu, .widget-custom ol dir menu, .widget-custom
ol ol dir, .widget-custom  ol ul dir, .widget-custom  ol menu dir, .widget-custom  ol dir dir, .widget-custom
ul ol ul, .widget-custom   ul ul ul, .widget-custom   ul menu ul, .widget-custom   ul dir ul, .widget-custom
ul ol menu, .widget-custom ul ul menu, .widget-custom ul menu menu, .widget-custom ul dir menu, .widget-custom
ul ol dir, .widget-custom  ul ul dir, .widget-custom  ul menu dir, .widget-custom  ul dir dir, .widget-custom
menu ol ul, .widget-custom menu ul ul, .widget-custom menu menu ul, .widget-custom menu dir ul, .widget-custom
menu ol menu, .widget-custom menu ul menu, .widget-custom menu menu menu, .widget-custom menu dir menu, .widget-custom
menu ol dir, .widget-custom  menu ul dir, .widget-custom  menu menu dir, .widget-custom  menu dir dir, .widget-custom
dir ol ul, .widget-custom  dir ul ul, .widget-custom  dir menu ul, .widget-custom  dir dir ul, .widget-custom
dir ol menu, .widget-custom  dir ul menu, .widget-custom  dir menu menu, .widget-custom  dir dir menu, .widget-custom
dir ol dir, .widget-custom dir ul dir, .widget-custom dir menu dir, .widget-custom dir dir dir {
  list-style-type: square;
}

.widget-custom table {
  display: table;
  border-spacing: 2px;
  border-collapse: separate;
  margin-top: 0;
  margin-bottom: 0;
  /* XXXldb do we want this if we're border-collapse:collapse ? */
  -moz-box-sizing: border-box;
  text-indent: 0;
}

.widget-custom table[align="left"] {
  float: left;
}

.widget-custom table[align="right"] {
  float: right;
  text-align: start;
}

.widget-custom table[rules]:not([rules="none"]) {
  border-collapse: collapse;
}
#sogo-branding {
	width:180px;
	height:40px;
	background:url('http://static.staging-world.com/icons/custom/sogo-branding.png') bottom;
	float:right;
}
#sogo-branding:hover {
	background-position-y: 94px;
	cursor: pointer;
}
#sogo-branding-cont {
	position: absolute;       /* take element out of the normal page flow! */
	top: 0px;                /* position the element vertically using top or bottom */
  	width: 900px;   
 	left: 0;                  /* set left and right to the same value! */
 	right: 0;
 	margin-left: auto;        /* adding auto-margins left and right will */
	margin-right: auto;
	}
	
.day {
white-space:nowrap;
}
/* @end */


