
.error {
	color: red;
}

.ul {
	text-decoration: underline;
}

#theader {
        color: white;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        height: 39px;
        background-image: url(/images/table_header.png);
        padding: 1px;
        font-size: 13px;
        font-weight: bold;
}

table.ticket td {
	border-bottom: dotted #216FA0 1px;
	text-align: left;
	text-indent: 5px;

}

table.ticket th {
	background: #EAEAEA;
	text-indent: 10px;
	text-align: right;
}

.ticket {
        border: solid #123978 10px;
	text-indent: 5px;
}

.message {
	color: red
}

tr.frow {
	border-bottom: dotted #216FA0 1px;
}
tr.frow td {
	padding-left: 3px;
	padding-right: 3px;
}

.flabel {
        color: #123978;
        font-weight: bold;
        font-size: 13px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.fmbox {
        border: solid red 2px;
        background: #EAEAEA;
}

.fmbox td {
        color: #123978;
        font-weight: bold;
        font-size: 13px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-indent: 10px;
}

.ftable {
        border-spacing: 0px 0px;
        border-collapse:collapse;
        border: solid #123978 1px;
}

#rlink a:visited { color: red; } 
#rlink a:link { color: red; }
#rlink a:hover { color: red; }
#wlink a:visited { color: white; } 
#wlink a:link { color: white; }
#wlink a:hover { color: white; }

.ftable th {
        color: white;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        height: 39px;
        background-image: url(/images/table_header.png);
        padding: 1px;
        font-size: 13px;
        font-weight: bold;
}

.ftable td {
        font-size: 12px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        padding: 2px;
}

#tbleft {
        background-image: url(/images/table_corner.png);
}


#tbottom {
        background-image: url(/images/Table_horizontal.png);
}

#tbright {
        background-image: url(/images/Fluent-02_17.png);
}

.fbutton {
        background: #194A78;
        border: solid #123978 1px;
        color: white;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 13px;
        margin: 2px;
}

