﻿/**************************************************************************/
/* These styles override those in the main theme ENDSLEIGH.css            */
/**************************************************************************/

.micro
{
	color: #999999;
	font-size: 1em !important;	
}

a 
{	
	color: #102245;
	cursor:pointer;
}

a:link 
{ 
	color:#102245;
	text-decoration: underline;
}

a:hover 
{
	color:#ff9900;
	text-decoration: underline;
}

.btnRightPadding
{
	padding-right: 25px;
}

/***************************************************/
/* Claims & Interested Parties page styles - START */
/***************************************************/

#ctl00_leftContentPlaceHolder_divInterestedParties .inputSection,
#ctl00_leftContentPlaceHolder_divIncidentDetails .inputSection
{
	padding: 1px 0 1px 0;
	margin: 4px 0 4px 0;
	width: 100%;
	background-color: #f9f9f9;
}

#ctl00_leftContentPlaceHolder_divIncidentDetails .inputSection
{
	border-top: solid 1px #b3b3b3;	
}

#ctl00_leftContentPlaceHolder_divInterestedParties .inputSection .interestedPartiesBox,
#ctl00_leftContentPlaceHolder_divIncidentDetails .inputSection .incidentDetailsBox
{
	padding: 10px;
	border-top: solid 1px #b3b3b3;
	background-color: #EAEAEA !important;
}

/***************************************************/
/* Claims & Interested Parties page styles - END   */
/***************************************************/
