/* Default CSS Stylesheet for a new Web Application project */
.master_container
{
	font-size: 10px;
	/*background-image: url(../images/layout/inner_bg.gif);*/
	font-family: Arial;
	/*background-color: #ffffff;*/
}

.field_label_center
{
	font-weight: normal;
	text-align: center;
	font-size: 12px;
}

.field_label
{
	font-weight: bold;
	text-align: right;
}

.lg_field_label
{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.lg_field_label_left
{
	font-size: 12px;
	text-align: left;
	background-color: White;
}

.lg_field_label_center
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: White;
}

.text_control
{
	font-size: 10px;
	font-weight: bold;
}

.lg_text_control
{
	font-size: 12px;
	font-weight: bold;
}

select.lg_text_control
{
	font-size: 12px;
	font-weight: bold;
	width : 235px;
}

.title_label
{
	font-size: 16px;
	font-weight: bold;
	background-color: White;
	text-align: left;
}

td
{
	font-size: 12px;
}
a:link { 
	color: #4976CF;
	}
a:visited { 
	color: #810081;
	}
a:hover { 
	color: #4976CF;
	}
a:active { 
	color: #4976CF;
	}