#section-header.mymm
{
	padding-bottom: 9px;
	border-bottom:	1px dotted #D5DCE2;
	margin-bottom: 10px;
}


/* PROFILE */


#mymm-profile
{
	background-color: #fafbfd;
	overflow: hidden;
	color: #333;
	display: inline-block; /* For IE6 */
}

.mymm-profile-name
{
	font-size: 138.5%;
	font-weight: bold;
	margin-bottom: .25em;
}


.mymm-profile-photo
{
	float: left;
	margin-right: 10px;
}

.mymm-profile-details
{
	padding-left: 120px;
}


.mymm-profile-edit
{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 85%;
}

.mymm-profile-location
{
	margin-bottom: .75em;
	font-size: 93%;
}

.mymm-profile-description
{
	font-size: 93%;	
}







/* SIDEBAR TOOL BOX */

.box#my-action-tools h2
{
	clear: both;
}


.box#my-action-tools ul
{
	clear: both;
	margin-top: -5px;
}

.box#my-action-tools ul li
{
	overflow: hidden;
	font-size: 85%;
	clear: both;
	border-bottom:	1px dotted #D5DCE2;
	padding: 10px 0;
	display: inline-block; /* IE 6 hasLayout fix */
}

.box#my-action-tools ul li.last
{
	border-bottom:	0;
}


.box#my-action-tools ul li img
{
	float: left;
	margin-right: 12px;
	display: inline-block;
}

.box#my-action-tools h3 a
{
	font-weight: bold;
}

.box#my-action-tools span
{
	display: block;
	margin-top: .35em;
}










/* MY ACTIONS */



h3.mymm-action-header
{
	font-size: 87%;
	font-weight: bold;
	margin-bottom: .5em;
}

ul.mymm-actions
{
	margin-bottom: 2em;
}

ul.mymm-actions li
{
	padding: 8px 10px 8px 30px;
	border-top:	1px dotted #D5DCE2;
	font-size: 85%;
	line-height: 140%;
	overflow: hidden;
}

ul.mymm-actions li.last
{
	border-bottom:	1px dotted #D5DCE2;
}

ul.mymm-actions li a
{
	font-weight: bold;
}


ul.mymm-actions li img
{
	float: left;
	margin-right: 15px;
}

ul.mymm-actions li span
{
	display: block;
	margin-top: 1px;
}


ul.mymm-actions li div
{
	margin-top: 10px;
}

ul.mymm-actions li div a
{
	font-weight: normal;
}

ul.mymm-actions li span.mymm-action-date
{
	display: inline;
	color: #999;
	padding-left: 10px;
	font-size: 92.9%;
}


ul.mymm-actions li.mymm-action-join
{
	background: transparent url(/static/images/my-action-join-icon.png) no-repeat 8px 8px;
}


ul.mymm-actions li.mymm-action-customize
{
	background: transparent url(/static/images/my-action-customize-icon.png) no-repeat 8px 8px;
}


ul.mymm-actions li.mymm-action-petition
{
	background: transparent url(/static/images/my-action-petition-icon.png) no-repeat 8px 8px;
}

ul.mymm-actions li.mymm-action-contribute
{
	background: transparent url(/static/images/my-action-contribute-icon.png) no-repeat 8px 8px;
}

ul.mymm-actions li.mymm-action-comment
{
	background: transparent url(/static/images/my-action-comment-icon.png) no-repeat 8px 8px;
}



/* MY ALERTS */

.mymm-alerts-intro
{
	font-size: 85%;
	overflow: hidden;
	border-bottom:	1px dotted #D5DCE2;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-top: -2px;
}

.mymm-alerts-intro img
{
	float: right;
	margin: 2px 10px;
}

table.mymm-alerts
{
	font-size: 85%;
	border: none;
	width: 100%;
}

table.mymm-alerts tr th, table.mymm-alerts tfoot tr td
{
	font-weight: bold;
}

 table.mymm-alerts tfoot tr td
 {
	border-bottom: none;
}


table.mymm-alerts tr th, table.mymm-alerts tr td
{
	padding: 5px 0;
	border-bottom:	1px dotted #D5DCE2;	
}

table.mymm-alerts tr th.mymm-alert-name
{
	width: 65%;
}

table.mymm-alerts tr td.mymm-alert-tools
{
	text-align: right;
}





/* MY ACOUNT */

.my-account-form-container
{
	width: 272px;
}

.my-account-form label
{
	display: block;
	font-size: 85%;
	color: #666;
}

.my-account-form .fieldgroup
{
	margin-bottom: .35em;
}

.my-account-form .fieldgroup.button
{
	margin-top: .75em;
	margin-bottom: 0;
	text-align: center;
}

.my-account-form input.textbox
{
	border: 1px solid #bdc7d8;
	padding: 1px 2px;
}
.my-account-form input.error, .my-account-form textarea.error {
    border: 1px solid red;
}



/* Create Account Form */

.my-account-form input#create-username
{
	width: 175px;
}

.my-account-form input#create-password, .my-account-form input#create-password-verify
{
	width: 115px;
}

.my-account-form input#create-email
{
	width: 260px;
}

.my-account-form input#create-zip
{
	width: 65px;
}





/* Login Form */

.my-account-form input#login-username
{
	width: 260px;
}

.my-account-form input#login-password
{
	width: 115px;
}

.my-account-form #login-forgot-password
{
	font-size: 85%;
	margin-left: 1.5em;
}

/* SIDEBAR PROFILE FORM */

#mymm-sidebar-edit label
{
	font-weight: bold;
	font-size: 85%;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}

#mymm-sidebar-edit input, #mymm-sidebar-edit select
{
	font-size: 85%;
	width: 200px;
	border: 1px solid #afafaf;
	color: #333;
	padding: 2px 0 2px 2px;
	vertical-align: top;
}

#mymm-sidebar-edit input.button
{
	width: auto;
	height: auto;
	border: none;
}


/* ALERT EDITOR */

#mymm-create-alert
{
	width: 570px;
}

#mymm-create-alert table
{
	width: 100%;
}

#mymm-create-alert label
{
	font-weight: bold;
	font-size: 85%;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}

#mymm-create-alert table td input, #mymm-create-alert table td select
{
	font-size: 85%;
	width: 220px;
	border: 1px solid #afafaf;
	color: #333;
	padding: 2px 0 2px 2px;
	margin-bottom: 5px;
	vertical-align: top;
}

#mymm-create-alert table td input
{
	width: 215px;
}


#mymm-create-alert table td input.button
{
	width: auto;
	height: auto;
	border: none;
}


img.mymm-alert-help
{
	margin-top: 2px;
}


#mymm-criteria-in-use
{
	border: 1px solid #afafaf;
	background-color: #fff;
	overflow: auto;	
	height: 150px;
}

#mymm-criteria-in-use li
{
	border-bottom: 1px solid #bdc7d8;
	padding: 5px;
	font-size: 85%;
	position: relative;
}

#mymm-criteria-in-use li img
{
	position: absolute;
	top: 7px;
	right: 5px;
}



