/* Default CSS Stylesheet for a new Web Application project */

/*----------Page----------*/
Body
{
	background: #E4E3DE;
}

/*----------Tables----------*/
.TABLE_A
{
	 
}

.TABLE_B
{
	border-width:1px;
	border-style: solid;
	border-color:#213D52;
	border-collapse: separate;
	background-color:#E4E3DE;
	width: 600px;
}

.TABLE_B TH
{
	text-align:center;
	border-color: #213D52;
	background:#213D52;	
}

.TABLE_B TD
{
	border-width: 1px;
	padding: 1px;
	border-color:#213D52;
}

/*----------Headings----------*/
.TD_Heading
{
	text-align:center;
	vertical-align:top;
	background:#213D52;	
}

.FONT_Heading
{
	font-family: Tahoma;
	font-size: small;
	color:White;
}

/*----------SubHeadings----------*/
.TD_SubHeading
{
	vertical-align:top;
	background-color:#213D52;
	text-align:left;
}

.FONT_SubHeading
{
	font-family: Tahoma;
	font-size: smaller ;
	color:white;
}

/*----------Labels----------*/
.TD_Label
{
	vertical-align:top;
	text-align:left;
}

.FONT_Label
{
	font-family:Tahoma;
	font-size: smaller;
	color: Black;
}

/*----------Data----------*/
.TD_Data
{
	background-color:#E4E3DE;
	vertical-align:top;
}

.TD_DataAlt
{
	background-color:#2588C1;
	vertical-align:top;
}

.FONT_Data
{
	font-family:Tahoma;
	font-size: smaller;
	color: Black;
}

/*----------Buttons----------*/
.TD_Button
{
	background-color:LemmonChiffon;
	vertical-align:middle;
	text-align:right;
}
.TD_ButtonAlt
{
	background-color:#E4E3DE;
	vertical-align:middle;
	text-align:right;
}

.FONT_Button
{
	font-family:Tahoma;
	font-size: smaller;
	color: Black;
}

.FONT_ButtonAlt
{
	font-family:Tahoma;
	font-size: smaller;
	color: Black;
}

