/* CSS Document */

/* LAYOUT */
*
{
	padding: 0px;
	margin: 0px;
}

body
{
	background-color: #FFE775;
	background-image: url(../images_v2/bkg_body.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 760px;
	padding: 30px 30px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f4e74;
}
#v2_header
{
	height: 174px;
	width:760px;
}
#v2_headerc
{
	background-image: url(../images_v2/bkg_header.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 174px;
	width:760px;
	float: left;
}
#v2_headern
{
	float:right;
}
#v2_headerlinks
{
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
#v2_content
{
	width: 720px;
	clear: both;
	background-image: url(../images_v2/bkg_content.png);
	background-repeat: repeat-y;
	padding: 0px 20px 20px 20px;
}
#loggedInHeader
{
	width: 720px;
	height: 40px;
}
#loggedInHeaderLeft
{
	float: left;
	line-height: 40px;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #e55e29;
}
#loggedInHeaderRight
{
	float: right;
	padding: 5px 0px 5px 0px;
}
#loggedInHeaderBottom
{
	width:720px;
	line-height: 50px;
	border: 2px solid #e45d28;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
}
#preLoginHome
{
	width: 720px;
	text-align: center;
}
#homePreTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	/*color: #e55e29;*/
	color: #1C5791;
	font-weight: bold;
}
#homePostLogin
{
	width: 720px;
	text-align: center;
}
#wallFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #e55e29;
}
#preLoginFooterTop {
	width: 720px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e55e29;
}
#timeline {
	width: 290px;
	float: right;
	background-image: url(../images_v2/bkg_timeline.png);
	background-repeat: repeat-y;
	background-position: center;
}
#timelinet {
	width: 290px;
	height: 50px;
	background-image: url(../images_v2/bkg_timeline_top.png);
	background-repeat: no-repeat;
	background-position: top;
}
#timelinetn {
	padding: 8px 20px 0px 20px;
}
#timelinen {
	padding: 10px 30px 10px 30px;
}
#timelineb {
	width: 290px;
	height: 50px;
	background-image: url(../images_v2/bkg_timeline_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#timelinebn {
	padding: 18px 20px 0px 20px;
	text-align: right;
}
#demo {
	width: 575px;
	float: left;
	background-image: url(../images_v2/bkg_explanation.png);
	background-repeat: repeat-y;
	background-position: center;
}
#demot {
	width: 575px;
	height: 10px;
	background-image: url(../images_v2/bkg_explanation_top.png);
	background-repeat: no-repeat;
	background-position: top;
}
#demon {
	padding: 10px 20px 10px 20px;
}
#demob {
	width: 575px;
	height: 10px;
	background-image: url(../images_v2/bkg_explanation_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#v2_footer {
	clear: both;
}
#v2_footerl {
	background-image: url(../images_v2/bkg_footer_left_ie.png);
	height: 40px;
	width: 20px;
	float: left;
}
#v2_footerc {
	background-image: url(../images_v2/bkg_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 24px;
	width: 760px;;
	float: left;
}
#v2_footern {
	padding: 13px 10px 0px 10px;
	color: #FFFFFF;
	font-size: 10px;
}
#v2_footerr {
	background-image: url(../images_v2/bkg_footer_right_ie.png);
	height: 40px;
	width: 20px;
	float: right;
}
a.footerLink
{
	color:#FFFFFF;
	text-decoration:none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */


/* TEXT */
h1 {
	font-size: 24px;
	color: #FE8612;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 18px;
	color: #FE8612;
	font-weight: normal;
}
h5 {
	font-size: 14px;
	color: #E55E29;
}

h6 {
	font-size: 12px;
}
.photo p {
	color: #333333;
	font-size: 11px
}
.tagline {
	float: left;
	padding: 37px 0px 0px 20px;
	font-size: 20px;
	font-weight: normal;
	color: #1f4e74;
}
.fineprint {
	font-size: 9px;
	font-weight: bold;
}
img {
	border: 0px;
}


/* LINKS */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
a.headerLink {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:link {
	color: #1f4e74;
	text-decoration: none;
}
#menu a:visited {
	color: #1f4e74;
	text-decoration: none;
}
#menu a:hover {
	color: #1f4e74;
	text-decoration: underline;
}
#menu a:active {
	color: #1f4e74;
	text-decoration: underline;
}
#v2_footern a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#v2_footern a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#v2_footern a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#v2_footern a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.link {
	color: #e45d28;
	text-decoration: none;
}



