body
{
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	font-family: "Arial";
	font-size: 9pt;
}

th
{
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	background-image: url('../img/th.jpg');
	color: #ffffff;
}

td
{
	font-size: 9pt;
}

input, textarea, select
{
	font-size: 8.5pt;
	font-family: "Arial";
}

h1
{
	font-size: 20pt;
	font-weight: normal;
	font-family: "Arial";
	color: #03a0d5;
	margin-bottom: 5px;
}

h2
{
	font-size: 14pt;
	font-weight: normal;
	font-family: "Arial";
	color: #14B61F;
	margin-bottom: 5px;
}

h3
{
	font-size: 11pt;
	font-weight: normal;
	font-family: "Arial";
	color: #03a0d5;
	margin-top: 0px;
	margin-bottom: 5px;
}

a
{
	text-decoration: none;
	color: #0000cc;
}
a:hover
{
	text-decoration: underline;
}

.textField
{
	border: 1px solid #000000;
}

form
{
	margin: 0px;
}

.table100
{
	width: 100%;
}

.td1, .td1right, .td1center, .td1nowrap
{
	margin: 1px;
	background-color: #f0f0f0;
}
.td2, .td2right, .td2center, .td2nowrap
{
	margin: 1px;
	background-color: #e0e0e0;
}

.td1nowrap, .td2nowrap
{
	white-space: nowrap;
}

.td1right, .td2right
{
	text-align: right;
}
.td1center, .td2center
{
	text-align: center;
}

.right
{
	text-align: right;
}

img
{
	border: 0px;
}

.whiteText, .whiteText a
{
	color: #ffffff;
}

.blackText, .blackText a
{
	color: #000000;
}

.menuTopLeft
{
	background-image: url('../img/tab_inactive_left.jpg');
	width: 5px;
	height: 37px;
	font-size: 1pt;
}
.menuTopMiddle
{
	background-image: url('../img/tab_inactive_middle.jpg');
	height: 37px;
	text-align: center;
}
.menuTopMiddle a
{
	color: #ffffff;
}
.menuTopRight
{
	background-image: url('../img/tab_inactive_right.jpg');
	width: 5px;
	height: 37px;
	font-size: 1pt;
}

.menuTopLeft1
{
	background-image: url('../img/tab_active_left.jpg');
	width: 5px;
	height: 37px;
	font-size: 1pt;
}
.menuTopMiddle1
{
	background-image: url('../img/tab_active_middle.jpg');
	height: 37px;
	text-align: center;
}
.menuTopMiddle1 a
{
	color: #000000;
}
.menuTopRight1
{
	background-image: url('../img/tab_active_right.jpg');
	width: 5px;
	height: 37px;
	font-size: 1pt;
}

.menuTopSpacer
{
	width: 3px;
}

.boxBlackTop
{
	margin-top: 10px;
	width: 145px;
	height: 34px;
	background-image: url('../img/box_black_top.jpg');
}
.boxBlackTop div
{
	padding-top: 10px;
	color: #ffffff;
}
.boxBlackBottom
{
	width: 145px;
	background-color: #f5f5f5;
}
.boxBlackBottom div
{
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	padding: 5px;
}


.boxGreenTop
{
	margin-top: 10px;
	width: 145px;
	height: 34px;
	background-image: url('../img/box_green_top.jpg');
}
.boxGreenTop div
{
	padding-top: 10px;
	color: #ffffff;
}
.boxGreenBottom
{
	width: 145px;
	background-color: #f5f5f5;
}
.boxGreenBottom div
{
	border-left: 1px solid #9acdb0;
	border-right: 1px solid #9acdb0;
	border-bottom: 1px solid #9acdb0;
	padding: 5px;
}

.boxGreenBottomB
{
	width: 145px;
}
.boxGreenBottomBorder
{
	border-left: 1px solid #9acdb0;
	border-right: 1px solid #9acdb0;
	border-bottom: 1px solid #9acdb0;
	padding: 5px;
}


.boxBlueTop
{
	margin-top: 10px;
	width: 145px;
	height: 34px;
	background-image: url('../img/box_blue_top.jpg');
}
.boxBlueTop div
{
	padding-top: 10px;
	color: #ffffff;
}
.boxBlueBottom
{
	width: 145px;
	background-color: #f5f5f5;
}
.boxBlueBottom div
{
	border-left: 1px solid #57adc7;
	border-right: 1px solid #57adc7;
	border-bottom: 1px solid #57adc7;
	padding: 5px;
}

.boxBlueBottomB
{
	width: 145px;
}
.boxBlueBottomBorder
{
	border-left: 1px solid #57adc7;
	border-right: 1px solid #57adc7;
	border-bottom: 1px solid #57adc7;
	padding: 5px;
}

.infoBox
{
	background-color: #fff9d7;
	border: 1px solid #e2c822;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.divRssDate
{
	margin-bottom: 10px;
	color: #888888;
}

.DropShadow
{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
}

.RoundBorder
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.tableLog {
	width: 100%;
}
.tableLog td {
	overflow: hidden;
}

.divPaging a {
	display: inline-block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 22px;
	text-align: center;
	border: 1px solid #e0e0e0;
	padding: 3px;
}

.LargeGreenButton
{
	display: inline-block;
	padding: 15px;
	margin: 10px;
	text-transform: uppercase;
	font-size: 10pt;
	background: #81D742;
	color: #000;
	border-radius: 5px;
}
