.blue-title {
    background-image: url("../images/title_bg.gif");
	background-repeat:repeat-x;
    height: 25px;
    color: white;
    font-weight: bold;
    text-indent: 12px;
}

.orange-title {
    background-image: url("../images/title_orange_bg.gif");
	background-repeat:repeat-x;
    height: 25px;
    color: white;
    font-weight: bold;
    text-indent: 12px;
}

tr.match-title td {
    font-size: 10px;
    color: white;
    font-weight: bold;
}

tr.match-title td a {
    color: white;
    text-decoration: underline;
}

.info {
    font-size: 10px;
}

.title {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 17px; 
    COLOR: #5b7eb6;
    padding-top: 5px;
    text-align: center;
}

.message {
    padding: 10px 30px 10px 30px;
    text-indent: 20px;
}

.box {
    border: 1px solid black;
}

.gray-box {
    border: 1px solid #DcDcDc;
}

.box.grayinfo {
    border-color: #DcDcDc;
    min-height: 118px;
    height: 118px;
}

td.cap {
    text-align: right;
    font-weight: bold;
    padding: 5px 5px 5px 0;
}

td.val {
    text-align: left;
    font-size: 11px;
    padding-left: 8px;
}

a.action {
    color: #111111;
    text-decoration: none;
}
a.action:hover {
    color: #111111;
    text-decoration: underline!important;
}
a.action:visited {
    color: #111111;
    text-decoration: none;
}

a.action.gray {
    color: #BABABA;
    text-decoration: none;
}
a.action.gray:hover {
    color: #FF0000!important;
    text-decoration: none!important;
}
a.action.gray:visited {
    color: #BABABA;
    text-decoration: none;
}

.centered {
    margin: 0 auto;
}

td.action-confirm {
    line-height: 1.5;
    padding: 5px 30px 5px 30px;
}

.input_button {
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	FONT-WEIGHT: bold;
	font-size: 12px;
	PADDING-BOTTOM: 1px;
	MARGIN: 2px;
	CURSOR: pointer;
	COLOR: #ffffff;
	PADDING-TOP: 1px;
	FONT-FAMILY: Verdana;
	background-color: #FF6600;
	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;
	border-top-color: #FFDAD0;
	border-right-color: #5b040a;
	border-bottom-color: #5b040a;
	border-left-color: #FFDAD0;
}

.input_button_blue {
	BORDER-RIGHT: #3a649b 1px solid; PADDING-RIGHT: 20px; BACKGROUND-POSITION: right 50%; BORDER-TOP: #3a649b 1px solid; PADDING-LEFT: 1px; FONT-WEIGHT: bold; font-size: 10px; BACKGROUND-IMAGE: url(../images/btn_bg.gif); PADDING-BOTTOM: 1px; MARGIN: 2px 2px 2px 0px; BORDER-LEFT: #3a649b 1px solid; CURSOR: pointer; COLOR: #ffffff; PADDING-TOP: 1px; BORDER-BOTTOM: #3a649b 1px solid; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #6084b4;
}

.sg { color: green!important; }
.sr { color: red!important; }
.sb { color: blue!important; }
.sa { color: gray!important; }

