/* Page Areas ---------------------------------------- */

/* body */
body {
    background: #f3f3f5; /* url('/hsportal/vm/images/base_background_gradient.gif') repeat-x top left; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 65%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

/* div header class definitions */
div.header {
  height: 50px;
  width: 100%;
}

div.logoEC {
  background-image: url('https://web2.ncaa.org/ncaa_style/img/All_Logos/sm/NCAA_logo_sm.png');
  background-repeat: no-repeat;
  background-size: 75px 74px;
  float: left;
  height: 75px;
  width: 74px;
}

div.logo {
  background: url('https://web2.ncaa.org/ncaa_style/img/All_Logos/sm/NCAA_logo_sm.png') no-repeat;
  float: left;
  height: 75px;
  width: 74px;
}

div.rightSide {
  float: right;
  height: 75px;
  text-align: right;
  width: 100px;
}

div.leftSide {
  float: left;
  margin-top: 10px;
  width: 50px;
}

div.appTitle {
  color: #115887;
  font-size: 2.00em;
  height: 75px;
  margin-left: 75px;
  margin-right: 100px;
}

/* div content area */

div.contentArea {
  background-color: #FFFFFF;
  margin-bottom: 10px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 10px;
  border: 1px solid white;
}

div.contentAreaOfPopup {
  background-color: #FFFFFF;
  margin-bottom: 10px;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 10px;
  border: 1px solid white;
}

/* div footer */

div.footer {
  text-align: right;
}

/* paragraph ----------------------------------------- */
p {
    padding-bottom: .5em;
}

/* Headings ------------------------------------------ */
h1 {
    color: #115887;
    font-size: 1.72em;
    font-weight: normal;
    line-height: 1.1em;
    padding-bottom: .5em;
    padding-top: 0;
}

h2 {
    color: #0065a8;
    font-size: 1.5em;
    font-weight: normal;
    padding-bottom: .5em;
    padding-top: 0;
}

h3 {
    color: #0065a8;
    font-weight: bold;
    font-size: 1em;
    padding-bottom: .5em;
    padding-top: 0;
}

h4, h5, h6 {
    font-weight: bold;
    font-size: 1em;
    padding-bottom: .5em;
    padding-top: 0;
}

/* Links --------------------------------------------- */

/* put this in so that legacy links in netscape4 would at least look red */
a.base_legacy_link {
  color: #ff0000;
}

a {
  color: #2894E0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #0065A8;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #2894E0;
  text-decoration: none;
}

a:hover {
  color: #0065A8;
  text-decoration: underline;
}

a:active {
  color: #F08080;
  text-decoration: none;
}

/* Forms --------------------------------------------- */

form {
    padding: 0;
    margin: 0;
}

label span {
    padding: 3px 0 2px;
    color: #0065A8;
    font-size: 10pt;
}

input.forms_checkbox {
    border-color: #0065A8;
    color: #0065A8;
    width: auto;
}

input.forms_input_button {
    color: #0065A8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

input.forms_input_text {
    background-color: #FFFFFF;
    border-color: #0065A8;
    border-width: 1px;
    border-style: solid;
    border-color: #0065A8;
    color: #000000;  /* #666666    */
    height: 17px;
}

input.forms_input_text_req {
    background-color: #FFFFFF;
    border-color: #0065A8;
    border-width: 1px;
    border-style: solid;
    border-color: #0065A8;
    color: #000000;  /* #666666    */
    height: 17px;
}

input.forms_radio {
    background-color: #FFFFFF;
    color: #666666;
    height: 17px;
}

input.forms_ccSubm_button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    background-color: #C34A2C;    /* #C34A2C #F76541   #7E354D  #151B54  #736F6E  #C0C0C0 #659EC7 */
    color: #000000;				  /*  #0065A8                  */
}


select.forms_select_list {
    background-color: #FFFFFF;
    border-color: #0065A8;
    border-width: 1px;
    border-style: solid;
    border-color: #0065A8;
    color: #666666;
    height: 22px;
}



/* Text Area classes ----------------------------------------------------- */
textarea {
    background-color: #FFFFFF;
    border: 1px solid #0065A8;
    color: #666666;     
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    overflow: auto;
}

.button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 8pt;
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin: 0
}

.leftcontent {
  width:200px;
  text-align:left;
  padding: 5px;
  margin-right: 10px;
  float: left;
}

.titleBar {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        cursor: move;
        text-align: center;
        color: #000000;
        border-bottom: 2px solid #cccccc;
        background-color: #9bbad6
}

.hiddenPanel {
        position:absolute;
        width: 400;
        z-index: 1;
        background-color:#ffffff;
        border: 2px solid #cccccc;
        text-align: center;
}

.windowButton {
  height: 14px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
  letter-spacing: 0px;
  font-size: 6pt;
  font-weight: bold
}

