﻿/* TRA added styles */
.lightGreenHeadings h2, .lightGreenHeadings h3, .lightGreenHeadings h4 {
color:#70ba24;
font-weight:bold;
}
.darkGreenHeadings h2, .darkGreenHeadings h3, .darkGreenHeadings h4 {
color:#008d16;
font-weight:bold;
}
.lightBlueHeadings h2, .lightBlueHeadings h3, .lightBlueHeadings h4 {
color:#0090d9;
font-weight:bold;
}
.darkBlueHeadings h2, .darkBlueHeadings h3, .darkBlueHeadings h4 {
color:#0048c6;
font-weight:bold;
}
.orangeHeadings h2, .orangeHeadings h3, .orangeHeadings h4 {
color:#ff8607;
font-weight:bold;
}
.redHeadings h2, .redHeadings h3, .redHeadings h4 {
color:#fd1d23;
font-weight:bold;
}


#mainContent {
width:771px;
margin: 0 12px 0 0;
}

#mainContentLeft a.star {
color:#757575;
font-weight:normal;
text-decoration:none;
font-size:12px;
}

#mainContentLeft a.tint {
color:#757575;
font-weight:normal;
text-decoration:none;
font-size:12px;
}

#mainContentLeft div.bullet {
margin:0;
padding-bottom:1.2em;
list-style:none;
}
	#mainContentLeft div.bullet li {
	font-size:11px;
	text-decoration:none;
	padding:0 0 1px 14px;
	background:url(/images/grey_bullet_on_white2.gif) 0 5px no-repeat;
	display:block;
	}

#mainContentRight {
margin-right:15px;
}

#t57 a.submitBut {
display:block;
height:23px;
width:107px;
background:url(/images/t58_mumstoriesart/submitastory_but_off_on.gif) top left no-repeat;
float:left;
margin-left:12px;
}
	#t57 a:hover.submitBut {
	background-position:bottom;
	}
	#t57 a.submitBut span {
	display:none;
	}
	
#t58 a.deleteBut {
display:block;
height:28px;
width:119px;
background:url(/images/t58_mumstoriesart/deleteyourstory_but_off_on.gif) top left no-repeat;
float:left;
margin-right: 12px;
}
	#t58 a:hover.deleteBut {
	background-position:bottom;
	}
	#t58 a.deleteBut span {
	display:none;
	}

#mainContentRight #joinUsBottom div.bullet li {
list-style-type:disc;
}

#mainContentRight #joinUsBottom div.bullet li {
font-size:11px;
text-decoration:none;
padding:0 0 1px 14px;
background:url(/images/white_bullet_on_green.gif) 0 5px no-repeat;
display:block;
color: white
}

/* member interaction panel - eg in forums */
.memberThumbnailPanel ul ul
{
	display:none;
	list-style:none;
	text-align:center;
}

.memberThumbnailPanel ul, .memberThumbnailPanel ul ul
{
	list-style:none;
	text-align:center;
	font-size:11px;
}

.memberThumbnailPanel li:hover ul
{
	position: absolute;
	left:40px;
	display:block;
}

.memberThumbnailPanel li {position: relative;}

.memberThumbnailPanel ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

/* BUTTONS for member interaction panel - eg in forums */
.memberThumbnailPanel .sendRequestBtn a:link, 
.memberThumbnailPanel .sendRequestBtn a:visited,
.memberThumbnailPanel .viewProfileBtn a:link, 
.memberThumbnailPanel .viewProfileBtn a:visited,
.memberThumbnailPanel .sendMessageBtn a:link, 
.memberThumbnailPanel .sendMessageBtn a:visited
{
display:block;
width:118px;
height:18px;
line-height:18px;
text-decoration:none;
}

.memberThumbnailPanel .sendRequestBtn {
background:url(/images/t65_neighb_friendsresults/sendfriendrequest_btn_off_on_white.gif) left top no-repeat;
}

.memberThumbnailPanel .viewProfileBtn {
background: url(/images/t61_myfriends/viewprofile_btn_off_on.gif) no-repeat left top;
}

.memberThumbnailPanel .sendMessageBtn {
background: url(/images/t61_myfriends/sendmessage_btn_off_on.gif) no-repeat left top;
}

