body   
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

.page
{
    width: 100%;
    margin: 0px auto 0px auto;
    position:relative;
}

.place
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height:auto;
}

.contentdiv
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height:auto;
}

.printpage
{
    width: 75em;
    margin: 0px auto 0px auto;
    border: 1px solid #1D376D;
    position:relative;
}

.contentdiv1
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height:auto;
    background: #999999;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    height:auto;
    width: 100%;
    background: #0E6655;
}

.usrmenubar
{
    position: relative;
    margin: 0px;
    width: 100%;
    padding: 0px;
    border-style: solid;
    border-color: #B50831;
    border-width: 0;
    border-radius: 6px;
    background-color: transparent;
    box-shadow: none;
    border-collapse: separate;
    background-image: url('http://www.hnbumuexams.com/UKNEETUG19/images/wrapper_bg.png');
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #942A2F 0%, #50161A 100%);
    background-image: -webkit-linear-gradient(top, #942A2F 0%, #50161A 100%);
    background-image: linear-gradient(top, #942A2F 0%, #50161A 100%);
    background-size: 100% 100%;
}

.listb
{
    font-size: .85em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight:bold;
   color:#0E6655;
   padding:0px 0px 0px 0px !important;
   border: solid 1px #0E6655;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}
.listb option
{
    font-size: .85em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight:bold;
   margin-top: 15px;
}

.fotter
{
    position: relative;
    margin: 0px;
    padding: 0px;
    height:auto;
    width: 100%;
    background: #0E6655;
}

.logoH1
{
    font-size: 1.5em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #ffffff;
}

.logoH2
{
    font-size: 1.2em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #ffffff;
}

.logoH3
{
    font-size: 1em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #ffffff;
}

.lbl1
{
    font-size: 1.2em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #0E6655;
}

.lbl2
{
    font-size: 1.5em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #0E6655;
}

.lbl3
{
    font-size: 1em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #0E6655;
}

.lbl4
{
    font-size: 1em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #0E6655;
}

.lblR
{
    font-size: 1em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: Red;
}

.lblR1
{
    font-size: 1em;
    font-weight: bold;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: Red;
}

.apptd
{
    background-color: #0E6655;
}

.txtbox 
{
   font-size:0.8em;
   border: solid 1px #0E6655;
   padding: 5px;
   border-radius: 1px;
   background-color: #FFFFFF;
   outline: none;
   color: #0E6655;
}

.btn 
{
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  color: #ffffff;
  font-size: 1.2em;
  background: #0E6655;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor:pointer;
}

.select
{
   color:#0E6655;
   margin:0px 0px 0px 0px !important;
   padding:0px 0px 0px 0px !important;
   border: solid 1px #0E6655;
}
.select option
{
   background:#ffffff;
}

.modal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}
.loading
{
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    position: fixed;
    top: 40%;
    left:42%;
    background-color: White;
    z-index: 999;
}
    
.Background
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.Popup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 400px;
    height: 350px;
}

.ticker 
{
    width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left;
	vertical-align:top;
}

.ticker ul 
{
    list-style: none;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.ticker ul li 
{
    list-style: none;
    height:auto;
    padding:5px;
    border-bottom:1px solid #0E6655;
}