@charset "utf-8";
html,body {
	height: 100%;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #4E5869;*/
	margin: 0;
	padding: 0;

}
body, td, th { font-family: Arial, Helvetica, sans-serif; }

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	margin: 0 ; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	display: block;
	min-height: 95%; /* real browsers */
	height: auto !important; /* real browsers */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #6F7D94;
}
.reportcontent{
	height: 100%;
	width: 100%;
	position:relative;
	display:inline-block;
}

.sidebar1 {
	
	float: left;
	width: 13%;
	
	/*background-color: #90bade;*/
     /*color: #333;*/
	/*padding-bottom: 10px;*/
}
.sidebar2 {

	float: left;
	width: 13%;
	
	/*background-color: #90bade;*/
     /*color: #333;*/
	/*padding-bottom: 10px;*/
}

.reportmain {
	
	float: right;
	width: 87%;
	
	/*background-color: #90bade;*/
     /*color: #333;*/
	/*padding-bottom: 10px;*/
}

.content {

	width: 80%;
	float: left;
}
.content1 {

	width: 100%;
	float: left;
	display: block;
	min-height: 100%; /* real browsers */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6 bug */

}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
/*
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; /
	 border-left: 10px solid #1958b7;
     border-right: 10px solid #508fc4;
     background-color: #2175bc;
      color: #fff;
}
ul.nav li {
	 border-bottom: 1px solid #90bade;
                margin: 0;
	
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	 border-left: 10px solid #1c64d1;
     border-right: 10px solid #5ba3e0;
	 background-color: #2586d7;
	 color: #FFF;
}*/

/*------------------------------------------      The New Ul navigation by chok   ----------------------------------            */
#panel { 
	width:200px;
	list-style:none; 	
	display:inline-block;
}

#panel li {  
	font-size: 14px;
	margin-top:3px;
	width:150px;
	background-color: #009933;
	background-image: linear-gradient(to bottom, #ffff99, #ffcc99);
	//*background: -moz-linear-gradient(top, #009933 0%, #ffcc99 100%);
	background: -webkit-linear-gradient(top, #009933 0%,#ffcc99 100%);
	background: -o-linear-gradient(top, #009933 0%,#ffcc99 100%);
	*/border-left:1px solid #009933; border-top:1px solid #009933; border-right:1px solid #009933; border-bottom:1px solid #009933;
	border-radius: 5px;
}

#panel li.animation { 
	-moz-transition: all 0.4s ease-in-out; 
	-moz-transform:translateX(0px); 
	-o-transition: all 0.4s ease-in-out; 
	-o-transform:translateX(0px); 
	-webkit-transition: all 0.4s ease-in-out; 
	-webkit-transform:translateX(0px); 
}

#panel li.animation:hover { 
	-moz-transform:translateX(25px);
	-o-transform:translateX(25px);
	-webkit-transform:translateX(25px);
}

#panel li:hover { 
	color:#00c6ff;
}

#panel li a { 
	color:#a9a9a9; 
	display:block; 
	padding:10px;
}

#panel li a:hover { 
	color:#00c6ff;
}

/* ~~ The footer ~~ */
.footer {
	
	background-color: #0000FF;
	color : #FFFFFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	width: 100%;
	height: 7%; /* ความสูงของ footer */
	display: block;
	text-align: center;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/* login cssfile*/
input, select { font-size: 10px;  border: 1px solid silver; }

.button1 { background: url(../images/j_button1_left.png) no-repeat; white-space: nowrap; padding-left: 10px; margin-left: 5px;}

.button1 .next { background: url(../images/j_button1_next.png) 100% 0 no-repeat; }

.button1 a {
	display: block;
	height: 26px;
	float: left;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	padding: 0 30px 0 6px;
}

table#btn {
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
}
table#head
{
margin:auto;
width:70%;
}


/*.button1,
.button1 div{
	height: 1%;
	float: right;
}*/

/* -- Specific styles ----------------------------- */

form  			{ margin: 0px; padding: 0px; }
form .inputbox  { width: 120px; margin-left: 10px; }
form br 	    { display: none; }
.login          { margin: 0 auto; width: 500px; margin-bottom: 100px; }

/*h1 {
  margin: 15px 0;
}*/  /* comment on 21 06 2013*/

p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#lock  {
	background: url(../images/key_1.jpg) 70% 0 no-repeat;
	width: 60px;
	height: 60px;
}

/*#section-box .m {
  padding: 10px;
}
#section-box .m {
  padding: 5px;
}
*/
/*#section-box .padding {
  padding: 30px 0;
}*/

#section-box,#section-box1  { width: 320px; margin:auto;
}


/*#section-box .padding {
	background: none; padding: 0;
}*/

.scrollit {
    overflow:scroll;
    height:400px;
}

.info_new {
    height:200px;
}


.button { text-align: right; }

.login-form    { text-align: left; width: 60%; }
.login-form h1 { display: none; }
.login-form p  { padding: 0 1em 0 1em; }

.login-text { text-align: left; width: 40%; float: left; }

#form-login label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	/*padding: 4px;*/
	color: #666;
	font-weight: bold;
}

#form-login .button_holder {
	float: left;
	padding-left: 180px;
}

#form-login div.button1{
 	float: left;
}

#form-login div.button1 div.next {
	float: left;
}

#form-login1 label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	/*padding: 4px;*/
	color: #666;
	font-weight: bold;
}

#form-login1 .button_holder {
	float: left;
	padding-left: 180px;
}

#form-login1 div.button1{
 	float: left;
}

#form-login1 div.button1 div.next {
	float: left;
}

/*  zone seou page  */

div.header,div.menuseou{
/*	background-color:#fbfbfb;*/
	}
