html {
    height: 100%;
}


h1, h2, h3, h4, h5, h6 {
    color: #000;
}

body{ 
    font-family: serif;
    color: #353535; 
    line-height: 133%;
    margin: 0;
    height: 100%;
    letter-spacing: 1px;
}

textarea {
    width: 100%;
}

div#pageContainer {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -75px;
    min-width: 1300px;
    width: 100%;
}

div#mainContentWrapper {
    background-color: #fff;
    margin-bottom: 15px;
}

div#mainContentBody {
    padding: 15px 0 50px;
    background-color: #fff;
    width: 1300px;
    margin: 0 auto;
}

div#dateHeader{
    background-image: url("../images/dateHeaderBg.gif");
    background-repeat: repeat-x;
    height: 58px;
    color: #fff;
}

span.loginFormInput {
    margin-right: 5px;
}

span.loginFormInput input {
     width: 100px;
}

span#loginButton input {
    width: 50px;
}

div#currentDateTimeHeader{
    padding-top: 20px;
    font-family: serif;
    margin-left: 7%;
    font-weight: bold;
    float: left;
}

div#topLoginForm {
    float: right;
    padding-top: 17px;
    margin-right: 3%; 
}

div#phonePersonalsLogo {
    background-color: #353535;
    padding: 15px 0;
}

div#mainNavigationMenu {
    background-image: url("../images/mainNavBg.gif");
    background-repeat: repeat-x;
}

ul#mainNavigationList, ul#userPanelMenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#userPanelMenu {
    width: 90%;
    margin: 0 auto;
}

li.mainNavigationButton {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #353535;
    color: #fff;
    background-image: url("../images/mainNavBg.gif");
    background-repeat: repeat-x;
}

ul#userPanelMenu li {
    float: left;
    width: 33%;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    background-color: #770900;
    margin: 10px 1px 0 0;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul#userPanelMenu li a:hover {
    background-color: #a40c00;
}

ul#userPanelMenu li a {
    color: #fff;
    display: block;
}

ul#userPanelMenu li a:hover {
    color: #000;
}

li#firstUserMenuItem {
    border-left: 1px solid #353535;
}

li.mainNavigationButton a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 5px 0 8px;
    margin-top: 7px;
    text-shadow: 1px -1px 1px #000;
}

li.mainNavigationButton a:hover {
   background-color: #0aaebd;
   /*background-imag */
   background-image: url('../images/mainNavButtonBg.gif');
   background-repeat: repeat-x;
}

div#phonePersonalsLogo img {
    margin: 0 auto;
    display: block;
}

img {
    border: none;
}

a {
    color: #152C52;
    text-decoration: none;
    font-weight: bold;
}

div#topLoginForm a{
    color: #fff;
}

a:hover {
    color: #77312B;
}

div#filterPersonalsControl, div#leftSideBar {
    padding-right: 10px;
    width: 200px;
}

div.clear {
    clear: both;
}

div.push {
    height: 75px;
}

div#footer {
    padding: 25px 0;
    text-align: center;
    background-color: #4e4f4f;
    background-image: url("../images/mainNavBg.gif");
    background-repeat: repeat-x;
    color: #fff;
    height: 25px;
    width: 100%;
    min-width: 1300px;
    margin: 0 auto;
}

div#footer a {
    color: #fff;
    font-weight: normal;
    font-size: small;
}

div#footer a:hover, div#topLoginForm a:hover {
    color: #0AAEBD;
}

div.personalDisplay, div#message, div.adInPersonals, div.textAd  {
    border: 2px solid #770900;
    float: left; 
    margin-right: 10px;
    margin-bottom: 10px;
    width: 200px; 
    padding: 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

div#message {
    max-width: 680px;
    margin-left: 15px;
    width: auto;
}

div#personalAlone {
    margin-bottom: 50px;
    margin-right: 50px;
}

div.mostRecentPersonals {
    float:right; 
    width: 740px;
    border-right: 2px dashed #770900;
    border-left: 2px solid #770900;
    padding-left: 20px;
}

div#registrationForm {
    width: 400px;
    float: left;
}

div#createPersonalForm {
    width: 450px;
}

div.formField, div.formRadio {
    margin: 5px;
    padding: 15px 15px;
    /* padding-bottom: 7px; */
    text-align: right;
    background-color: #770900;
    color: #fff;
    background-image: url('../images/redvertstripe.gif');
    background-repeat: repeat-x;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

div.formRadio {
    width: 250px;
    float:right;
}
span.formInput {
    float: right;
    margin-left: 5px;
}

span.formInput input {
    width: 150px;
}

span.formInput input#uploadImageInput {
    width: auto;
}

