/* Default CSS Stylesheet for a new Web Application project */
.pageTitle
{
	font-weight:bolder;
	font-size: 17px;
	text-transform: capitalize;
	color: lightgrey;
	font-family: Verdana;
	text-align: right;
	border-bottom-color: #59686F;
	border-bottom-style:solid;
	border-bottom-width: 1px;
}
.bigfont_blue
{
	font-weight: bolder;
	font-size: 24px;
	text-transform: capitalize;
	color: darkblue;
	font-family: Verdana;
}
.pageSubTitle_blue
{
	font-weight: bolder;
	font-size: 13px;
	text-transform: capitalize;
	color: lightskyblue;
	font-family: Verdana;
}

.pageSubTitle_blue2
{
	font-weight: bolder;
	font-size: 13px;
	text-transform: capitalize;
	color: steelblue;
	font-family: Verdana;
}
.pageSubTitle_red
{
	font-weight: bolder;
	font-size: 13px;
	text-transform: capitalize;
	color: firebrick;
	font-family: Verdana;
}
.pageSubTitle_black
{
	font-weight: bolder;
	font-size: 13px;
	text-transform: capitalize;
	color: black;
	font-family: Verdana;
}
.fieldset_title
{
	font-weight: bolder;
	font-size: 11px;
	color: darkgray;
	font-family: Verdana;
	text-align:left
}
.insideText_black
{
	font-family: verdana;
	color: Black;
	font-size: 11px
}
.insideText_red
{
	font-family: verdana;
	color: firebrick;
	font-size: 11px
}
.insideText_red_bold
{
	font-family: Verdana;
	color: firebrick;
	font-size: 11px;
	font-weight:700
}
.insideText_black_med
{
	font-family: Verdana;
	color: Black;
	font-size: 9px
}
.insideText_black_small
{
	font-family: Verdana;
	color: Black;
	font-size: 7.5px
}
.insideText_black_large
{
	font-family: Verdana;
	color: Black;
	font-size: 13px
}
.insideText_black_bold
{
	font-family: Verdana;
	color: Black;
	font-size: 11px;
	font-weight:700
}
.link_white
{
	font-family: Verdana;
	font-size: 10px;
	color:White;
}
.link_white_small
{
	font-family: Verdana;
	font-size: 8px;
	color:White;
}
.link_blue
{
	font-family: Verdana;
	font-size: 10px;
	color: #336699
}
.link_blue_big
{
	font-family: Verdana;
	font-size: 13px;
	color: #336699
}
.link_blue_med
{
	font-family: Verdana;
	font-size: 11px;
	color: #336699
}
.link_blue_small
{
	font-family: Verdana;
	font-size: 8px;
	color:#336699;
}
.button_blue
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
	background-color:#336699
}
.button_white
{
	font-family: Verdana;
	font-size: 10px;
	color: #336699;
	font-weight:bold;
	background-color:#FFFFFF
}
.link_black_bold
{
	font-family: Verdana,arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none
}
.link_white_bold
{
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:600
}
.borderLight_black
{
	border-color:black;
	border-style:solid;
	border-width: 1px;
}
.menu_item
{
	font-family: Verdana,Arial;
	font-size: 12px;
	background-color: aliceblue;
	border-top-color: #D8E4F8;
	border-top-width: 1px;
	font-weight:bold;
}
.menu_subitem
{
	font-weight: bold;
	font-size: 10px;
	border-top-color: aliceblue;
	border-top-width: 1px;
	font-family: Verdana, Arial;
}
.menu_border
{
	border-width: 1px;
	border-color: #000033;
	background-color: #81afcf;
	width: 90%
}
.menuSide_border
{
	font-weight: bolder;
	font-size: 10px;
	color: darkgray;
	font-family: Verdana;
	width: 90%	
}

.row_header_blue1
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 12px;
	font-weight:600;
	border-left: black 1px solid;
	border-bottom: black 2px ridge;
	font-family: Verdana;
	background-color: #81afcf;
	text-align: left
}
.row_header_red1
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 12px;
	border-left: black 1px solid;
	border-bottom: black 3px ridge;
	font-family: Verdana;
	background-color: crimson;
	font-weight:500;
}
.row_header_simple
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 12px;
	border-left: black 1px solid;
	border-bottom: black 3px ridge;
	font-family: Verdana;
	font-weight:500;
}
.error_text
{
	font-weight: bold;
	font-size: 11px;
	color: firebrick;
	font-family: verdana;
}
.error_text_small
{
	font-weight: bold;
	font-size: 8px;
	color: firebrick;
	font-family: verdana;
}
.dgItem
{
	background: white;
	font-family: Verdana;
	color: Black;
	font-size: 11px
}
.dgItem_alt
{
	font-size: 11px;
	background: whitesmoke;
	color: black;
	font-family: Verdana;
}
.dgHeader
{
	font-family: Verdana;
	color: Black;
	font-size: 11px;
	font-weight: bold;
}
.dgHeader_blue
{
	font-family: Verdana;
	background-color: #81afcf;
	font-size: 11px;
	font-weight: bold;
}
body
{
	font-family: Georgia,verdana, Serif;
}
