﻿body
{
	font-family: Arial;
	color: #696969;
	background-color: #FFFFFF;
	font-size: 12px;
}
#divOuter
{
	width: 600px;
	margin: 0 auto;
background-color: #FFFFFF;
}
#profileOuterContainer
{
	width: 850px;
	display: inline-block;
}
#divLeftColumn, #divRightColumn
{
	display: inline-block;
	vertical-align: top; /*float:left;*/
}
#divLeftColumn
{
	width: 250px;
	position:fixed;
	margin-top: 75px;
}
#divRightColumn
{
	
	width: 600px;
margin-left: auto; margin-right: auto ;
}
#profileOuterContainer .fieldTitle
{
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #5A5A5A;
	margin-bottom: 5px;
}
#profileOuterContainer h1
{
	font-size: 22px;
	font-weight: bold;
	display: block;
	color: #041C92;
	text-shadow: 1px 1px 1px #000000;
}

#profileOuterContainer h1.manage
{
	font-size: 20px;
	width: 200px;
	font-weight: bold;
	display: block;
	color: #003366;
	background-color:#e1e1e1;
	border:solid 1px #c3c3c3;
	border-radius: 2px 2px 2px 2px;
	padding:2px 10px;
	text-shadow: none;
}

#profileOuterContainer h2
{
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #003366;
}
#profileOuterContainer h2.SelectedListName
{
	font-size: 22px;
	font-weight: bold;
	display: block;
	color: #666666;
	margin-left: 40px;
	padding-top: 10px;
	background-image: url(emailheader.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
}
#profileOuterContainer .txtProfile
{
	border: solid 1px #696969;
	border-radius: 5px;
	font-family: Arial;
	padding: 3px;
	font-size: 16px;
	color: #4B4B4B;
	width: 300px;
}
#profileOuterContainer table td.rightColumns
{
	text-align: center;
	width: 50px;
}
#divLeftColumn ul
{
	list-style-type: none;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
#divLeftColumn li
{
	height: 28px;
	background-image: url(http://www.allcontact.com/v/r/images/RightListNameBG2.png);
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align: middle;
	margin-bottom: 2px;
	padding: 0;
	text-align:center;
	margin-left: -35px;
}
#divLeftColumn li.selected
{
	height: 28px;
	background-image: url(http://www.allcontact.com/v/r/images/RightListNameBG.png);
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align: middle;
	padding: 0;
	margin-left: -35px;
}
#divLeftColumn li.selected a:link, #divLeftColumn li.selected a:visited, #divLeftColumn li.selected a:hover
{
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
	vertical-align: middle;
}
#divLeftColumn li a:link, #divLeftColumn li a:visited
{
	font-size: 16px;
	color: #444444;
	text-decoration: none;
	padding-left: 5px;
	vertical-align: middle;
}
#divLeftColumn li a:hover
{
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	vertical-align: middle;
}

.GeneralErrorMessageBlock, .GeneralNoErrorMessageBlock, .GeneralAlertMessageBlock
{
	font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	line-height: 15px;
	margin: 1px 1px 5px 1px ;
	overflow: hidden;
	text-align: left;
	padding: 5px 10px;
	border-radius: 5px;
	display: block;
}
.GeneralErrorMessageBlock
{
	background: none repeat scroll 0 0 #FFEBE8;
	border-color: #DD3C10;
	color: #cc0000;
}
.GeneralNoErrorMessageBlock
{
	background: none repeat scroll 0 0 #C7DFB5;
	border-color: #5C883A;
	color: #47692D;
}
.GeneralAlertMessageBlock
{
	background: none repeat scroll 0 0 #FCDFA6;
	border-color: #F9B62F;
	color: #634303;
	font-size: 14px;
}
#spnLeaveCommentErrorMessage
{
	display: block;
}
#btnCloseMessage
{
	border:none;
	cursor:pointer;
	position:relative;
	right:0;
	top:0;
	float:right;
	}
#divOptOutOptions strong 
{
	width:70px;
	display:inline-block;
	}
#divOptOutOptions ul
{
	list-style-image:url(http://www.allcontact.com/v/r/images/grey_circle16.gif);
	padding-left:65px;
	}
#divOptOutOptions li
{
	line-height:20px;
	}
#divChooseListFirst
{
	padding:80px 10px;
	font-size:22px;
	line-height:30px;
	width:80%;
	margin:0 auto;
	text-align:left;
	color:#ffffff;
	border:solid 3px #c3c3c3;
	border-radius:20px;
	background-color:#ffffff;
	background-image: url(http://www.allcontact.com/v/r/images/arrow-left-circle.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}

.savebutton {
    background: transparent url(images/save.png) no-repeat;
    height: 28px;
    width: 127px;
    border: none;
	cursor:pointer;
}
.savebutton:hover {
     background: transparent url(images/save.png) 0 -28px no-repeat;
	 cursor: pointer;
 }

#content{
    display:none;
	margin-top:12px;
}
#content2{
    display:none;
	margin-top:12px;
}
#content3{
    display:none;
	margin-top:12px;
}
#myButton{
    color:#248;
    cursor:pointer;
}
.headers
{
    color: #003366;
    font-family: Arial;
    font-size: 16px;
	font-weight: bold;
}
.arrow
{
background-image:url(images/down.png);
background-repeat:no-repeat;
height:19px;
width:19px;
float:right;
cursor: pointer;
}