/* Default CSS Stylesheet for a new Web Application project */

/* Page Format */
BODY
{
	BACKGROUND-COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	margin:0,0,0,0;
	color: #000000;


}
.HeaderPanel
{
	width: 741px;
	height: 86px;
	margin: 0px;
	
}
.MainPanel
{
	width: 741;

}
.EntryPanel
{
	width: 741;
/*	width: 620;*/
	padding: 5px;
/*	border: solid 1px #A5D892;*/
}
.ReceiptPanel
{
	width: 550;
	padding: 20px;
	border: solid 1px black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
.FooterPanel {
	width: 741px;
	height: 41px;
	left: 0px;
	bottom: 0px;
}
.tdTeamName {
	background-image: url(Images/bg_teamname.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 34px;
	font-weight: bold;
	font-size: 18px;
	color: #39A2B9;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: right;
	vertical-align: text-top;
	padding-left: 5px;
}
.tdHeaderLine {
	background-image: url(Images/bg_headerline.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.tdStepTitle {
	font-weight: bold;
	font-size: 18px;
	color: #39A2B9;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background-image: url(Images/bg_bodystep.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	padding-left: 5px;
	vertical-align: bottom;
	padding-bottom: 3px;
}
.tdBodyLine {
	background-image: url(Images/bg_bodyline.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.BodyContent {
	background-image: url(Images/bg_bodycontent.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 741px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left: 46px;
	padding-right: 16px;
	padding-top: 7px;
	padding-bottom: 7px;


}
.tdBodyBottom {
	background-image: url(Images/bg_bodybottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/* Table Styles */
.TableHeadingRow
{
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #49B939;
	padding-left: 7px;
}

TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.TableNormal
{
	font-size: 12px;
	color: #333333;
	border-top-style: none;
	font-family: Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border:0;
}
.Border {
	border: solid 1px #333333;
}
.ListColumnHeader {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #49B939;
	background-color: #EEEEEE;
	padding-left: 7px;
	padding-right: 2px;
}
.ListColumnCell{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2px;
	padding-right: 2px;
}
.ListColumnCell a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.ListColumnCell a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.ListColumnCell a:hover {
	color: #49B939;
	text-decoration: underline;
	font-weight: bold;
}
.ListColumnCell a:active {
	color: #49B939;
	text-decoration: underline;
	font-weight: bold;
}
.ListColumnCellAlt
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.ListColumnCellAlt a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.ListColumnCellAlt a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.ListColumnCellAlt a:hover {
	color: #49B939;
	text-decoration: underline;
	font-weight: bold;
}
.ListColumnCellAlt a:active {
	color: #49B939;
	text-decoration: underline;
	font-weight: bold;
}
.ListColumnCellSelected
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6699cc;
}
	
/* Text Styles */
.TeamName {
	font-weight: bold;
	font-size: 18px;
	color: #39A2B9;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: right;

}


.TextNormal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #39A2B9;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #39A2B9;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
}

.SubTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #49B939;
}

.InputNormal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

.STDError
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
	
.ButtonNormal
{
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.SmallLink
{
	font-size: 9px;
	font-weight:normal;
	color: blue;
	font-family: Tahoma;

}

.InvoiceText
{
	font-size: 12px;
	font-weight:normal;
	font-family:  Courier New;

}
.Example
{
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 9px;
	color: 49B939;
}