/* NAVIGATION */
#menu {
	float: right;
	text-align: right;
}
#menu ul {
	margin: 0px 0px 15px 0px;
}
#menu li {
	font-size: 11px;
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
	padding: 0px 5px 0px 5px;
}

#v2_footern li {
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
	padding: 0px 5px 0px 5px;
}
.menu2 {
	padding: 12px 0px 0px 0px;
}



/* FORM */

#menu table {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}
#menu td {
	padding: 0px 0px 0px 10px;
}
.signinform {
	border: 1px solid #1f4e74;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	color: #1f4e74;
}
.signinbutton {
	background-image: url(../images_v2/button_signin.png);
	height: 20px;
	width: 40px;
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
.joinform {
	border: 1px solid #1f4e74;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 2px;
	color: #1f4e74;
	width: 210px;
	margin: 0px 20px 0px 20px;
}
.joinbutton {
	background-image: url(../images_v2/button_join.png);
	height: 25px;
	width: 50px;
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

/*  TIMELINE */
.space {
	height: 20px;
}
.thumbnail {
	float: left;
	margin: 0px 20px 0px 0px;
}

/* USER PAGE */
#userUpload
{
	border: 2px solid #e45d28;
	width: 200px;
}
span.userUploadsTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1f4e74;
}
span.userUploadsText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e55e29;
}

/* PRE-LOGIN HOME */
div.preLoginHomeComments
{
	width:250px;
	background-color: #ffffff;
}

div.preLoginHomeUsers
{
	width:250px;
	background-color: #ffffff;
}

div.preLoginHomeInternalDiv
{
	padding:15px;
	text-align: left;
	border: 2px solid #e45d28;
}
div.post_textContainer
{
	padding: 5px;
}
/* POST-LOGIN HOME */
#postLoginHomeAlerts
{
	text-align: left;
	width: 250px;
	background-color: #FFFFFF;
}
#postLoginHomeUsers
{
	/*border: 2px solid #e45d28;
	width: 200px;*/
	width: 250px;
	background-color: #FFFFFF;
}
#postLoginHomeComments
{
	/*border: 2px solid #e45d28;
	width: 200px;*/
	width: 250px;
	background-color: #FFFFFF;
}
#postLoginRecentPosts
{
	/*border: 2px solid #e45d28;*/
	/*width: 440px;*/
	width: 450px;
	/*background-color: #FFFFFF;*/
}
span.postLoginBoxHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e55e29;
}
div.postLoginHomeInternalDiv
{
	text-align:left;
	padding: 15px;
	border: 2px solid #e45d28;
}
span.postLoginBoxInternal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f4e74;
}
a.postLoginBoxInternalLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f4e74;
	text-decoration: none;
}
div.preLoginRecentPosts
{
	width: 420px;
}
div.preLoginHomeInternalDiv
{
	text-align: left;
	padding: 15px;
}

/* widgets */
a.widget_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f4e74;
	text-decoration: none;
	font-weight:bold;
}
span.widget_title_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595b;
	text-decoration: none;
	font-weight:bold;
}
span.widget_title_pipe
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E55E29;
	text-decoration: none;
	font-weight:bold;
}
#fbdiv
{
	background: #ffffff;
	color: #8294A3;
	font-size: 13px;
}

#fbdiv a
{
	color: #FF9A22;
}

#fbdiv span.fbfooter
{
	color: #256BA6;
}

#fbdiv span.fbheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e55e29;
}

#fbdiv span.fbtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f4e74;
}

#wordpressdiv
{
	background: #ffffff;
	color: #8294A3;
	font-size: 13px;
}

#wordpressdiv span.fbheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e55e29;
}

#wordpressdiv span.fbtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f4e74;
}

#myodiv
{
	background: #ffffff;
	color: #8294A3;
	font-size: 13px;
}

#myodiv a
{
	color: #FF9A22;
}

#myodiv span.myofooter
{
	color: #256BA6;
}

#myodiv span.myoheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e55e29;
}
#myodiv span.myotext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f4e74;
}

#myodiv td.myotext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f4e74;
}

#badgediv
{
	background: #ffffff;
	color: #8294A3;
	font-size: 13px;
}

#badgediv a
{
	color: #FF9A22;
}

