/*  for all pages */
body {
	margin: 0;
	padding: 0;
	font-family: 'OpenSansRegular';
	color: #000;
	font-size: 13px;
	background: url(images/header-bg-2.jpg) repeat fixed 0 125px;
	padding-bottom: 30px;
}
body form{/*overflow:hidden;*/}
/*  for iframe  */
.bodyIframe {
	background: #000;
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p, ul, li, div, form, input, label, button, select, textarea, span {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
.clear {
	clear: both;
	height: 0;
}
a img {
	border: none;
}
/* remove border on linked images */

table {
	border-collapse: collapse;
	margin: 0 auto;
}
/* for divs,  spans that should only appear when there's user interaction */
.hide {
	/* display: none;
	 */
	display: block;
}
@font-face {
	font-family: 'OpenSansRegular';
	src: url('fonts/OpenSans-Regular-webfont.eot');
	src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'geosanslightregular';
	src: url('fonts/geosanslight-webfont.eot');
	src: url('fonts/geosanslight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/geosanslight-webfont.woff') format('woff'), url('fonts/geosanslight-webfont.ttf') format('truetype'), url('fonts/geosanslight-webfont.svg#geosanslightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* when it's necessary to use green or red text,  with or without links */
.warning, .warning a {
	color: #f00;
}
/* red */
.correct, .correct a {
	color: #009900;
}
/* dark yellow */

/* =Main Blocks ----------------------------------------------------------
 ------------------------------------------------------------------------*/
#page-wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
/* wraps all the content */

#header {
	clear: both;
	height: 109px;
	padding: 20px 0 10px 0;
	background: #ffffff;
	background: url(images/bg-container.png) repeat scroll 0 0;
	margin-top: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
/* wraps the logo and upper navigation - Blogs,  etc. */
.nav-box-in-header {
	float: right;
	margin-top: 35px;
}
.logo-box {
	float: left;
	margin-top: -3px;
	background-repeat: no-repeat;
	position: absolute;
}
#logotitle{
	display: block;
	width: 214px;
	height: 87px;
	margin-left: 20px;
}
#logotitle img {
	width: 214px;
	height: 87px;
}
ul#nav {
	list-style: none;
	float: left;
	margin-left: 17px;
	font-family: 'geosanslightregular';
}
ul#nav li {
	float: left;
	margin-right: 10px;
}
ul#nav li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	padding: 10px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
ul#nav li a:hover {
	background: #15a1a1;
}
ul#nav li a#ctl00_lnkHome {
}
ul#nav li a#ctl00_lnkBlog {
}
ul#nav li a#ctl00_lbtnWikki {
}
ul#nav li a#ctl00_lnkRssreader {
}
ul#nav li a#ctl00_lnkBookmark {
}
ul#nav li a#ctl00_lnkForum {
}
ul#nav li a#ctl00_lnkVideo {
}
ul#nav li a#ctl00_lnkManageAdmTask {
}
/* news marquee */
#newsOuter {
	height: 20px;
	margin: -30px 0 0 240px;
	width: 728px;
	display: none;
}
#ifrNewsFeed {

	color: #111;
}
#widget_example span {
	display: none;
}
#news {
	font-size: 11px;
	color: #000;
	text-align: center;
}
#news a {
	font-size: 11px;
	color: #737C83;
}
#news a:hover {
	color: #000;
}
#search {
	position: absolute;
	right: 20px;
	top: 8px;
	background: url(images/search-bg.png) repeat;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* search form wrapper */
#search a {
	color: #000 !important;
}
#search a:hover {
	color: #fcab3c !important;
	text-decoration: none;
}
#aspnetForm #ads-wrapper #page-wrapper #search #search-form #ctl00_imgBtnSearch {
	color: #000;
}
#search-all-people {
	float: left;
	margin-top: 35px;
	width: 170px;
	margin-left: 30px;
}
#aside {
	position: absolute;
	top: 181px;
	width: 212px;
}
/* left menu - Profile,  Network and Events */

/* this class applies to all the boxes of the aside area */
.box {
	margin-bottom: 25px;
	padding-bottom: 5px;
	color: #000;
	background: #FFFFFF;
}
.box a {
	color: #000;
	font-weight: bold;
	font-size: 11px;
}
.box a:hover {
	color: #000;
	text-decoration: none;
}
/* each box has a different background gradient */
#profile-box {
}
#network-box {
}
#events-box {
}
#events-box .padding {
	margin-left: 0px;
}
/* for IE to add margin to the calendar table */
#adspace {
	overflow: hidden;
}
/* the content area */
#content-wrapper {
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 3px #666666;
	background: url(images/bg-container.png) repeat scroll 0 0;
	color: #000;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	width: 745px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#content-wrapper .padding {
	padding: 10px 10px 15px 10px;
}
/* for progress bar */
#updateProgressDiv {
	background-color: #CF4342;
	position: absolute;
}
#updateProgressDiv span {
	color: #000;
	margin: 20px;
}
#tags {
	height: auto !important;
	clear: both;
	display: block;
	overflow: hidden;
	width: 988px;
	margin-left: 0px;
	background: #eeeeee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 3px #666666;
	-webkit-box-shadow: 0 0 3px #666666;
	-moz-box-shadow: 0 0 3px #666666;
}
/* same as for other boxes (content,  asides) */
.top-bkg-tags {
	background: url(images/tags_bkg_top.gif) no-repeat top left;
	height: 5px;
	width: 982px;
	clear: both;
}
.bottom-bkg-tags {
	background: url(images/tags_bkg_bottom.gif) no-repeat bottom left;
	height: 5px;
	width: 982px;
	clear: both;
	margin-bottom: 10px;
}
/* inside the content-wrapper,  there are 2 content areas: Menus and Content */
#submenus {
	width: 180px;
	float: left;
}
#submenus a {
	color: #ed1c24;
}
#submenus a:hover {
	color: #000;
	text-decoration: none;
}
#submenus td {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 1px solid #1897AB !important;
	padding: 3px 0 3px 5px;
	line-height: 24px !important;
}
#submenus p a {
	font-size: 14px !important;
	color: #25707C !important;
}
#submenus p a:hover {
	color: #000 !important;
}
#submenus div table {
	border: #000;
	margin: 0 6px 0 6px;
	width: 95% !important;
}
#content {
	float: right;
	margin: 0 0 30px 10px;
	position: relative;
	top: 30px;
	width: 545px;
}
#content-full {
	width: 100%;
	float: right;
}
/* used instead of the previous when there is no sub navigation */

