/* styles for html tags */
HTML, BODY {
    height: 100%;
}
BODY {
  color: #000000;
  margin: 0px auto;
  padding: 0px;
  font: 13px tahoma;
  text-align:center;
  height:auto;
  overflow:-moz-scrollbars;
  min-width: 1000px;
  width:1000px;
  background:#afe1f8;
  border-left:1px solid #006699;
  border-right:1px solid #006699;
}
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;
   font-family:georgia;
   margin:0px 0px 5px 0px;
   font-size: 20px;
   line-height:20px;
   font-weight: bold;
   color: #0260c4;
   text-align:left;
}
H2{
  font-size: 18px;
  font-family:georgia;
  font-weight:bold;
  text-align:left;
  margin:0px;
  padding:5px 0px 5px 0px;
  color:#0074ee;
}
H3{
  font-size: 16px;
  font-weight:bold;
  text-align:left;
  margin:0px;
  padding:5px 0px 5px 0px;
  color:#0074ee;
}


td {
   font-size: 12px;
   line-height:18px;
}
.clsHighlight_border {
    border:1px solid #dddddd;
    background:#dddddd;
}


/* 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:0px auto;
  padding:0px;
  text-align: center;
  border:0px solid #29b4fc;
}
#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;
  border:0px solid #000000;
}
#menuContainer {
  PADDING:0px 0px 0px 0px;
  background-color: #ffffff;
  overflow:visible;
  width:100%;
}
#footerContainer {
  padding:2px 5px 4px 5px;
  border-top:4px solid #006699;
  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 #29b4fc;
}

.leftContent {
    float:left;
    width:200px;
    text-align:left;
    border-right:1px dotted #111111;
    margin: 10px 0px 10px 0px;
    overflow:visible;
    min-height:900px;
    height:expression(this.scrollHeight < 900? "900px" : "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 {
    border:1px solid #29b4fc;
    background:#afe1f8;
}
.fontSmall {
   color:#444444;
   font-size:10px;
 }
.clsText {
    border:1px solid #29b4fc;
}

/***   Styles for Curved table Header Starts here  ****/
.clsTableBorder_left {
    border-left: 1px solid #29b4fc;
    padding:0px;
}
.clsTableBorder_right {
    border-right: 1px solid #29b4fc;
    padding:0px;
}
.clsTableBorder_bottom {
    border-bottom: 1px solid #29b4fc;
    padding:0px;
}
.clsTableHeader_left,.clsTableHeader_right {
    background: url("../images/tab/tab-left.png") no-repeat;
    height:20px;
    padding:0px;
    width:7px;
}
.clsTableHeader_right {
    background: url("../images/tab/tab-right.png") no-repeat;
}
.clsTableHeader {
    background-color:#153e7e;
    height:auto;
    border-bottom:0px solid #E4D2A4;
    padding:0px 0px 0px 10px;
    color:#ffffff;
    text-align:left;
    font-size:14px;
    line-height:32px;
    font-weight:bold;
}
.gridHeading td{
    background-color:#006699;
    color:#ffffff;
    font-weight:bold;
    border-right:1px solid #ffffff;
    text-align:left;
    padding:3px;
}
.gridData td{
    border-bottom:1px dotted #29b4fc;
    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: 13px;
    line-height: 16px;
    color: #ffffff;
    cursor:pointer;
    letter-spacing:1px;
}
.clsWhite {
    color:#ffffff;
}

.divLinkContainer {
    border:0px solid #cccccc;
    margin:5px 5px 5px 0px;
    text-align:left;
}
.divLinkContent {
    background:#ffffff;
    padding:5px 0px 5px 0px;
    width:97%;
}
.linkHeader {
    line-height:26px;
    float:left;
    border:0px solid #00ffff;
    cursor:pointer;
}
.divLinkHeader {
    border:0px solid #00ffff;
    text-align:left;
    padding:0px;
    margin:0px;
    display:table;
    width:97%;
    background:#153e7e;
    color:#ffffff; 
    font-weight:bold;
    cursor:pointer;
}
.divLinkSubHeader {
    border:0px solid #00ffff;
    text-align:left;
    padding:0px;
    display:table;
    width:100%;
    color:#ffffff; 
    font-weight:bold;
    cursor:pointer;
    margin:0px 0px 5px 0px;
}
.divLinkSubHeader a {
    color:#ffffff; 
}
.clsMainLevel {
    background:#006699;
    padding:5px 0px 5px 0px;
    margin:0px;
}
.clsSubLevel {
    margin:0px;
    background:#8ccdf7;    
    width:100%;
    padding:5px 0px 5px 0px;
}
.clsSubLevel a {
    color:#000000;
}
.clsSubSubLevel {
    margin:0px;
    width:100%;
    background:#dddddd;
}

