/***********************************************************************************************/
/* style overrides																			   */
/***********************************************************************************************/

/*
* link overrides
*/
a
{
	color: SteelBlue;
}

a:hover
{
	color: SteelBlue;
}

.linkCreateUser,
.linkCreateUser:hover
{
	color: SteelBlue;
}

/*
* treeview overrides
*/
td.treeviewSelectedNode
{
	background-image: url(tree_menu_back_selected.gif);
}

.treeviewSelectedNode a
{
	color: #666666;
}

/*
* button overrides
*/
.smallOrangeButton
{
	background-image: url(79x20_orange_button_hover.gif);
}

.smallOrangeButton img
{
	visibility: hidden;
}

.largeOrangeButton
{
	background-image: url(120x20_orange_button_hover.gif);
}

.largeOrangeButton img
{
	visibility: hidden;
}

.largeBlueButton
{
	background-image: url(120x20_blue_button_hover.gif);
}

.largeBlueButton img
{
	visibility: hidden;
}


/*
* tab overrides
*/
.divTabContentPanel
{
	border: solid 1px #cccccc;
	border-left: solid 0px;
	border-right: solid 0px;
}

.divTabContentPanelSelected
{
	border: solid 1px #cccccc;
	border-left: solid 0px;
	border-right: solid 0px;
}

.divTabHeaderContainerSelected
{
	background-image: url(tab-active-left.gif);
}

.divTabHeaderContainerRightSelected
{
	background-image: url(tab-active-right.gif);
}

.divTabHeaderContainerMidSelected
{
	background-image: url(tab-active.gif);
	color: #333333;
}

.RiskdiskDefaultTabStyle .ajax__tab_active .ajax__tab_outer
{
	background: url(tab-active-right.gif) no-repeat top right;
}

.RiskdiskDefaultTabStyle .ajax__tab_active .ajax__tab_inner
{
	background: url(tab-active-left.gif) no-repeat;
}

.RiskdiskDefaultTabStyle .ajax__tab_active .ajax__tab_tab
{
	background: url(tab-active.gif) repeat-x;
	color: #333333;
}

.RiskdiskDefaultTabStyle .ajax__tab_body
{
	border: solid 0px white;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.RiskdiskDefaultSubTabStyle .ajax__tab_active .ajax__tab_outer
{
	background: url(subtab_std_select_rightend.gif) no-repeat top right;
}

.RiskdiskDefaultSubTabStyle .ajax__tab_active .ajax__tab_inner
{
	background: url(subtab_std_select_leftend.gif) no-repeat;
}

.RiskdiskDefaultSubTabStyle .ajax__tab_active .ajax__tab_tab
{
	background: url(subtab_std_select_slice.gif) repeat-x;
	color: #333333;
}

/*
* grid overrides
*/
.grid .datatable TH
{
    border-bottom:solid 2px lightsteelblue;
}

.grid .datatable .row TD
{
    border-bottom:solid 1px lightsteelblue;
}

/*
* news overrides
*/
.newsEntryHeader
{
	background-image: url(HeaderArrow.gif);
}

.linkHeader
{
	color: SteelBlue;
	text-decoration: none;
}

.linkHeader:hover
{
	color: SteelBlue;
	text-decoration: underline;
}

.linkReadMore,
.linkReadMore:hover
{
	color: SteelBlue;
	text-decoration: underline;
}

/*
* News details styles start here
*/
.linkReturn
{
	text-decoration: none;
}

.linkReturn:hover
{
	color: SteelBlue;
	text-decoration: none;
}

/*
* Other overrides
*/
#helpPageContentContainer .sectionHeader
{
	color: SteelBlue;
}

#helpPageContentContainer .subSectionHeader
{
	color: SteelBlue;
}

#helpPageContentContainer .sectionHeader a:hover, #helpPageContentContainer .subSectionHeader a:hover
{
	color: SteelBlue;
}

#helpPageContentContainer .divGoBack a
{
	color: SteelBlue;
}

#helpPageContentContainer .divGoBack a:hover
{
	color: SteelBlue;
}

/*
* IPPR Overrides
*/
.divIPPRCapture .questionTable .question,
.divIPPRCapture .questionTable .answer
{
    border-bottom: solid 1px lightsteelblue;
}

.divIPPRSummaryContainer .divBusyIndicator
{
	background-color: #EEE;
}

.tableIPPRSection
{
	border-top: solid 1px lightsteelblue;
	border-bottom: solid 1px lightsteelblue;
}