#badgediv span.badgefooter
{
	color: #256BA6;
}
#badgediv span.badgeheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e55e29;;
}
#badgediv span.badgetext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f4e74;
}
span.activeUsersText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e45d28;
}
span.recentCommenter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1f4e74;
}
span.recentCommentText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e55e29;
}

/* friends page */
#friendslistcontainer
{
	width: 500px;
	border: 2px solid #e45d28;
}
#friendslist
{
	background: #ffffff;
	padding: 15px;
	font-size: 14px;
}
#friendsheaderdiv
{
	border: 2px;
	border-style: solid;
	border-color: #bfbfef;
	background: #ffffff;
	padding:15px;
	width: 210px;
	left: 0px;
	top: 0px;
	color: #256BA6;
	font-weight: 600;
	font-size: 14px;
}
#friendslist span.friendsheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e55e29;
}
#friendsInternal
{
	padding: 15px;
	height: 500px;
	overflow: auto;
}
#friendslist span.friendssubheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1f4e74;
}

div.userTitle
{
	color: #e55e29;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:15px;
}

/********** picture **************/
#picdivcontainer
{
	border: 2px solid #e45d28;
	background: #ffffff;
	padding:15px;
	width: 685px;
	color: #256BA6
}


*.comcls, *.comcls a
{
	size: 11px;
	color: #FF9A22;
}


#picerror
{
	padding:55px;
	color: #FF9A22;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

#picdiv
{
	text-align: center;
}

#picdiv #theimage
{
	/*width: 320px; */
	border: 1px;
	border-style: solid;
	border-color: #555555;
}

#picdiv #theimagelarge
{
	/*width: 680px; */
	border: 1px;
	border-style: solid;
	border-color: #555555;
	text-align: center;
}


#picdetailsdivsmall
{
	background: #ffffff;padding:15px;
	border: 2px solid #e45d28;
	font-size: 12px;
	color: #256BA6;
	padding: 15px;
	width: 280px;
}

#picdetailsdiv
{
	border: 2px solid #e45d28;
	background: #ffffff;
	padding:15px;
	font-size: 12px;
	color: #256BA6;
	padding: 15px;
	width: 520px;
}

#commentsdiv
{
	padding: 5px;
	width: 320px;
	border: 2px solid #e45d28;
}

#commentsdiv span.thecomments
{
	color:#E55E29;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
}

#picRelatedPics
{
	width:450px;
	border: 2px solid #E45D28;
	background-color: #FFFFFF;
}

#commentsdiv a
{
	color: #FF9A22;
}

*.userImg
{
	width: 30px;
	border: 1px;
	border-style: solid;
	border-color: #555555;
}

#commentsdiv span.username
{
	font-weight: normal;
	color: #FF9A22;
	font-size: 9px;
}

#commentsdiv span.delcomment
{
	font-weight: normal;
	color: #8294A3;
	font-size: 10px;
}

#commentsdiv span.date
{
	font-weight: normal;
	color: #8294A3;
	font-size: 10px;
}

#commentsdiv span.header
{
	color:#E55E29;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
}

#picdetailsdiv a, #picdetailsdivsmall  a
{
	color: #FF9A22;
	font-size: 13px;
}

#picdetailsdiv input, #picdetailsdivsmall input
{
	font-size: 12px;
	color: #256BA6;
}

#picmes
{
	color:#E55E29;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
}

span.addAComment
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #1f4e74;
}

input.commentTextField, textarea.commentTextField, div.commentTextField
{
	border: 2px solid #1f4e74;
}

td.commentDivText
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #1f4e74;
}

a.reportAbuse
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #1f4e74;
	text-decoration: none;
}


span.picDetailsHeader
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #1f4e74;
}

a.alertAnchor, a.alertAnchor:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

/******************************** search **************************************/
#searchformdiv
{
	border: 2px solid #e45d28;
	background: #ffffff;
	padding:15px;
	width: 690px;
	color: #256BA6
}

#searchformdiv span.header
{
	font-weight: 600;
	font-size: 15px;
}

#searchformdiv span.headersmall
{
	font-weight: 400;
	font-size: 13px;
}


#searchresultsdiv
{
	/*
	border: 2px;
	border-style: solid;
	border-color: #bfbfef;
	background: #ffffff;
	padding:15px;

	position: absolute;
	width: 500px;
	left: 250px;
	top: 360px;
	*/
}

