﻿A:link {text-decoration: none; color: #0000FF;}
A:visited {text-decoration: none; color: #660033;}
A:active {text-decoration: none; color: #0000FF;}
A:hover {text-decoration: underline; color: #996600;}

.navFile A:link {text-decoration: none; color: #000000;}
.navFile A:visited {text-decoration: none; color: #000000;}
.navFile A:active {text-decoration: none; color: #000000;}
.navFile A:hover {text-decoration: underline; color: #000066;}

.alwaysBlue A:link {text-decoration: none; color: #0000FF;}
.alwaysBlue A:visited {text-decoration: none; color: #0000FF;}
.alwaysBlue A:active {text-decoration: none; color: #0000FF;}
.alwaysBlue A:hover {text-decoration: underline; color: #000066;}

.TextWTitle A:link {text-decoration: none; font-weight: bold; color: #336699;}
.TextWTitle A:visited {text-decoration: none; font-weight: bold; color: #336699;}
.TextWTitle A:active {text-decoration: none; font-weight: bold; color: #336699;}
.TextWTitle A:hover {text-decoration: underline; font-weight: bold; color: #000066;}

.ecomText {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	border-collapse: collapse;
}
.inputTextRight {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.green {
	color: #009900;
}
.TextHeader {
	font-weight: bold;
}
.TextSTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #666666;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.borderLeft 
{
    border-left: 1px solid #000000;
}
.borderRight 
{
    border-right: 1px solid #000000;
}
.border {
	border: 1px solid #000000;
}
.borderNoTop {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.borderNoBottom {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}
.borderBottom {
	border-bottom: 1px solid #000000;
}
.borderLeftRight {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.borderGrey {
	border: 1px solid #999999;
}
.borderGreyBottomBlack {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bottomBorderGrey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.rowHover:hover 
{
    background-color: #ffab8a;
}

.alertBox
{
    background-color: #ffeaea;
    width: 400px;
    padding: 10px 10px 10px 10px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#7c7c7c')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#7c7c7c');
}