span.formTitle {
    font-weight: bold;
}

div.formButton {
    margin-top: 20px;
}

div.radioButtonInput {
    margin-left: 15px;
    padding:2px 5px;
}

div.error, div.success {
    border: 1px solid #ff0700;
    padding: 7px;
    margin: 5px;
    color: #ff0700;
}

div.success {
    border: 1px solid #152C52;
    color: #152C52;
}

div#responseMethods {
    float: left;
    margin-left: 15px;
    width: 700px;
    margin-bottom: 50px;
}

table#messageList tr {
    padding: 15px 0;
    border-bottom: 1px solid #353535;
}

td.messageHeader {
    font-weight: bold;
    font-size: 130%;
    margin-right: 50px;
    padding-bottom: 15px;
    text-decoration: underline;
    
}

td.messageSubject {
    min-width: 350px;
    padding-left: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

td.messageSubject a {
    display: block;
}

td.messageSubject:hover{
   background-color: #152C52;
   color: #fff;
}

td.messageSubject a:hover
{
    color: white;
}

td.messageProperty {
    min-width: 100px;
}

tr.newMessage td, tr.newMessage td a{
    font-weight: bold;
    font-size: 110%
}

tr.readMessage td a {
    color: #77312B;
}

div#messageSubject {
    font-weight: bold;
    font-size: 150%;
    padding: 20px 0 0;
    margin-left: 40px;
}

div#messageDateTime {
    font-size: smaller;
    margin-left: 40px;
}

div#messageBody {
margin:22px 40px;
padding:3px;
padding: 0 50px;
min-height: 50px;
background: transparent url("../images/blockquote.png") no-repeat 0 0;
}

div.mostRecentPersonals h1{
    line-height: 120%;
}

div#currentPersonalFilters {
    line-height: 180%;
}

input.button {
   font-family: serif;
   font-size: 1em;
   color: #353535;
   letter-spacing: 1px;
}

div#bigLoginform{
    width:350px;
    margin: 40px 0;
}

div.floatedLeft {
    float: left;
}

div.shortDescription {
    font-size: 70%;
    max-width: 200px;
    margin: 0 auto;
}

.personalTitle {
    text-align: center;
}

div.personalImage {
    text-align: center;
}

div.replyToPersonal {
    padding: 25px 0;
    font-size: large;
}

div#currentPersonalFilters h2 {
    font-size: medium;    
}

div.importantInfo {
    padding: 20px 10px;
    border: 2px solid #152C52;
    color: #152C52;
    font-size: large;
    width: auto;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

div.privacyPolicyClause {
    padding: 10px;
}

ul#termsOfServiceList li {
    padding: 10px;
}

div#contactUsForm {
    width: 500px;
}

div#bookmarkPersonal {
    margin-bottom: 25px;
}

div#subscribeButton {
    margin-top: -10px;
    margin-bottom: 15px;
}

div.pagesLinks {
    margin-top: 50px;
    font-size: 2em;
}

div#securedConnection {
    float: left;
    width: 250px;
    text-align: center;
    margin-top: 40px;
    margin-left: 50px;
}

div#confidentialityNotice {
    font-size: 80%;
    margin-top: 25px;
}

p.tollfreeNumber {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    color: #fff;
    margin: 0;
}

div.createAccountByPhone {
    padding-left: 50px;
    float: left;
    margin-top: 20px;
}

#sidebar, #sidebar2
{
        margin-top: 15px;
	padding: 10px;
	float:left;
	width: 22%;
        border: 1px solid #acacac;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	}

#sidebar2 {
    margin-top: 70px;
    list-style: none;
}

#sidebar2 ul {
    list-style: none;
    padding-left: 15px;
}

#sidebar2 li {
    margin-top: 5px;
}

input#s {
    width: 125px;
}

#sidebar form {
	margin: 0;
	}
        
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}


#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
div#content {
    float:left;
    margin: 50px 25px 50px 16%;
    width: 45%;
}

div#rightSideBar {
    float:right;
    width: 300px;
    padding-left: 25px;
}

div.adInPersonals, div.textAd {
    border: none;
    width: 200px;
}

div.rightSideAd {
    margin-top: 15px;
}
div#leftSideBar {
    padding-top: 15px;
}
div#filterPersonalsByGender {
    padding-top: 10px;
}


