﻿h2 
{
	padding: 0px;
	font-size: 14px;
	color: #859884;
	font-weight: normal;
	line-height: 24px;
}

.listOverride
{
	display: list-item;
}

.standardTable
{
	border: 0px;
	padding: 0px;
}

.tableTitle
{
	text-align: right;
}

.tableField
{
	text-align: left;
}

.requiredField
{
	background-color: #fffacd;
}

.tableField input
{

}

.tableValidation
{
	color: #dbcfe2;
}

.textReview, .textReview p, .textReview td, .textReview h1, .textReview h2, .textReview h3, .textReview h4
{
	color: #5f645e;
}

input, textarea, submit, select
{
	font-size: 11px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color:#565B55;	
}

a			{	color: #654b74;	}
a:visited	{	color: #654b74;	}
a:hover		{	color: #654b74;	}
a:active	{	color: #654b74;	}

.purpleButton
{
	display: inline-block;
	text-decoration: none;
	padding: 0 10px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #5f645e;
	background-color: #9a80a8;
}
	
li
{
	line-height: 20px;
}

.accordionHeader
{
    border: 1px solid #5f645e;
    color: white;
    background-color: #9a80a8;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #5f645e;
    color: white;
    background-color: #654b74;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #dbcfe2;
    border: 1px dashed #5f645e;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: #5f645e;
}

.textBoxWatermark
{
	color: #c3bcc7;
}

.textBoxWatermarkRequired
{
	color: #d7cc83;
	background-color: #fffacd;
}

.status
{
    color: #fffacd;
    font-style: italic;
}

.customCalloutStyle div, .customCalloutStyle td
{
	text-align: left;
    border: solid 1px Black;
    background-color: #fffacd;
    color: Black;
}
.customCalloutStyle .ajax__validatorcallout_popup_table
{
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_popup_table_row
{
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_cell
{
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table
{
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table_row
{
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell
{
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}
.customCalloutStyle .ajax__validatorcallout_error_message_cell
{
    font-family: Verdana;
    font-size: 10px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}
.customCalloutStyle .ajax__validatorcallout_icon_cell
{
    width: 20px;
    padding: 5px;
    border-right: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell
{
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;
    text-align: center;
    width: 10px;
    padding: 2px;
    cursor: pointer;
}