/* =Login Pages ----------------------------------------------------------
 ------------------------------------------------------------------------*/
/* For Login ,  forget password pages. */
/*Edited Prithiraj 25-09-2008 For login*/
#content-wrapper-holder {
	width: 765px;
	margin: auto;
	margin-top: 100px;
}
/* wraps all the content */
#content-wrapper-logon {
	width: 765px;
	height: 450px;
	margin: 0 auto;
}
#content-wrapper-logon .textbox {
	width: 180px;
}
#content-wrapper-logon .imageLogo {
	float: right;
	padding-right: 5px;
	margin-bottom: 50px;
}
#content-wrapper-logon .details {
	padding-top: 110px;
	padding-left: 250px;
}
#content-wrapper-logon .details-entry {
	background-color: purple;
	width: 210px;
	border: solid 2px blue;
	float: left;
	margin-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-left: 3px;
}
#content-wrapper-logon .details-email {
	width: 250px;
	border: solid 2px blue;
	float: left;
	margin: auto;
	margin-left: 5px;
	text-align: center;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
/* =Layout 2 -------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* in order for the 2nd version of the layout to be applied,  the body tag of the page has to have an id of layout2	*/
#layout2 #page-wrapper {
	width: 773px;
}
/* wraps all the content */

/* news marquee */
#layout2 #news {
	left: 13px;
	top: 86px;
	width: 450px;
}
#layout2 #search {
	right: 13px;
	top: 82px;
}
/* search form wrapper */
#layout2 #aside {
	width: 773px;
	float: none;
	clear: both;
	margin: auto;
}
/* side boxes area */

/* this box is needed to enclose both the .box the top and bottom backgrounds and the headers */
.box-wrapper {
	width: 251px;
	float: left;
	margin-right: 10px;
}
/* the last box doesn't need a right margin */
.box-wrapper.last {
	margin-right: 0;
}
/* this class applies to all the boxes of the aside area */
#layout2 .box {
	min-height: 200px;
}
/* so that the boxes have the same height no depending on content - it would look a bit messy | has ie6.css */

/* the images are different from the normal layout because the box is wider */
#layout2 .bottom-bkg.profile {
	background-image: url(images/bottom_profile2.gif);
}
#layout2 .bottom-bkg.network {
	background-image: url(images/bottom_network2.gif);
}
#layout2 .bottom-bkg.events {
	background-image: url(images/bottom_events2.gif);
}
/* the content area */
#layout2 #content-wrapper, #layout2 .top-bkg-content, #layout2 .bottom-bkg-content {
	width: 773px;
}
/* if the background was applied to the actual content box,  the border would be visible over the corners. With separate divs,
 they're not */
#layout2 .top-bkg-content {
	background: url(images/content_bkg_top2.gif) no-repeat top left;
}
#layout2 .bottom-bkg-content {
	background: url(images/content_bkg_bottom2.gif) no-repeat bottom left;
}
#layout2 #tags {
	width: 773px;
}
/* same as for other boxes (content,  asides) */
#layout2 .top-bkg-tags {
	background: url(images/tags_bkg_top2.gif) no-repeat top left;
	width: 773px;
}
#layout2 .bottom-bkg-tags {
	background: url(images/tags_bkg_bottom2.gif) no-repeat bottom left;
	width: 773px;
}
/* inside the content-wrapper,  there are 2 content areas: Menus and Content */
#layout2 #content {
	width: 560px;
}
/* =Header ---------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* h1 text replaced by image for logo */
h1 {
	width: 250px;
	text-indent: -10000px;
	margin: 6px 0 0 17px;
}
h1 a {
	height: 56px;
	display: block;
}
/* =Nav -----------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* main nav - Blogs,  etc. */

/* align top nav to middle */
ul#nav.middle {
	float: none;
	display: block;
	margin: auto;
	width: 597px;
	overflow: hidden;
}
/* =Content --------------------------------------------------------------
 ------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #00b3b5;
}
/* all links are black with no underline,  by default */
a:hover {
	text-decoration: none;
	color: #000;
}
/* all hovers are black,  underlined,  by default */

#aside img {
	margin: 0 0 5px 10px;
	padding: 0;
	float: left;
}
/* profile avatar */