#searchresultsdiv span.subheader
{
	font-size: 14px;
	color: #256BA6;
}
#searchresultsdiv span.title a, #searchresultsdiv span.title a:hover
{
	font-size: 12px;
	color: #256BA6;
	text-decoration: none;
}
#searchresultsdiv span.searchby a
{
	font-size: 11px;
}

#searchresultsdiv span.searchby
{
	font-size: 11px;
	color: #256BA6;
}
#searchresultsdiv span.searchdate
{
	font-size: 10px;
	color: #8294A3;
}


#searchresultsdiv a
{
	font-size: 13px;
	color: #FF9A22;
}

#searchresultsdiv img.searchresultsimage
{
	width: 140px;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;

}
#centcont
{
	float: left;
	width: 500px;
}

/*    search page     */
#searchPicsDiv
{
	border: 2px solid #e45d28;
	width: 200px;
}

#searchPeepsDiv
{
	border: 2px solid #e45d28;
	width: 200px;
}
#usermessagesdiv *.usmestit a,
.post_textContainer a {
	font-size: 14px;
	font-weight: bold;
	color: #1f4e74;
	text-decoration: none;
}
#usermessagesdiv *.usmestit a:hover,
#usermessagesdiv *.usmestit a:active,
.post_textContainer a:hover,
.post_textContainer a:active {
	text-decoration: underline;
}

/* new stuff */
#posts_innerContainer {
	/*height: 500px;   */
	/*overflow: auto;  */
	width: 100%;
	margin-top: 10px;
}
.post_container {
	margin-bottom: 5px;
	padding-right: 10px;
}
.post_container_orange{
	margin-bottom: 5px;
	padding-right: 10px;
	/*background-color: #fdd9b9;*/
	background-color:#d9eaf0;
}
.post_imageContainer {
	 float: left;
	 margin-right: 25px;
}
.post_imageContainer img {
	width: 160px;
}
.post_textContainer {
	 float: left;
	 width: 260px;
}
.postedBy {
	margin-top: 10px;
}
.postedBy a:link,
.postedBy a:visited {
	font-size: 12px;
	font-weight: bold;
	/*color: #e45d28;*/
	color: #e45d28;
}

/* friends list */
.friendContainer {
	clear: both;
	margin-bottom: 10px;
}
.friend_image {
	float: left;
	margin-right: 20px;
}
.friend_textData {
	float: left;
}
.friend_displayName {}
.friend_options {
	margin: 8px 0;
}
.friend_image img {
	width: 100px;
}

/* register */
#registerdiv{
	width:715px;
	border: 2px solid #e45d28;
	background-color: #FFFFFF;
	color: #256BA6;
	font-family: Arial;
}

#registerinternaldiv {
	padding: 15px;
}

/* contact */
#contactdiv {
	width:715px;
	border: 2px solid #e45d28;
	background-color: #FFFFFF;
}

#contactdivinternal {
	padding: 15px;
}

#contactdiv #contactheader
{
	font-size: 16px;
	color: #256BA6;
	font-weight: bold;
}

/* help */
#helpdiv {
		width:715px;
	border: 2px solid #e45d28;
	background-color: #FFFFFF;
}
#helpdivinternal {
	padding: 15px;
}

.helpContainer
{
	width:715px;
	border: 2px solid #e45d28;
	background-color: #FFFFFF;
}

.helpInsideContainer
{
	padding: 15px;
}

.helpInsideContainer .item
{
	color: #1f4e74;
	font-weight: bold;
	font-size: 16px;
}

.helpInsideContainer .top
{
	float: right;
	font-size: 12px;
	color: #E55E29;
	text-decoration: none;
}

#helpdiv #header, #contactdiv #header
{
	font-size: 21px;
	color: #256BA6;
	font-weight: 600;
}

#helpdiv span.faqheader
{
	font-size: 16px;
	color: #1F4E74;
	font-weight: 600;
	line-spacing:25px;
}
#helpdiv span.headeritem
{
	font-size: 12px;
	color: #E55E29;
	font-weight: 400;
}
#helpdiv span.headeritem a
{
	font-weight: 400;
	color: #E55E29;
	text-decoration: none;
}

#helpdiv span.item a
{
	color: #1f4e74;
}

#helpdiv a, #contactdiv a
{
	font-weight: 400;
	color: #1f4e74;
}

