@charset "TIS-620";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #DCFCE7;
	background-image: url(images/b.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #7f8001;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #containerNews {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #7f8001;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #d0dab4;
	background-image: url(main.jpg);
} 
.twoColFixLtHdr #header {
	background-color:#6aac3f;
	padding: 0 0px 0 0px;
	height: 216px;
	background-image: url(head.png);
}
/* ------------------------------- header -------------------------------------*/
#headoscc {
	height:213px;
}
.twoColFixLtHdr #marquee{ 
	margin: 185px 0 0 450px;
	font-family:MS Sans Serif;
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
} 
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:100%;
	padding: 0;
	background-color:#6aac3f;
	font: 15px MS Sans Serif;
	color:#666666;
}

.twoColFixLtHdr #sidebar font {
	font: 15px MS Sans Serif;
	color:#0000FF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 20px 0 230px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	background-color: #DCFCE7;
} 
.twoColFixLtHdr #mainContent  a { 
	font: 15px MS Sans Serif ; 
	text-decoration :none;
    color: #333;
} 
.twoColFixLtHdr #mainContent  a:hover { 
	font: 15px MS Sans Serif ;
    color: #0d9b06;
} 
.twoColFixLtHdr #mainContent  a:active { 
	font: 15px MS Sans Serif ; 
	text-decoration :none;
    color: #333;
} 
h2 {
	font: 15px MS Sans Serif; font-weight:bold;
	color:#FF6600;
}
.twoColFixLtHdr #mainContent  label { 
	font: 15px MS Sans Serif; font-weight:bold;
	color:#FF6600;
} 
h3 { 
	font: 15px MS Sans Serif; font-weight:bold;
	color:#339900;
} 
.twoColFixLtHdr #mainContent  label { 
	font: 15px MS Sans Serif; font-weight:bold;
	color:#339900;
} 
.twoColFixLtHdr #mainContent  font { 
	font: 15px MS Sans Serif; font-weight:500;
	color:#64b60a;
} 
.twoColFixLtHdr #mainContent  td {
	font: 15px MS Sans Serif;
	color:#666666;
} 
.twoColFixLtHdr #mainDetialNews { 
	margin: 20px 50px 0 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
} 
.twoColFixLtHdr #mainDetialNews label { 
	font: 15px MS Sans Serif; font-weight:bold;
	color:#339900;
} 
.twoColFixLtHdr #mainDetialNews font { 
	font: 15px MS Sans Serif; font-weight:500;
	color:#64b60a;
} 
.twoColFixLtHdr #mainDetialNews td { 
	font: 15px MS Sans Serif; 
	color:#666666;
} 
.twoColFixLtHdr #footer { 
	font: 15px MS Sans Serif;
	text-align:center;
	background: url(images/bar.jpg);
	height:54px;
} 
.twoColFixLtHdr #footer font { 
	font: 15px MS Sans Serif;
	font-weight:900;
	color:#FFFFFF;
	text-align:center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.aceButton {
background-color: #FFFFFF;
border-color: #c0cdb1;
border-style: beveled;
border-width: 1;
color: #FFFFFF;
font-size: 14pt;
font-family: sans-serif;
}

/*-----------------------------------ส่วนการทำ Link ---------------------------------------------------------*/
    #tabsC {
      float:left;
      width:100%;
      background:#EDF7E7;
      font-size:14px;
	  line-height:normal;
	  border-bottom:2px solid #006600;
      }
    #tabsC ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("images/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
	float:left;
	display:block;
	background:url("images/tabrightC.gif") no-repeat right top;
	color:#464E42;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 6px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }
      #tabsC #current a {
                background-position:0% -42px;
      }
      #tabsC #current a span {
                background-position:100% -42px;
      }
.shownews #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C8DFB3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #7f8001;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.shownews #titlebar {
	margin: 20px 20px 0 20px;
	padding: 1em 1em 1em 1em;
	background: #FFFFFF;
   	font: 16px MS Sans Serif bold;
	color:#003300;
}
.shownews #detialbar {
	margin: 10px 20px 0 20px;
	padding: 1em 1em 1em 1em;
	background: #FFFFFF;
  	font: 16px MS Sans Serif;
	color:#333333;
}
.shownews #departbar {
	margin: 0 20px 0 20px;
	padding: 1em 1em 1em 1em;
	text-align:right;
	background: #FFFFFF;
  	font: 15px MS Sans Serif ;
	color:#666666;
}
.shownews #footerbar {
	margin: 10px 20px 20px 20px;
	padding: 1em 1em 1em 1em;
	background: #FFFFFF;
  	font: 15px MS Sans Serif;
	color:#333333;
}
.shownews #footerbar  a { 
	font: 15px MS Sans Serif ; 
	text-decoration :none;
    color: #333;
} 
.shownews #footerbar  a:hover { 
	font: 15px MS Sans Serif ;
    color: #0d9b06;
} 
.shownews #footerbar  a:active { 
	font: 15px MS Sans Serif ; 
	text-decoration :none;
    color: #333;
} 
.shownews #footerbar  td { 
	font: 15px MS Sans Serif; 
	color:#666666;
} 
/*------------------------------button---------------------------------------------------*/
#buttonmenu {
	width: 230px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font: 15px MS Sans Serif;
	background-color: #5b9834;
	color: #333;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #000;
        }

        #buttonmenu ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #buttonmenu li {
	margin: 0;
	list-style: none;
	list-style-image: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
                }

        #buttonmenu li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #366616;
                border-right: 10px solid #78ad56;
                background-color: #5b9834;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

        html>body #buttonmenu li a {
                width: auto;
                }

        #buttonmenu li a:hover {
	background-color: #66C;
	color: #fff;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #8ec66a;
	border-left-color: #487f23;
                }

        #buttonmenu li #active {
	background-color: #6aac3f;
	color: #fff;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #8ec66a;
	border-left-color: #487f23;
                }
				
/* -------------------------------------------------------------------*/
#menu11 h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

#menu11 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

#menu11 img {
    border: none;
}

/*- Menu 11--------------------------- */

#menu11 {
	width: 200px;
	border-size: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #889944;
	border-right-color: #889944;
	border-bottom-color: #889944;
	border-left-color: #889944;
        }

#menu11 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu11 li a:link, #menu11 li a:visited {
        color: #889944;
        display: block;
        background:  url(images/menu11.gif);
        padding: 8px 0 0 25px;
        }

#menu11 li a:hover, #menu11 li #current { {
        color: #889944;
        background:  url(images/menu11.gif) 0 -32px;
        padding: 8px 0 0 27px;
        }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
	border-bottom-color: #60F;
}

