/* styles for html tags */
HTML, BODY {
    height: 100%;
}
BODY {
  color: #000000;
  margin: 0px;
  padding: 0px;
  font: 13px tahoma;
  text-align:center;
  height:auto;
  overflow:-moz-scrollbars;
  min-width: 1000px;
  background:#ffffff;
}
P {
  line-height:16px;
  padding:5px;
  margin:0px;
  font-size: 12px;
}
A {
  text-decoration: none;
  color:#0000ff;
  cursor:pointer;
}
A:hover {
  text-decoration: underline;
  cursor:pointer;
}

FORM {
  margin:0px;
  padding:0px;
  line-height:17px;
}

IMG {
  margin:0px;
  padding:0px;
  border:0px;
}
H1 {
   clear: both;
   padding:0px;
   margin:0px 0px 5px 0px;
   font-size: 20px;
   line-height:20px;
   font-weight: bold;
   color: #a84e00;
}
H2{
  font-size: 18px;
  font-weight:bold;
  text-align:left;
  margin:0px 0px 10px 0px;
  padding:0px;
  color:#a84e00;
}
h4 {
   clear: both;
   color:#111111;
   font-weight:bold;
   font-size: 16px;
   padding:0px;
   margin:0px 0px 10px 0px;
}
h6 {
   clear: both;
   color:#111111;
   font-weight:bold;
   font-size: 13px;
   padding:0px;
   margin:0px 0px 10px 0px;
}
td {
   font-size: 12px;
   line-height:18px;
}

/* styles for div */

#mainContainer {
  width:1000px;
  height:auto;
  margin:0px auto;
  padding:0px;
  text-align:center;
  background:#ffffff;
}
#borderContainer {
  width:100%;
  margin:0 auto;
  padding:0;
  display:table;
}

#centerContainer {
  width:1000px;
  margin:0 auto;
  padding:0px;
  text-align: center;
  border:0px solid #868686;
}
#contentContainer{
  width:99%;
  margin:0px auto;
  padding:0px;
  text-align: center;
  overflow:visible;
  min-height:600px;
  height:expression(this.scrollHeight < 600? "600px" : "auto" );
}

#formContainer {
  margin:0px auto;
  width:770px;
  padding:10px 0px 5px 10px;
  text-align: left;
  float:left;
  background:#FFFFFF;
  overflow:visible;
  min-height:440px;
  font-size:13px;
  line-height:17px;
  z-index:1px;
  border:0px solid #000000;
  height:expression(this.scrollHeight < 440? "440px" : "auto" );
}
#bannerContainer {
  float:left;
  width:100%;
  padding:0px;
  min-height:60px;
  line-height:60px;
  overflow:hidden;
  height:expression(this.scrollHeight < 60? "60px" : "auto" );
  text-align: left;
  margin:0px;
}
#menuContainer {
  PADDING:0px 0px 0px 0px;
  background-color: #ffffff;
  overflow:visible;
  width:100%;
}
#footerContainer {
  background: url("../images/tab/bg_form.jpg");
  padding:2px 5px 2px 5px;
  height:auto;
  font-size:11px;
  color:#ffffff;
  text-align: center;
}
#footerContainer a {
  color:#ffffff;
}
#footerContainer td {
    border-right:1px solid #aaaaaa;
    padding:0px;
}
.clear {
  clear:both;
  overflow:hidden;
  height:2px;
}
.divPadding {
    padding:5px;
}
.clsText {
    border:1px solid #868686;
}

.leftContent {
    float:left;
    width:200px;
    text-align:left;
    border-right:1px dotted #111111;
    margin: 10px 0px 10px 0px;
    overflow:visible;
    min-height:800px;
    height:expression(this.scrollHeight < 800? "800px" : "auto" );
}
.leftContent ul,.rightContent ul {
   list-style:none;
   padding:0px;
   margin:0px 0px 0px 5px;
}
.leftContent li, .rightContent li {
   list-style:none;
}
.rightContent {
    float:right;
    margin-left:10px;
    width:170px;
}
.clsEvents {
    padding-bottom:10px;
}
.clsHomeSearch {
    border-bottom:0px solid #111111;
    padding:0px;
    margin:0px;
}
.clsErrorMsg {
    color:#ff0000;
}
.clsMandatory {
   background:#cccccc;
}
.fontSmall {
   color:#444444;
   font-size:10px;
 }

