#messagebox {
    background-color: #fff9d7;
    border:1px solid #e2c822;
    font-family: Arial, Helvetica, sans-serif;
    color:#000;
    text-align: left;
    height:auto;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
}
.messtarget {
    font-weight: bolder;
    cursor:pointer;
    overflow:hidden;
    height:16px;
    width:16px;
    display: inline-block;
}
.rightmarginbox {
    width: 380px;
    height: auto;
    float: right;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.messtarget .messtargettxt{
  position:absolute;
  visibility:hidden;
}
.tooltip {
  position: absolute;
  z-index: 20;
  background: #fff9d7;
  border: 1px solid #e2c822;
  padding: 3px;
  margin: 15px;
  width: 150px;
  height: inherit;
}
#container {
    height: inherit;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    border-right-width: 10px;
    border-left-width: 10px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFF;
    border-left-color: #FFF;
}
.aligncenter {
    text-align: center;
}


body {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    margin: 0px;
    background-color: #FFF;
    background-repeat: repeat-x;
    background-position: left top;
}

#divs{
overflow:auto;
width:970px;
height:350px;
}

#divs1{
overflow:auto;
width:950px;
height:240px;
}
body {scrollbar-face-color: #367CD2;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top:0px;
padding-bottom:0px;

}

#transparentbg {
    background-color: #CCC;
    visibility: hidden;
    height: 100%;
    width: 100%;
    float: left;
    position: absolute;
    filter:alpha(opacity=50);
    opacity: .50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
    z-index: 1900;
    left: 0px;
    top: 0px;
}
li {
    list-style-position: inside;
    list-style-type: disc;
    font-weight:normal;
    padding-top:6px;
}
ul {
    margin: 0px;
    list-style-position: inside;
    list-style-type: disc;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-weight:bold;
}

#signup_popup   {
    display: block;
    border: 5px solid #FFF;
    height: 365px;
    width: 950px;
    visibility: hidden;
    background-color: #333;
    z-index: 2010;
    color: #FFF;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 25%;
    left: 2%;
}
.closebut {
    background-image: url(../image/close.gif);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #CCCCCC;
    height: 15px;
    width: 100%;
    float: left;
    cursor: pointer;
}
#header {
    height: 75px;
    width: 99%;
}
#logo {
    width: 380px;
    height: 70px;
    float: left;
    margin-top: 5px
    clear: both;
    background-image: url(../image/logo.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
#OM_logo {
    width: 380px;
    height: 54px;
    float: left;
        margin-top: 5px
    clear: both;
    background-image: url(../image/OM_logo.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
#OC_logo {
    width: 380px;
    height: 54px;
    float: left;
        margin-top: 5px
    clear: both;
    background-image: url(../image/OC_logo.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
#menu {
    width: 100%;
    height: 20px;
    padding-top: 2px;
    background-repeat: repeat-x;
    background-position: left top;
    display: block;
    text-indent: 15px;
    cursor: pointer;
    background-color: #FFF;
}
#menu1 {
    float: left;
    width: 470px;
    height: 25px;
    padding-top: 1px;
    padding-left: 20px;
    background-color: #FFF;
}
.addhome {
    float: left;
    padding-left: 5px;
    width:280px;
}

.maincontent {
    height: auto;
    width: 100%;
    float: left;
}
#footer {
    width: 100%;
    height: 25px;
    text-align: left;
    background-position: left top;
    background-repeat: repeat-x;
    font-weight: bold;
    color: #FFF;
    padding-top: 5px;
    padding-bottom: 2px;
    background-color: #0c34b5;
}
#footer a{
    color:#FFF;}

.font_red {
    font-weight: bold;
    color: #ff0000;
}
.font_blue {
    font-weight: bold;
    color: #2462AF;
}
.font_green {
}
.font_black {
    font-weight: bold;
    color: #080808;
}
.font_12 {
    font-size: 12px;
}
.font_14 {
    font-size: 14px;
}
.font_16 {
    font-size: 16px;
}
.font_18 {
    font-size: 18px;
}
.demobox1 {
    border: 1px solid #CCC;
    background-color: #f7f3f7;
    padding: 10px;
    text-align: left;
    color:#666;
    float: left;
    width: 97%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.banner {
    width: 555px;
    height: 240px;
    float: left;
}
.testimonial {
    width: 400px;
    height: 250px;
    float: left;
}
.leftbox {
    float: left;
    height: auto;
    width: 495px;
    text-align: left;
}
.screenbox {
    float: left;
    height: auto;
    width: 890px;
    text-align: left;
}

#menu #MenuBar1 li {
    list-style-type: none;
    position: relative;
    width: auto;
}