.memberThumbnailPanel .sendMessageBtn a span
{
display:none;
}

/* Don't display phone number on expert page -- already on background graphic */
#t7 #helpBubbleBottomRed p.helpBubbleTelNumber
{
	display:none;
}

#friendrequestBoxTitle h3{
	line-height: 36px;
	padding: 0 30px;
	float: left;
}
#friendrequestBoxTitleComment {
	float: left;
}
#friendrequestBoxTitleComment p {
	color: #FFFFFF;
	margin: 12px 0 0 0;
}
#friendrequestBoxTitleComment p a.whiteBold {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#friendrequestBoxTitleComment p a:hover.whiteBold {
	text-decoration:underline;
}
#friendrequestBoxClose {
	float: right;
}
#friendrequestBoxClose a {
	background: url(../images/close_btn_off_on.gif) top left no-repeat;
	margin: 6px 10px 0 14px;
	width:55px;
	height:21px;
	line-height:21px;
	display:block;
}
#friendrequestBoxClose a:hover {
	background-position:  bottom;
}
#friendrequestBoxClose a span {
	display:none;
}
	
#friendrequestBox {
	width:555px;
	margin:0;
	background:url(../images/overlay_login_middle.gif) left top repeat-y;
}
#friendrequestBoxTop {
	width:555px;
	height:38px;
	background:#fd1d23 url(../images/overlay_login_red.gif) left top repeat-x;
}
#friendrequestBoxBottom {
	width:555px;
	background:url(../images/overlay_login_pink.gif) left bottom repeat-x;
}
#friendrequestBoxBottom form {
	font-size: 11px;
}
#friendrequestBox .radioLabel {
	font-weight:bold;
}
#friendrequestBox .fieldLabel {
	float:left;
	width:8em;
	margin-left:50px;
	width:10em;
}
#friendrequestBox .loginFormField {
	width:200px;
	margin:0 10px;
	font-size:1em;
	padding:1px 0;
	float:left;
}
#friendrequestBox .checkboxMargin {
	margin:0 3px 0 50px;
}
#friendrequestBox .paddingBottomTwelve {
	padding-bottom:12px;
}
#friendrequestBox .paddingLastFormElement {
	padding-bottom:36px;
}
#friendrequestBox .submitButton {
	margin-left:168px;
}
#friendrequestBox .formPaddingBig {
	padding: 18px 30px 15px 30px;
}


/* overlay recipient div ------------------------------------------------- */
#overlay_friend_box{
 background-color:#fff;
 border: 1px solid #fff;
 width: 535px;
}

#overlay_photo_view_box{
 background-color:#fff;
 border: 1px solid #fff;
 width: 535px;
}



#overlay img{ border: none; }
#overlay_friend_background {
 background-image: url(../images/overlay_friend_background.png);
}
#overlay_friend_background{

 background-color: transparent;
 background-image: url(../images/overlay_friend_checked.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay_friend_background.png", sizingMethod="scale");
}

#overlay_photo_view_background {
 /*background-image: url(../images/overlay_friend_background.png);*/
}
#overlay_photo_view_background{
/*
 background-color: transparent;
 background-image: url(../images/overlay_friend_checked.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay_friend_background.png", sizingMethod="scale");
*/
}

#recipientBoxTitle h3{
 line-height: 36px;
 padding: 0 30px;
 float: left;
}
#recipientBoxTitleComment {
 float: left;
}
#recipientBoxTitleComment p {
 color: #FFFFFF;
 margin: 12px 0 0 0;
}
#recipientBoxTitleComment p a.whiteBold {
 color:#FFFFFF;
 font-weight:bold;
 text-decoration:none;
}
#recipientBoxTitleComment p a:hover.whiteBold {
 text-decoration:underline;
}
#recipientBoxClose {
 float: right;
}
#recipientBoxClose a {
 background: url(../images/feature_blocks/close_btn_off_on_white.gif) top left no-repeat;
 margin: 6px 10px 0 14px;
 width:54px;
 height:18px;
 line-height:18px; 
 display:block;
}

#recipientBoxAdd a
{
 background: url(../images/breastfeeding_notice/continue_btn_off.gif) top left no-repeat;
 margin: 6px 10px 0 14px;
 width:55px;
 height:21px;
 line-height:21px;
 display:block;
}

