A:link
{
	text-decoration: none;
	color: #0033CC;
}
A:visited
{
	text-decoration: none;
	color: #0033CC;
}
A:Active
{
	text-decoration: none;
	color: #0033EE;
}

A:hover
{
	text-decoration: underline;
	color: #003399;
}

a.VoteLink
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #0099CC;
}
a.VoteLink:hover
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #F0FFFF;
	text-decoration: none;
	background-color: #33AAEE;
}

a.BreadCrumb
{
	color: #FF0066;
	text-decoration: underline;
}
a.BreadCrumb:Visited
{
	color: #FF0066;
	text-decoration: underline;
}
a.BreadCrumb:hover
{
	color: #F0FFFF;
	background-color: #FF3399;
	text-decoration: none;
}

.DataGridHeader_Cyan
{
	font-weight: bold;
	font-size: 10pt;
	background-image: url(/images/header_bg_Cyan.gif);
	color: #0066cc;
	font-family: Verdana;
}

body
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
	scrollbar-arrow-color: #F0F0FF;
	scrollbar-3dlight-color: #E0EAFF;
	scrollbar-highlight-color: #AABBCC;
	scrollbar-face-color: #8FAFCF;
	scrollbar-track-color: #C0CFDA;
	scrollbar-shadow-color: #80A0C0;
	scrollbar-darkshadow-color: #50606A;
}

.PageTable
{
	background-color: #cccccc;
	border-collapse: collapse;
	border: 0px solid #F0F0FF;
}

a.LogInLogOutLink
{
	text-decoration: underline;
	color: White;
}

a.LogInLogOutLink:Visited
{
	text-decoration: underline;
	color: White;
}

a.LogInLogOutLink:hover
{
	text-decoration: underline;
	color: White;
}

.tdCenter
{
	text-align: center;
}

.tblMainBlog
{
	/* NOTE: This Table is inside the td tag.. */
	width: 880px;
	color: #003366;
	border-collapse: collapse;
	border-width: 0px;
	border-color: #CC0000;
	border-style: solid;
	
	font-family: Tahoma;
	background-color: #f4f7f8;
}

.trIntermediateRow
{
	/*
	display:none;
	*/
}

