 *
 * Stylesheet for elements specific to "UNV-Apply" application system
 */
input.applyButton{ 
   width: 60px; 
   background: #4696D3; 
   color: white; 
   text-align: center; 
   border: 1px solid #000066;
}

em.applyInputError{ 
   color: red;
   font-style: normal;
}
em.applyInputErrorStar{ 
   color: red;
   font-style: bold;
   font-size: 1.5em;
}
em.textAreaRemainChars{
   color: blue;
   font-style: normal;
}

textarea.apply{ 
   width: 500px;
   height: 100px;
   overflow: auto;
   overflow-y: scroll;
}

textarea.applyHigh{ 
   width: 500px;
   height: 200px;
   overflow: auto;
   overflow-y: scroll;
}

input.apply{ 
   border: 1px solid #6495ED;
   width:60px; 
   background: #4696D3; 
   color: white; 
   text-align: center; 
   border: 1px solid blue;
}
input.applycheckbox{
   border: 0px solid;
   text-align: left;
   width: auto;
   color: transparent;
}
table.apply{
   width: 90%;
   border: 1px solid #6495ED;
   padding: 0px;
   margin-left: auto;
   margin-right: auto;   
}
table.apply tr {  
   border: 1px solid #4C91DC; 
}
table.apply th {
   color: white;
   background: #4C91DC; 
   white-space: no-wrap;
   font-size: 12px;
}
table.apply td {
   vertical-align: top;
   border: 0px;
   color: black;
   background: white;
   font-size: 12px;
}
