﻿/* Styles duplicated for the Editor  */
a
,a:link
,a:hover
,a:visited
,a:active
{
	text-decoration: none;
	color: #476886;
	font-weight: bold;
}

.TableDefault
{
	/*Only colors are defined here. Rest of the properties are defined in  CommonStyles.css */
}
.TableDefault .TableDefaultTh
{
	border-color: #C3D4DD !important;
	background-color: #DDE4EA !important;
	color: #476886 !important;
}
.TableDefault .TableDefaultThLevel2
{
	border-color: #C3D4DD !important;
	background-color: #B3C4D0;
	color: #476886;
}
 .TableDefault .TableDefaultTrOdd .TableDefaultTdOdd
 , .TableDefault tr .TableDefaultTdOdd
{
	background-color: WHITE !important;
	border-color: #C3D4DD !important;
	/*Only colors are defined here. Rest of the properties are defined in  CommonStyles.css */
}
 .TableDefault .TableDefaultTrEve .TableDefaultTdEve
,.TableDefault tr .TableDefaultTdEve
{
	background-color: #E8F0F7 !important;
	border-color: #C3D4DD !important;
	/*Only colors are defined here. Rest of the properties are defined in  CommonStyles.css */
}
