
body
{
	background-image: url('Images/Skin/BG.png');   
	font-size: 12px;
	font-family: tahoma;
	color: #353535;
	padding-top: 40px;
}
.Holder
{
	width: 950px;
	text-align: right; 
}
.BG
{
	background-color: #EFEFEF;
	background-position: right;
	background-repeat: repeat-y;
	float: right;
}
.Banner
{
	background-image: url('Images/Skin/Banner.jpg');   
	background-repeat: no-repeat;
	background-color: #353535;
	height: 150px;
	width: 950px;
}
.MenuPlace
{
	background-image: url('Images/Skin/MenuPlace.png');   
	background-repeat: no-repeat;
	height: 42px;
	width: 950px;
}
.Main
{
    padding: 0px;
    padding-top: 20px;
}
.Right
{
	float: right;
	padding: 0px;
	padding-right: 10px;
}
.Left
{
	float: left;
	padding: 0px;
	padding-left: 15px;
	padding-top: 20px;
}
.Footer
{
	background-image: url('Images/Skin/Footer.png');   
	background-repeat: no-repeat;
	height: 50px;   
	width: 950px;
	float: right;
	text-align: center;
	color: white;
	padding: 12px 0px 5px 0px;
	line-height: 1.7;
	margin-top: 20px;
}

.Footer a:link,.Footer a:visited
{
	color: White;
}

a:link,a:visited
{
	color: #3366FF;
	text-decoration: none;
}
a:link:hover
{
	color: blue;
	text-decoration: underline;
}
input
{
	font-family: Tahoma;
}
hr
{
	height: 1px;
	border-width: 0px;
	border-top: solid 1px #EBEBEB;
}

.BoxTitle
{
	background-image: Url('Images/Skin/Title.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 22px;
	color: White;
	padding: 10px 52px 0px 0px;
	border-radius: 6px;
}

.BoxBody
{
	padding: 10px;
	text-align: justify;
	line-height: 1.6;
	background-color: White;
	border: solid 1px #B54344;
	border-radius: 6px;
	margin-top: 5px;
}

.Paging
{
	height: 20px;
	margin: 30px 0px 5px 0px;
	font-size: 12px;
}
.PagingItem, .PagingItem:visited, .PagingItem:hover, .PagingItemSelected
{
	border: solid 1px #d2d6d7;
	float: right;
	padding: 2px 3px 6px 4px;
	margin: 0px 0px 0px 3px;
	vertical-align: middle;
	text-align: center;
	width: 15px;
	height: 15px;
}
.PagingItem, .PagingItem:link, .PagingItem:visited
{
	background-color: White;   
	color: #3B5598;	
}
.PagingItem:hover
{
	background-color: #CCCCCC;
	color: White;
	text-decoration: none;
}
.PagingItemSelected
{
	background-color: #EFF7F9;
}

.Date
{
	color: #FF6666;
}
.Abstract
{
	font-size: 11px;
	color: #4A5188;
	text-align: justify;
}
.HighLight
{
	color: #CE8600;
}
.Question
{
}
.Answer
{
	font-size: 11px;
	color: darkgreen;
}
.TermDay
{
}

.GalleryItem
{
	background-color: #FBFCFF;
	border: solid 1px #EBEBEB;
	text-align: center;
	border-radius: 10px;
}
