table.win_title
{
    margin: 0px;
    width: auto;
    padding: 0px;
}
td.win_main
{
}
td.win_title_left
{
    background-image: url('../images/win_title_left.gif');
    background-repeat: no-repeat;
    background-position: right;
    height: 32px;
    width: 12px;
    padding: 0px;
}
td.win_title
{
    background-color: #FFFFFF;
    width: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    white-space: nowrap;
    font-weight: bold;
    color: #196380;
    font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    text-transform: uppercase;
}
tr.header th
{
    background-color: #acacac;
    border: 1px solid #CCC;
    font-weight: bold;
    text-align: center;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 11px;
    color: #FFF;
}
tr.fields td
{
    border: 1px solid #CCC;
    padding: 5px;
    color: #666666;
    vertical-align: middle;
}
tr.fieldsAlt td
{
	border: 1px solid #CCC;
    padding: 5px;
    color: #000000;
    vertical-align: middle;
}
tr.fieldsAlt:hover
{
	background-color: #F1F1F1;
}
tr.fieldsErr td
{
	background-color: #ffece5;
	border: 1px solid #CCC;
    padding: 5px;
    color: #790000;
    font-weight: bold;
    vertical-align: middle;
}
tr.fields:hover
{
	background-color: #F1F1F1;
}
td.argument
{
    padding: 5px;
    border: 1px solid #ebebeb;
    width: 100px;
    color: #666666;
    vertical-align: middle;
    width: 100px;
}
td.value
{
    padding: 5px;
    border: 1px solid #ebebeb;
    
}
div.win_line
{
    background-image: url('../images/hr.gif');
    background-repeat: repeat-x;
    height: 9px;
    position: relative;
    margin-left: -14px;
    margin-right: -14px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.win_line_left
{
    background-image: url('../images/win_line_left.gif');
    background-repeat: no-repeat;
    height: 9px;
    width: 13px;
    position: absolute;
    left: 0px;
    padding: 0px;
}
div.win_line_right
{
    background-image: url('../images/win_line_right.gif');
    background-repeat: no-repeat;
    height: 9px;
    width: 13px;
    position: absolute;
    right: 0px;
    padding: 0px;
}
td.win_title_right
{
    background-image: url('../images/win_title_right.gif');
    background-repeat: no-repeat;
    height: 32px;
    width: 12px;
    padding: 0px;
}
td.win_top_left
{
    background-image: url('../images/win_top_left.gif');
    background-repeat: no-repeat;
    background-position: right;
    height: 32px;
    width: 20px;
    padding: 0px;
}
td.win_top
{
    background-image: url('../images/win_top.gif');
    background-repeat: repeat-x;
    height: 32px;
    margin: 0px;
    padding: 0px;
}
td.win_top_right
{
    background-image: url('../images/win_top_right.gif');
    background-repeat: no-repeat;
    height: 32px;
    width: 20px;
    padding: 0px;
}
td.win_left
{
    background-image: url('../images/win_left.gif');
    background-repeat: repeat-y;
    width: 20px;
    padding: 0px;
}
td.win_right
{
    background-image: url('../images/win_right.gif');
    background-repeat: repeat-y;
    width: 20px;
    padding: 0px;
}
td.win_validator
{
	padding-top: 15px;
}
div.win_validator
{
	background-color: #FFF;
	padding: 2px;
	border: 1px #e14747 solid;
	
}
div.win_validator div
{
	background-color: #ffece5;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #9e0b0f;
	font-weight: bold;
}
td.win_footer_left
{
    background-image: url('../images/win_footer_left.gif');
    background-repeat: no-repeat;
    background-position: right;
    height: 68px;
    width: 20px;
    padding: 0px;
}
td.win_footer
{
    background-image: url('../images/win_footer.gif');
    background-repeat: repeat-x;
    height: 68px;
    text-align: right;
    padding: 0px;
    padding-right: 3px;
    padding-left: 3px;
}
td.win_footer_right
{
    background-image: url('../images/win_footer_right.gif');
    background-repeat: no-repeat;
    height: 68px;
    width: 20px;
    padding: 0px;
}
div.question
{
    background-image: url('../images/icon_question.gif');
    background-repeat: no-repeat;
    height: 119px;
    padding-left: 125px;
    padding-top: 45px;
    font-size: 16px;
    color: #196380;
    font-weight: bold;
    margin-left: 50px;
    margin-top: 50px;
}
div.question_agree
{
    color: #FF0000;
    position: absolute;
    top: 156px;
    left: 194px;
}
tr.pages table
{
	width: auto;
}
tr.pages a
{
	border: 1px #CCC solid;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	color: #000;
	font-family: Tahoma, Arial, Sans-Serif;
	margin: 0px;
}
tr.pages a:hover
{
	background-color: #666666;
	color: #FFFFFF;
	border: 1px #000 solid;
}
tr.pages a:active
{
	background-color: #000;
	color: #FFFFFF;
	border: 1px #000 solid;
}
tr.pages td
{
	padding-top: 5px;
}
tr.pages span
{
	background-color: #666666;
	color: #FFFFFF;
	border: 1px #000 solid;
	padding-left: 4px;
	padding-right: 4px;
	font-family: Tahoma, Arial, Sans-Serif;
}
