/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-size:12px;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	/*background-repeat: repeat-x;
	background-position: left top;
	/*background-image: url(images/bg11.gif);*/
	/*background-color: #7bbe6e;*/
	/*background-color: #eeeeee;*/
	background-color: White;
}
/***************************/
.btn
{
    font-weight: bold;
    font-size: 11px;
}
img { behavior: url(iepngfix.htc);
    /*width: 404px;
    height: 38px;*/
} 
.DL
{
	background-color: #eeeeee;
	border-right: #ffffcc 1px ridge;
	border-top: #ffffcc 1px ridge;
	border-left: #ffffcc 1px ridge;
	border-bottom: #ffffcc 1px ridge;
}
.textbox
{
	background-color: #ffffff;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size:11px;
}
.textPrice
{
    background-color: red;
    border-right: red 1px solid;
    border-top: red 1px solid;
    border-left: red 1px solid;
    border-bottom: red 1px solid;
    font-family: Tahoma, Verdana, "MS Sans Serif";
    font-weight: bold;
    font-size: 18px;
    color: white;
    text-align: right;
    padding-right: 5px;
}
/***************************/
/*input
{
	font-family: Verdana, Tahoma, "MS Sans Serif";
	font-size:12px;
	color: #006633;
}*/
.copyRight
{
	border-top: #eeeeee 1px solid;
	font-size: 11px;
	color: #999999;
	padding-left: 45px;
}
.bgLeft
{
	/*background-position: right top;
	background-attachment: fixed;
	background-image: url(images/bg_shadow.gif);
	background-repeat: no-repeat;*/
}
.bgRight
{
	/*background: url(images/bg_shadow2.gif) fixed no-repeat left top;*/
}
.bg {
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bgMenu {
	background-color: #009325;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
table {
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size:12px;
	color: #006633;
}
a.Menu:link {
	font-weight: bold;
	text-decoration: none;
	color: #006633;
}
a.Menu:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006633;
}
a.Menu:hover
{
	font-weight: bold;
	color: #ffff66;
	text-decoration: none;
}
a.Menu:active {
	font-weight: bold;
	text-decoration: none;
	color: #006633;
}


a:link {
	color: #006633;
}
a:visited {
	color: #006633;
}
a:hover
{
	color: #006633;
}
a:active {
	color: #006633;
}



.td{
background-color: #5CAD4E;
}
.td1{
background-color: #7bbe6e;
}
.td2{
background-color: #e3f2e1;
}
.td3{
background-color: #f5ffd9;
}
.fontRed{
color:red;
}
.fontWhile{
color:#ffffff;
}
.fontBlack{
color:#000000;
}

.borderImg 
{
    border:solid 2px #ffffff;
}
.borderLeft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.TopicSelectTeeOff
{
	font-weight: bold;
	font-size: 12px;
	color: #cc3333;
	text-decoration: none;
}
.HeadTable
{
	color: white;
	background-color: #00CC00;
	font-weight: bold;
}
.BodyTable
{
	background-color: lightsteelblue;
}
.ButtonGray
{
    border-top: lightsteelblue 1px solid;
    color: white;
    background-color: #00CC00;
    border-right: #000066 1px solid;
    border-left: lightsteelblue 1px solid;
    border-bottom: #000066 1px solid;
    font-size: 12px;
    border-color: #99FF66 #009900 #009900 #99FF66;
}
.BodyTable
{
	background-color: #f6fff0;
}

