/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	font-weight: normal;
	font-size: x-small;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Calibri, Arial;
	letter-spacing: normal;
	background-color: #ffffff;
}

A
{
	font-size: 12px;
	color: #808080;
	font-family: Calibri, arial;
	text-decoration: underline;
}

A:link	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	black;
	}
td
{
	font-family:Calibri, Arial;
	font-size:12px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	}	


SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
.myButton
{
	border-right: #666 1px solid;
	border-top: #999 1px solid;
	font-weight: bold;
	font-size: x-small;
	filter: progid:DXImageTransform.Microsoft.Gradient( GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= '#ffcccccc' );
	border-left: #999 1px solid;
	color: #333;
	border-bottom: #666 1px solid;
	background-repeat: repeat-x;
	font-family: Calibri, Arial, 'trebuchet ms' ,helvetica,sans-serif;
}

.myTextBox
{
	border-right: silver 3px double;
	background-position: left center;
	border-top: silver 3px double;
	font-weight: bold;
	font-size: 12px;
	fbackground-image: url(images/textbox_bg.jpg);
	border-left: silver 3px double;
	border-bottom: silver 3px double;
	background-repeat: no-repeat;
	font-family: Calibri, Arial;
	background-color: white;
}
.myTextArea
{
	border-right: silver 3px double;
	background-position: left top;
	border-top: silver 3px double;
	font-weight: bold;
	font-size: 12px;
	fbackground-image: url(images/textarea_bg.jpg);
	border-left: silver 3px double;
	border-bottom: silver 3px double;
	background-repeat: no-repeat;
	font-family: Calibri, Arial;
	background-color: white;
}
.myLabel
{
	font-weight: bold;
	font-size: x-small;
	font-family: Calibri, Arial;
}
.myErrorMsg
{
	font-weight: bold;
	font-size: x-small;
	color: #ff0000;
	font-family: Calibri, Arial;
}
.myTitle
{
	border-top-width: 2px;
	font-weight: bold;
	border-left-width: 2px;
	font-size: 12pt;
	border-left-color: darkgray;
	border-bottom-width: 2px;
	border-bottom-color: darkgray;
	color: #000000;
	border-top-color: darkgray;
	font-family: Calibri, Arial;
	border-right-width: 2px;
	border-right-color: darkgray;
}
.myWindowTitle
{
	border-right: #666 1px solid;
	padding-right: 3px;
	border-top: #999 1px solid;
	padding-left: 8px;
	background-image: url(images/wintitle.jpg);
	padding-bottom: 3px;
	border-left: #999 1px solid;
	padding-top: 3px;
	border-bottom: #666 1px solid;
	background-repeat: repeat-x;
	font-family: Calibri, Arial;
}
.myWindow
{
	border-right: #666 1px solid;
	padding-right: 18px;
	border-top: #999 1px solid;
	padding-left: 18px;
	font-weight: bold;
	font-size: 84%;
	padding-bottom: 18px;
	border-left: #999 1px solid;
	color: #333;
	padding-top: 8px;
	border-bottom: #666 1px solid;
	font-family: Calibri, Arial;
	background-color: #f6f6f6;
}