/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
@charset "utf-8";
@import url("button.css");
@import url("table.css");

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../image/bg.gif) repeat-x;
	font-family: Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

/*
table.theme-grey {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 1px;
    background-color: #CCCCCC;
}

th.theme-grey-row-header, th.theme-grey-column-header, td.theme-grey-cell {
    height: 25px;
    padding: 5px;
}

th.theme-grey-column-header {
    background-color: #EEEEEE;
    text-align: left;
}

th.theme-grey-row-header, td.theme-grey-cell {
    background-color: #FFFFFF;
}

th.theme-grey-row-header {
    text-align: right;
}
*/
tr {
	vertical-align:text-top;
}

td {
	font-family: Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

.ws-body {
	background: #FFFFFF;
	font-family: Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	margin:2px 2px 2px 2px ;
}
/* form */
input, button {
	/*margin:2px;*/
    /*
	line-height:18px;
	padding: 0 5px 0 5px;
	color: #000000;
	font-size: 13px;
    */

}

.textbox {
    font-family: tahoma;
    font-size: 10pt;
    border: solid 1px #CCCCCC;
    height: 22px;
    padding: 0 5px 0 5px;
}

textarea {
	margin: 2px;
	border:solid 1px #CCCCCC;
	height:70px;
	line-height:18px;
	padding: 0 5px 0 5px;;
	color: #333333;
	font-size: 13px;
}

.gbutton {
	background:url(../image/buttom1.png) repeat-x;
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BACKGROUND-COLOR: #ffffff; 
	TEXT-DECORATION: none; 
	BORDER-BOTTOM-STYLE: none; 
	color: #ffffff;
	width: 87px; 
	height: 24px; 
	font-family: Tahoma;
	text-align: center;	
}

/* form */

h1 {
	margin-top: 20px;
	color: #000000; 
	font-size:18px; 
	background:url(../image/line_hori.gif) repeat-x bottom; 
	height:30px; 
	width: 100%;
	/*float:left;*/
    margin-bottom: 15px;
}
/*
h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
	font-family: Verdana,Georgia, "Times New Roman", Times, serif;
}*/

h2, h2 a {
	font-size: 28px;
	text-decoration: none;
	color: #414141;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}

h5 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

h6 {
	margin-top: 20px;
	color: #000000; 
	font-size:15px; 
	background:url(../image/line_hori.gif) repeat-x bottom; 
	height:30px; 
	width: 100%;
	/*float:left;*/
    margin-bottom: 15px;
}
ul, ol {
    margin-top: 1.5em;
    margin-left: 3em;
}

p {
    line-height: 150%;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

hr {
	display: none;
}

/* Logo */

#logo {
    background: #FFFFFF url(../image/bg_silver.gif) repeat-x scroll 0 0;
	width: 100%;
	height: 96px;
	margin: 0px auto;
}

#logo h1, #logo font {
	margin: 0;
}

#logo img {
	float: left;
	padding: 2px 0 0 2px;
}


#logo font, #logo font a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/*

#logo marquee{
	background-color:#B0B193;
	color:#FFFFFF;
	float:left;
	height:20px;
	margin-bottom:4px;
	margin: 10px 0 4px 0;
}
*/

/*login*/
#login {
	width: 600px;
	height: 30px;
	float:right;
	padding-top: 0px;
	margin-top: 0px;
	/*background-color:#FFFF00;*/
}

#ws-login {
	height: 20px;
	float:right;
	padding-top: 0px;
	margin: 5px 20px 0 0;
}

#login font {
	float:right;
	padding-top: 10px;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 13px;
}


/* Menu */

#menu-tab{
	width: 600px;
	height: 46px;
	float:right;
	/*margin: 0px 0px 0px 0px;*/
	/*background-color:#FF00FF;*/
}

#menu-tab ul {
	list-style-type:none;
	/*padding-bottom:0px;*/
	float: right;
/*	margin: 28px 10px 0 auto;*/
	margin-bottom:0px;
}

#menu-tab li {
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
}

#menu-tab li.first {
	background: none;
}

#menu-tab a {
	display:block;
	color:#fff;
	background:#626327;
	line-height:27px;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	height:27px;
	font-size: 13px;
	font-weight:bold;
}
#menu-tab li a.right{padding-right:19px;}
#menu-tab li a:hover{background:#FFFFFF; color: #000000}
#menu-tab li a.current{color:#242424;background:#B0B193; }
#menu-tab li a.current:hover{color:#242424;background:#fff;}

/* maquee outside banner in normal menu */

#marquee_area {
	background-color:#B0B193;
	width: 100%;
	height: 5px;
	color:#FFFFFF;
	float:left;
	margin: 0px 0px 0px 0px;
}


/* Banner */

#banner {
	color:#FFFFFF;
	background-color:#626327;
	margin: 0 auto;
	padding: 2px 0px 0px 0px;
}
#banner img {
	border: 1px #FFFFFF solid
}
/*
#banner marquee {
	color:#FFFFFF;
	background-color:#B0B193;
	height:20px;
	margin-bottom:4px;
	float:right;
}

*/
/*
.menusearch{
	float:right;
	margin: 0 auto;
}
*/
.bigheader a {
	font-size:16px;
	font-weight: bold;
	font-family: Verdana;
	color:#ffcc00;
	text-decoration: none;
}

.bigheader a:hover {
	color:#FFFF00;
}

