﻿/*** BODY ***/
/** { padding:0; margin:0; }*/
html {}
body { font: 11px Tahoma, Arial, serif; color: #000; }

h1 {}
h2 { font: 18px "Impact", Tahoma, Arial; color: #666; text-transform: uppercase;line-height:0px }
h3 { font: 14px "Century Gothic", Tahoma, Arial; color: #333; }
h4 { font: 12px "Arial", Tahoma, Arial; color: #666; text-transform: uppercase; }
hr { border: none; border-bottom: solid 1px #666; }
p { line-height: 18px; margin-bottom: 10px; }
a { color: #000000; text-decoration: none; }
a:hover { color: #000000; }
ul.hmenu li ul li a:hover { color: #a9a9a9; }
a img { border: none; }

.clear { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }
.whitespace10 { height: 10px; }
.whitespace20 { height: 20px; }

/*.blackline-gradation { background: url(../images/hmenu-bg.png) top right no-repeat; height: 28px; }*/
.blackline-top { background: url(../images/blackline-top.png) top right no-repeat; height: 46px; }
.blackline-bot { background: url(../images/blackline-bot.png) top right no-repeat; height: 27px; }
.leftcol { background: #ffffff url(../images/leftcol-bg.jpg) top left no-repeat; }
.leftbox { background: url(../images/leftbox-bg.png) repeat; -moz-border-radius: 5px; }
.wrapper {}
.table1 tr td { line-height: 18px; }
.editrecord tr td {}
.viewrecord tr td { line-height: 28px; }

/*ul.hmenu, ul.submenu { list-style: none; margin-bottom: 5px; }
ul.hmenu li, ul.hmenu ul.submenu li { display: inline-block; font-size: 10px; font-weight: bold; }
ul.hmenu li a { color: #ffff99; padding: 5px 5px; display: inline-block;}
ul.hmenu li a:hover { color: #333; background: #fff; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px; }
ul.hmenu li {  position: relative;}
ul.hmenu li ul.submenu li a {background: #000; }
ul.hmenu li ul.submenu {
    display:none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100px;
	background: #fff; 
}
ul.hmenu li:hover ul.submenu { display:block; }*/
ul.hmenu {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 5px 0px 7px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

}
ul.hmenu li {
 font-size: 10px; font-weight: bold;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 5px 5px;

  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.hmenu li a { color: #ffff99; padding: 5px 3px; }
ul.hmenu li a:hover { color: #333; background: #fff; }
ul.hmenu li:hover {
  background: #CCC;
  color: #333;
}
ul.hmenu li ul {
  padding: 0;
  position: absolute;
  top: 22px;
  left: 0;
  width: 181px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index:999999!important;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul.hmenu li ul li { 
 /* background: #ccc; */
  display: block; 
     color: #ccc;
  text-shadow: 0 -1px 0 #000;
}
ul.hmenu li ul li a { color: #333;  }
ul.hmenu li ul li:hover { background: #fff; color: #333;}
ul.hmenu li:hover ul {
  display: block;
  opacity: 1;
  color: #333;
  visibility: visible; 
}

ul.vmenu { list-style: none; margin: 10px 5px; }
ul.vmenu li { font-weight: bold; line-height: 20px; }
ul.vmenu li a { color: #333; }
ul.vmenu li a:hover { color: #999999; }

ul.smenu { list-style: none; margin: 5px 15px; }
ul.smenu li { font-weight: bold; line-height: 20px; }
ul.smenu li a { color: #333; text-decoration: none }
ul.smenu li a:hover { color: #999999; }

ul.amenu { list-style: none; margin: 5px 15px; }
ul.amenu li { font-weight: bold; line-height: 20px; }
ul.amenu li a { color: #333; }
ul.amenu li a:hover { color: #999999; }

input, button { font-size: 11px; color: #666; margin-right: 5px; margin-bottom: 5px; padding: 2px; }
.button1 { background: url(../images/btn-bg.jpg) repeat-x; height: 20px; 
	border: 1px outset; -moz-border-radius: 3px; color: #333333; cursor: pointer; }

.txtbox1 {
	font-family: Arial;
	font-size: 11px;
	height:17px; 
	color:#000;
	/*background-color: #FFFFFF;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	width:270px;
}
.readonly{
	background-color:#999;	
}
.txtbox2 {
	font-family: Arial;
	font-size: 11px;
	height:17px; 
	color:#000;
	/*background-color: #FFFFFF;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	width:150px;
}

.txtbox_m {
	font-family: Arial;
	font-size: 11px;
	height:17px; 
	color:#000;
	/*background-color: #FFFFFF;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	width:85px;
}

.txtbox_m2 {
	font-family: Arial;
	font-size: 11px;
	height:17px; 
	color:#000;
	/*background-color: #FFFFFF;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	width:100px;
}

.txtbox_s {
	font-family: Arial;
	font-size: 11px;
	height:17px; 
	color:#000;
	/*background-color: #FFFFFF;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	width:50px;
}

.txtbox_s2 {
	font-family: Arial;
	font-size: 11px;
	height:17px; 
	/*background-color: #FFFFFF;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	width:30px;
}


.textarea {  
	font-family: Arial;
	font-size: 11px;	
	color:#000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	width:300px;
}

.textarea_s {  
	font-family: Arial;
	font-size: 11px;
	color:#000;	
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	width:100px;
}

.dropdown1 {
	height:23px; font-family:arial; font-size:12px; width:150px;
}

.dropdown2 {
	height:23px; font-family:arial; font-size:12px; width:300px;
}

.dropdown_s {
	height:23px; font-family:arial; font-size:12px; width:70px;
}

.detail_red {
	vertical-align:top;
	color: #FF0000;
    font-size: 10px;
}
	
td, th {
	 font: 11px Tahoma, Arial, serif;
}

.grid { border:1px solid #b7b6b6; }

.gridheader {  border:1px solid #b7b6b6; background-color:#CFCFCF; font-weight:bold; height:20px; color:#000000; }

.gridline1 {  border:1px solid #b7b6b6; background-color:#FFFFFF; height:20px; padding-left:5px; }

.gridline2 {  border:1px solid #b7b6b6; background-color:#F8F8F8; height:20px;padding-left:5px; }

.gridline3 {  border:1px solid #b7b6b6; background-color:#FFFF99; height:20px;padding-left:5px; }

.link1:link {text-decoration:none; color:#000000;}

.TitleLink:link {text-decoration:underline; color:#000000;}

.subheader {text-decoration:underline; color:#000; font-weight:bold;}

.toptab ul { padding-left:1px; }
.toptab ul li { display:inline-block; background:#CCC; float:left; 
padding:5px 12px 5px 12px; margin-right:1px; font-size:13px; color:#000;}
.toptab ul li a{ color:#000; text-decoration:underline;}

ul.submenu li a{ color:#000;}
ul.submenu li a:hover{ color:black !important; background:#ccc !important}
ul.submenu li:hover{ color:black !important; background:#ccc !important}
ul.submenu li { background: #fff !important; border:1px solid #ccc }

 .defaultText { 
	font-family: Arial;
	font-size: 11px;
	height:17px; /*20px;*/
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8CBEE8;
	border-right-color: #B8D7EF;
	border-bottom-color: #B8D7EF;
	border-left-color: #8CBEE8;
	width:185px;
	padding-left:3px;
	
	 }
	
.defaultTextActive { color: #a1a1a1; font-style: italic; }	

.defaultTextlbl
{
	width:185px;
}
 