.BlogHeader
{
	height: 99px;
	color: #333333;
	padding-left: 20px;
	padding-top: 20px;
	background-image: url(/images/blog/top-main.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

.BlogName
{
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size:xx-large;
}

.BlogDescription
{
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: medium;
}

.TopLeftBlogHeader
{
	width: 20px;
	background-image: url(/images/blog/top-left.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

.TopCenterBlogHeader
{
	width: 880px;
	min-height: 30px;
	height: 30px;
	background-image: url(/images/blog/top-center.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-attachment:inherit;
}

.TopRightBlogHeader
{
	width: 20%;
	background-image: url(/images/blog/top-right.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

.NewsTicker
{
	background-color: #808386;
	color: #FFFFFF;
	height: 15px;
	padding: 3;
	margin: 0;
	text-align: center;
	font-family: Tahoma;
	font-size: 8pt;
}

.tdBlogContent
{
	background-color: #f4f7f8;
	background-image: url(/images/blog/main-pane-bg.jpg);
	background-repeat: repeat-y;
	padding-left: 20;
	padding-top: 15;
}

.divBlogContent
{
	overflow: auto;
	width: auto;
	padding: 5px;
	margin: 5px;
	border-style: dotted;
	border-width: 0px;
	border-color: Blue;
}

/* PLEASE READ!
 * You don't need to specify the width of "tdLeftPanel" and "tdRightPanel" class!
 * Because the page use javascript and server code to automatically adjust the width --
 * on all container columns (Left & Right)
 * What you need is just specify the width of .Snap class. */

.tdLeftPanel
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	min-height: 50px;
}

.tdRightPanel
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	min-height: 50px;
}

.LeftSideBorder
{
	width:25%;
	background-image: url(/images/blog/outer-leftbg.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}

.RightSideBorder
{
	width: 25%;
	background-image: url(/images/blog/outer-rightbg.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #cccccc;
}

.tdBottomSpace
{
	height:0px;
	display:none;
	visibility:hidden;
}

.Snap
{
	/* The width of Snap is fixed at 230px. */
	margin-bottom: 0px;
	padding-bottom: 5px;
	color: #3366cc;
	padding:0px;
	background-color: inherit;
	background-image: url(/images/blog/righ-division.jpg);
	background-position: left;
	background-repeat: repeat-y;
	border-width: 0px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	z-index:5;
}

.SnapHeader
{
	color: #3366cc;
	cursor: move;
	width: 100%;
	max-width: 230px;
	text-align:center;
	background-image: url(/images/blog/righ-panebg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	border-left: solid 1px #8a7569;
}

.SnapContent
{
	color: #544b40;
	background-color: #f0faff;
	padding-top: 9px;
	padding-right: 3px;
	max-width: 230px;
	margin: 0px;
	border-right: #8a7569 1px solid;
	border-top: #8a7569 1px solid;
	border-left: #8a7569 1px solid;
	border-bottom: #8a7569 1px solid;
}

.SmallFont
{
	font-family: Tahoma, Verdana;
	font-size: 8pt;
}

.TableTopNavigation
{
	border: 0px solid #003366;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: #4682B4;
}

.messagestyle
{
	border: 1 solid #009900;
	background-color: #AAFFAA;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.SubjectCss
{
	border-bottom: 0px dashed #CFBFFF;
}

.TableBottomNavigation
{
	width: 100%;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #4682B4;
	border: 1px solid #507090;
	border-left: 0px solid #507090;
	border-collapse: collapse;
}

.TableBottomNavigation_Cell
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.ManageBlog
{
	margin-bottom:5px;
	border:1px solid red;
}

.MyScrollBar2
{
	/* 	scrollbar-base-color: #3399FF; 	scrollbar-track-color: #F0F0F0; 	scrollbar-arrow-color: #FF00FF; 	scrollbar-shadow-color: #FFAAFF; 	scrollbar-darkshadow-color: #FF80FF; 	scrollbar-3dlight-color: #FFCCFF; 	scrollbar-highlight-color: #FFE0FF; 	padding:3px; 	*/
}

/* Calendar */

.CalendarOtherMonthDay
{
	color: silver;
}

.CalendarDay
{
	color: Black;
}

.CalendarHaveTopicDay
{
	font-weight:bold;
	text-decoration: underline;
	color: #993333;
}

.CalendarHeader
{
	color: #3366cc;
	background-color: inherit;
	background-image: url(/ThaiBlog/images/blog/righ-division.jpg);
	background-position: left;
	background-repeat: repeat-x;
	border-top: solid 1px #6699CC;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 5px; /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= '#003499' , EndColorStr= '#6698CB' );*/
	cursor: move;
}

.Topic
{
	font-weight: bold;
	font-size: large;
	color: #003399;
}

.PostBody
{
	
}

.TopicDetails
{
	border-bottom: steelblue 1px dashed;
	padding-bottom:5px;
	margin-bottom:19px;
}

.TopicLongDate
{
	font-size:small;
}

.TopicLink
{
    font-weight:bold;
	font-size:small;
}

.TopicDate
{
	font-family: Verdana; font-size:x-small; margin-top: 0; padding-top: 0; padding-left: 20px;
}

.PostCommentTable
{
	width: 400px;
	margin-top:9px;
	border:1px dotted #3399CC;
}

.DefaultButton
{
	font-family:Tahoma;
	font-weight:bold;
	background-color: #ddeeff;
	color: #003366;
	border: #3366cc 1px solid;
}

.DefaultTextBox
{
	border: #ff6666 1px solid;
	background-color: #ffffff;
	color: #003366;
}

.tblEachComment
{
	width:450px;
	background-color: #D3F3FF;
	border: 1px dotted #777777;
}

.AdminBox
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	z-index: 9;
}

.RadDock
{
    margin-bottom:5px;
    padding-bottom:5px;
}