#recipientBoxClose a:hover {
 background-position: bottom;
}
#recipientBoxClose a span {
 display:none;
}

#recipientBox {
 width:335px;
 margin:0;
 background:url(../images/overlay_login_middle.gif) left top repeat-y;
}
#recipientBoxTop {
 width:383px;
 height:38px;
 background: url(../images/overlay_friend_blue.png) left top repeat-x;
}
#recipientBoxBottom {
 width:335px;
}
#recipientBoxBottom form {
 font-size: 11px;
}
#recipientBox .radioLabel {
 font-weight:bold;
}
#recipientBox .fieldLabel {
 float:left;
 width:8em;
 margin-left:50px;
 width:10em;
}
#recipientBox .recipientFormField {
 width:200px;
 margin:0 10px;
 font-size:1em;
 padding:1px 0;
 float:left;
}
#recipientBox .checkboxMargin
{
 margin:4px 5px 0px 10px;
}
#recipientBox .blueBold
{
 color:#0090d9;
 font-size:11px;
 font-weight:bold;
}
#recipientBox .friendname
{
 font-size:11px;
 margin:-14px 0 0 150px;
 width:220px;
}
#recipientBox .colThree {
 left:250;
}
#recipientBox .paddingBottomTwelve {
 padding-bottom:12px;
}
#recipientBox .paddingLastFormElement {
 padding-bottom:36px;
}
#recipientBox .submitButton
{
 vertical-align:bottom;
 margin-left:158px;
}

#recipientBox .formPaddingBig {
 padding: 18px 30px 15px 30px;
}


.tagCloud a:hover {
	text-decoration: underline;
}

.tagCloudRightBlock {
margin: 0 5px 10px 5px;	
}
.tagCloudRightBlock a:link{
	color: #757575;
	margin-right: 3px;
	text-decoration: none;
	font-weight:normal;
}

.tagCloudRightBlock a:hover {
	color: #757575;
	text-decoration: underline;
}

.tagCloudRightBlock a:visited{
	color: #757575;
}


.tcSize1 { font-size:10px; }
.tcSize2 { font-size:11px; }
.tcSize3 { font-size:12px; }
.tcSize4 { font-size:13px; }
.tcSize5 { font-size:14px; }
.tcSize6 { font-size:15px; }
.tcSize7 { font-size:16px; }
.tcSize8 { font-size:17px; }
.tcSize9 { font-size:18px; }
.tcSize10 { font-size:19px; }
.tcSize11 { font-size:20px;} 

.tagCloud a#tagFont{
color:#565a5b;
text-decoration:none;
}
.tagCloud a#tagFont:hover{
color:#9a7e33;
text-decoration:underline;
}

.winClose
{
	background: url(/images/feature_blocks/close_btn_off_on_white.gif) no-repeat;
	height: 23px;
	text-align:center;
}

a:hover .winClose
{
	background: url(/images/feature_blocks/close_btn_off_on_white.gif) no-repeat;
	background-position: bottom left;
	text-align:center;
}


.helpLink
{
	display:none;
}

/* T36 */
.messageCopy
{
	font-size: 11px;
}

.friendSelectCheckbox input
{
	margin: 0px;
	padding: 0px;
}

.friendSelectCheckbox
{
	margin:0px 5px 5px 0px;
	padding: 0px;
	width: 120px;
	height: 20px;
	float:left;
}


#monthMenu 
{
font-size: 11px;
margin-left:5px;
*margin-left:0px;
}

#monthMenu .trimester1
{
	background: #9A7E33;
	color: white;
}

#monthMenu .trimester2
{
	background: #E2B23A;
	color: white;
}

#monthMenu .trimester3
{
	background: #E8D567;
	color: white;
}

.myCGLink a {
	display:inline;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	background:url('/images/arrow_blue_off_on.gif') no-repeat 0px 1px; 
	padding-left: 16px;
	margin-right: 20px;
}
.myCGLink a:hover {
	text-decoration:underline;
	background:url('/images/arrow_blue_off_on.gif') no-repeat 0px -28px;
}

/*
** Homepage MyCG subcriptions panel
*/
.checkOptedIn
{
	background: url(/images/checkbox_on.gif) no-repeat top left;
	padding-left: 20px;
	padding-bottom: 2px;
}