.linkImg {
    border:0px solid #00ffff;
   text-align:right;
   float:right;
   padding:10px 5px 5px 5px;
    cursor:pointer;
}
.clsSubLink {
  padding-bottom:5px;
   width:170px;
}
.clsSubLinkItem {
    float:left;width:70%;border:0px solid #ff0000;padding-left:7px;
}
.clsSubLinkImg, .clsSubLinkImg1{
    float:left;width:12%;padding-top:3px;text-align:right;border:0px solid #ff0000;
}
.clsSubLinkImg1 {
   width:10%;
}
.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;
}
.clsResult {
    border-bottom:1px dotted #111111;
    padding:5px;
}
/*************Public Design ***************/
.profileLeftDiv {
   padding:5px;
   float:left;width:590px ;
   min-height:900px;
   background: #ffffff;
   border:0px solid #cccccc;
}
.profileRightDiv {
   float:right;width:160px;
   min-height:900px;
   background: #eeeeee;   
   border-left:2px solid #cccccc;
}
.clsHeader {
   display:table;width:558px;padding-top:5px;border-bottom:1px solid #cccccc;
}
.bookmarkItemSep {
   border-bottom:1px solid #153e7e;display:table;padding:2px 0px 5px 0px;
}
.clsBookmarkDate {
    font-size:11px;
   color:#111111;
}
.clsBookmarkTitle a:hover {
    padding-bottom:1px;
    border-bottom:1px solid #153e7e;
}
.clsBookmarkLink a:hover {
    text-decoration:underline;
}
.clsBookmarkDate {
    font-size:11px;
   color:#111111;
}
.clsBookmarkTags a {
   padding:2px;
   border-right:1px solid #cccccc;
   border-bottom:1px solid #cccccc;
    text-decoration:none;
}
.clsBookmarkTags a:hover {
   padding:2px;
   border-right:1px solid #cccccc;
   border-bottom:1px solid #cccccc;
   background:#153e7e;
   color:#ffffff;
    text-decoration:none;
}
.clsBookmarkTags  a .highlight:hover {
   padding:2px;
   background:#153e7e;
   color:#ffffff;
   margin-right:0px;
}

.fontHeader, .fontSubHeader {
    font-family:georgia;
    font-size:16px;
    letter-spacing:1px;
    color:#153e7e;
    font-weight:bold;
    padding:0px 0px 5px 0px;
}
.clsKwds {
    border:1px solid #006699;
    background-color:#8ccdf7;
    font-family:georgia;
    font-size:15px;
    width:99%;
    padding:10px;
    margin:0px 0px 5px 0px;
    color:#000000;
}
.clsKwds a {
    color:#000000;
    font-weight:bold;
}
.divSeperator {
    margin-top:5px;
}
hr {
    color:#868686;
    border:0px solid #000000;
    border-bottom:1px dotted #29b4fc;
    height:1px;
}
.clsQnItem {
    border-bottom:1px dotted #29b4fc;
}
.clsQnItemLine {
    border-bottom:1px solid #153e7e;
}
.clsSideHeading{
    font-family:verdana;
    font-size:17px;
    color:#ff0000;
}
.clsParagraph{
    font-family:Calibri;
    font-size:16px;
}

.clsBannerTag1 {
    color:#2f4f4f;
    font-size:13px;
    line-height:16px;
    font-weight:bold;
}
.clsBannerTag2 {
    color:#6499ed;
    font-size:15px;
    line-height:20px;
    font-weight:bold;
}