/***   Styles for Curved table Header Starts here  ****/
.clsTableBorder_left {
    border-left: 1px solid #868686;
    padding:0px;
}
.clsTableBorder_right {
    border-right: 1px solid #868686;
    padding:0px;
}
.clsTableBorder_bottom {
    border-bottom: 1px solid #868686;
    padding:0px;
}
.clsTableHeader_left,.clsTableHeader_right {
    background: url("../images/tab/bg_table_header_left.gif") no-repeat;
    height:auto;
    padding:0px;
    width:7px;
}
.clsTableHeader_right {
    background: url("../images/tab/bg_table_header_right.gif") no-repeat;
}
.clsTableHeader {
    background: url("../images/tab/bg_table_header.gif");
    height:auto;
    border-bottom:0px solid #E4D2A4;
    padding:0px 0px 0px 10px;
    color:#ffab01;
    text-align:left;
    font-size:14px;
    line-height:40px;
    font-weight:bold;
}
.gridHeading td{
    background-color:#868686;
    color:#ffffff;
    font-weight:bold;
    border-right:1px solid #ffffff;
    text-align:center;
    padding:3px;
}
.gridData td{
    border-bottom:1px dotted #868686;
    padding:2px;
}


/*************Rounded Corners Styles Starts ***************/
.topLeftCurve, topRightCurve , .bottomLeftCurve, .bottomRightCurve {
    width:18px;
    height:15px;
    background:url(../images/tab/top_left_curve.gif) no-repeat;
}
.topRightCurve {
    background:url(../images/tab/top_right_curve.gif) no-repeat;
}
.topCenterCurve {
    background:url(../images/tab/top_center_curve.gif) repeat-x;;
}
.centerLeftCurve {
    background:url(../images/tab/center_left_curve.gif) repeat-y;
}
.centerRightCurve {
    background:url(../images/tab/center_right_curve.gif) repeat-y;
}
.bottomLeftCurve {
    background:url(../images/tab/bottom_left_curve.gif) no-repeat;
}
.bottomCenterCurve {
    background:url(../images/tab/bottom_center_curve.gif) repeat-x;
}
.bottomRightCurve {
    background:url(../images/tab/bottom_right_curve.gif) no-repeat;
}
.web2TabHeader {
    font-weight:bold;
    text-decoration:none;
    font-size: 14px;
    line-height: 16px;
    color: #ffff00;
}
.clsWhite {
    color:#ffffff;
}

.divLinkContainer {
    border:0px solid #cccccc;
    margin:5px 5px 5px 0px;
}
.divLinkContent {
    background:#dddddd;
    padding:5px 0px 5px 5px;
    width:97%;
}
.linkHeader {
    line-height:26px;
    float:left;
    border:0px solid #00ffff;
}
.divLinkHeader {
    border:0px solid #00ffff;
    text-align:left;
    padding-left:5px;
    display:table;
    width:97%;
    background:#777777;
    color:#ffffff; 
    font-weight:bold;
}
.linkImg {
    border:0px solid #00ffff;
   text-align:right;
   float:right;
   padding:10px 5px 5px 5px;
}
.clsSubLink {
   display:table;padding-bottom:5px;
   width:99%;
}
.clsSubLinkItem {
    float:left;width:85%;border:0px solid #ff0000;
}
.clsSubLinkImg {
    float:left;width:10%;padding-top:3px;border:0px solid #ff0000;
}
.clsBreadcrumbs {
    font-family:georgia;
    font-size:14px;
    line-height:16px;
    font-weight:bold;
    border-bottom:1px dotted #111111;
    margin-bottom:5px;
}
.clsBreadcrumbs a{
    font-family:georgia;
    font-size:12px;
}

.crntLecture, .crntLecture a {
    color:#ff4a00; 
    font-weight:bold;
}