label
{
	cursor: hand;
}
body
{
	font: 12px Tahoma;
	scrollbar-highlight-color: #CFCFCF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #E3E3E3;
}
.titles
{
	border: black 2 solid;
	color: white;
	background: black;
	font: bold 13px Tahoma;
}

.inputText
{
	width: 138px;
	height: 15px;
	font: 12px Tahoma;
	border: black 1px solid;
	background: transparent;
}

.codeClass
{
	/* 
	   This is where we wana highlight the code of a property, if our whimsical
	   designer decides to change the highlight color in the future, I won't
	   have to go and change it in all the pages!
	*/
	color : #D80000;
	font: bold;
	letter-spacing: 1px;
}

.grayFrame
{
	border: #dddddd 1px solid;
}

.blackFrame
{
	border: #000000 1px solid;
}

a
{
	font: 10px Tahoma;
	text-decoration: none;
	color: #950000;
}
a:hover
{
	color: #ff8400;
}


.ahome
{
	font: 12px Tahoma;
	text-decoration: none;
	color:#660000;
}
/*
a:visited
{
	color: #D80000;
}
*/

.fileUpload
{
	width: 300px;
}

a.normalLinks
{
	font: bold 10px Tahoma;
	text-decoration: none;
	color: black;
}
a.normalLinks:visited
{
	font: bold;
	color: black;
}

a.normalLinks:hover
{
	color: gray;
}



a.footer
{
	font: 12px Tahoma;
	color: white;
	text-decoration: none;
}
a.footer:hover
{
	color: yellow;
}

a.topper
{
	font: 12px Tahoma;
	color: black;
	text-decoration: none;
}
a.topper:hover
{
color:#990000;
}


.inputs
{
	border: 1 solid;
	width: 300px;
	height: 20px;
}

.txtarea
{
	scrollbar-base-color : Black;
	scrollbar-arrow-color : White;
	border: black 2 solid;
	width: 600;
	height: 200;
}

.button
{
	border: black 2 solid;
	background: #FFFFFF;
	font: bold 10px Tahoma;
	
}

b
{
	font: bold 12px Tahoma;
}

.select
{
	width: 138px;
	font: 12px Tahoma;
}

.handsy
{
	cursor: hand;
}

.baran
{
	color: #2C61A8;	
	font: bold;
}

//##############################3

.butt
{
	font-size:12px;
	font-family:tahoma;
	color:#000000;
	background-color:#d4dcf2;
	border:1px solid #8ea3d7;
}

.butt2
{
	font-size:12px;
	font-family:tahoma;
	color:#000000;
	background-color:#d4dcf2;
	border:1px solid #8ea3d7;
}

.browsbutt
{
	font:10px tahoma;
	color:#000000;
	background-color:#eff1f4;
	border:1px solid #d1d6dd;
}
.butt3
{
	font-size:11px;
	font-family:tahoma;
	color:#000000;
	background-color:#d4dcf2;
	border:1px solid #8ea3d7;
}
.inputText2
{
	width: 138px;
	height: 18px;
	font: 12px Tahoma;
	border: #aaa9a5 1px solid;
	background-color:#fbfaf8;
}

.inputTextarea2
{
	width: 138px;
	font: 12px Tahoma;
	border: #aaa9a5 1px solid;
	background-color:#fbfaf8;
}

.speedSerach
{
letter-spacing:1;
}
