/* Css Reset */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, input
{
	margin: 0;
	padding: 0;
}
ul, ol
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
a img
{
	border: 0;
}
.clear
{
	clear: both;
	line-height: 0;
}
.skiplink
{
	display: none;
}
label
{
	cursor: pointer;
}
/* General Styles */
a, a:link, a:visited
{
	color: #5883AD;
	outline: 0;
	text-decoration: none;
}
a:focus, a:hover
{
	text-decoration: underline;
}
select
{
	font-size: 1.1em;
}
body
{
	/* background:#e5ecf3; */
	background-image: url(img/stripe2_demo.png);
	background-repeat: repeat;
	color: #4e463f;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper
{
	width: 963px;
	margin: 0 auto;
}
/* header */
#header
{
	width: 953px;
	height: 56px;
	padding-right: 10px;
	margin-bottom: 5px;
	background: url(img/bgr-header.gif) no-repeat;
}
#logo
{
	float: left;
	display: block;
	width: 154px;
	height: 56px;
	margin: 0 0 0 5px;
	background: url(img/bgr-logo.gif) no-repeat;
	text-indent: -5000px;
}
/* topnav */
#topnav
{
	float: right;
	padding: 12px 0 0;
	text-align: right;
}
#topnav li
{
	float: left;
}
#topnav li.first a, #topnav li.first a:visited
{
	margin-left: 0;
	padding-left: 0;
	background: none;
}
#topnav li a, #topnav li a:visited
{
	display: block;
	font-size: 1.4em;
	color: #aec3f7;
	padding: 2px 0 0 10px;
	margin-left: 8px;
	background: url(img/bgr-topnavsep.gif) no-repeat left bottom;
}
#topnav li form
{
	padding-left: 10px;
}
#topnav li input
{
	width: 129px;
	height: 19px;
	font-size: 1.2em;
	color: #5f6e7c;
	padding: 3px 0 0 5px;
	border: 0;
}
/* content */
#content
{
	clear: both;
	width: 963px;
	padding-top: 2px;
}
#content .box
{
	position: relative;
	float: left;
	width: 963px;
	margin-bottom: 7px;
	background: #fff url(img/bgr-boxbot.gif) no-repeat bottom;
}
#content .boxbottom
{
	padding: 2px;
	overflow: hidden;
	background: url(img/bgr-boxtop.gif) no-repeat top;
}
#content .boxgray
{
	padding: 2px 7px 0;
	width: 945px;
	background: #e1dfd2 url(img/bgr-boxtopgray.gif) no-repeat top;
}
#content .boxgray h2
{
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 3px;
	color: #4b4630;
}
#content .boxgray p
{
	font-size: 1.2em;
	color: #6d674f;
}
/* tabuser */
#tabuser
{
	height: 32px;
	overflow: hidden;
	margin: 8px 0 0 8px;
}
#tabuser li
{
	display: inline;
}
#tabuser a, #tabuser a:visited
{
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
	background: url(img/menu-tabgleft.gif) no-repeat left;
	padding: 0 2px 0 6px;
	text-decoration: none;
}
#tabuser a span
{
	float: left;
	display: block;
	background: url(img/menu-tabgright.gif) no-repeat right;
	padding: 7px 20px 0 14px;
	height: 25px;
	cursor: pointer;
}
#tabuser a:hover, #tabuser .active a, #tabuser .active a:visited
{
	background-image: url(img/menu-tabwleft.gif);
}
#tabuser a:hover span, #tabuser .active a span
{
	background-image: url(img/menu-tabwright.gif);
}
/* maincol */
#maincol
{
	float: left;
	width: 604px;
	padding: 10px 13px 0;
	font-size: small;
	line-height: 160%;
}
/* rightcol */
#rightcol
{
	float: right;
	width: 299px;
	padding: 10px 13px 0;
	font-size: small;
}
/* tabbox */
#maincol .tabbox
{
	clear: both;
	margin-bottom: 20px;
	font-size: smaller;
	line-height: normal;
}
#maincol .top
{
	clear: both;
	width: 100%;
	border-top: 2px solid #a5cc7a;
}
/* tabuser */
#maincol .tab
{
	float: left;
	width: 630px;
	height: 29px;
	overflow: hidden;
}
#maincol .nothing
{
}
#maincol .tab li
{
	display: inline;
}
#maincol .tab a, #maincol .tab a:visited
{
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #6f9346;
	background: url(img/menu-tablgrleft.gif) no-repeat left top;
	padding: 0 4px 0 6px;
	text-decoration: none;
	text-align: center;
}
#maincol .tab a span
{
	float: left;
	display: block;
	background: url(img/menu-tablgrright.gif) no-repeat right top;
	padding: 7px 12px 7px 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#maincol .tab a span
{
	float: none;
}
/* End IE5-Mac hack */
.nav-profile
{
	width: 187px;
}
#maincol .tab a:hover, #maincol .tab .active a, #maincol .tab .active a:visited
{
	color: #fff;
	background-image: url(img/menu-tabgrleft.gif);
}
#maincol .tab a:hover span, #maincol .tab .active a span
{
	background-image: url(img/menu-tabgrright.gif);
}
#maincol .sections
{
	float: right;
	padding-top: 5px;
}
#maincol .sections li
{
	float: left;
	padding: 2px 0 2px 11px;
	margin: 0 0 0 11px;
	border-left: 1px solid #ddd;
}
#maincol .sections li.first
{
	padding: 0 0 0 6px;
	margin: 0 3px 0 6px;
	border-left: 0;
}
#maincol .sections li.rss
{
}
#maincol .sections li.rss a
{
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -5000px;
	background: url(img/ico-rss.gif) no-repeat;
}
#maincol p.green
{
	clear: both;
	font-size: 1.3em;
	color: #507d1e;
	padding: 7px 15px;
	line-height: 20px;
	background: #eff6e8;
}
#maincol p.borderline
{
	border-top: 1px solid #ddd;
}
#maincol .recentactivity
{
	float: left;
	color: #999;
	padding: 10px 0;
}
#maincol .recentactivity li
{
	float: left;
	padding: 0 0 0 7px;
	margin: 0 0 0 7px;
	border-left: 1px solid #ddd;
}
#maincol .recentactivity li.first
{
	float: left;
	padding: 0 0 0 7px;
	margin: 0;
	border-left: 0;
}
#maincol .recentactivity li a, #maincol .recentactivity li a:visited
{
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
}
#maincol .recentsettings
{
	float: right;
	color: #1096e7;
	padding: 10px 0;
}
#maincol .recentsettings li
{
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 10px;
}
#maincol p.shoutinfo
{
	font-size: 1.3em;
	padding: 6px 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#maincol .commentsort
{
	clear: both;
	margin: 10px 0 20px;
}
#maincol .commentsort li
{
	padding: 10px;
	display: block;
	overflow: hidden;
	line-height: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}
#maincol .commentsort li label
{
	float: left;
	width: 160px;
	font-size: 1.1em;
	font-weight: bold;
}
#maincol p.shoutinfo span
{
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 10px;
}
#maincol p.shoutinfo img
{
	margin-right: 10px;
	vertical-align: middle;
}
/* rightcol */
/* tabbox */
#rightcol .tabbox
{
	clear: both;
	margin-bottom: 15px;
}
/* tabuser */
#rightcol .tab
{
	height: 29px;
	overflow: hidden;
	border-bottom: 2px solid #a5cc7a;
	font-size: 75%;
}
#rightcol .tab li
{
	display: inline;
}
#rightcol .tab a, #rightcol .tab a:visited
{
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	background: url(img/menu-tabgrleft.gif) no-repeat left;
	padding: 0 4px 0 6px;
	text-decoration: none;
}
#rightcol .tab a span
{
	float: left;
	display: block;
	background: url(img/menu-tabgrright.gif) no-repeat right;
	padding: 7px 41px 6px 35px;
}
#rightcol p.green
{
	clear: both;
	font-size: 1.1em;
	color: #507d1e;
	padding: 6px 5px;
	overflow: hidden;
	background: #eff6e8;
}
#rightcol p.green a
{
	vertical-align: middle;
	padding: 2px 10px 2px 25px;
	background: #fff url(img/ico-add.gif) no-repeat 7px 5px;
}
#rightcol a.adbox
{
	display: block;
	margin-bottom: 12px;
}
#rightcol .friends
{
	position: relative;
	padding: 5px 0 0;
}
#rightcol .friends li
{
	font-size: 1.1em;
	font-weight: normal;
	padding: 4px 0;
	border-bottom: 1px solid #b1cde7;
	background: transparent no-repeat 5px 3px;
}
#rightcol .friends li h3
{
	font-size: 1.6em;
	font-weight: normal;
	color: #6ea432;
}
#rightcol .friends li a
{
	padding-left: 30px;
}
#rightcol .friends li span
{
	position: absolute;
	right: 10px;
	font-weight: normal;
}
#rightcol .friends li.addfriends
{
	background-image: url(img/ico-addfriends.gif);
}
#rightcol .friends li.yourfriends
{
	background-image: url(img/ico-yourfriends.gif);
}
#rightcol .friends li.fansofyours
{
	background-image: url(img/ico-yourfans.gif);
}



#rightcol .friends li.help
{
	background-image: url(../../img/icons/help.png);
}

#rightcol .friends li.bug
{
	background-image: url(../../img/icons/bug.png);
}

#rightcol .friends li.contact
{
	background-image: url(../../img/icons/contact.png);
}


#rightcol .friends li.cog
{
	background-image: url(../../img/icons/cog.png);
}

#rightcol .friends li.find
{
	background-image: url(../../img/icons/find.png);
}


#rightcol .friends li.legal
{
	background-image: url(../../img/icons/legal.png);
}
#rightcol .friends li.scroll
{
	background-image: url(../../img/icons/scroll.png);
}

#rightcol .friends li.invitegroup
{
	background-image: url(../../img/icons/group.gif);
}




#rightcol .friends li.kudos
{
	background-image: url(../../img/icons/star.png);
}


#rightcol .friends li.time
{
	background-image: url(../../img/icons/time.png);
}

#rightcol .friends li.online
{
	background-image: url(../../img/icons/online.png);
}

#rightcol .friends li.offline
{
	background-image: url(../../img/icons/offline.png);
}

#rightcol .friends li.viewing
{
	background-image: url(../../img/icons/viewing.gif);
}


#rightcol .friends li.lightning
{
	background-image: url(../../img/icons/lightning.png);
}


#rightcol .friends li.rib
{
	background-image: url(../../img/icons/rosette.gif);
}

#rightcol .friends li.mutualfriends
{
	background-image: url(../../img/icons/group.gif);
}

















#rightcol .friendlist
{
	float: left;
	width: 289px;
	padding: 10px 5px 20px;
}
#rightcol .friendlist img
{
	float: left;
	padding: 1px;
	border: 1px solid #ccc;
}
#rightcol .friendlist ul
{
	float: left;
	width: 225px;
	font-size: small;
	padding: 10px 0 0 10px;
}
#rightcol .friendlist li
{
	position: relative;
	margin-bottom: 7px;
}
#rightcol .friendlist a
{
	text-decoration: underline;
}
#rightcol .friendlist a:hover
{
	text-decoration: none;
}
#rightcol .friendlist li span.status
{
	position: absolute;
	right: 0;
	font-size: .9em;
	color: #999;
}
#rightcol .friendlist li span a, #rightcol .friendlist li span a:visited
{
	display: block;
	color: #999;
	text-decoration: none;
	font-size: smaller;
	padding: 2px 0 2px 20px;
	background: url(../../img/icons/new_email.png) no-repeat left;
}
#rightcol .stats
{
	font-size: 1.2em;
	padding: 15px 10px;
	color: #999;
	overflow: hidden;
	clear: both;
}
#rightcol .stats a
{
	text-decoration: underline;
}
#rightcol .stats a:hover
{
	text-decoration: none;
}
#rightcol .stats li
{
	position: relative;
	margin-bottom: 15px;
}
#rightcol .stats li span
{
	display: block;
	float: right;
	font-size: .9em;
}
/* footer */
#footer
{
	clear: both;
	padding: 15px 5px;
	overflow: hidden;
}
#footer .column
{
	float: left;
	width: 185px;
	color: #8696a4;
	border-right: 1px solid #ccc;
}
#footer .last
{
	border-right: 0;
}
#footer .column ul
{
	font-size: 1.1em;
	padding: 0 10px;
	margin-bottom: 20px;
}
#footer .column li
{
	margin-bottom: 7px;
}
#footer .column li h3
{
	font-size: 1.3em;
}
#footer .column li span
{
	font-weight: bold;
	color: #d50000;
}
#footer .column li a, #footer .column li a:visited
{
	font-size: .8em;
	text-transform: uppercase;
	text-decoration: none;
}
#footer .column li a:hover
{
	text-decoration: underline;
}
#footer .column li.text
{
	width: 125px;
	line-height: 15px;
}
#footer a.groupbox
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 191px;
	height: 84px;
	text-indent: -5000px;
	background: url(img/bgr-logofooter.gif) no-repeat;
}
.pageDescriptionText
{
	font-size: 95%;
	color: #999;
	margin-top: 5px;
}




.noteclassic, .noteimportant, .notewarning, .notetip
{
	color: #333;
	padding: 2ex 2em 2ex 35px;
	margin-top: 10px; /*	margin: 1em auto; */
	width: 85% !important;
	background-position: 10px 2ex;
	background-repeat: no-repeat;
}
.noteclassic
{
	color: inherit;
	background-color: #FFFFE0;
	border: 1px solid #FFFF85;
	background-image: url(../img/todolist.gif);
}
.noteimportant
{
	color: inherit;
	background-color: #FFE0E1;
	border: 1px solid #FF8589;
	background-image: url(../img/error.png);
}
.notewarning
{
	color: inherit;
	background-color: #ffc3c3;
	border: 1px solid #c50809;
	background-image: url(../img/cross.png);
}
.notetip
{
	color: inherit;
	background-color: #EFF5FF;
	border: 1px solid #85B4FF;
	background-image: url(../img/lightbulb.png);
}
