﻿*{margin:0; padding:0; }
body{}

select, input, textarea	{font-family:Arial, Helvetica, sans-serif; color:#3f3f3f; font-size:12px;
                            box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding:2px
}
input, textarea{
     border:1px solid rgb(201, 197, 197);
}
select {border:1px solid rgb(201, 197, 197);}
input[type="text"], input[type="password"]{}
option{}

h1{color:#666; font-size:22px;}
h2{font-size:18px; color:#0356ab; margin:0 0 10px 0; font-weight:normal}
h3,h4{font-size:13px; color:#0356ab; margin:0 0 10px 0}
h5, h6{font-size:12px; color:#3f3f3f; margin:0 0 10px 0}
img, fieldset{border:0}
.hidden{display:none;}
hr{color:#cecece; border-bottom:#fff solid 1px}
/***********/
ol, ul{list-style-type:none;}
dt{font-weight:bold; text-transform:uppercase;} 
/***********/
th, td{padding:1px 3px;}
	thead{font-weight:bold;}
p{line-height:16px;}
a				{color:#0356ab; text-decoration:none}
a:hover			{text-decoration:none;}
a.Emphasis:link {
    color: #0055E5;
    text-decoration: underline;
  }
  a.Emphasis:visited {
    color:#0055E5 ;
    text-decoration: underline;
  }
  a.Emphasis:hover {
    color: #0055E5;
    text-decoration: underline;
  }
  a.Emphasis:active {
    color: #0055E5;
    text-decoration: underline;
  }
.button{border:none; cursor:pointer; color:#fff; background: url(../../images/bgd_btn_02.gif) 0 0 repeat-x; padding:0 15px 1px 15px;margin:0px 2px; -moz-border-radius: 3px; height:23px; border-radius: 3px; }
.buttonDisable{background: url(../../images/bgd_btn_03.gif) 0 0 repeat-x !important;  }
.label{font-size:12px;}

.contextmenu {
    position:absolute!important;z-index:1000
}

