/*
################################################################################
#
# Filename:		Application.css
#
# Description:	Application-level cascading style sheet.  Modify the CSS styles
#				in this document as they pertain to application-wide styles.
#				Styles that are unique to a specific module should be defined
#				in that modules Module.css file.
#
################################################################################
*/

/* text specific styles */
BODY {font-family:arial,helvetica,sans-serif; color:#000000}


/* link specific styles */
A {text-decoration:underline; color:#0000FF}
A:link {}
A:active {}
A:visited {}
A.Anchor {text-decoration:none; color:#000000;}


/* table specific styles */
TABLE {font-size:10pt}
TR.ColumnHeader {background-color:#000099; font-weight:bold}
TD.ColumnHeader {background-color:#000099; font-weight:bold}
TR.Row {background-color:#CCCC99}


/* form specific styles */
INPUT {font-family:arial,helvetica,sans-serif}
BUTTON {}
SUBMIT {}


.main {  font-family: arial,helvetica,sans-serif; font-size: 11px; color: #000000}
.label {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	text-align:right;
	vertical-align : middle;
}
.MainWhiteBold {  font-family: arial,helvetica,sans-serif; font-size: 12px; font-weight: bolder; color: #FFFFFF}