.checkOptedOut
{
	background: url(/images/checkbox_off.gif) no-repeat top left;
	padding-left: 20px;
	padding-bottom: 2px;
}

/********* misc ************/
.width100per{width:100%};

.noSpace{margin:0;padding:0}

.hideThis{margin-left:-9000px;}

.lilBlackArrow{
line-height:15px;
margin-left:5px;
background:url(/images/bullet2.gif) left -1px no-repeat;
padding-left:20px;
font-weight:normal;

}

#preglink .lilBlackArrow a:link ,#preglink .lilBlackArrow a:visited{
	
}


.lilBlackArrow a:link , .lilBlackArrow a:visited{
	font-weight:normal;
	text-decoration:none;
	 color:#757575;
	 height:18px;
	 font-size:12px;
	 height:auto;
}
 .lilBlackArrow a:hover{
 text-decoration:underline;
 color:#757575;
 }

.lilBlackArrow0{
line-height:15px;
font-size:11px;
background:url(/images/white_arrow.gif) left top no-repeat;
margin-left:5px;
padding-left:20px;
clear:both;
}
.lilBlackArrow1{
line-height:15px;
background:url(/images/bullet3.gif) left center no-repeat;
margin-left:5px;
padding-left:20px;
}
.lilBlackArrow2{
line-height:15px;
background:url(/images/next_btn.gif) left center no-repeat;
margin-left:5px;
padding-left:20px;
}
.lilBlackArrow3{
line-height:15px;
background:url(/images/arrow_bullet_white.gif) left center no-repeat;
margin-left:5px;
padding-left:20px;
}
.lilBlackArrow4{
line-height:15px;
background:url(/images/arrow_bullet.gif) left center no-repeat;
margin-left:5px;
padding-left:20px;
}
.lilBlackArrow5{
line-height:15px;
background:url(/images/black_arrow.gif) left center no-repeat;
margin-left:5px;
padding-left:20px;
}

.lilBlackArrowAn{
margin-left:5px;
background:url(/images/bullet1.gif) left -1px no-repeat;
padding-left:20px;
padding-bottom:5px;
}


.lineH1em{line-height:1em;}

h2.lineH1em{line-height:1em;}
h3.lineH1em{
line-height:1em;
}

.indent{padding-left:25px;}
.indent li{padding-left:25px;}
.indent5{text-indent:5px}
.indent10{text-indent:10px}
.indent15{text-indent:15px}

