/*
// -----------------------------------------------------------------
// Project     : BBR Foldy Monitor
// Filename    : base-styles.css
// Description : Provides the layout/style for the pages of this 
				 project
// Language    : CSS
//  
// -----------------------------------------------------------------
// Ver    Date    Description of modification
// --- ---------- --------------------------------------------------
// 1.0 27-9-2003  Original write
// -----------------------------------------------------------------
*/

body {
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-base-color: #7C7C7C; 
	background-color: #666666;
	font-family: arial, helvetica, sans-serif
}


.main_table {
	border-right: #4AB24A 2px solid; 
	border-top: #4AB24A 2px solid; 
	border-left: #4AB24A 2px solid; 
	border-bottom: #4AB24A 2px solid; 
	background-color: #737373; 
	text-align: center
}

.tbl_head {
	border-right: #BDBEBD 1px solid; 
	border-top: #BDBEBD 1px solid; 
	border-left: #BDBEBD 1px solid; 
	border-bottom: #BDBEBD 1px solid; 
	background-color: #737373; 
	color: FFF5EE; 
}

.tbl_status_row {

}

/* Row Colors */
.rtd1{
	font-weight: bold; 
	font-size: 12px; color: #000000; 
	font-family: arial, helvetica, sans-serif; 
	background-color: #7A80B6
}

.rtd2 {
	font-weight:bold; 
	font-size: 12px; color: #000000; 
	font-family: arial, helvetica, sans-serif; 
	background-color: #A5A694
}


/* Allignment of table data */
td.l {  
	border-right: #BDBEBD 1px solid; 
	border-top: #BDBEBD 1px solid; 
	border-left: #BDBEBD 1px solid; 
	border-bottom: #BDBEBD 1px solid; 
	white-space: nowrap; 
	text-align: left;
}

td.m {  
	border-right: #BDBEBD 1px solid; 
	border-top: #BDBEBD 1px solid; 
	border-left: #BDBEBD 0px solid; 
	border-bottom: #BDBEBD 1px solid; 
	white-space: nowrap; 
	text-align: center;
}

td.ll {  
	border-right: #BDBEBD 1px solid; 
	border-top: #BDBEBD 1px solid; 
	border-left: #BDBEBD 0px solid; 
	border-bottom: #BDBEBD 1px solid; 
	white-space: nowrap; 
	text-align: left;
}

td.rr {  
	border-right: #BDBEBD 1px solid; 
	border-top: #BDBEBD 1px solid; 
	border-left: #BDBEBD 0px solid; 
	border-bottom: #BDBEBD 1px solid; 
	white-space: nowrap; 
	text-align: right;
}

td.r {  
	border-right: #BDBEBD 1px solid; 
	border-top: #BDBEBD 1px solid; 
	border-left: #BDBEBD 1px solid; 
	border-bottom: #BDBEBD 1px solid; 
	white-space: nowrap; 
	text-align: right;
}

/* links */
a {
	font-weight: bold; color: #38FC38; 
	text-decoration: none
}

a:link {
	font-weight: bold; color: #38FC38; 
	text-decoration: none
}

a:active {
	font-weight: bold; color: #38FC38; 
	text-decoration: underline
}

a:visited {
	font-weight: bold; color: #38FC38; 
	text-decoration: none
}

a:hover {
	font-weight: bold; color: #E87C12; 
	text-decoration: underline
}

/* Chart colors */
.tm_rnk_data {
	font-size: 10px; color: #000000; 
	font-family: arial, helvetica, sans-serif; 
	background-color: #A8ACD0
}

.tm_rnk_bar {
	font-size: 10px; color: #333333; 
	font-family: arial, helvetica, sans-serif; 
	background-color: #9FD783; 
	text-align: left
}

.tm_rnk_bar_empty {
	font-size: 10px; color: #333333; 
	font-family: arial, helvetica, sans-serif; 
	text-align: left
}