body {
	background-color: #e5e9f6;
    font-family:Tahoma;
    font-size:16px;
    min-width:1240px;
}

.hide {
	display:none;	
}

h2{
    margin-top:0;
}

.btn {
    background-color:#2772ce;
    border:solid 1px #5d5d5d;
    color:#ffffff;
    cursor:pointer;
    font-size:14px;
    font-weight:bold;
    padding:5px 20px;
}

.btn-cancel{
    background-color:#ce7227;
    border:solid 1px #5d5d5d;
    color:#ffffff;
    cursor:pointer;
    font-size:14px;
    font-weight:bold;
    padding:5px 20px;
}

.tbl-border {
    border:solid 1px #eaeaea;
    border-bottom:none;
    border-right:none;
}

.tbl-border td {
    border:solid 1px #eaeaea;
    border-top:none;
    border-left:none;
}

#container{
    width:100%;
    min-width:1240px;
}

#div_Top {
    position:relative;
	width: 100%;
	height: 170px;
	background-image:url(../images/bg_menu.png);
	left: 0px;
	top: 0px;
}
#div_logo {
	position: absolute;
	width: 190px;
	height: 207px;
	left: 0px;
}
#div_bgRight {
	position: absolute;
	width: 446px;
	height: 151px;
	right: 0;
	background-image:url(../images/right_bg.png);
}
#div_menu {
	position: relative;
	height: 50px;
	top: -48px;
	left: 10px;
    float:left;
}
#apDiv5 {
	position: fixed;
	width: 100%;
	height: 30px;
	left: 0px;
	bottom: 0px;
	background-color:#243e89;
    padding-top:10px;
	text-align:center;
	font-size:13px;
    color: rgb(255, 255, 255);
    z-index:1000;
}
#apDiv6 {
	background-color:#FFF;
	border:1px solid #CCC;
	border-radius:10px;
	padding:5px;
	position: absolute;
	width: 200px;
	height: 40px;
	right: 18px;
	top: 88px;
}
#div_Org {
	position: absolute;
    top:0;
	width: 424px;
	height: 136px;
	left:225px;
	background-image:url(../images/Org_name.png);
	
}
#div_content {
	position: relative;
	padding: 20px 20px 60px;
    margin: 10px 20px 60px 20px; 
    border-radius: 10px; 
    width: 95%; 
    height: auto; 
    background-color: rgb(255, 255, 255);
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
  z-index:2000;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #243e89;
  display: inline-block;
  font-family:Tahoma, Geneva, sans-serif;
  font-size: 14px;
  min-width: 170px;
  text-align: center;
  text-decoration: none;

}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
}

