﻿body
{
    margin: 0px;
    background:#EFEFEF url("images/bg-body.jpg") repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    padding:4px 0 0 0; /*background-color: #6994b8;*/
}

p
{
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}
p a
{
    color: #0b387c;
    text-decoration: underline;
}
p a:hover
{
    color: #0b387c;
    text-decoration: none;
}
#wrapper
{
    width:940px;
    margin: 0px auto 0px auto;
    padding-bottom: 10px; background:#fff;
}
#content
{
    width:940px;
    float: left; /*background-image: url('images/bg.jpg');*/
    padding: 0px 2px 0px 2px;
   background:#fff;
}
#page
{
    width: 940px;
    float: left;
}
#pagefiller
{
    height: 490px;
}
#header
{
    background: url('images/bg-menu.jpg') no-repeat;
    
    padding:0px 0 9px 0;
    height:35px;
    width: 939px;
    
    float: left;
}
#header h2
{
      
    padding:10px 0 0 0 !important;
    width: 100%;
    
    float: left;
}

#rhdetail
{
    width: 235px;
    height: 330px;
    background-image: url('images/rhpanel.gif');
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
#loginbackground
{
    background-image: url('images/ban-login.gif');
    background-repeat: no-repeat;
    height: 400px;
    width: 500px;
}
h1, h2, h3
{
    color: #719741;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 2px solid #043b62;
}
.green
{
    color: #719741;
}
a img
{
    border: 0px;
}
#navigation a, #footer a
{
    color: #ffffff;
    text-decoration: none;
}
#navigation a:hover
{
    text-decoration: underline;
}
#navigation
{
    color: #ffffff;
    font-size: 16px;
  
    width: 450px;
    height: 20px;
    margin: 0px 0 0 475px;
    text-align: right;
}
#navigation1
{
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    width: 475px;
    height: 20px;
    padding:0px 0 0 0px;
    text-align: left;
}

#footer
{
    margin-top: 10px;
    clear: both;
    padding: 20px 0px 15px 0px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background: url(images/footer-line.jpg)repeat-x;
    color: #525252;

    float: left;
    width: 940px;
}
.website
{
    float: right;
}
#homeright
{
    width: 250px;
    padding-left: 10px;
    float: left;
}
#contact
{
    width: 240px;
    height: 150px;
    background-image: url('images/contact-bg.jpg');
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
#contact .inner
{
    width: 150px;
    text-align: center;
    position: absolute;
    margin: 35px 0 0 70px;
}
.innerhead
{
    font-size: large;
    color: #ffffff;
}
#login
{
    width: 240px;
    height: 150px;
    background-image: url('images/login-bg.jpg');
    background-repeat: no-repeat;
}
#login .inner
{
    width: 150px;
    text-align: center;
    position: absolute;
    margin: 35px 0 0 70px;
}
#subleft
{
    width: 563px;
    float: left;
}
#subright
{
    width: 270px;
    float: right;
}

/* LIST MENU   
----------------------------------------------------------*/

ul#menu
{
    padding:7px 10px 0px 0px;
    margin:0px;
    position: relative;
    text-align: right;
   /* Hack for IE list spacing */
height:auto;
left:0px;
}

ul#menu li
{
    display: inline;
    list-style: list-style-type;
   /* background-image:url('images/li-border.jpg'); background-repeat:no-repeat; background-position: top right; */
}

ul#menu li span
{
    padding:5px 0 5px 0;
    margin: 0px;
    font-weight: bold;
     background-image:url('images/li-border.jpg'); background-repeat:no-repeat; background-position: right;
    text-decoration: none;
    line-height: 0px;
    color: #F5F5F5;
    text-align: center;
   
}
ul#menu li a
{
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    text-decoration: none;
    line-height: 0px;
    color: #F5F5F5;
    text-align: center;
}

ul#menu li a:hover
{
   
    text-decoration: none;
    color: #F7F7F7;
    background-image :url('images/li-rpt.jpg'); background-repeat:repeat-x;
}

ul#menu li a:active
{
    background-image :url('images/li-rpt.jpg'); background-repeat:repeat-x;
    text-decoration: none;
    color: #F7F7F7;
}

ul#menu li.selected a
{
    background-color: #0066FF;
    color: #F7F7F7;
}

/* TABLE    
----------------------------------------------------------*/
table
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    border-collapse: collapse;
    width: 919px;
}

table td
{
    margin-bottom: 2px;
    border: none;
    font-family: 'Trebuchet MS';
    font-size: 8pt;
    font-weight: normal;
    font-style: normal; /*color: #0000FF;*/
    color: #000;
}



table th
{
    margin: 0px;
    border: none;
    padding: 0px;
    text-align: center;
    font-family: 'Trebuchet MS';
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    color: #000000;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

label
{
    color: #000;
    font-weight: bold;
    font-size: 9pt;
    display: block;
    width: auto;
    float: left;
}

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
    width: 330px;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
    width: 283px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    width: 201px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* JQuery SlideShow on Index Page */

.slideshow
{
    height: 246px;
    width: 939px;
    margin: auto;
    float: left;
    margin-left:-10px;
}
.slideshow img
{
    margin-top: 7px;
    border: 1px solid #ccc;
    background-color: #eee;
}


.slideshow1
{
    margin: auto;
    float: left;
    height: 90px; 
}
.slideshow1 img
{
    height:90px;
   
}


maindistributor1
{
    width: 550px;
    float: left;
}

.maindistributor
{
    width: 650px;
    float: left;
    text-align: right;
}

.maindistributor a
{
    color: #0b387c;
    text-decoration: underline;
}
.maindistributor a:hover
{
    color: #0b387c;
    text-decoration: none;
}

.distributor_label
{
    width: 200px;
    float: left;
    text-align: right;
    padding: 5px;
    color: #000 !important;
}
.distributor_txt
{
    width: 200px;
    float: left;
    text-align: left;
}

.validation-summary-errors
{
    color: #ff0000;
    font-size: 11px;
}

.distributor_label1
{
    width: 180px;
    float: left;
    text-align: right;
    padding: 5px;
}
.distributor_txt1
{
    width: 180px;
    float: left;
    text-align: left;
}


.login_label1
{
    width: 120px;
    float: left;
    text-align: right;
    padding: 5px;
}
.login_txt1
{
    width: 350px;
    float: left;
    text-align: left;
}
/*-----My Acoount -----*/

.maindiv
{
    width: 939px;
    float: left;
    background: #fff;
    margin: auto;
    padding-bottom: 15px;
}
.inner-main-box
{
    width: 787px;
    margin: auto;
}
.fist-main-box
{
    width: 416px;
    float: left;
}
.fist-main-box01
{
    width: 371px;
    float: left;
}
.full
{
    width: 100%;
    float: left;
}
.bg-center-box
{
    width: 367px;
    float: left;
    background-image: url('images/bg-box.jpg');
    background-repeat: repeat-x bottom left;
    height: 134px;
    border-left: solid 2px #c0bebe;
    border-right: solid 2px #c0bebe;
}
.box-left-icon
{
    width: 130px;
    float: left;
}
.box-right-icon
{
    width: 237px;
    float: left;
}
.heading-box
{
    padding: 10px 0 0 0;
    margin: 0px;
    font-size: 19px;
    color: #2a428c;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}
.heading-box-text
{
    padding: 5px 0 0 0;
    margin: 0px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}
.box-right-icon img
{
    float: left;
    padding: 10px 0 0 0;
}
.paddtop02
{
    padding-top: 30px;
}
.paddtop03
{
    padding-top: 20px;
}

img
{
    display: block;
}



.headding-bar
{
    background: #3169c6;
    width: 100%;
    float: left;
    padding: 5px 0 5px 5px;
    margin-bottom: 15px;
    color: #fff;
}
.text-color
{
    color: #000;
}

.input-background-color
{
    background: #032d53;
    border: solid 1px #022f57;
    color: #fff;
    padding: 2px 10px 5px 10px;
}


table td a
{
    color: #000;
}
table td a:hover
{
    color: red;
}

.full-name
{
    font-size: 13px;
    text-align: right;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.full-name-text
{
    font-size: 13px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.row01
{
    background: #dfdfdf;
}
.row02
{
    background: #efebef;
}

.heading-box-admin
{
    padding: 10px 0 0 20px;
    margin: 0px;
    font-size: 19px;
    color: #2a428c;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}
.admin-text
{
    width: 80px;
    float: left;
    font-size: 13px;
    color: #000;
    padding: 0 0 0 20px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}
.admin-input-div
{
    width: 250px;
    float: left;
}
.admin-input-div input
{
    border: solid 1px #6e8ca6;
    background: #fff;
    width: 244px;
    padding: 7px 0 5px 0;
}
.padd002
{
    padding-top: 4px;
}
.btn-admin
{
    width: 90px;
    float: left;
    padding: 4px 0 0 277px;
}

.bg-center-box
{
    width: 367px;
    float: left;
    background: url(images/bg-box.jpg) repeat-x bottom left;
    min-height: 150px;
    height: auto;
    border-left: solid 2px #c0bebe;
    border-right: solid 2px #c0bebe;
}

.box-left-icon02
{
    width: 120px;
    float: left;
    padding-left: 10px;
    text-align: center;
}

.ClassicStyle table
{
    width: 210px !important;
}
.TitleStyle table tr td span
{
    float: left;
}
.TitleStyle table tr td span img
{
    float: right;
}


.dcu-text
{
    background: #3669ba;
    width: 846px;
    padding: 3px 0 3px 5px;
    color: #FFF;
    font-size: 13px;
}
.text-box01
{
    width: 156px;
    float: left;
    padding: 7px 0 5px 40px;
}
.text01
{
    font-size: 12px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}
.input-text
{
    width: 170px;
    border: solid 1px #cccccc;
    padding: 2px 0 2px 0;
}

.text-box01 select
{
    width: 170px;
}
.text-box01 input
{
    width: 172px;
}

.border-box
{
    border: solid 1px #3169bd;
    float: left;
    width: 848px;
    margin-bottom: 15px;
}
.input-width
{
    width: 80px !important;
}


.padd01
{
    padding: 15px 0 0 10px;
    position: relative;
    display: block;
}
.padd01 a
{
    font-size: 15px;
    color: #08497b;
    text-decoration: none;
}


.btnEdit
{
    background-image:url('images/Edit.jpg');
	width:53px;
    height:28px;
    cursor:pointer ;
    border:0px;
}

.btn-save
{
    background-image:url('images/save.jpg');
	width:53px;
    height:28px;
    cursor:pointer ;
    padding-left:5px;
    border:0px;
}
.btn-Delete
{
    background-image:url('images/Delete.jpg');
	width:53px;
    height:28px;
    padding-left:5px;
    cursor:pointer ;
    border:0px;
}

.new-logo {
  float: left;
  padding:0px 0 1px 0px !important;
  text-align: center !important;
  width:207px; height:90px;}
  
.new-logo-right{width:727px; float:right; overflow:hidden;   height:90px; text-align:right; padding:0px 3px 1px 0px!important;}
.main-page-center{width:920px; float:left; padding:0 10px 0 10px;} h2{margin:0px;}
.top-header{width:100%; float:left;}