.rightbox {
    float: left;
    text-align:left;
    height: auto;
    width: 50px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.rboxrow1 {
    height: 140px;
    width: 100%;
}
.rboxrow2 {
    width: 200px;
    height: 200px;
}
.rboxrow3 {

    height: 80px;
    width: 100%;
}
.dottedborder {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: none;
    border-bottom-style: none;
    border-top-color: #999;
    border-bottom-color: #999;
    margin-bottom: 2px;
    height: auto;
    width: 100%;
    float: left;
}
.wrapimg {
    height: auto;
    width: auto;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.wraptext {
    padding: 10px;
    height: auto;
    width: auto;
    float: left;
}
div.demo, div.inner ,div.demo1 {
    text-align: left;
}
div.demo1  {
    float: left;
    width: 220px;
    margin: 10;
    background-color: #FFC;
    padding-top: 1px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
div.demo  {
    float: left;
    width: 220px;
    padding: 5px;
    height:50px;
    margin: 10px;
    background-color: #FFF;
}
div.inner {
    margin: 0;
    border:0;
    zoom:1;
    background-color: #FFF;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
div.outer {
    float: left;
    margin: 5px;
    padding: 5px;
    width: 290px;
    background-color: #CCC;
}
.boxtitle {
    font-size: 12px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
}

a {
    color: #2462AF;
    text-decoration: none;
    cursor:pointer;
}
a:hover{
    text-decoration: underline;
    cursor:pointer;
}
input[type ="text"] {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;  
    border: 1px solid #CCC;
    width:99%;
}
input[type ="password"] {
    width:99%;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;  
    border: 1px solid #CCC;
}
textarea , select{
    font-size: 12px;
    font-weight: bold;
    color: #333;
    width:100%;
    font-family: Arial, Helvetica, sans-serif;  
    border: 1px solid #CCC;
}
.faq_ans{
    background-image: url(../image/answer.jpg);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-indent: 35px;
    }
.faq_ques {
    background-attachment: scroll;
    background-image: url(../image/question.jpg);
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    color: #2462AF;
    background-position: 16px;
}
img{
    border:none}
.pointer {
    cursor: pointer;
}
marquee div {
    width: auto;
    float: left;
    margin-left: 200px;
}
marquee div a {
    color:#2462AF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
.privacyStat {
    background-color: #FFF;
    z-index: 5000;
    position: absolute;
    display:none;
    width: 900px;
    height: 500px;
    bottom:50px;
}
.copyrightStat {
    background-color: #FFF;
    z-index: 5000;
    position: absolute;
    display:none;
    width: 900px;
    height: 200px;
    bottom:50px;
}
.popupborder {
    border: 2px solid #CCC;
}
.containerbag{
    background-color: #FFF;
    background-image: url(../image/background_gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    }
#ajaxloadinggif {
  background-color: #FFF;
  display: block;
  height: 25px;
  width: 200px;
  color: #2A3F00;
  background-image: url(../image/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  line-height: 25px;
  font-weight: bold;
  text-indent: 30px;
}
.popup {
    height: auto;
    width: 660px;
    left:15%;
    position: absolute;
    background-color: #5d8bde;
    color: #000;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #244d85;
    border-bottom-color: #244d85;
    border-left-color: #244d85;
    background-image: url(../image/layout/tab_row_bg.jpg);
    background-repeat: repeat-x;
    overflow: hidden;
    text-align: left;
}
.popup .popup_content {
  min-height: 25px;
  max-height: 400px;
  background-color: #FFF;
  float: left;
  width: 100%;
  overflow: auto;
}
.popup .popup_clo_but {
  height: 17px;
  width: 15px;
  position: absolute;
  right: 5px;
  top: 0px;
  background-image: url(../image/clo_mouseout.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.popup .popup_clo_but:hover {
  background-image: url(../image/clo_mouseover.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.popup .popuptitle {
    height: 18px;
    line-height: 18px;
    text-indent: 5px;
    display: block;
    font-weight: bold;
    float: left;
    width: 100%;
    background-image: url(../image/background_footer_bluegradient.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    color: #FFF;
}
.temppop{
    height: auto;
    width: 180px;
    float: left;
    background-color: #FFF;
    border: 5px solid #0C34B5;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    }
.popupBx{
    position: absolute;
    height: auto;
    width: 250px;
    top:50%;
    left:38%;
    background-color: #FFF;
    border: 5px solid #0C34B5;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
}
.popupBx a, .temppop a{
    color:#F00;
    font-weight:bold;
    font-size:18px;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    margin-top: 15px;
    }
.popupBxClo{
    float: right;
    height: auto;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    }
.Winpopup {
  display: block;
  height: 540px;
  width: 960px;
  position: absolute;
  left: 5px;
  top: 1px;
  background-color: #5d8bde;
  background-image: url(../image/tab_row_bg.jpg);
  color: #000;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #8cbeff;
  border-bottom-color: #8cbeff;
  border-left-color: #8cbeff;
}
.Winpopup .Winpopup_content {
  height: 520px;
  background-color: #FFF;
  float: left;
  width: 100%;
  overflow: auto;
}
.Winpopup .Winpopup_clo_but {
  background-image: url(../image/clo_mouseout.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 17px;
  width: 15px;
  position: absolute;
  right: 5px;
  top: 0px;
}
.Winpopup .Winpopup_clo_but:hover {
  background-image: url(../image/clo_mouseover.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.Winpopup .Winpopuptitle {
  height: 18px;
  line-height: 18px;
  text-indent: 5px;
  display: block;
  text-transform: capitalize;
  font-weight: bold;
  background-image: url(../image/tab_row_bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  color: #FFF;
  float: left;
  text-align: center;
  width: 100%;
}
.button {
  width: auto;
  float: left;
  color:#FFF;
  height: 20px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  line-height: 12px;
  cursor:pointer;
  background-image: url(../image/button_bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  margin: 1px;
  border: 1px solid #5F79AA;
  overflow: hidden;
  font-weight:bold;
}

.rows{
  padding-top:2px;
  padding-bottom:2px;
  width:100%;
  height:auto;
  float:left;
  text-align:left;
}

.mainrow {
  text-align:left;
  width: 100%;
  float: left;
  height:auto;
  display: block;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #FFF;
}
.mainrow_open div:first-child{
  margin-left:5px;
}

.mainrow div{float:left;}
.mainrow .mainrow_open {
  height: 20px;
  line-height: 20px;
  display: block;
  float: left;
}
.mar_clo_subrow2{
  margin-left:40px;
}
.mar_clo_subrow1{ 
  margin-left:30px;
}
.mainrow .mainrow_close {
  height: auto;
  display: none;
  float: left;

}
.mainrow_open .opecloserow {
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  line-height: 20px;
  cursor: pointer;
}
.rows_title{
  font-weight: bold;
  float:left;
  color: #999999;
}