#cssmenu > ul > li.active a:hover {
  background: -moz-linear-gradient(top, #eceff8 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eceff8), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #eceff8 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #eceff8 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #eceff8 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #eceff8 0%, #f1f1f1 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  filter: none;
}
#cssmenu > ul > li a {
  box-shadow: inset 0 0 0 0px #eceff8;
  -moz-box-shadow: inset 0 0 0 0px #eceff8;
  -webkit-box-shadow: inset 0 0 0 0px #eceff8;
  background: #eceff8 url(../images/grad_dark.png) repeat-x left top;
  background: -moz-linear-gradient(top, #eceff8 0%, #f1f1f1 50%, #dde4f9 51%, #eceff8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eceff8), color-stop(50%, #f1f1f1), color-stop(51%, #dde4f9), color-stop(100%, #eceff8));
  background: -webkit-linear-gradient(top, #eceff8 0%, #f1f1f1 50%, #dde4f9 51%, #eceff8 100%);
  background: -o-linear-gradient(top, #eceff8 0%, #f1f1f1 50%, #dde4f9 51%, #eceff8 100%);
  background: -ms-linear-gradient(top, #eceff8 0%, #f1f1f1 50%, #dde4f9 51%, #eceff8 100%);
  background: linear-gradient(to bottom, #eceff8 0%, #f1f1f1 50%, #dde4f9 51%, #eceff8 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eceff8', endColorstr='#eceff8', GradientType=0);
  line-height: 31px;
  padding: 0 25px;
  filter: none;
}
#cssmenu > ul > li a:hover {
  background: #eceff8 url(../images/grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #eceff8 0%, #f1f1f1 50%, #dbe3f7 51%, #dde4f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eceff8), color-stop(50%, #f1f1f1), color-stop(51%, #dbe3f7), color-stop(100%, #dde4f9));
  background: -webkit-linear-gradient(top, #eceff8 0%, #f1f1f1 50%, #dbe3f7 51%, #dde4f9 100%);
  background: -o-linear-gradient(top, #eceff8 0%, #f1f1f1 50%, #dbe3f7 51%, #dde4f9 100%);
  background: -ms-linear-gradient(top, #eceff8 0%, #f1f1f1 50%, #dbe3f7 51%, #dde4f9 100%);
  background: linear-gradient(to bottom, #eceff8 0%, #f1f1f1 50%, #dbe3f7 51%, #dde4f9 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eceff8', endColorstr='#eceff8', GradientType=0);
  filter: none;
}
#cssmenu > ul > li:first-child a {

  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;

}
#cssmenu > ul > li:last-child a {

  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
#cssmenu .has-sub:hover ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 31px;
  left: -1px;
  min-width: 100%;
  text-align: center;
  /* IE7 */

  *width: 100%;
}
#cssmenu .has-sub ul li {
  text-align: center;
  position:relative;
  border-bottom:solid 1px #000;
}
#cssmenu .has-sub ul li a {
  border-top: 0 none;
  border-left: 0px solid #5d5d5d;
  display: block;
  line-height: 120%;
  padding: 9px 5px;
  text-align: center;
}

#cssmenu .has-sub ul .has-sub2 ul {
    display:none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 100%;
    text-align: center;
    border-left:solid 1px #000;
}

#cssmenu .has-sub:last-child ul .has-sub2 ul {
    border-left:none;
    border-right:solid 1px #000;
    left:auto;
    right:100%;
}

#cssmenu .has-sub ul .has-sub2:hover ul {
    display:block;
}

#tabs {
  padding: 3px 0;
  margin-left: 0;
//  font: bold 12px Tahoma;//Verdana;
  font: 12px Tahoma;//Verdana;
  border-bottom: 1px solid gray;
  list-style-type: none;
  text-align: left;
<!--
  border-bottom: 10em;//.5em solid #03c;
  margin: 0;
  padding: 0;
-->
}
#tabs li { 
  display:inline; 
  border-top: .1em solid #03c;
  border-left: .1em solid #03c;
  border-right: .1em solid #03c;
}
#tabs li a {
  text-decoration: none;
  padding: 0.25em 1em;
  color: #000;
} 
.highlighted {
    color: #261F1D;
    background-color: #F7FE2E;
}
.contents{
	margin: 20px;
	padding: 20px;
	list-style: none;
	background: #F9F9F9;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.contents li{
    margin-bottom: 10px;
}
.loading-div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.56);
	z-index: 999;
	display:none;
}
.loading-div img {
	margin-top: 20%;
	margin-left: 50%;
}

/* Pagination style */
.pagination{margin:0;padding:0;}
.pagination li{
	display: inline;
	padding: 6px 10px 6px 10px;
	border: 1px solid #ddd;
	margin-right: -1px;
	font: 15px/20px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	box-shadow: inset 1px 1px 5px #F4F4F4;
}
.pagination li a{
    text-decoration:none;
    color: rgb(89, 141, 235);
}
.pagination li.first {
    border-radius: 5px 0px 0px 5px;
}
.pagination li.last {
    border-radius: 0px 5px 5px 0px;
}
.pagination li:hover{
	background: #CFF;
}
.pagination li.active{
	background: #F0F0F0;
	color: #333;
}
.ui-autocomplete {    
        padding-right: 5px;  
        max-height:200px;  
        overflow: auto;  
}    