.dumexNavBackgroundColor{background-color:#f4f3f4;}
.dumexGold{color:#ffffff;}
#dumexGold{color:#ffffff;}
.dumexRed{color:#990000;}
#dumexRed{color:#990000;}

.commentBoxBottomText .dumexGold , .firstBoxBottomText .dumexGold 
{
color:#757575;
}


#expertTxt .dumexGray2 {
	color:#757575;			
}


.dumexDarkblue{color:#ed1a22;}
#dumexDarkblue{color:#ed1a22;}

.dumexDarkblue2{color:#ed1a22;}
#dumexDarkblue2{color:#ed1a22;}

.dumexSGgold{color:#ba8e1c;}
#dumexSGgold{color:#ba8e1c;}
.dumexGray{color:#ffffff;}
#dumexGray{color:#ffffff;}

.borderColor1{border:1px solid red}
.borderColor2{border:1px solid green}
.borderColor3{border:1px solid blue}
.borderColor4{border:1px solid black}
.borderColor5{border:1px solid brown}

.padding0{padding:0;}
.margin0{margin:0;}
.font_9em{font-size:9px;}
.font1em{font-size:10px;}
.font1_1em{font-size:11px;}
.font1_2em{font-size:12px;}
.font1_3em{font-size:13px;}
.font1_4em{font-size:14px;}
.font1_5em{font-size:15px;}
.font1_6em{font-size:16px;}
.font1_7em{font-size:17px;}
.font1_8em{font-size:18px;}
#wereChatting .font1_8em{font-size:16px;}
.font0_8em{font-size:10px;}
.font1_9em{font-size:19px;}
.font2em{font-size:20px;/*font-size:3em;*/}
.font2_5em{font-size:25px;}
.font2_8em{font-size:28px;}
.font3em{font-size:30px;}
.font3_5em{font-size:35px;}
.font4em{font-size:40px;}
.font5em{font-size:50px;}
.font6em{font-size:60px;}

.marginL3{margin-left:3px;}
.marginR3{margin-right:3px;}
.marginT3{margin-top:3px;}
.marginB3{margin-bottom:3px;}

.marginL5{margin-left:5px;}
.marginR5{margin-right:5px;}
.marginT5{margin-top:5px;}
.marginB5{margin-bottom:5px;}

.marginL_5{margin-left:-5px;}
.marginR_5{margin-right:-5px;}
.marginT_5{margin-top:-5px;}
.marginB_5{margin-bottom:-5px;}

.marginT_8{margin-top:-8px;}

.marginL_10{margin-left:-10px;}
.marginR_10{margin-right:-10px;}
.marginT_10{margin-top:-10px;}
.marginB_10{margin-bottom:-10px;}

.marginT7{margin-top:7px;}

.marginL10{margin-left:10px;}
.marginR10{margin-right:10px;}
.marginT10{margin-top:10px;}
.marginB10{margin-bottom:10px;}

.marginL15{margin-left:15px;}
.marginR15{margin-right:15px;}
.marginT15{margin-top:15px;}
.marginB15{margin-bottom:15px;}

.marginL20{margin-left:20px;}
.marginR20{margin-right:20px;}
.marginT20{margin-top:20px;}
.marginB20{margin-bottom:20px;}

.marginL30{margin-left:30px;}
.marginR30{margin-right:30px;}
.marginT30{margin-top:30px;}
.marginB30{margin-bottom:30px;}

.marginL40{margin-left:40px;}
.marginR40{margin-right:40px;}
.marginT40{margin-top:40px;}
.marginB40{margin-bottom:40px;}

.paddingL3{padding-left:3px;}
.paddingR3{padding-right:3px;}
.paddingT3{padding-top:3px;}
.paddingB3{padding-bottom:3px;}

.paddingL5{padding-left:5px;}
.paddingR5{padding-right:5px;}
.paddingT5{padding-top:5px;}
.paddingB5{padding-bottom:5px;}

.paddingL7{padding-left:7px;}
.paddingR7{padding-right:7px;}
.paddingT7{padding-top:7px;}
.paddingB7{padding-bottom:7px;}

.paddingL10{padding-left:10px;}
.paddingR10{padding-right:10px;}
.paddingT10{padding-top:10px;}
.paddingB10{padding-bottom:10px;}

.paddingL15{padding-left:15px;}
.paddingR15{padding-right:15px;}
.paddingT15{padding-top:15px;}
.paddingB15{padding-bottom:15px;}

.paddingL20{padding-left:20px;}
.paddingR20{padding-right:20px;}
.paddingT20{padding-top:20px;}
.paddingB20{padding-bottom:20px;}

.paddingL30{padding-left:30px;}
.paddingR30{padding-right:30px;}
.paddingT30{padding-top:30px;}
.paddingB30{padding-bottom:30px;}

.paddingL40{padding-left:40px;}
.paddingR40{padding-right:40px;}
.paddingT40{padding-top:40px;}
.paddingB40{padding-bottom:40px;}

.paddingL50{padding-left:50px;}
.paddingR50{padding-right:50px;}
.paddingT50{padding-top:50px;}
.paddingB50{padding-bottom:50px;}

.paddingL75{padding-left:75px;}
.paddingR75{padding-right:75px;}
.paddingT75{padding-top:75px;}
.paddingB75{padding-bottom:75px;}


.whiteBorder{color:#fff;font-weight:bold;}

.bold{font-weight:bold;}

.marginR180{margin-right:180px;}

.floatLeft{float:left;}
.floatRight{float:right;}
.clearAll {clear:both;}

.in_line{display:inline;}
.b_lock{display:block;}

.absolute{position:absolute;}
.relative{position:relative;}



.ms-globallinks2{
font-size:8pt;
background:transparent;
font-family:tahoma;
}
.ms-globallinks2,.ms-globallinks2 a{
color:white;
text-decoration:none;
font-family:tahoma;
}

#ctl00_explitLogout_ExplicitLogin{
color:white;
text-decoration:none;
font-family:tahoma;
			
			
}

