

/*Pokpak's based CSS tab*/
.treeview ul{ /*CSS for Simple Tree Menu*/
background: white url() no-repeat left 1px;
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 22px;
margin-bottom: 2px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../image/arrow_o_5.gif) no-repeat left 1px;

}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;

}
.treeview a{color: #000000;
background-color: #FFFFFF;
padding: 1px;
padding-left: 0px;
display: block;
font: 12px Arial;
font-weight: bold;
text-decoration: none;
text-align: left;
background-color:#ffffff;}
.treeview a:hover {background-color: #FFFF00;

color: #000000;
text-decoration: none;}

textarea {
	display:list-item;
	font-family:Arial, Helvetica, sans-serif;
	scrollbar-face-color: transparent;
	overflow: hidden;
}
#tablist {
padding: 0px 0px;
margin-top: 0.1em;
text-align: right;  
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;

background: url(../image/blockdefault.gif) center center repeat-x;
}

#tablist li{
display: inline;
margin: 0;
}

#tablist li a{
text-align: right;
color: #ffffff;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid #ff9900;
}

#tablist li a:link, #tablist li a:visited{
color: #FFFFFF;
}

#tablist li a.current, #tablist li a:hover{
background: transparent url(../image/blockactive.gif) center center repeat-x;
}

#tabfooter {
padding: 0px 0;
text-align: center;  
font: bold 12px Arial;
width: 100%;
border: 0px solid #625e00;
background: black url(../image/blockdefault.gif) center center repeat-x;
}

.menuleft {

-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
border-color:#CCCCCC;
background-color:#ffffff;
}

.page{
font:12px Arial normal;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
border-color:#CCCCCC;
background-color:#ffffff;
}

.buttonscontainer {
	font-weight: bold;
	font-size: 16px;
	display: block;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

.buttons a{color: #000000;
background-color: #FFFFFF;
padding: 1px;
padding-left: 0px;
display: block;
font: 12px Arial;
font-weight: bold;
text-decoration: none;
text-align: left;
background-color:#ffffff;}

.buttons a:hover {background-color: #FFFF00;

color: #000000;
text-decoration: none;}


.link span, .link a { display:inline-block; width:23px; height:21px;margin-right:5px;line-height:21px; text-align:center;color:#0B3B8C; text-decoration:none}
.link span {background:url(../image/page.png) no-repeat -5px -86px;font-weight:bold;color:#fff;}
.link a {background:url(../image/page.png) no-repeat -5px -60px;color:#ff9900; text-decoration:none}
.link span.next, .link a.next { width:51px; height:21px; background:url(../image/page.png) no-repeat -5px -34px;}
.link span.next {color:#ff9900;font-weight:normal;}
.link a:visited {color:#0B3B8C}
	
.p:first-letter {color:#ff0000;font-size:large}
.p {font: bold 13px Arial; color:#0000FF}

.linkline {
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;}
.linkline a{text-align:center}
.thrColFixHdr #container { 
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EBEBEB;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background:#FF9900 url(../image/header.png) no-repeat; 
	padding: 0 0px 0 0px;
	width:100%;
	height:340px;

} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 24%; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 8px 8px 8px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0px 0px 0 26% 0px; background-color:#EBEBEB; 
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}