/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-size: 13px;
	font-family: Tahoma;
        font-weight:normal;
}
table, tr, td {
	font-size: 13px;
	color: #333333;
	font-family: Tahoma;
        font-weight:normal;
}

.normalFont {
	font-size: 13px;
	color: #333333;
	font-family:Tahoma;
        font-weight:normal;
}
a:link {
	font-family:Tahoma;
	font-size: 13px;
	color: #2e5b85;
        font-weight:normal;
}
a:visited {
	font-family:Tahoma;
	font-size: 13px;
	color: #2e5b85;
        font-weight:normal;
}
a:hover {
	font-family:Tahoma;
	font-size: 13px;
	color: #0066FF;
        font-weight:normal;
}
a:active {
	font-family:Tahoma;
	font-size: 13px;
	color: #2e5b85;
        font-weight:normal;
}
.bbline{
	border-top: 1px solid #DDE8F3;
}

.searchbox {
	font-size: 13px;
	color: #333333;
	font-family:Tahoma;
        font-weight:normal;
width:202px;
}
.subHeader{
	font-size: 20px;
	color: #FF0030;
	font-family:kittithada;
    font-weight:normal;
}
.firstHeader{
	font-size: 20px;
	color: #FF0030;
	font-family:tahoma;
    font-weight:normal;
	border-bottom: 1px dashed #333333;
}
.secondHeader{
	font-size: 20px;
	color: #FF0030;
	font-family:tahoma;
    font-weight:normal;
	border-bottom: 1px dashed #333333;
}
.empty{
	background-color: #FFFFFF;
	text-align: center;
}
.post{
	background-color: #F23F86;
	text-align: center;
}
.today{
	color: #FFFFFF;
	background-color: #326DD8;
	text-align: center;
}
.todaypost{
	background-color: #F23F86;
	text-align: center;
}
span.tip{
	background-color: #F23F86;
	width:100%;
}
span.tip span {
	display: none;
}
.txtfooter{
	font-size: 11px;
}
#tooltip {
	padding: 3px;
	background: #FFFFFF;
	border: 1px solid #eee;
	text-align: center;
	font-size: 11px;
	opacity: .9;
}