/* for warning messages like "Profile updated",  etc. */
span.messages {
	background: #000fff;
	color: #CC0033;
}
span.error {
	color: #CC0033;
}
span.errorHome {
	background-color: #CC0033;
}
/* question mark symbol used for help text messages on hover (for example,  Create team form) */
span.question a {
	display: block;
	width: 14px;
	height: 16px;
	background: url(images/question.gif) no-repeat left top;
	margin: -2px 0 0 55px;
}
/* =Profile --------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* aside Profile box content */
#profile-box p {
	clear: both;
	display: block;
	padding-bottom: 3px;
	margin-left: 10px;
}
span.welcome {
	float: left;
}
span.logout {
	float: right;
	margin-right: 10px;
}
#profile-box .label {
	clear: right;
	font-weight: bold;
	color: #cc6633;
}
#profile-box .input {
	width: 120px;
	background: #FFFFFF;
	padding: 3px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #424242;
	border: 1px solid #15a1a1;
	margin-bottom: 10px;
}
.submit {
	border: none;
	background: #15a1a1;
	color: #FFFFFF;
	padding: 5px 10px;
	cursor: pointer;
}
table input, table textarea {
	border: 1px solid #15a1a1;
	padding: 5px;
	margin-bottom: 10px;
}
table input#ctl00_ContentPlaceHolderMain_btnSend {
	background: #15A1A1;
	color: #fff;
	text-transform: uppercase;
	float: right;
	cursor: pointer;
}
/* =Network --------------------------------------------------------------
 ------------------------------------------------------------------------*/
p.network-margins {
	margin-top: 5px;
}
/* to give an extra space on top of some paragraphs inside the Network box */

/* =Events --------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* aside Events box content - Calendar table */

#events-box table {
	border: 1px solid #000;
	width: 192px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#events-box th, #events-box td {
	padding: 2px;
}
/* centers all text inside the table */

#events-box th {
	background: #3ba196;
	color: #FFFFFF;
	font-weight: bold;
}
/* for headers */

/* month headers have different background colour and text colour */
#events-box th.month {
	background: #c0c0c0;
	color: #000;
}
/* for the arrows before and after the month */
#events-box td.month {
	background: #c0c0c0;
	color: #68a500;
}
#events-box td.month a {
	color: #68a500;
}
#events-box td {
	color: #000;
}
#events-box td a {
	color: #000;
}
#events-box td.weekend {
	color: #fff;
	background-color: #3ba196;
}
#events-box td.weekend a {
	color: #fff;
}
/* days of the previous and next month have different colours than the current month's days */
#events-box td.prevnext {
	color: #7a9b75;
}
#events-box td.prevnext a {
	color: #7a9b75;
}
/* current day */
#events-box td.current {
	color: #f00;
	font-weight: bold;
}
#events-box td.current a {
	color: #f00;
}
/* Pagination*/
#dvPaging {
	padding-right: 20px;
	float: right;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #111;
	text-decoration: none;
}
/* =Tags -----------------------------------------------------------------
 ------------------------------------------------------------------------*/
