@charset "utf-8";
/* CSS Document */
/* .ysb1 th, td
{
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 5px;
} */
.ysb1 { color:#808080;}
.ysb1 tr
{
	background: #ffffff;
}

.ysb1 tbody tr:hover
{
	background: #d6222d;
	color: #000;
}


.ysb1 tbody td:hover
{
	cursor: default;
	background: #b5232d;
	color: #fff;
}

.ysb1 thead th{background:#000; text-align:center;color:#fff;}
.ysb1 thead tr th{background:#4c3279; text-align:center;color:#fff;}

.ysb1 tbody th
{
	font-weight: normal; text-align:center; font-weight:bold;
	background: #b2b2b2; color:#000;
}


.ysb1 tbody tr.alternate:hover
{
	background: #86b5e2;
}

.ysb1 tr.alternate
{
	background: #fff;
}

.ysb1 tr.alternate th
{
	background: #b2b2b2;
}

.ysb1 label 
{
    font-weight: bold;
    color: #036;
    display: block;
	background-color: inherit;
}

.ysb1 #centerForm
{
	margin: 20px auto;
	padding: 0;
	font-size: 10px;
	position: relative;
	clear: both;
	width: 420px;
}

.ysb1 .formboxWide
{
	width: 340px;
}

.ysb1 fieldset
{
	border: 1px solid;
	padding: 10px;
	margin: 0;
	background: url(footerGradient.jpg) repeat-x #a0a9a4;
}

.ysb1 legend
{
	color: #142029;
	border: 1px solid;
	background: #fff;
	padding: 2px 6px;
	font-size: 24px;
	font-weight: bold;
}


