/* CSS Document */

a { color: #636363; }
a:hover { text-decoration: none; }

body {   
	font-family: Arial;
	font-size: 8pt;
	color:#636363;
	margin-right: 5px;
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-arrow-color: #636363; 
	scrollbar-base-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-face-color: #e6e6e6; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff;			
}

td {
	font-size:8pt;
	font-weight:bold;
}


/* form elements */

input {
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	border-bottom:1px solid #636363;
	border-right:1px solid #636363;
	border-top:2px solid #666666;
	border-left:2px solid #666666;
	background-color:#ffffff;
	color:#636363;	
}

input.login {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	background-image: url(../../images/input_gradient.gif);
	background-repeat: repeat-x;
	border:1px solid #265A8C;
	color:#000000;	
}

select {
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	border: 1px solid #636363;
	color:#636363;
}

select.login {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	border:1px solid #265A8C;
	color:#000000;			
}

textarea {
	border: 1px outset #000000;
	font-family: Arial;
	font-size: 8pt;
}


/* background colours */
.bg01 { background-color:#ffffff; } /* White */
.bg02 { background-color:#e6e6e6; } /* Light gray */
.bg03 { background-color:#000000; } /* black */

.bg04 { background-color:#4276A8; } /* Frame Gray*/
.bg05 { background-color:#265A8C; } /* Frame Dark Gray */
.bg06 { background-color:#ffffff; } /* White */

/* background text */
.bgTxt01 {
	background-color: #D80100;
	background-image: url(../../images/markDB/gradientRedList.gif); /* check this */
	background-repeat: repeat-x;	
	font-weight: bold;
	color: #FFFFFF;
}
.bgTxt02 {
	background-color: #6F6F6F;
	font-weight: bold;
	color: #FFFFFF;
}

.bgTxt03 {
	background-color: #4F4F4F;
	font-weight: bold;
	color: #FFFFFF;
}

.bgTxt04 {
	background-color: #EBEBEB;
	font-weight: bold;
	color: #FFFFFF;
}


.bgTxt05 { /* used for search on listing pages */
	background-color: #636363;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../../images/markDB/gradientGray01.gif);/* check this */
	background-repeat: repeat-x;
}


/* font colours */
.col01 { color:#ffffff; } /* White */
.col02 { color:#666666; } /* Dark Gray */
.col03 { color:#636363; } /* Gray */
.col04 { color:#DE0000; } /* Red */

/* font sizes */
.font01 { font-size:6pt; } 
.font02 { font-size:6.5pt; } 
.font03 { font-size:7pt; } 
.font04 { font-size:7.5pt; } 
.font05 { font-size:8.5pt; } 
.font06 { font-size:9pt; } 
.font07 { font-size:10pt; } 
.font08 { font-size:11pt; } 
.font09 { font-size:12pt; } 
.font10 { font-size:28pt; } 
/* possibly delete above */

/* font styles */
.bold { font-weight:bold; }
.italic { font-weight:italic; }
.uppercase { text-transform:uppercase; }
.lowercase { text-transform:lowercase; }

/* padding */
.pad01 { padding-left: 5px; padding-right:5px; }

/* other */

.btn01 {
	color: #ffffff;
	cursor: pointer;
	background-color: #4276A8;	
	text-align: right;
	padding-right: 5px;
	border-right: 2px outset;
	border-bottom: 2px outset;
	text-transform:uppercase;
	background-repeat: no-repeat;
	background-position: left center;	
	/*background-image: url(../../images/btnDot.gif); check this */
}

.btnRoll {
	color: #ffffff;
	cursor: pointer;
	background-color: #000000;
	text-align: right;
	padding-right: 5px;	
	border-right: 2px outset;
	border-bottom: 2px outset;
	text-transform:uppercase;
	background-repeat: no-repeat;
	background-position: left center;	
	/*background-image: url(../../images/btnDot.gif); check this */	
}

.checkbox {
	border:0px;
}

.headline {
	font-weight: bold;
	font-size: 12pt;
}

.headlineLarge {
	font-weight: bold;
	font-size: 16pt;
}

.highlight {
	color:#636363;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;	
}

.highlight:hover {
	color:#B70100;
}

.hide {
	display: none;
	visibility: hidden;
} 

.show {
	display: block;
	visibility: visible;
} 

.txt01 {
	color: #FFFFFF;
}

.txt03 {
	color: #FF00FF;
}

.txt04 {
	color:  #4F4F4F;
}
