﻿* { margin: 0; padding: 0; font-family:Helvetica, Arial, Tahoma; font-size:9pt;}

html, body, form, #sticky_wrap 
{height: 100%; background-image: 
                                background-repeat: repeat-x; 
                                color:#7F5A58;  
}
form > #sticky_wrap {height: auto; min-height: 100%; }

#sticky_main {padding-bottom: 140px;  }  

#mp_footer { position: relative; margin-top: -110px; /* negative value of footer height */ 
             height: 90px; 
             padding-top:20px;
             clear: both; 
             text-align: center; 
             font-family: Verdana, Arial; font-size: 8pt; color:Navy; background-image:url(theme_images/footer-bgd.jpg);
             }               
             
#mp_footer ul {
    list-style-type:none;
}             
#mp_footer ul li {
    margin:0 2px 0 2px;
    text-align:center;
    display:inline;
}
#mp_footer a {
    color:White;
    text-decoration:none;
}             
#mp_footer a:hover {
    color:#C3A15E;
}             

legend
{
	background-color:#F1EEF6;
    border:1px solid #EFE8FC;
    padding: 1px 4px 2px 4px;
    margin-left: 4px;
    font-size:14pt;
}

input[type="submit"], input[type="button"], input[type="file"] {
  padding:4px 6px 4px 6px;
  font-size:9pt;
  font-family:Arial, Tahoma, Verdana;
  font-weight:normal;
}

input[type="text"], input[type="password"]    
{
    padding:2px;
    border:solid 1px #c0c0c0;
    background-color:#FFF2E2;
}

.textarea
{
    padding:2px;
    border:solid 1px #c0c0c0;
    background-color:#FFF2E2;
}

.adjuster:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.adjuster {display: inline-block;}
/* Hides from IE-mac \*/
* html .adjuster { height: 1%;}

.adjuster {display: block;}
/* End hide from IE-mac */             

#mp_header {
    text-align: center;
    padding:5px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    display:block;
    clear:both;
}

.vendor_logo {
    font-size:18pt;
}

#rma_logo {
    margin-top:0px;
}

.vendor_login_bar {
    color:#fffafa;
    border:0px solid blue;
    background-image: url(/h-images/vendor-loginas-bar.png);
    background-repeat:no-repeat;
    width:840px;
    height:30px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    margin-bottom:0px;
}

.vendor_login_bar_left {
    color:#fffafa;
    float:left;
    padding: 8px 0px 0 10px;    
}
.vendor_login_bar a {
    color:#fffafa;
    text-decoration:none;
    font-weight:bold;
}

.vendor_login_bar_right {
    color:#fffafa;
    float:right;
    padding-right:10px;
}

.mp_top {
    width:840px;
    height:29px;
    background-image: url(/h-images/mp_top.png); 
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;
}
.mp_bottom {
    width:840px;
    height:40px;
    background-image: url(/h-images/mp_bottom.png); 
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;
}

.mp_contents1
{
    border:0px solid red;
    width:800px;
    height: 100%; 
    padding-left:20px;
    padding-right:20px;
    margin-left:auto;
    margin-right:auto;
    background-image: url(/h-images/mp_middle.png); 
    background-repeat:repeat-y;
    padding-bottom:20px;
}
.mp_contents1 h1 { color:Navy; }

.topmenu {
    border:0px solid red;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:20px;
    text-align:center;
}

.topmenu a {
    font-family:Verdana, Arial;
    color:Blue;
    text-decoration:none;
}
.topmenu a:hover {
    font-family:Verdana, Arial;
    color:#C3A15E;
}

.topmenu ul {
    list-style-type:none;
}
.topmenu ul li {
    margin:0 14px 0 4px;
    display:inline;
}