#tags-list {
	padding: 0 10px 10px 10px;
}
#tags-list a {
	color: #000;
	text-decoration: none;
}
#tags-list a:hover {
	text-decoration: none;
	color: #ee930c;
}
/* font sizes increase for more popular tags */
.tags1 {
	font-size: 10px;
}
.tags2 {
	font-size: 11px;
}
.tags3 {
	font-size: 12px;
}
.tags4 {
	font-size: 13px;
}
.tags5 {
	font-size: 14px;
}
.tags6 {
	font-size: 15px;
}
.tags7 {
	font-size: 16px;
}
.tags8 {
	font-size: 17px;
}
.tags9 {
	font-size: 18px;
}
.tags10 {
	font-size: 19px;
}
.tags11 {
	font-size: 20px;
}
.tags12 {
	font-size: 21px;
}
/* =Ratings --------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* in the main content area,  tables for content ratings,  this style is also used for other tables */
table.ratings {
	background: #ECD6AF;
	width: 500px;
	margin-bottom: 10px;
}
table.ratings th, table.ratings td {
	padding: 5px 3px;
	text-align: center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
/* inside the ratings table,  user's avatar class */
img.avatar {
	margin-bottom: 2px;
}
/* inside the ratings table,  user's name */
span.people-name {
	clear: both;
	display: block;
	margin-top: 2px;
}
/* =People ---------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* each user is inside his/her own div */
div.item-people {
	width: 90px;
	height: 123px;
	float: left;
	margin: 0 5px 12px 0;
	text-align: center;
	overflow: hidden;
}
/* user avatar */
div.item-people img {
	margin: auto;
	clear: both;
	margin-bottom: 3px;
}
/* for text elements inside the user div */
div.item-people span {
	clear: both;
	display: block;
	margin-bottom: 1px;
}
div.item-people span.people-name {
	font-weight: bold;
	margin-bottom: 3px;
}
div.item-people span.people-invitedetails {
	color: #666;
}
/* used when user invites to be friend */

/* green border for users who are online */
.online {
	border: 2px solid #009933;
}
/* =Teams ---------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* each team is inside its own div */
div.item-teams {
	width: 140px;
	height: 183px;
	float: left;
	margin: 0 5px 12px 0;
	text-align: center;
	overflow: hidden;
}
/* team avatar */
div.item-teams img {
	margin: auto;
	clear: both;
	margin-bottom: 3px;
}
/* for text elements inside the team div */
div.item-teams span {
	clear: both;
	display: block;
	margin-bottom: 1px;
}
div.item-teams span.people-name {
	font-weight: bold;
	margin-bottom: 3px;
}
div.item-teams span.people-invitedetails {
	color: #666;
}
/* tables with invisible borders,  for example,  for a Team details page */
table.clean-table {
	border: none;
	font: 11px Arial, Helvetica, sans-serif;
	clear: both;
	margin: 10px 0;
}
table.clean-table th, table.clean-table td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
table.clean-table th {
	font-weight: bold;
	width: 120px;
}
/* used in conjunction with div.item-people,  to show the list of team members inside the team details page */
div.team {
	width: 160px;
	height: 130px;
}
/* used inside the create team form,  to list all people */
div.invite-members {
	width: 410px;
	height: 160px;
	overflow: auto;
	margin-bottom: 10px;
}
/* =Blogs ---------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* to add separation (margins and borders) to blog posts,  and allow to style some elements differently from the rest (for example h4) */
/* also used to separate events */
div.blogpost {
	margin-bottom: 13px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}
div.blogpost h4 {
	font-weight: bold;
	font-size: 14px;
	color: #666;
}
/* div.content is around the actual content of the blog posts,  so the p tags are a bit larger than the rest */
div.postcontent p {
	font-size: 12px;
}
a.add-blog-post {
	clear: both;
	display: block;
	font-size: 12px;
	background: url(images/blogpost-icon.gif) no-repeat left 50%;
	padding-left: 20px;
}
/* =Bookmarks ------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* unorderes list that lists the bookmarks */
ul.bookmarks {
	display: block;
	clear: both;
	margin-bottom: 10px;
}
ul.bookmarks li {
	padding: 5px;
	position: relative;
}
/* position:relative so that the div.edit can be absolutely positioned */
ul.bookmarks li:hover {
	background: #000F99;
}
/* to give a visual reference of which bookmark is being hovered (can be removed) */

a.edit-bookmark {
	margin-left: 5px;
}
/* to give some extra space from the actual bookmark link */

/* edit box,  that only appears for user created bookmarks */
div.edit a {
	width: 18px;
	height: 18px;
	background: url(images/book_edit.gif) no-repeat top left;
	display: block;
	position: absolute;
	right: 0;
	top: 4px;
}
/* =RSS ------------------------------------------------------------------
 ------------------------------------------------------------------------*/
a.edit-link {
	margin: 2px 3px 2px 0;
}
a.delete-link {
	margin: 2px 0;
}
/* =Forums ---------------------------------------------------------------
 ------------------------------------------------------------------------*/

/* unorderes list that lists the forum topics */
ul.forums-list {
	margin-bottom: 10px;
}
ul.forums-list li {
	margin-bottom: 5px;
}
/* table that lists the posts inside each topic */
table.forum-posts {
	background: #000;
	width: 500px;
	margin-bottom: 10px;
}
table.forum-posts th, table.forum-posts td {
	padding: 5px 3px;
	text-align: left;
	border: 1px solid #999;
}
table.forum-posts th {
	background: #CCC;
}
/* each type of post has a different background image,  like Questions,  Jokes,  etc. */
a.general {
	padding: 1px 0 3px 18px;
	background: url(images/forums_icon_general.gif) no-repeat left top;
}
a.question {
	padding: 1px 0 3px 18px;
	background: url(images/forums_icon_question.gif) no-repeat left top;
}
a.news {
	padding: 1px 0 3px 18px;
	background: url(images/forums_icon_news.gif) no-repeat left top;
}
a.joke {
	padding: 1px 0 3px 18px;
	background: url(images/forums_icon_joke.gif) no-repeat left top;
}
/* =Type -----------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* headers inside the aside boxes (Profile,  Network,  Events) */
#aside h2 {
	color: #FFFFFF;
	font-size: 21px;
	padding: 10px;
	margin-bottom: 5px;
	font-weight: normal;
	background: url(images/h.png) repeat scroll 0 0;
	font-family: 'geosanslightregular';
	text-align: center;
	text-shadow: 1px 1px #2c2c2e;
	-webkit-text-shadow: 1px 1px #2c2c2e;
	-moz-text-shadow: 1px 1px #2c2c2e;
	font-weight: bold;
}
/* each h2 header has a different backgroun - rounded corners and icon in one image */
/* aside paragraphs. since the box itself has no padding,  the content within it has to have margins/paddings */
#aside p {
	margin: 0 0 5px 10px;
}
/* main content paragraphs */
#content p, #content-full p {
	margin-bottom: 10px;
	clear: both;
}
/* header title for the tags box */
#tags h2 {
	color: #000;
	font-size: 18px;
	padding: 10px 3px 10px 10px;
	margin-bottom: 5px;
	font-weight: normal;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	background: url(images/main-bg.gif) repeat-x !important;
}
#tags h2 span.advSearch {
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 12px;
}
#tags h2 span.advSearch a {
	color: #000;
}
/* different classes for the main content area h3 headers (mainly in the sub navigation area. names are self-explanatory */

