.rdb_link_button{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #F5F5F5;
	border-left: 6px solid #B73700;
	border-right: 6px solid #B73700;
	border-top: 1px solid #B73700;
	border-bottom: 1px solid #B73700;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

.rdb_link_button_red{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #F5F5F5;
	border-left: 6px solid red;
	border-right: 6px solid red;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

.rdb_link_button_small{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 7pt;
	font-weight: normal;
	background-color: #F5F5F5;
	border-left: 1px solid #B73700;
	border-right: 1px solid #B73700;
	border-top: 1px solid #B73700;
	border-bottom: 1px solid #B73700;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

.markcolor {
	/*background    : lightyellow;*/
	background-color: #fed1ff;
}

.locolor {
	/*background    : #F1F1F1;*/
	background-color: #fff3c1;
}

.hicolor {
	/*background    : #EBE7E7;*/
	background-color: #fff8db;
}

.table1 {
	border-style : solid;
	border-width : 1px;
	border-color : #b69200;
}

.table_list{
	background-color: #b69200;
	border-spacing: 1px;
	empty-cells: show;
	table-layout: fixed;
}

/* Sortable tables */
.sortable {
    cursor: hand;
	background-color: #b69200;
	border-spacing: 1px;
	empty-cells: show;
	table-layout: fixed;
}

th{
	background-color: #ffbe0f;
	font-family: Tahoma,Arial;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	background-image: url(bg_head.png);
	background-repeat: repeat-x;
}

.th_caption{
	font-weight: bold; /*text-align: center;*/
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffbe0f;
	background-image: url(bg_head.png);
	background-repeat: repeat-x;
}

.td_caption{
	font-weight: bold; /*text-align: center;*/
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*background-color: #ffbe0f;
	background-image: url(bg_head.png);
	background-repeat: repeat-x;*/
}

td{
	font-family: Tahoma,Arial;
	font-size: 8pt;
	/*text-align: left;*/
	padding-left: 5px;
}

.td1{
	font-family: Tahoma,Arial;
	font-size: 8pt;
    padding-left: 5px;
    text-align:left;
}

.td2{
	font-family: Tahoma,Arial;
	font-size: 9pt;
    font-weight: bold;
    background-color: #DFDFDF;
}

H4 {
	font-family: Tahoma, Arial;
	color: #0202de;
}

.td9{
	font-family: tahoma,Arial;
	font-size: 8pt;
}

A:link, A:visited, A:active {
	color: #02336A;
	text-decoration: none;
}

A:hover {
	color: #EB5A14;
	text-decoration: underline;
}

.td12{
	font-family: Tahoma,Arial;
	font-size: 12px;

}

.th_left{
	background: #eac100;
	font-family: Tahoma,Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.recolor {
	background    : #F1F1F1;
	font-family   : "Tahoma","Tahoma","Arial", "Helvetica", sans-serif;
	font-size     : 9px;
	color         : #000000;
 }
 
.licolor {
	font-family   : "Tahoma","Tahoma","Arial", "Helvetica", sans-serif;
	font-size     : 9px;
	color         : #000000;
	background-color: #DADADA
}


.rdb_caption{
	font-size: 10pt;
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	text-align: left;
	/*letter-spacing: 1px;*/
	font-style: italic;
	padding: 4px 4px 4px 10px;
	border: 1px solid #b69200;
	background-image: url(bg_head.png);
	background-repeat: repeat-x;
}

.rdb_column_head{
	font-size: 9pt;
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

.rdb_column_head2{
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

.rdb_column_head3{
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

.rdb_column_data{
	font-size: 8pt;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

BUTTON, .rdb_button{
	background-color: #F5F5F5;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border-left: 6px solid #B73700;
	border-right: 6px solid #B73700;
	border-top: 1px solid #B73700;
	border-bottom: 1px solid #B73700;
	padding: 2px 0px 2px 0px;
}

.rdb_button_red{
	background-color: #F5F5F5;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border-left: 6px solid red;
	border-right: 6px solid red;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	padding: 2px 0px 2px 0px; /*border: 2px outset ;*/
}

.rdb_button_green{
	background-color: #F5F5F5;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border-left: 6px solid green;
	border-right: 6px solid green;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	padding: 2px 0px 2px 0px; /*border: 2px outset ;*/
}

.bginput {
	background-color:white;
	border:1px solid #999999;
	color:#000000;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:8pt;
}

select {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	border-top: 1px solid #bebcba;
	border-bottom: 1px solid #bebcba;
	border-left: 1px solid #bebcba;
	border-right: 1px solid #bebcba;
	color: #000000;
	background-color: white;
}

textarea  {
	border-top: 1px solid #bebcba;
	border-bottom: 1px solid #bebcba;
	border-left: 1px solid #bebcba;
	border-right: 1px solid #bebcba;
	font-size: 8pt;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #000000;
	background-color:white;
}

body
{
	scrollbar-base-color:  #f1f1f1;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #dcd8d7;
	scrollbar-3dlight-color: #f1f1f1;
	scrollbar-face-color: #f1f1f1;
	scrollbar-shadow-color: #f1f1f1;
	scrollbar-dark-shadow-color: #f1f1f1;
	scrollbar-track-color: #f1f1f1;
	background-color: white;
}

