


.commandbutton {
    font-weight: normal;
    font-size: x-small;
}

A:link, A:visited, A:active A:hover {
    color: #543859;
}
/* GENERAL */
/* style for module titles */
.head {
    font-weight: bold;
    color: #787b7d;
}
.ModuleTitle {
    font-weight: bold;
}

/* style of item titles on edit and admin pages */
.subhead {
    font-weight: bold;
    color: #543859;
    font-size: small;
}
/* module title style used instead of head for compact rendering by QuickLinks and Signin modules */
.subsubhead {
    color: #543859;
    font-weight: bold;
}

.bold {
    font-weight: bolder;
}
.tab {
    background-color: #f5f5f5;
}

.left {
    border-left: solid 1px #c0c0c0;
}
.right {
    border-right: solid 1px #c0c0c0;
}
.top {
    border-top: solid 1px #c0c0c0;
}
.bottom {
    border-bottom: solid 1px #c0c0c0;
}


/* text style used for most text rendered by modules */
.normal {
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.textbox {
    font-family: trebuchet, verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
}
.alttextbox {
    font-size: 11px;
    font-family: trebuchet, verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    border-bottom: dashed 2px #c0c0c0;
    border-left: dashed 2px #c0c0c0;
    border-right: dashed 2px #c0c0c0;
    border-top: dashed 2px #c0c0c0;
}

.small {
    font-family: Verdana, Helvetica, Verdana, Tahoma;
    font-size: x-small;
    font-weight: normal;
}
.White {
    color: #ffffff;
}

.bold {
    font-weight: bold;
}

.red {
    font-weight: bold;
    color: #ff0000;
}

.formattinghints {
    font-weight: normal;
    background-color: #f5f5f5;
    padding: 90%;
}



/* GENERIC */
H1 {
    font-weight: normal;
    color: #666644;
}

H2 {
    font-weight: bold;
}

H3 {
    font-weight: normal;
}

H4 {
    font-weight: normal;
}

H5, DT {
    font-weight: bold;
}

H6 {
    font-weight: bold;
}

TFOOT, THEAD {
}

TH {
    vertical-align: baseline;
    font-weight: bold;
}

small {
}

BIG {
}

PRE {
    font-family: Lucida Console, monospace;
}


UL LI {
    list-style-type: square;
}

UL LI LI {
    list-style-type: disc;
}

UL LI LI LI {
    list-style-type: circle;
}

OL LI {
    list-style-type: decimal;
}

OL OL LI {
    list-style-type: lower-alpha;
}

OL OL OL LI {
    list-style-type: lower-roman;
}



span.required {
    font-size: 1.1em;
    color: red;
    font-weight: bold;
}


.divSigninSection {
    font-size: 0.8em;
    border: solid 1px #c0c0c0;
    width: 345px;
    margin-top:25px;
    padding: 15px;
    
    
}


.divSignIn {
    position: relative;
    left:25px;
    clear:both;
    height:45px;
    
}

.divSignInMultiline {
    position: relative;
       left:25px;
    height: 145px;
       clear:both;
}

.tbSignIn {
    border: solid 1px #c0c0c0;
    width: 150px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top:-3px;
    margin-bottom:-3px;

}
.ddlSignIn {
    font-size: 1.0em;
    border: solid 1px #c0c0c0;
    padding: 3px;
}
.valSignIn {
    /*position: absolute;*/
    /*left: 289px;*/
}

.errorSignIn {
    color:#ff0000;
    
}
.btnRegister{
    font-size: 1.0em;
    position: relative;
    top:10px;
    left: 0px;
    border: solid 1px #c0c0c0;
    width: 150px;
}
