/* Default CSS Stylesheet for a new Web Application project */
.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #333333;
}

.PageSubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #333333;
}

.Content {
	color: #333333;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ContentImage 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.NewsBoxTitle {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;

}

.NewsBox {
	font-size: 8pt;
	color: #333333;
}

.AddNew 
{	
	font-size: 8pt;
	font-style: italic;
}

.Footnote 
{	
	color: Black;
	font-size: 8pt;
	font-weight: normal;
}


.StdFormLabel 
{
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}

.ReqFormLabel 
{
	font-size: 8pt;
	color: red;
	font-weight: bold;
}

.StdFormField
{
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
}

Input {
	font-size: 9pt;
	font-family: Verdana;
}

Input.Button {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
}

Select {
	font-family: Verdana;
	font-size: 9pt;
}

TextArea {
	font-size: 9pt;
	font-family: Verdana;
}

.ReportHeader {
	font-weight: bold;
	font-size: xx-small;
	background:  #FFDE7D;
	color: #000000;
	text-align:center;
}

.ReportHeader a:link {
	text-decoration: underline;
	color: #000000;
}

.ReportHeader a:active {
	text-decoration: underline;
	color: #000000;
}

.ReportHeader a:visited {
	text-decoration: underline;
	color: #000000;
}

.ReportHeader a:hover {
	text-decoration: underline;
	color: #000000;
}

/* - Row Item - */
.ReportRow1 {
	font-size: xx-small;
	color: black;
	background-color: #E0E0E0;
	text-align:center;
	vertical-align:top;
}

.ReportRow2 {
	font-size: xx-small;
	color: black;
	background-color: #FFFFFF;
	text-align:center;
	vertical-align:top;
}

.ReportPager {
	font-size: xx-small;
	background-color: #FFFFFF;
	color: Black;
}


/* For Calendar Picker */
.standard-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.ErrorMessage
{
	color: Red;
	font-size: 10pt;
	font-family: Verdana, Arial, MS Sans Serif;
}

.ErrorTitle
{
	color: Red;
	font-size: 16pt;
	font-weight: bold;
}
