
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h1 {
	margin:0px;
	padding:0px;
}

h2 {
	margin-bottom:0px;
}

/*
input.text {
	font-family:Zawgyi-One, Verdana, Arial, Helvetica, sans-serif;
}

textarea.text {
	font-family:Zawgyi-One, Verdana, Arial, Helvetica, sans-serif;
}
*/

/*
a:link {
	color: #2E432E;
}

a:visited {
	color: #2E432E;
}

a:hover {
	text-decoration:none;
	color:#FF0000;
}
*/
a:link {
	text-decoration: none;
	color:#0000FF;
}
a:visited {
	text-decoration: none;
	color:#0000FF;
}
a:hover {
	text-decoration: underline;
	color:#0000FF;
}
a:active {
	text-decoration: none;
	color:#0000FF;
}

.widget_font {
	font-size:7pt;
}

.table_main_center {
	margin-left: 15px;
}


.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 13px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #ffffff;
background-color: #2e6ab1;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

table.index_page {
	background-color: #ffffff;
}

table.index_page:hover {
	background-color: #f2f2f2;
}

.table_wrapper {
	border: 1px solid #2b66a5;
}

.table_wrapper:hover {
	background-color: #f2f2f2;
}

.post_box, .post_box_body, .post_box_head, .post_box_head h1 {
	background: transparent url(post_box.png) no-repeat bottom right;
}

.post_box {
	padding-right: 5px;
	margin: 5px 0px 5px 0px;
}

.post_box_body img {
	border: 0px;
}

.post_box_head {
	background-position: top right;
	margin-right: -5px;
	padding-right: 10px;
	border: 0px solid purple;
}

.post_box_head h1 {
	background-position: top left;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	border: 0;
	padding: 10px 0px 15px 15px;
	white-space: nowrap;
	color: #de9c09;
}

.post_box_head h1 a, .post_box_body a {
	color: #0000FF;
}

.post_box_head h1 a:visited, .post_box_body a:visited {
	color: #0000FF;
}

.post_box_head h1 a:hover, .post_box_body a:hover {
	color: #0000FF;
}

.post_box_head h1 a:active, .post_box_body a:active {
	color: #0000FF;
}

.post_box_body {
	background-position: bottom left;
	margin-right: 15px;
	padding: 0px 0px 15px 15px;
	border: 0px solid red;
	color: #000000;
}

.post_box_body .post_date {
	text-align: right;
	margin-bottom: 5px;
}