/* h3 headers with background on the left */
h3.h-editprofile {
	background: url(images/h_profile.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #285978;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
h3.h-mypreferences {
	background: url(images/h_preferences.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #e3690c;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
h3.h-myratings {
	background: url(images/h_activity_rating.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #e3690c;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
h3.h-friends {
	background: url(images/h_network.gif) no-repeat left top;
	padding-left: 25px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
h3.h-invites {
	background: url(images/h_invites.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #CA2873;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
h3.h-teams {
	background: url(images/h_teams.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #c4004b;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
h3.h-network {

	background: url(images/h_network.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
h3.h-createteam {

	background: url(images/h_network.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
h3.h-myevents {
	background: url(images/h_myevents.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
h3.h-search {

	background: url(images/h_search.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
h3.h-editrss {
	background: url(images/h_edit_rss.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #f2a52c;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
/* for search */
h3.search.h-blog {

	background: url(images/h_blog.gif) no-repeat 50% top;
	padding-top: 35px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 8px;
	text-align: center;
	width: 85px;
}
h3.search.h-rss {

	background: url(images/h_rss.gif) no-repeat 50% top;
	padding-top: 35px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 8px;
	text-align: center;
	width: 85px;
}
h3.search.h-bookmarks {

	background: url(images/h_bookmarks.gif) no-repeat 50% top;
	padding-top: 35px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 8px;
	text-align: center;
	width: 85px;
}
h3.search.h-forums {

	background: url(images/h_forums.gif) no-repeat 50% top;
	padding-top: 35px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 8px;
	text-align: center;
	width: 85px;
}
/* for advanced search */
label.AdvSearch.h-blog {
	background: url(images/h_blog.gif) no-repeat left bottom;
	padding-top: 35px;
	padding-bottom: 5px;
	padding-left: 32px;
	font-weight: bold;
	font-size: 11px;
}
label.AdvSearch.h-rss {
	background: url(images/h_rss.gif) no-repeat left bottom;
	padding-top: 35px;
	padding-bottom: 5px;
	padding-left: 32px;
	font-weight: bold;
	font-size: 11px;
}
label.AdvSearch.h-bookmarks {
	background: url(images/h_bookmarks.gif) no-repeat left bottom;
	padding-top: 35px;
	padding-bottom: 5px;
	padding-left: 32px;
	font-weight: bold;
	font-size: 11px;
}
label.AdvSearch.h-forums {
	background: url(images/h_forums.gif) no-repeat left bottom;
	padding-top: 35px;
	padding-bottom: 5px;
	padding-left: 32px;
	font-weight: bold;
	font-size: 11px;
}
label.AdvSearch.h-profile {
	background: url(images/h_profile.gif) no-repeat left bottom;
	padding-top: 35px;
	padding-bottom: 5px;
	padding-left: 32px;
	font-weight: bold;
	font-size: 11px;
}
label.AdvSearch.h-events {
	background: url(images/h_events.gif) no-repeat left bottom;
	padding-top: 35px;
	padding-bottom: 5px;
	padding-left: 32px;
	font-weight: bold;
	font-size: 11px;
}
label.AdvSearch.h-network2 {
	background: url(images/h_network.gif) no-repeat left bottom;
	padding-top: 35px;
	padding-bottom: 5px;
	padding-left: 32px;
	font-weight: bold;
	font-size: 11px;
}
/* h3 headers with background on the top */
h3.h-blog {
	-moz-border-radius: 4px 4px 0 0;
	background: url("images/main-bg.gif") repeat scroll 0 0 transparent !important;
	color: #25707C;
	font-size: 18px;
	font-weight: normal;
	left: -10px;
	margin-bottom: 5px;
	padding: 8px 3px 8px 10px;
	position: relative;
	text-align: center;
	top: -10px;
	width: 730px;
}
h3.h-rss {

	-moz-border-radius: 4px 4px 0 0;
	background: url("images/main-bg.gif") repeat scroll 0 0 transparent !important;
	color: #25707C;
	font-size: 21px;
	font-weight: normal;
	left: -10px;
	margin-bottom: 5px;
	padding: 8px 3px 8px 10px;
	position: relative;
	text-align: center;
	top: -10px;
	width: 730px;
}
h3.h-bookmarks {
	font-family: 'geosanslightregular';
	-moz-border-radius: 4px 4px 0 0;
	background: url(images/h.png) repeat scroll 0 0;
	font-weight:bold;
	text-transform:uppercase;
	color: #fff;
	font-size: 18px;
	left: -10px;
	margin-bottom: 5px;
	padding: 8px 3px 8px 10px;
	position: relative;
	text-align: center;
	top: -10px;
	width: 730px;
}
h3.h-forums {
	-moz-border-radius: 4px 4px 0 0;
	background: url(images/h.png) repeat scroll 0 0;
	font-weight:bold;
	text-transform:uppercase;
	color: #fff;
	font-size: 18px;
	left: -10px;
	margin-bottom: 5px;
	padding: 8px 3px 8px 10px;
	position: relative;
	text-align: center;
	top: -10px;
	width: 730px;
	font-family: 'geosanslightregular';
}
h3.h-profile {
	padding-left: 0px;
	padding-bottom: 5px;
	color: #545454;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 8px;
}
h3.h-events {
	padding-left: 0px;
	padding-bottom: 5px;
	color: #545454;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 8px;
}
h3.h-network2 {
	padding-left: 0px;
	padding-bottom: 5px;
	color: #000;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 8px;
}
h3.h-teams2 {
	padding-left: 0px;
	padding-bottom: 5px;
	color: #545454;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 8px;
}
h3.h-createteam2 {

	padding-left: 0px;
	padding-bottom: 5px;
	color: #545454;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 8px;
}
h3.h-teamdetails {

	padding-left: 0px;
	padding-bottom: 5px;
	color: #545454;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 8px;
}
h3.h-viewallteams {

	padding-left: 0px;
	padding-bottom: 5px;
	color: #545454;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 8px;
}
/* replace the width for h3 headers inside the content-full divs (when the page has no subnavigation div */
#content-full h3 {
	background-position: left 9px;
	padding: 20px 0px 10px 0px;
	text-align: left;
	border-top: 1px solid #999;
	width: auto;
}
/* for search home page */
#content-full h3.search {
	background-position: left 9px;
	padding: 20px 0px 10px 35px;
	text-align: left;
	border-top: 1px solid #999;
	width: auto;
}
#content h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* =Layout2 --------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* there is no need for a top margin in this layout */
#layout2 #aside h2.profile {
	margin-top: 0;
}
/* the backgrounds are different from the normal layout because the headers are wider */
#layout2 #aside h2.profile {
	background-image: url(images/header_profile2.gif);
}
#layout2 #aside h2.network {
	background-image: url(images/header_network2.gif);
}
#layout2 #aside h2.events {
	background-image: url(images/header_events2.gif);
}
/* =Lists ----------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* general style for lists inside sub navation area */
#submenus li {
	margin-bottom: 3px;
}
#submenus li.active {
	font-weight: bold;
}
/* current page,  when needed */

/* lists inside lists,  used in Blog posts list */
#submenus li ul {
	padding-left: 7px;
	margin-top: 3px;
}
#submenus li li ul {
	padding-left: 13px;
	margin-top: 3px;
}
/* for use in the blog posts list,  the + and - icons */
span.less a {
	background: url(images/lists_less.gif) no-repeat left 2px;
	display: block;
	float: left;
	margin-right: 3px;
	height: 11px;
	width: 9px;
}
span.more a {
	background: url(images/lists_more.gif) no-repeat left 2px;
	display: block;
	float: left;
	margin-right: 3px;
	height: 11px;
	width: 9px;
}
/* =Forms ----------------------------------------------------------------
 ------------------------------------------------------------------------*/
/* top search form */
#search-form input {
	font: 11px Arial, Helvetica, sans-serif;
	border: none;
	background: #fca227;
	padding: 3px;
	width: 130px;
	margin: 0 5px 4px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#search-form a.btnBgClass {
	clear: none;
}
/* forms in the aside boxes */
#aside form {
	margin-left: 5px;
}
/* profile-box status form */
div#profile-status {
	float: left;
	width: 110px;
	padding-top: 5px;
	margin-left: 6px;
}
div#profile-status .label {
	clear: right;
	font-weight: bold;
	color: #cc6633;
}
div#profile-status .input {
	width: 100px;
	border: none;
	background: #000;
	padding: 2px;
	font: 11px Arial, Helvetica, sans-serif;
}
/* global CSS */
/* most of the forms in the content area */
/*
 div.simple-form label  {
 display: block;
 clear: both;
 margin-bottom: 3px;
 }
 *//* labels appear over the inputs,  so that there are no lenght constrains */

/* form.simple-form input,  */
div.simple-form textarea, div.simple-form select {
	margin-bottom: 0px;
	clear: both;
	display: block;
	width: 153px;
}
div.simple-form input.submit {
	clear: both;
	display: block;
}

/* for smaller inputs,  like password fields */
div.simple-form input.small, div.simple-form select.small {
	width: 140px;
}
/* headers inside forms (for example,  in the My Profile form */
h4.form-headers {
	font-size: 12px;
	margin-bottom: 3px;
}
/* notes that appear after some input fields,  have negative top margins to be closer to the inputs */
p.form-note {
	margin-top: -5px;
	margin-bottom: 7px;
}
/* avatars appear inside this div */
div.my-picture {
	width: 45px;
	height: 45px;
	background: #CCC;
	margin-bottom: 5px;
}
.my-picture {
	width: 45px;
	height: 45px;
	margin-bottom: 5px;
	margin-left: 9px;
	background: #CCC;
}
/* for the My Profile form */
div.password-strenght {
	width: 100px;
	height: 14px;
	display: inline;
	background: #CCC;
	float: left;
	margin: -5px 0 6px 0;
}
span.password-indicator {
	margin: -5px 0 0 105px;
	display: block;
}
/* for example,  the warning in the My Profile form */
span.form-warnings {
	background: #CC0000;
	clear: both;
	display: block;
	padding: 4px 10px;
	margin-bottom: 10px;
	color: #000;
}
/* checkboxes and radio buttons,  and their labels,  have to float left so the labels are next to them and not in the next line */
div.simple-form input.checkbox, div.simple-form label.checkbox {
	float: left;
}
div.simple-form input.checkbox {
	clear: none;
	margin-right: 3px;
	width: auto;
}
/* labels for checkboxes and radio buttons */
div.simple-form label.checkbox {
	clear: right;
	margin-bottom: 14px;
}
/* adds a background to some labels */
div.simple-form label.brandstation {
	padding: 12px 0 12px 43px;
	margin-top: -12px;
}
/* My preferences form */
div.simple-form label.vidads {
	padding: 12px 0 12px 43px;
	margin-top: -12px
}
/* My preferences form */
div.simple-form label.viewmytv {
	padding: 12px 0 12px 43px;
	margin-top: -12px
}
/* My preferences form */

div.simple-form label.question {
	background: url(images/forums_icon_question.gif) no-repeat left 50%;
	padding: 2px 0 2px 19px;
	margin-top: -2px
}
/* Forums new comment form - Message type labels */
div.simple-form label.general {
	background: url(images/forums_icon_general.gif) no-repeat left 50%;
	padding: 2px 0 2px 19px;
	margin-top: -2px
}
/* Forums new comment form - Message type labels */
div.simple-form label.news {
	background: url(images/forums_icon_news.gif) no-repeat left 50%;
	padding: 2px 0 2px 19px;
	margin-top: -2px
}
/* Forums new comment form - Message type labels */
div.simple-form label.joke {
	background: url(images/forums_icon_joke.gif) no-repeat left 50%;
	padding: 2px 0 2px 19px;
	margin-top: -2px
}
/* Forums new comment form - Message type labels */
div.simple-form label.answer {
	background: url(images/answer.gif) no-repeat left 50%;
	padding: 2px 0 2px 19px;
	margin-top: -2px
}
/* Forums new comment form - Message type labels */

div.simple-form br {
	display: block;
	clear: both;
	height: 1px;
}
/* invisible divider between some labels/checkboxes/radio buttons */

/* all the submit buttons,  if this style is followed,  the button will always be as wide as needed for the text inside the span */
/* buttons have selectors in both ie6.css and ie7.css */

/* the button element gives the right background part
 input.submit   {
 border: 0;
 cursor: pointer;
 font-weight: bold;
 padding-right: 10px;
 text-align: center;
 background:  url(images/button_bkg_right.gif) no-repeat right;
 font-size: 10px;
 overflow: visible;
 clear: both;
 margin: 5px 5px 5px 0;
 }

 *//* the span element gives the left background part
 input.submit span   {
 position: relative;
 height: 22px;
 line-height: 22px;
 display: block;
 white-space: nowrap;
 padding-left: 10px;
 background: url(images/button_bkg_left.gif) no-repeat left;
 color: #000;
 }

 */

.btnBgClass {
	font: 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #000;
	background: url(images/main-bg.gif) no-repeat;
	border: 1px solid #ed8e11;
	padding: 3px 6px;
	margin: 10px 0 10px 30px;
	border-bottom-color: #f29b16;
	border-right-color: #f29b16;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.btnBgClass:hover {
	background: url(images/main-bg.gif) 0px -100px no-repeat;
	text-decoration: none;
	color: #000;
}
a.btnBgClass {
	clear: both;
	margin-top: 0;
}
/* the upload button needs to be closer to the previous input than the other buttons */
button.upload {
	margin-top: -5px;
	margin-bottom: 8px;
}
/*Upload Avatar*/
.bodyClassUpload {
	background-color: white;
}
/* iframe width and height throughout the application*/
.iframe {
	width: 750px;
	height: 390px;
	border: 0px;
}
/* Class for table throughout the application*/
.table-full {
	width: 100%;
}
#table-Action {
	width: 70%;
}
/* Class for Iframe used in Profile section*/
.iframe-profile {
	text-align: center;
	vertical-align: middle;
	border-style: none;
	margin: 0px;
	width: 420px;
	height: 97px;
}
.iframe-upload {

	width: 500px;
	height: 450px;
}
/* Class for Iframe used in Teams section*/
.iframe-teams {
	text-align: center;
	vertical-align: middle;
	border-style: none;
	margin: 0px;
	width: 422px;
	height: 110px;
}
/* fck Editor throughout the application */
#fckeditor {
	width: 90%;
	height: 200px;
}
.fckeditor {
	width: 90%;
	height: 200px;
}
#topLink {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: right;
	margin-right: 4px;
}
/*related to grid */

.dgrdaltcell {
	margin-bottom: 10px;
}
.dgrdcell {
	margin-bottom: 10px;
}
.FrndListdgrdcell {
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 170px;
	vertical-align: top;
	border-color: black;
	border-width: 0px;
}
.dgrdheader {
	color: black;
	font: bold 11px Arial, Helvetica, sans-serif;
	height: 25px;
	text-decoration: none;
	background-position: left;
	background-repeat: repeat-x;
	background-color: #00BAD7;
}
.dgrdheader a:hover {
	color: #1098C0;
	text-decoration: underline;
}
.dgrdfooter {
	font-size: 11px;
	text-align: center;
}
.drgLinkClass a {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #111;
	text-decoration: none;
}
.drgLinkClass a:hover {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
}
.pagerstyle {
	color: #000 !important;
}
.pageheading {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	height: 25px;
	vertical-align: middle;
}
.AdminRightMenu {
	text-align: right;
	width: 1000px;
	color: #000;
	clear: both;
	margin-left:250px;
}
.AdminRightMenu a {
	color: #000;
}
.AdminRightMenu a:hover {
	color: #444;
	text-decoration: none;
}
.AdminRightMenu a img {
	vertical-align: top;
}
.AdminRightMenu p {
	line-height: 30px;
}
.Admingosearch {
	background-image: url(images/search_button_bkg.gif)
}
/*Class for Blog Post Comment*/
.Comment-box {
	width: 300px;
	height: 80px;
}
/*Class for paging link applied on DIV*/
.dvPaging {
	font-size: 15px;
	margin: 5px 0;
}
.dvPaging a {
	padding: 0 3px;
}
/*Class for Div To invite members while creating a team*/
.invite-members {
	width: 200px;
	height: 100px;
	overflow-y: scroll;
}
/*  home page classes  */

.homeleft {
	width: 180px;
	float: left;
}
.homeright {
	width: 545px;
	float: right;
	padding-top: 15px;
}
/* for check box list controls */
div.AspNet-CheckBoxList ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li.AspNet-CheckBoxList-Item {
	white-space: pre-wrap;
	/* forces the checkbox and text to be on the same line */
}
li.AspNet-CheckBoxList-Disabled label {
	color: #999;
}
ul.AspNet-CheckBoxList-RepeatDirection-Horizontal li {
	display: inline;
}
/* for radio button list control */

div.AspNet-RadioButtonList ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li.AspNet-RadioButtonList-Item {
	white-space: nowrap;
	/* forces the radio button and text to be on the same line */
}
li.AspNet-RadioButtonList-Disabled label {
	color: #999;
}
ul.AspNet-RadioButtonList-RepeatDirection-Horizontal li {
	display: inline;
}
.CheckBoxListAdvSearch {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.CheckBoxListAdvSearch label {
	height: 35px;
	white-space: normal;
	margin-left: 2px;
}
.CheckBoxListAdvSearch input {
	vertical-align: middle;
	height: 35px;
	white-space: normal;
}
/* Ads 11.12.2008 IVLeon */
div#ads-wrapper {
	width: 1120px;
	margin: auto;
}
div#page-wrapper {
	float: left;
}
div.ads {
	text-align: center;
}
div.ads.top_ad_box a {
	color: #000;
	text-decoration: none;
}
div.ads.top_ad_box a: hover {
	color: #000;
	text-decoration: underline;
}
div.ads.top_ad_box {
	float: right;
	font-size: smaller;
	width: 754px;
	border: 6px solid #006566;
	margin: 15px 0;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
div.ads.left_ad_box {

	width: 160px;
	margin: 10px auto;
	clear: both;
	display: block;
}
div.ads.right_ad_box {
	width: 1px;
	height: 1px;
	margin: 5px 0px 0px 5px;
	float: left;
}
div.ads.bottom_ad_box {
	width: 755px;
	margin: 10px auto;
	position: relative;
	left: 235px;
	clear: both;
	display: block;
	background-color:white;
	padding:5px;
}
/* new ad/widget blocks */

div.ads.sidebar_ad {
	background: green;
	height: 150px;
	display: block;
	margin: 12px 0;
}
/* =Teams & Members listings ---------------------------------------------
 ------------------------------------------------------------------------*/
/* yaili 15 Feb 2009 */
.member {
	clear: both;
	display: block;
	border-bottom: 1px solid #006566;
	padding: 10px 0;
}
.member .member-avatar {

	float: left;
	margin-right: 7px;
	position: relative;
	background-image: url(images/NoPhoto.gif);
	width: 66px;
	height: 66px;
}
.member .member-avatar-people {

	float: left;
	margin-right: 7px;
	position: relative;
	background-image: url(images/NoPhotoPeople.gif);
	width: 43px;
	height: 43px;
}
.member .add-friend {
	width: 15px;
	height: 15px;
	background: url(images/add-friend.gif) no-repeat left top;
	margin-right: 3px;
	text-indent: -10000px;
	display: inline-block;
}
.member .member-descrip {
	float: left;
}
.member h2 {
	margin-bottom: 6px;
}
.member h3 {
	margin-bottom: 8px;
}
.member h3.team-blog a {
	background: url(images/blog-icon.gif) no-repeat left 50%;
	padding-left: 15px;
}
.member span.privacy {
	background: url(images/privacy-icon.gif) no-repeat left 50%;
	padding-left: 14px;
}
img.logo {
	margin: 20px;
	float: left;
}
span.at15t_compact {
	margin: 0 0 0 5px !important;
	float: right !important;
}
.at300m {
	padding: 0 2px 0 0 !important;
}
.addthis_toolbox {
	line-height: 16px;
}
.addthis_separator {
	font-size: 16px;
	line-height: 13px !important;
}
.shareContainer {
	padding: 10px;
}
.box table {
	margin: 0 0 0 0;
	background: none;
}
#groupBox {
	overflow: hidden;
}
.groupContainer {
	font-weight: bold;
	float: left;
	padding-left: 10px;
	width: 192px;
	padding-top: 15px;
}
.groupContainer span {
	display: block;
	border-bottom: 1px solid #dadada;
	padding: 0 0 5px 0;
	margin: -10px 0 0 0;
}
.groupContainer span hr {
	display: none;
}
.groupContainer span table tr td {
	line-height: 16px;
	vertical-align: middle;
}
.groupContainer span table tr td input {
	margin: 0 5px 0 0;
	width: 85px !important;
	height: 85px !important;
}
#surfLinksBox table td a u {
	text-decoration: none;
}
#surfLinksBox table td {
	padding: 0 0 0 10px;
}
#surfNewsBox table td {
	padding: 0 0 0 10px;
}
.topheader_ad_box {
	float: right;
	position: relative;
	margin-bottom: 5px;
}