#helpdiv span.item
{
	font-size: 14px;
	color: #256BA6;
	font-weight: 600;
}
#helpdiv a.top
{
	font-weight: 400;
	font-size:12px;
}

/* calendar and rss links styling */
#wall_footer_container {
	clear: both;
	position: relative;
}
.wall_icons {
	color: #e55e29;
	font-weight: bold;
	font-family: arial;
	margin-right: 5px;
	vertical-align: text-top;
}
#cal_container {}
#calendarDisplayAnchor {
	position: absolute;
	top: 0;
	left: 0;
}
#rss_container {
	margin-left: 10px;
}
#wall_calendarLink img {
	cursor: pointer;
}
#wall_rssLink img {
	border: none;
	cursor: pointer;
}

/* invite */
#invitediv
{
	border: 2px solid #e45d28;
	background: #ffffff;
	width: 715px;
}
#inviteinnerdiv
{
	color: #256BA6;
	padding: 15px;
}
#moreactions
{
	border: 2px solid #e45d28;
	background: #ffffff;
	width: 715px;
}
#moreactionsinternal
{
	padding:15px;
		color: #256BA6;
}

/* login */
#logindivOuter
{
	width:720px;
}
#logindiv
{
	padding:15px;
	border: 2px solid #e45d28;
	background-color: #FFFFFF;
}
#forgotPassword
{
	font-size:10px;
}
#forgotPassword a.here
{
	text-decoration:none;
	color:#e45d28;
}

/* account edit */
#editAccountDiv
{
	border: 2px solid #e45d28;
	background-color: #FFFFFF;
	width: 485px;
}
#editAccountDivInternal
{
	padding: 15px;
}

/* profile edit */
#editProfileDiv
{
	border: 2px solid #e45d28;
	background-color: #FFFFFF;
	width:485px;
}
#editProfileDivInternal
{
	padding: 15px;
}

/* forms */
/*input {
	border: 2px solid #1f4e74;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1f4e74;
	padding: 2px;
}
textarea {
	border: 2px solid #1f4e74;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1f4e74;
	padding: 2px;
}
select {
	border: 2px solid #1f4e74;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1f4e74;
	padding: 2px;
}
  */
/* friends groups div */
#friendsgroupsdiv_container {
	width: 200px;
	border: 2px solid #e45d28;
	background-color: #ffffff;
	overflow: hidden;
}
#friendsgroupsdiv {
	padding: 15px;
}
#friendsgroupsdiv .contentContainer {
	margin-top: 15px;
	padding: 0;
}
#friendsgroupsdiv .friendsgroups_subtext {
	margin-bottom: 15px;
}
#friendsgroupsdiv .friendsgroups_subtext a:link,
#friendsgroupsdiv .friendsgroups_subtext a:visited {
	color: #e45d28;
}
#friendsgroupsdiv .usergroupdiv {
	padding: 0;
	padding-top: 10px;
	margin-top: 15px;
	border-top: 1px dotted #e45d28;
}
/* end friends groups div */

/* friends of <username> */
#users_friends {
	margin-top: 20px;
	clear: both;
	width: 200px;
	border: 2px solid #e45d28;
	background-color: #ffffff;
	overflow: hidden;
}
#users_friends a:link,
#users_friends a:visited {
	color: #e45d28;
	text-decoration: none;
}
#users_friends a:hover,
#users_friends a:active {
	text-decoration: underline;
}
/* end friends of <username> */

#usermessagesdiv span.messagesheader
{
	font-weight: 600;
	color: #e45d28;
	font-size: 16px;
}

#thprofile
{
	color: #1f4e74;
	font-size: 11px;
}

table#mailTable td
{
	padding:5px;
}

/* import friends */
#importcdiv
{
	color: #256BA6;
	font-size: 13px;
	border: 2px; border-style: solid; border-color: #e45d28; background: #ffffff;padding:15px;
	width: 685px;
}

#importcdiv #header
{
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}

#importcdiv #message
{
	color: #8294A3;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
}

#importsearchresultsdiv
{
	padding:15px;
}

a.lineitemsmall
{
	color: #256BA6;
	text-decoration: none;
	font-size: 8px;
}

#userhelpdiv
{
	border: 2px; border-style: solid; border-color: #e45d28; background: #ffffff;padding:15px;

	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #1f4e74;
	width: 685px;
}

#recentUsersDiv
{
	padding: 8px 0 0 0;
	text-align:center;
}

