/*
misc
*/

.signupDiv {
    width: 92%;
    min-height: 500px;
    margin: 20px auto;
    font-size : 10pt;
}

.signupDiv h2 {
    text-align: left;
    margin: 15px auto 0px;
    color: #003D99;
    min-height: 35px;
    width: 95%;
    float: left;
}

.signupDiv p{
    clear : both;
}

.signupDiv .column {
    width: 50%;
    float: left;
    min-height: 200px;
}

.signupDiv .column .row {
    min-height: 45px;
}

.signupDiv .column .row .label {
    width: 30%;
    float: left;
    font-weight: bold;
    color: #003D99;
    padding-top: 5px;
}

.signupDiv .column .row .input {
    width: 69%;
    float: left;
}

.signupDiv .column .row .required {
    color : red;
    text-align:center;
    border: 1px red solid !important;
    background-color: #FCDFDF !important;
}

.signupDiv .column .row .input input {
    width: 200px;
    border: 1px solid #0464B1;
    padding: 6px;
    background-color: #E4F5FA;
}

.signupDiv .column .row .input input:focus {
    background-color: #E3EEF7;
}

.signupDiv .column .row .labelWide {
    width: 300px;
    float: left;
    font-weight: bold;
    color: #003D99;
}

.signupDiv .column .row .inputSmall {
    width: 150px;
    float: left;
}

.signupDiv .column .row .inputSmall input {
    width: 25px;
}

.signupDiv #notices {
    width: 939px;
    float: left;
}

.signupDiv #notices h2 {
    font-size: 18px;
    text-align: center;
    margin: 0 auto 35px;
    color: #003D99;
    border-bottom: 1px solid #003D99;
    width: 95%;
}

.signupDiv #notices .row {
    width: 900px;
    height: 45px;
    clear: both;
}

.signupDiv #notices .row .input {
    width: 25px;
    float: left;
}

.signupDiv #notices .row .input input {
    border: 1px solid #0464B1;
}

.signupDiv #notices .row .noticeText {
    width: 800px;
    float: left;
    color: #003D99;
}

.signupDiv #buttonRow{
    width: 100%;
    min-height: 60px;
    float: left;
    text-align : center;
}

.reqStar, #passwordIsNotGood {
	color:#d60000;
}

#passwordIsGood{
    color : #006600;
}

#passwordText {
	font-size: 11px;
	line-height: 16px;
	width: 80%;
	text-align: center;
	margin: 0 0%;
}

#passwordStatus {
	width: 20px;
	height: 20px;
	float: right;
	margin: 6px 44px 0 0;
}
#passwordStatus.rejected {
	background: url('/communityplatform/public/images/community/common/btngraph_cancelMd.png') no-repeat center center;
}
#passwordStatus.accepted {
	background: url('/communityplatform/public/images/community/common/btngraph_acceptMd.png') no-repeat center center;
}

h3 {
    border-bottom: 1px dotted #333;
    width: 90%;
}

div#results {
    width: 96%;
}
div#resultList {
    margin-top: 9px;
}
div#resultList div {
    width: 97%;
    clear: both;
    padding: 5px 10px;
    min-height: 32px;
    line-height: 32px;
    border-top: 1px dotted #999;
}
.viewProfile, .selectOrg {
    float: right;
}
div#searchRow {
    border: 2px solid #333;
    padding: 7px 12px;
    text-align: center;
    margin: 0 5% 20px 5%;
    width: 86%;
}
input#orgNameSearch {
    padding: 5px 5px;
    width: 200px;
}
select#associationType {
    margin-left: 150px;
    margin-top: 6px;
}
select#state {
    margin: 6px 0 0;
}

/* Mobile */

@media screen and (max-width : 700px) {
    .signupDiv .column {
        width: 100%;
    }
}

/* End Mobile */

