/* CSS Document */
body
{
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
	margin-bottom:15px;
	font-family: "Trebuchet MS", Arial;
	text-align:left;
	background-repeat: repeat-y;
	background-position: center;
	font-size:84%;
}
h1
{
	font-weight: bold;
	color: #666666;
}
h3
{
	padding:0;
	margin:0;
}
h4
{
	padding:0;
	margin:2px;
}
.linkrow
{
   background-color: #CCCCCC;
    color: #333333;
    border:solid  #666666 1px;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#CCCCCC); 
}
.login
{
	padding:20px;
	margin:20px;
	background-color:#CCCCCC;
	border:1px solid #666666;
	line-height: 35px;
	font-size: 12px;
	width:50%;
}
.floatLeft
{
    text-align:left;
	padding:5px;
	margin:5px;
	width:50%;
}
.bottomRow
{
	padding-top:10px;
	font-size: 10px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#messageAlert
{
	font-weight:bold;
	font-size: 11px;
	color: #CC0000;
	background-color: #FFFFCC;
	display:none;
}
.orderButton
{
    margin: 2px;
    padding: 2px;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 84%;
    font-weight: bold;
    background-color: #f5f5f5;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-right-color: #666666;
    border-bottom-color: #666666;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#CCCCCC); 
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
img
{
    border:none;
}
#fm01
{
    width:100%;
}
.fileTable
{
    border-right: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
}
.smallNote
{
    font-size: 7pt;
}
.Alert
{
    border-right: #cc0000 2px solid;
    border-top: #cc0000 2px solid;
    font-weight: bold;
    font-size: 10pt;
    border-left: #cc0000 2px solid;
    color: #cc0000;
    border-bottom: #cc0000 2px solid;
    margin:5px;
    padding:10px;
    text-align:center;
}