﻿.ControlPanel
{
	height: 100px;
	padding-right: 5px;
	padding-left: 5px;
}
.PanelControlPanel
{
	background-color: #0089D8;
}
.TitlePortlet
{
	background-color: #66CCFF;
	cursor: move;
	width: 100%;
}
.PanelTitlePortlet
{
	background-color: #66CCFF;	
}
.ButtonImage
{
	cursor: pointer;
}
.Highlight
{
	background-color: #FFFF00;
	color: #CC3300;
	font-weight: bold;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPanel
{
	border: 1px solid #000000;
	background-color: #FFFFCC;
	position: absolute;
	top: -300px;
	left: -300px;
}
.modalTitle
{
	background-color: #3399FF;
	color: #FFFFFF
}
.menuAlignLeft
{
	text-align:left;
}
.menuAlignCenter
{
	text-align:center;
}
.cellDay
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	background-color:#F7F7F7;
}
.cellLichTuan
{
	font-family:Arial;
	font-size:10pt;
	color:#205060;
	text-align:left;
	border:1;
	background-color:#F7F7F7;
}
.cellThoiGianLichTuan
{
	font-family:Arial;
	font-size:10pt;
	color:Red;
	
	background-color:#F7F7F7;
}
.cellTieuDeLichTuan
{
	font-family:Tahoma;	
	font-size:11pt;
	font-weight:bold;
	color:White;
	text-align:center;
	background-color:#6699CC;
}
.cellNgayTrongLichTuan
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	color:#A00000;
	text-align:left;
}
.aTopicDisplay A:link 
{
	text-decoration: none; color: #4288BC;
} 
.aTopicDisplay A:visited 
{
	text-decoration: none; color: #4288BC;
} 
.aTopicDisplay A:active 
{
	text-decoration: none;
} 
.aTopicDisplay A:hover 
{
	text-decoration: none; color: #FF9900;
}

