/* 
    Document   : style.css
    Created on : Aug 30, 2011, 4:43:20 PM
    Author     : buyanbat
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
	background: #fff;
	margin: 0;
	font-size: 11px;
	color: #333;
}

div.wrapper{
	width: 100%;
	margin: 0 auto;
}

div.header{
	width:1138px;
	height: 80px;
	margin: auto;
	background: url(/images/header-bg.png) no-repeat center;
}

span.new_notice {
	color: orange;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 1px 5px;
	font-size: 10px;
}
span.faq_history {
	z-index: 1001px;
	position: absolute;
	border: 1px solid #888;
	width: 300px;
	padding: 10px;
	color: #666;
	font-size: 11px;
	background: #fff;
}

span.faq_history span.close {
	position: absolute;
	left: 300px;
	top: 4px;
	background: url(/images/gtk-close.png) no-repeat;
	display: block;
	height: 16px;
	width: 16px;
	font-size: 0px;
	cursor: pointer;
}


div.logo{
	margin-left: 85px;
	margin-top: 9px;
	float: left;
}
div.title{
	margin-left: 100px;
	margin-top: 15px;
	float: left;
	width: 425px;
}
div.menu{
	bottom: -5px;
  margin-left: 275px;
  position: relative;
}

div.menu ul{
	float: left;
	list-style: none;
	height: 30px;
	line-height: 30px;
	margin: 0;
}

div.menu ul li{
	float: left;
	background: url(/images/menu-bg.png) no-repeat scroll 100% -93px;
	height: 30px;
	line-height: 30px;
	padding-right:25px;
	margin-left: 5px;
	display: inline-block;
}

div.menu ul li.current{
		background: url(/images/menu-bg.png) no-repeat scroll 100% -31px;
}

div.menu ul li a{
	background: url(/images/menu-bg.png) no-repeat scroll 0px -62px;
	padding-left: 25px;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	vertical-align: middle;
}
div.menu ul li.current a{
	background: url(/images/menu-bg.png) no-repeat scroll 0px 0px;
	color: #F07D00;
}
div.menu ul li a span{
	line-height: 32px;
	height: 32px;
	position: relative;
	top: 10px;
}
div.content{
	background:#fff;
	width: 100%;
}
div.float-box{
	z-index: 999;
	position: fixed;
	top: 120px;
	left: 25%; 
	width: 65%;
	background: #fff;
	border-style: solid;
	border-color: #E5E5E5 #DBDBDB #D2D2D2;
	border-width: 1px;
	border-radius: 4px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 1.35);
	padding: 10px;
  text-align: center;
}

div.const-box{
	background: #fff;
	border-style: solid;
	border-color: #E5E5E5 #DBDBDB #D2D2D2;
	border-width: 1px;
	border-radius: 4px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 1.35);
	padding: 10px;
  width:250px;
  margin-top: 10px;
}

div.float-box-header{
	height: 30px;
	background: url(/images/pattern_2.png) repeat-x;
	color: #F07D00;
	margin: 0;
	padding: 0;
}

div.float-box-body{
	height: 840px;
	background: url(/images/nav-bg-s.png) repeat-x;
	color: #F07D00;
	margin: 0;
	padding: 0;
}

div.float-box-footer{
	height: 30px;
	background: url(/images/footer-bg-s.png) no-repeat scroll -5px ;
	color: #F07D00;
	margin: 0;
	padding: 0;
}
div.float-box h3{
  text-align: left;
}
div.footer{
	background:url(/images/footer-bg.png) no-repeat scroll 0 -40px;
	margin: 0 auto;
	width: 1008px;
	height: 60px;
}
div.footer p{
	margin: 0;
	height: 60px;
	line-height: 45px;
	text-align: center;
}
*{
  font-size: 11px;
  font-family: Ubuntu,Arial,sans-serif;
}
h1{
  font-size: 25px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #333;
	width: auto;
	display: inline-block;
}
.label{
	color:#F07D00;
	margin-left: 10px;
}
div#right h2,div#right h3,div.float-box h3{
	text-transform: uppercase;
	border-bottom: 1px solid #AFAFAF;
	width: 98%;
	padding-bottom: 2px;
	margin:  3px auto;
}
a.comment,a.edit,a.del,a.new,a.save,input[type=submit],
a.lpassword,a.eye,a.logout,a.password,a.user,a.comments{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6951e), color-stop(1, #f07c00) );
	background:-moz-linear-gradient( center top, #f6951e 5%, #f07c00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6951e', endColorstr='#f07c00');
	background-color:#f6951e;
	border-radius:2px;
	display:inline-block;
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	padding: 3px 10px 3px 10px;
	text-decoration:none;
	border:none;
	cursor:pointer;
	text-transform: uppercase;
}
a.comment:hover,a.edit:hover,a.del:hover,a.new:hover,a.save:hover,input[type=submit]:hover,
a.lpassword:hover,a.eye:hover,a.logout:hover,a.password:hover,a.user:hover,a.comments:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f07c00), color-stop(1, #f6951e) );
	background:-moz-linear-gradient( center top, #f07c00 5%, #f6951e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f07c00', endColorstr='#f6951e');
	background-color:#f07c00;
	text-decoration:none;
	color: #fff;
}

div#left {
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
	background: #fff;
	overflow: hidden;
}
div#left div {
    border-bottom: 1px solid #ccc;
		width: 98%;
}

div#left div.branch ,div#left div.branch div{	border: none;}
div#left div.branch {
	margin-left: 22px;
}


div#left a.expand {
	background: url(/images/expand.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0;
	border: none;
}

div#left a.expand:hover {
	background: url(/images/expandh.gif) no-repeat center center;
}

div#left a.collapse {
	background: url(/images/collapse.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0;
	border: none;
}

div#left a.collapse:hover {
	background: url(/images/collapseh.gif) no-repeat center center;
}

div#left a.loader {
	background: url(/images/loading.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0;
	border: none;
}

div#sidebar h3,div#left h3{
	background: url(/images/pattern_1.png) repeat-x;
	border: none;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	vertical-align: center;
	border-bottom: 1px solid #FFFFFF;
	color: #424242;
	width: 100%;
	text-transform: uppercase;
}
div#left h3{
	position: relative;
}

div#sidebar h3 cufon,div#left h3 cufon{
	top: 8px;
	left: 10px;
}

span.list-toggler{
	display: inline-block;
	position: relative;
	top: 5px;
}
div#right {
	padding-top: 5px;
	width: 60%;
	float: left;
	min-height: 900px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left:-2px;
}
div#sidebar {
	padding-top: 10px;
	width: 15%;
	float: left;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
}

div#sidebar table tr td {
    border-bottom: 1px solid #cfcfcf;
    padding-left: 5px;
    text-align: justify;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F07D00;
}
input[type="text"], input[type="password"], textarea, select {
    background: url("/images/text-bg.gif") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #B5B8C8;
    font-size: 11px;
    padding: 3px;
    width: 95%;
}

textarea.p-info{
	font-size: 11px;
	height: 170px;
}

div.list_container{
	border: none !important;
  max-height: 450px;
  overflow: auto;
}
div.list_container table{
  width: 100%;
}

table.extension{
	border: 0;
	padding: 0;
	width: 98%;
	background: #ccc;
	margin: 2px auto;
}
table.extension tr th{
	background: #fff url(/images/B4K_BWwP7P5.png);
	padding: 2px;
	padding-top: 4px;
}
table.extension tr td{
	border: 0;
	padding: 2px;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 4px;
	background: #fff;
}
table.extension tr.odd td{
  background: #f0f0f0;
}

table.extension tr.even td{
  background: #e5e5e5;
}

a.close-btn{
	width: 15px;
	height: 16px;
	display: block;
	font-size: 0px;
	background: url(/images/close-btn.png) no-repeat;
}

p.notice {
	padding: .5em .5em .5em 1em;
	margin: 1em 0;
	border: 1px solid #ddd;
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
	z-index: 2000;
	width: 80%;
	margin: 8px 8px;
	cursor: pointer;
}

p.notice span {
	float: right;
	display: inline-block;
	width: 9px;
	height: 9px;
	cursor: pointer;
}

div.faq-ctl{
  margin-left: 10px;
}

div.scontent{
    background: url("/images/shadow.png") repeat-y scroll 0 0 transparent;
    margin: -1px auto 0;
    padding: 5px 3px 3px;
    position: relative;
    width: 990px;
    z-index: 1;
}

a.add,a.remove,a.gfaq,a.gip,a.gdate,a.gfd,a.gfi,a.gindex {
	margin: 0;
  padding: 4px;
	background: url(/images/gtk-add.png) no-repeat center center;
	font-size: 11px;
	font-size: 0px;
	display: block;
	height: 16px;
	width: 16px;
	background-color:#f6951e;
	border-radius:2px;
	display:inline-block;
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	padding: 3px 10px 3px 10px;
	text-decoration:none;
	border:none;
	cursor:pointer;
	text-transform: uppercase;
}

a.gindex {background-image:  url(/images/gtk-justify-fill.png);}
a.remove {background-image: url(/images/gtk-remove.png) ;}
a.gfaq {background-image: url(/images/gtk-help.png) ;}
a.gip {	background-image:  url(/images/gtk-home.png);}
a.gdate {	background-image: url(/images/stock_calendar.png);}
a.gfd {	background-image: url(/images/stock_gantt.png);}
a.gfi {	background-image: url(/images/gtk-unindent.png) ;}

.pagination{
	padding: 3px;
}

.pagination a{
	border: 1px solid #999;
	padding: 3px 6px;
	border-radius: 8px;
}

.pagination .current{
	color: #f07c00;
	font-weight: bold;
	border: 1px solid #f07c00;
	padding: 3px 6px;
	border-radius: 8px;
}


element.style {
    border-radius: 5px 5px 5px 5px;
    z-index: 900;
}
.search-header {
    background: url("/images/search-bg.png") no-repeat scroll 0 0 transparent;
    height: 23px;
    overflow: hidden;
    position: relative;
    top: 19px;
    width: 155px
    
}

.search-header input[type=text]{
  border: none;
  color: #aaa;
  float: left;
  font-size: 11px;
  margin-left: 6px;
  margin-top: 3px;
  padding: 2px 0;
  width: 125px;
  background: #fff;
}
.search-header input[type=submit]{
  float: right;
  border: none;
  display: block;
  cursor:pointer;
  height: 15px;
  margin: 0;
  padding: 0;
  margin-right: 6px; 
  margin-top: 4px;
  width: 16px;
  background: url(/images/search-button.png) no-repeat;
  font-size: 0px;
}
div.menu-faq-sub{
  margin: 0;
  background: #fff;
  width: 500px;
	border-style: solid;
	border-color: #E5E5E5 #DBDBDB #D2D2D2;
	border-width: 1px;
	border-radius: 4px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 1.35);
  border-top: none;
  float: left;
  margin-left: 45px;
  padding: 10px;
  z-index: 10;
  position: absolute;
  top: 53px;
}
div.menu-faq-sub a{
  color :  #f07c00;
  font-weight: bold;
  text-transform: uppercase;
}

table.employeers{
  margin: 0;
  padding: 0;
  background: #ccc;
  width: 100%;
}

table.employeers tr td,table.employeers tr th{
  background: #fff;
  padding: 3px;
}
table.employeers tr.division td,table.employeers tr.department td{
  border: none !important;
  width: 100% !important;
  background: url(/images/B4K_BWwP7P5.png);
  padding: 3px !important;
}
table.employeers tr.department td{
  background: #eee; 
  color :#666;
}
table.employeers tr:hover td,table.employeers tr:hover th,{
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
}


input[type=text]#date_from,input[type=text]#date_to{
  width: 70%;
}