/* Page */
#pagetable{

	background: #FFFFFF url(../image/bg_silver.gif) repeat-x;
	width: 980px;
	margin: 0px auto;
	/*padding: 0px 0px 0px 0px;*/

}
/*
#page{

	background: #FFFFFF url(../image/bg_silver.gif) repeat-x;
	width: 980px;
	margin: 0 auto;
	padding: 2px 2px 1px 2px;

}
*/
/* ------------ pook --------------- */
#bgtablecalendar{
	background: #FFFFFF url(../image/LOCK.png) no-repeat;
}
.fontDtablecalendar{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:25px;	
}
.fontMtablecalendar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;	
}
.fontYtablecalendar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	line-height:18px;
}
.fontSmall{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006600;
	font-size:11px;	
}
a.fontSmall {
	color:#009900;
	text-decoration: none;
	line-height: 11px;
}
a.fontSmall:visited {
	color:#009900;
	text-decoration: underline
}
a.fontSmall:hover {
	color:#009900;
	text-decoration: none
}
H4{
	font-size : 15px; color: #999966;
	line-height: 28px;
	background:url(../image/line_hori.gif) repeat-x bottom; 
	
	width: 90%

}
a.underline {
	color:#3366FF;
	text-decoration: none;
	line-height: 18px;
}
a.underline:visited {
	color:#3366FF;
	text-decoration: none
}
a.underline:hover {
	color:#000000;
	text-decoration: underline
}
/* ----------- pook --------------- */
/* leftmenunav */
#leftmenunav{
	float: left;
	width: 190px;
	font-size: 13px;
}

ul.leftnav{
    /*padding:top right bottom left*/
	margin: 15px 0 0 0; 
	padding:10px 10px 10px 10px; 
	list-style:none;
	text-align: left;
}
ul.leftnav li{
	background:url(../image/line_hori.gif) repeat-x 0 100% #FFFFFF;
	height:25px;
	color:#7C7C7C;
	line-height: 22px;
	font-weight:bold;
}
ul.leftnav li a{
	font-weight:normal;
	font-size: 13px;
	padding:0 0 0 15px; 
	background: url(../image/arrow_list.gif)  no-repeat 0 10px #FFFFFF;
	display:block;
	color:#000000; 
	text-decoration:none; 
	height:24px;	
}
ul.leftnav li a:hover{
	background: url(../image/arrow_list2.gif)  no-repeat 0 10px #FFFFFF;
	background-color:#999966; 
	color:#FFFFFF;
}

ul.leftnav li a:active{
	background: url(.../image/arrow_list2.gif)  no-repeat 0 10px #FFFFFF;
	background-color:#999966; 
	color:#FFFFFF;
}
/*-----------joice---------------------*/
a.underline5 {
	color:#000000;
	text-decoration: none;
	line-height: 18px;
}
a.underline5:visited {
	color:#000000;
	text-decoration: none
}
a.underline5:hover {
	color:#000000;
	text-decoration: underline
}
a.more {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

a.more:hover {
	color: #000000;
	text-decoration: none;
}
a.more2 {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.more2:hover {
	color: #000000;
	text-decoration: none;
}

/*-------------------------------------*/
/* Content */

/*
#content {
	margin: 0 auto;
	width: 740px;
	background-color:#0033FF;
}
*/

.post {

}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;
}




/* Box  Tab  Panal */
.box {
	width: 720px;
	border: solid 1px #AAAAAA;
	margin: 10px 0 0 30px;

		
}
.inbox {
	padding: 10px 10px 10px 10px;
}

.TabbedPanels {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	
	
	
/*	cursor: pointer;*/
}
.TabbedPanelsMenuGroup {
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin: 0px !important;
	padding: 0px !important;
	border-bottom: solid 1px #AAAAAA;
	background: url(../image/bg_26px.gif) repeat-x;
	
	
}
.TabbedPanelsTab {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 0 7px !important;
	color: #666666;
	background: url(../image/bg_act_26px.gif) repeat-x;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	
	
}
.TabbedPanelsTab A {
	color: #999999;
	text-decoration: none;
/*	cursor: pointer;*/

	font-size: 13px;

}
.TabbedPanelsTab A:hover {
	color: #000000;
	text-decoration: underline;
/*	cursor: pointer;*/
	font-size: 13px;
}
.TabbedPanelsDefaultTab {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 0 7px !important;
	color: #333333;
	background: #FFFFFF;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	
}
.TabbedPanelsDefaultTab A {
	color:#333333;
	text-decoration: none;
	font-size: 13px;
	
}
.TabbedPanelsTabHover {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 0 7px !important;
	color: #666666;
	background: url(../image/bg_silver_26px.gif) repeat-x;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #FFFFFF;
}
.TabbedPanelsTabHover a, .TabbedPanelsTabSelected a:hover {
	color: #000000;
	text-decoration: none;
		font-size: 13px;
}
.TabbedPanelsTabSelected {
	height: 25px;
	line-height: 25px;
	color: #CC3300;
	border-bottom: solid 1px #FFFFFF;
	background: url(../image/bg_silver_26px.gif) repeat-x;
	font-size: 13px;
}
.TabbedPanelsTabSelected a {
	color: #CC3300;
}
.TabbedPanelsContentGroup {
	clear: both;
	background: #FFFFFF;
}
.TabbedPanelsContent {
	padding: 5px;
}

/* Box  Tab  Panal in workspace */

.ws-box {
	width: 99%;
	border: solid 1px #AAAAAA;
	
}

/* Footer */
/*
#footer {
	clear: both;
	width: 970px;
	height: 40px;
	background: url(../image/img05.gif) no-repeat center;
	padding: 30px 10px 0 0;

}

#footer p {
	float:right;
	margin: 0;
	line-height: normal;
	color: #626327;
	font-weight: bold;
}


#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: right;
}

#footer .credit {
	float: right;
}
*/

label.error {
    color: #FF0000;
    position: relative;
    top: 5px;
}