#moreRecentUsers
{
	text-align: right;
	color: #e45d28;
}

#moreRecentUsers a
{
	text-decoration: none;
	color: #e45d28;
}

#moreRecentComments
{
	text-align: right;
	color: #e45d28;
}

#moreRecentComments a
{
	text-decoration: none;
	color: #e45d28;
}

#lessRecentUsers
{
	text-align: right;
	color: #e45d28;
}

#lessRecentUsers a
{
	text-decoration: none;
	color: #e45d28;
}

#lessRecentComments
{
	text-align: right;
	color: #e45d28;
}

#lessRecentComments a
{
	text-decoration: none;
	color: #e45d28;
}

/*image*/
#usermessagesdiv img.messagepic
{
	width: 160px;
}

.paginationLinks
{

}

.paginationLinks a
{
	text-decoration: none;
	color: #e45d28;
	font-weight: bold;
}

.paginationLinks span.greyed
{
	color: #8294A3;
	font-weight: bold;
}

.paginationLinks span.pageSeparators
{
	color: ##1F4D74;
	font-weight: bold;
}

/********************************   blog ***************************************/

.blogContainer
{
	width:715px;
	border: 2px solid #e45d28;
	background-color: #FFFFFF;
}

.blogInsideContainer
{
	padding:15px;
	background: #ffffff;
}

#blogdivin a
{
	color: #1f4e74;
}
#blogdivin span.title
{
	color: #256BA6;
	font-weight: bold;
	font-size: 13px;
}

a.blogLink
{
	text-decoration: none;
	color: #E45D28;
}

span.blogTitle
{
	font-weight: bold;
}

a.homepageMoreLink
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E45D28;
	text-decoration:none;
}

/* communities */
.sidebarMiniContainer {
	width: 220px;
	background-color: #ffffff;
	vertical-align: top;
	margin-bottom: 20px;
}
.sidebarMiniContainerSupport,
.fullWidthContentContainerSupport {
	border: 2px solid #e45d28;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
}

.primaryContentContainerSupport
{
	border: 2px solid #e45d28;
	padding-top:0px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
	height:100%;
}
.primaryContentContainer {
	float: left;
	width: 480px;
	background-color: #ffffff;
	vertical-align: top;
	margin-left: 20px;
}
.fullWidthContentContainer {
	background-color: #ffffff;
	vertical-align: top;
}
.primaryContent {
	margin-top: 15px;
}
.communityContainer {
	margin: 5px 0 10px 0;
}
.communityToolbar {
	text-align: right;
}
.sidebarMiniContainer a:link,
.sidebarMiniContainer a:visited,
.primaryContentContainer a:link,
.primaryContentContainer a:visited,
.fullWidthContentContainer a:link,
.fullWidthContentContainer a:visited {
	color: #e45d28;
	text-decoration: none;
}
.sidebarMiniContainer a:hover,
.sidebarMiniContainer a:active,
.primaryContentContainer a:hover,
.primaryContentContainer a:active,
.fullWidthContentContainer a:hover,
.fullWidthContentContainer a:active {
	text-decoration: underline;
}
.communitySearch {
	display: inline;
}
.postContainer {
	margin: 5px 0;
}
/* end communities */

/* general styles */
.clearFloat {
	clear: both;
}
.handLabel {
	cursor: pointer;
}

a.joinNTlink
{
color:#E45D28;
font-weight:bold;
text-decoration:none;
}

a.postedByLink
{
color:#E45D28;
text-decoration:none;
font-weight:bold;
}

#friendslist img.friendimagesmall
{
	width: 45px;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
}


div.communityMembers
{
	display:table;
	height:100%;
	padding-top:10px;
}
div.communityMember
{
	float:left;/*fix for  buggy browsers*/
	display:table-cell;
	width:50%;
}

div.communityDetails
{
	display:table;
	height:100%;
	padding-top:10px;
}
div.communityDetail
{
	float:left;/*fix for  buggy browsers*/
	display:table-cell;
	width:50%;
}
div.communityDescription
{
	padding-top:10px;
}
div.communityImage
{
	padding-top:10px;
}

div.communityContainer
{
	display:table;
	height:100%;
	padding-top:10px;
}
div.communityContainerDetail
{
	float:left;/*fix for  buggy browsers*/
	display:table-cell;
	padding-left: 10px;
}

img.communityButton
{
	padding:5px;
}

/* end general styles */