.topheader_ad_box>div[id*='taboola'] {
	background-color: #FFF;
}

background-color: #FFF;
#ifrNewsFeed {

	width: 728px;
}
#ctl00_ContentPlaceHolderMain_SocialBookmark1_drgdList {

	left: -95px;
	margin-bottom: -30px;
	position: relative;
	top: -65px;
}
.dglinks {

	border-bottom: 1px solid #c37500;
	padding: 50px;
	width: 720px !important;
}
.dglinks li {

	list-style-type: none !important;
}
.dglinks tr + tr + tr {

	height: 30px;
	vertical-align: top;
}
.dglinks tr: first-child {

	height: 30px;
	vertical-align: bottom;
}
#ctl00_ContentPlaceHolderMain_SocialBookmark1_drgdList span {

	font-size: 11pt;
}
.st_blogpost_container {
	border: 1px solid #006061;
	padding: 10px;
	text-align: justify !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	margin-top: 10px;
}
#ctl00_ContentPlaceHolderMain_OndBlogs1_lnkPrevBlog {
	left: 0px;
	position: relative;
	top: -42px;
	font-size: 11px;
	text-decoration: none !important;
	color: #000;
}
#ctl00_ContentPlaceHolderMain_OndBlogs1_lnkNextBlog {
	left: 575px;
	position: relative;
	top: -42px;
	font-size: 11px;
	text-decoration: none !important;
	color: #000;
}
#ctl00_ContentPlaceHolderMain_OndBlogs1_grdBlogs {

	position: relative;
	top: -28px;
}
table {

	border-collapse: collapse;
	margin: 0 auto;
}
#ctl00_ContentPlaceHolderMain_OndBlogs1_lnkBack {

	position: relative;
	top: -28px;
}
.st_blogpost_container span[style] {

	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}
.imgUserNetworks {
	height: 60px !important;
	width: 60px !important;
}
.SummaryByClass{color:gray;font-size:15px;}
.liPagingFeeds{border-left: 1px solid black;padding:0 5px 0 5px;display:inline-block;font-weight:bold;font-size:11pt;margin:0 0 10px 0}
.liPagingFeeds:nth-of-type(1){border-left: 0px;}
.liPagingFeeds a{white-space:nowrap;cursor:pointer;}
.liPagingFeeds a.feedpaging-disabled{cursor:default;color:Red;text-decoration:none;}
#top_ad_box #banner{display:none!important;}