﻿/* Styles duplicated for the Editor  */
 a
,a:link
,a:hover
,a:visited
,a:active
{
	text-decoration: none;
	font-weight: bold;
}

.download_list .itemTitle
{
	text-decoration: none;
	font-weight: bold;
	color: #476886 !important	;	
}

.AnchorLink
{
	color: #476886 !important;	
}

.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, .TableDefault .TableDefaultTrOdd td
{
	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, .TableDefault .TableDefaultTrEve td
{
	background-color: #E8F0F7 !important;
	border-color: #C3D4DD !important;
	/*Only colors are defined here. Rest of the properties are defined in  CommonStyles.css */
}

.errorMsg
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #CC0000;
}

/*.bottom_links {
	color: #476886;	
}

.bottom_links a:link 
{
	color: #476886;	
}
.bottom_links a:visited {
	color: #476886;
}

.bottom_links a:hover {
	color: #c3d4dd;
}
.bottom_links a:active {
	color: #c3d4dd;
}
*/
