

/* HREF Classes */

.normal:active { color: orange; text-decoration: none; }
.normal:hover { color: orange; text-decoration: none; }
.normal:link { color: white; text-decoration: none; }
.normal:visited { color: white; text-decoration: none; }

.more:active { color: red; text-decoration: none; }
.more:hover { color: red; text-decoration: none; }
.more:link { color: green; text-decoration: none; }
.more:visited { color: green; text-decoration: none; }

.micro { text-decoration : none; font-family : Tahoma; color : white; font-weight : normal; font-size: 10; letter-spacing: 1.2px;}
.micro:hover { text-decoration : none; font-family : Tahoma; color : silver; font-weight : normal; font-size: 10; letter-spacing: 1.2px;}
.micro:link { text-decoration : none; font-family : Tahoma; color : white; font-weight : normal; font-size: 10; letter-spacing: 1.2px; }
.micro:visited { text-decoration : none; font-family : Tahoma; color : white; font-weight : normal; font-size: 10; letter-spacing: 1.2px; }


/* Text Styles Classes */

.default { text-decoration : none; font-family : tahoma,sans-serif; color: gray; font-size: 13; letter-spacing: 0px;}
.blackbold { text-decoration : none; font-family : tahoma,sans-serif; color: black; font-weight : bold; font-size: 14; letter-spacing: 0px;}

.title { text-decoration : none; font-family : Arial,sans-serif; color: silver; font-size: 16; font-weight: bold; color: #FFFFFF;}
.linuxtext { text-decoration : none; font-family : tahoma,sans-serif; color: silver; font-size: 13; letter-spacing: 0px;}
.mini { text-decoration : none; font-family : tahoma,sans-serif; color: white; font-size: 10; letter-spacing: 0px;}



/* Scrollbars Classes */

.teletype {
	FONT-SIZE: 12px; 
	COLOR: white; 
	FONT-FAMILY: Lucida Console; 
	BACKGROUND-COLOR: transparent; 
	BORDER: transparent; 
	scrollbar-face-color: #666666; 
	scrollbar-shadow-color: #666666; 
	scrollbar-highlight-color: #666666; 
	scrollbar-3dlight-color: #666666; 
	scrollbar-darkshadow-color: #666666; 
	scrollbar-track-color: #666666; 
	scrollbar-arrow-color: #666666;
}


.scrollbar {
	scrollbar-face-color: #5C5C5C; 
	scrollbar-shadow-color: #252525; 
	scrollbar-highlight-color: #868686; 
	scrollbar-3dlight-color: #252525; 
	scrollbar-darkshadow-color: #5C5C5C; 
	scrollbar-track-color: #474747; 
	scrollbar-arrow-color: #030303;
}



/* Form and Objects Classes */

.button {
	border-left: 1px silver solid;
	border-top: 1px silver solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	font-family: Verdana;
	font-size: 11px;
	color: white;
	background-color: #666666; 
	height: 20px;
	width: 80px;
}

.lightbutton {
	BORDER-LEFT: #CCCCCC 1px solid; 
	BORDER-TOP: #CCCCCC 1px solid; 
	BORDER-RIGHT: #CCCCCC 1px solid; 
	BORDER-BOTTOM: #CCCCCC 1px solid; 
	FONT-FAMILY: Verdana; FONT-SIZE: 11px; 
	HEIGHT: 20px;
}

.titdest {
	color: #FF8604;
	text-decoration : none;
	font-weight : bold;
}

.formgris {
	border-left: 1px black solid;
	border-top: 1px black solid;
	border-right: 1px silver solid;
	border-bottom: 1px silver solid;
	font: 12px Verdana;
	color: white;
	background-color : #333333;
}

.formgrisboton {
	font:12px Verdana;
	color:#000000;
	background-color:#999999;
	border: 1px solid black;
}
