﻿table#tblNewNews
{
}

table#tblNewsManager th
{
    background-color:#1C5E55;
    color: #ffffff;
}

.newSchedule
{
	font-size:small;
	color:White;
}

div.newSchedule
{
	float: left;
	clear: both;
	margin-left: 100px;
	margin-top:0px;
}

div.newScheduleDet
{
	float: left;
	clear: both;
	margin-left: 100px;
	border-style:double;
	border-color:#456da6;
	padding: 20px;
	font-size:small;
}

div.newSchedule td
{
	text-align:right;
	border: solid 1px #456da6;
}

.newSchedule table
{
	background-color:#678fb8;
	border: solid 1px #456da6;
}