.Message_Affirmative
{
    background-color:Green;
    color:White;
    font-weight:bold;
    text-align:center;
    width:600px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    padding:5px 0 5px 0;
    border: 4px solid #cccccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.Message_Error
{
    background-color:Red;
    color:White;
    font-weight:bold;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding:5px 0 5px 0;
    border: 4px solid #cccccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.Message_Error1 { color: White; font-weight: bold; text-align: center; height:40px; width:400px; 
                  padding:7px 0 5px 0;
                  background-image: url( 'theme_images/Message_Error1.png' ); background-repeat: no-repeat; }
                  
.Message_Error2 { color: White; font-weight: bold; text-align: center; height:40px; width:800px; 
                  padding:7px 0 5px 0;
                  background-image: url( 'theme_images/Message_Error2.png' ); background-repeat: no-repeat; }                  
                  
.label_title {
    font-size:larger;
    font-weight:bolder;
}

.gridview
{
   border: 0px solid #333;
   width:800px;
   clear:both;
}
.gridview th {  /* header */
   height: 40px;
   vertical-align: middle;
   color:White;
   text-align:center;
   background-image: url( 'theme_images/gv_header_middle.gif' ); background-repeat: repeat-x;
   border: solid 1px #c1c1c1;
}  
.gridview th a { /* header link */
    color:White;
    text-decoration:none;
}

.gridview th a:hover { /* header link hover */
    color:Red;
    text-decoration: underline;
}

.gridview td { /* rows */   
    padding: 2px;   
    border: solid 1px #c1c1c1;   
    color: #717171;   
}  

.gridview .gv_row_normal
{
   height: 30px;
   vertical-align: middle;
   text-align: center;
   background-color: #e5e5e5;
}
.gridview .gv_row_normal:hover
{
    background-color:#cccccc;
}
.gridview .gv_row_normal a { text-decoration:none; }
.gridview .gv_row_normal a:hover { text-decoration:underline; }

.gridview .gv_row_alternate
{
   height: 30px;
   vertical-align: middle;
   text-align: center;
   background-color: #eee;
}
.gridview .gv_row_alternate:hover
{
    background-color:#cccccc;
}
.gridview .gv_row_alternate a
{
    text-decoration:none;
}

a.gv_open_line {
    background-image: url( 'theme_images/gv-row-open.png' ); background-repeat:no-repeat;
    padding:2px 0 3px 18px;
    text-decoration:none;
    font-size:8pt;    
    margin:0 5px 0 3px;
}

a.gv_edit_line {
    background-image: url( 'theme_images/gv_edit_line.png' ); background-repeat:no-repeat;
    padding:2px 0 3px 18px;
    text-decoration:none;
    font-size:8pt;    
    margin:0 5px 0 3px;
}

a.gv_remove_line {
    background-image: url( 'theme_images/gv_remove_line.gif' ); background-repeat:no-repeat;
    padding:2px 0 3px 18px;
    text-decoration:none;
    font-size:8pt;
    margin:0 5px 0 3px;
}

.grid_border {
    border:1px solid Silver;
    padding:1px;
}

.gv_footer
{
   height: 40px;
   vertical-align: middle;
   color:White;
   text-align:center;
   background-image: url( 'theme_images/gv_footer_middle.gif' ); background-repeat: repeat-x;
}

.gv_footer a {
    color:White;
    text-decoration:none;
}

.gv_footer a:hover {
    color:Red;
    text-decoration:none;
}

.gv_pager
{
   height: 30px;
   vertical-align: middle;
   text-align:center;
 }

.gv_pager a {
}

.gv_pager a:hover {
    color:Red;
    font-weight:bold;
}

div.cmd_pane {
    padding-top:12px;
    width:100%;
    border:0px solid red;
    clear:left;
}

fieldset {
    border: 1px solid cyan;
    text-align:left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

ul {
    list-style-type:none;
}

li {
    list-style-type:none;
}

label{
    font-weight:bold;
}

.RequiredFieldvalidator {
    color:Red;
    font-size:9pt;
    font-style:italic;
    font-weight:bold;
}

h1 {
    font-size:14pt;
    color:#9d8257;
    padding-bottom:10px;
}

h2 {
    font-size:12pt;
    padding-bottom:8px;
}

h3 {
    font-size:11pt;
    padding-top:5px;
    padding-bottom:3px;
}

.command_center {
    width:100%;
    text-align:center;
    padding-top:16px;
    padding-bottom:10px;
    clear:both;
}
.command_left {
    width:100%;
    text-align:left;
    padding-top:16px;
    padding-bottom:10px;
    clear:both;
}

.div_left {
  float:left;
}
.div_right {
  float:right;
}

/* ------------------------------------------------------------------ 
 Grid Commands 
 ------------------------------------------------------------------ */
.grid_commands {
  width: 760px;
  border: 0px solid #E0E0E0;
  padding: 0 20px 0px 20px;
  padding-bottom: 5px;
  float: left;
}

.grid_commands ul {
  list-style-type: none;
}

.grid_commands li {
  padding-left: 5px;
  height: 32px;
  vertical-align: middle;
  float: left;
}

.grid_commands .li_field {
  padding-top: 10px;
}

.grid_commands .li_button {
  padding-top: 8px;
}

.grid_commands .li_checkbox {
  padding-top: 12px;
  float: right;
}

.grid_commands .li_float_right {
  padding-top: 12px;
  float: right;
}

.formfield_error {
    background-color:Red;
    color:White;
    font-size:8pt;
    font-weight:bold;
    padding:0 3px 0 3px;
    float:left;
 }
 
 .login_info {
   margin-top:10px;
   font-weight:bold;
 }
 
 #poweredby {
   margin-top:16px;
   color:#C3A15E;
 }
 
 #poweredby a {
   color:#C3A15E;
 }
 
.commandlink {
  font-weight:bold;
  font-size:11pt;
  margin-right:5px;
}

.busy {
  position: absolute;
  left: 45%;
  top: 25%;
  visibility:visible;
  vertical-align:middle;
  border: 1px solid silver;
  padding:30px 50px 20px 50px;
  text-align:center;
  background: #E0DCDD;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75,finishopacity=75);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.cuspageads {
  text-align:center;

 }
