
.oneplan .title   { float: left; font-weight: bold; }
.oneplan .close   { float: right; }
.oneplan .message { margin: 5px; float: left; }

.yui-panel {
    padding: 5px;
}

.yui-panel .hd {
    font-weight: bold;
    font-size: small;
}

.yui-panel .bd {
}

.yui-panel .ft {
}

body, html {
	width:  100%;
	height: 100%;
	margin: 0px;		
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    font-size: 0.8em;
}

a { 
    text-decoration:underline;
    color: blue; 
}

#tafstatus {
    font-size: small;
    color: red;
}

.didnotsubmit {
    margin: 5px;
    padding: 5px;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    text-align: left;
    border: solid 2px black;
}

#novideo {
    font-size: large;
    font-weight: bold;
}

#chooseacandidate {
    width: 90%;
    border: solid 2px black;
    font-weight: bold;
}


.error {
    color: red;
}

.bordered {
     border-width: thin;
     margin-top:   0px;
     border-color: #666666;
     border-style: solid;
}

#mainContainer {
    width:133px;
    margin:0 auto;
    margin-top:0px;
    border:0px double #000;
    padding:0px;

}

/* Alternative layout for the message box - used by one of the messages */

.modalDialog_contentDiv_error {
    border:3px solid #FFF;
    padding:2px;
    z-index:100;/* Always needed    */
    position:absolute;  /* Always needed    */
    background-color:#F00;  /* White background color for the message */
    color:#FFF;
}

.modalDialog_contentDiv_error a {
    color:#FFF;
}

h1 {
    margin-top:0px;
}

#popupsignup {
    visibility: hidden; 
    position: absolute;
    width: 240px;
}

#popupsignup #f_signup {
    color: #A8B0B9;
    font-family: 'verdana';
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: left;
    margin-left:15px;
    margin-right:15px;
}

#popupsignup #f_signup input {
    margin-top:3px;
    border-width:1px;
}

.comparebox {
     border-color: #000; border-style: inset; border-width: 2px;
}

img.r {
    border: solid 2px red;
}

img.d {
    border: solid 2px blue;
}

#f_compare table {
     margin-left: 40px; 
     margin-top:  10px;
}

.Paragraph_table_ontherecord input {
    border: 0;
}

#Compare_popup {
    margin: 0px;
}

#tellacandidate_status {
}

