body, td, th, .label, .common, .header, .input, .input2, .error, .small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.label {
    color: #999999
}

.common {
    color: #666666
}

.header {
    font-size: medium;
    color: #0066AA;
    font-weight: bold;
}

.input, .small, .input2, .error, .common, .label {
    font-size: xx-small
}

.input2 {
    background-color: #FFFFCC
}

.error {
    font-weight: bold;
    color: #FF6633
}

.tHeader {
    background-color: #0099CC;
    color: white;
    font-size:small;
}

.row1 {
    background-color: #F0F0F0;
    font-size:small;
}

.formtitle {
    font-size:medium;
    font-weight:bolder;
    color:red;
}


body, td, p {
	font-size: x-small;
}

.strong {
	color: #003366;
	font-size: x-small;
	margin-top: 3px;
	margin-bottom: 0px;
	font-weight: bold;
}

.label_marked {
    font-size: xx-small;
    color: #FF6633;
    font-weight: bold;
}

.label_marked1 {
	color: #FF6633;
	font-size: x-small;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	text-align: right;
}

.topic, .topic1, .warning {
	font-size: x-small;
	margin: 3px 0;
	padding: 3px;
	font-weight: bold;
}

.topic {
	color: #006699;
	background-color: #F0F0F0;
}

.topic1 {
	color: white;
	background-color: #0099CC;
}



.warning {
	color: white;
	background-color: #FF8080;
	border: 1px none;
}

.link {
	font-size: xx-small;
	text-decoration: none;
}



.table_header {
	font-size: x-small;
	font-weight: bold;
	color: white;
	background-color: #0099CC;
}


.table_cell {
	font-size: x-small;
	background-color: #F0F0F0;
}



.table_cell_disabled {
	font-size: x-small;
	background-color: #CCCCCC;
}

.menu {
    font-size: xx-small;
    text-decoration: none;
}



.row1 {
	background-color: #F0F0F0;
}


.row2 {
	background-color: #E9E9E9;
}



.menu {
	font-size: xx-small;
	color: white;
}

.section {
	background-color: #006699;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	color: #FFCC00;
}


.button{
    width: 24px;
}

.button_disabled{
    width: 24px;
    color: #999999;
}

img {
    border: 0;
}



/** debug.css **/
table.sqldebug {
    width: 100%;
    clear: both;
    background-color: #CCC;
}

.sqldebug thead, .sqldebug tbody {
    color: #999900;
    background-color: #F0F0F0;
    font: x-small Verdana, sans-serif;
    text-align: left;
}

.sqldebug .warning {
    color: red;
    font-weight: bold;
}

.sqldebug .title {
    margin: 10px 0 0 0;
    color: green;
    font-weight: bolder;
}

.debug {
    width: 100%;
    clear: both;
    font-size: 11px;
    color: #999900;
    background-color: #F0F0F0;
    padding: 1px;
    text-align: left;
}
