﻿/* Default CSS Stylesheet for a new Web Application project */
        
.text
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

.boldText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold
}

.whiteText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: White;
}

.boldWhiteText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: White;
	font-weight: bold
}

.lightGreyText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #cccccc;
}

.redText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: Red;
}

.largeLightGreyText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #cccccc
}

.largeGreyText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666
}

.heading
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	/*background-color: #CCCCCC;*/
	background: url(Images/bground_sidePane.gif);
	height: 20px;
	padding-left: 10px
}

.headingWhiteText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	/*background-color: #CCCCCC;*/
	background: url(Images/bground_sidePane.gif);
	height: 20px;
	padding-left: 10px;
	color: #FFFFFF
}

.subHeading
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.whiteHeading
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

.pageHeading
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	/*color: White;*/
}

.divContainer
{
	overflow: auto;
}

.tableBorder
{
	border: 1px;
	border-collapse: collapse;
	border-style: solid;
}

.tableBorderWhite
{
	border: 1px;
	border-collapse: collapse;
	border-style: solid;
	border-color: #ffffff
}

.header_footer_bgcolor
{
	background-color: #336699;	
}

.mattersListbox
{
	height: 300px;
	width:250px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

.hoursTextbox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	width: 60px
}

.textbox
{
	width: 250px;
}

.formColumn1
{
	width: 150px;
}

.formColumn2
{
	width: 300px
}

html, body
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

table
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}
/*
a:link
{
	text-decoration: none;
	color: #3333cc;
}

a:visited
{
	text-decoration: none;
	color: #333399;
}

a:active
{
	text-decoration: none;
	color: #333399;
}

a:hover
{
	text-decoration: underline;
	color: #3333cc;
}
*/
hr
{
	color: #666666;
/*	border-style: hidden;  */
	height: 1px;
}

img {
	border: 0;
}
