@charset "utf-8";
/* CSS Document */
.over {
	border:2px solid #aaaaaa;
}
.out {
	border:2px solid #c5c6c7;	
}
.leftbox {
	background-color:#c5c6c7;
	padding:10px;
	width:484px;
	vertical-align:middle;
	text-align:center;
}.rightbox {
	background-color:#c5c6c7;
	min-width:484px
}
.homebottom {
	padding:5px;
	width:484px;
	text-align:center;
	font-size:10px;
}
.commercialbutton {
	border:1px solid #949495;
	background-color:#f1f2f2;
	width:32%;
	padding:2px;
	text-align:center;
	cursor:pointer
}
/*
.searchbutton {
	border:1px solid #949495;
	background-color:#f1f2f2;
	width:80px;
	display:inline;
	padding:0px 5px 0px 5px;
	text-align:center;
	cursor:pointer
}
*/

body {
scrollbar-3dlight-color: #6d6e71;
scrollbar-arrow-color: black;
scrollbar-DarkShadow-Color: #6d6e71;
scrollbar-Face-Color: #d5d5d5 ;
scrollbar-Highlight-Color: #d5d5d5;
scrollbar-Shadow-Color: #d5d5d5;
scrollbar-Track-Color: #e6e7e8;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	color:#898b8e;
}
a:link {
	color:#898b8e;
	text-decoration:none;
}
a:visited {
	color:#898b8e;
	text-decoration:none;
}
a:hover {
	color:#626466;
	text-decoration:none;
}
a:active {
	color:#898b8e;
	text-decoration:none;
}
h1 {
	font-size:14px;	
	padding:3px
}
.header {
	font-size:18px;
	letter-spacing:2px;
	padding:3px
}
.small {
	font-size:10px;
}
.medium {
	font-size:11px;
}
.normal {
	font-size:12px;
	letter-spacing:1px
}
p {
	font-size:12px;
}
textarea,input {
	background-color:#f1f2f2;
	border:1px solid #949495;
	color: #898b8e
}

.bg_gradient { background: url(../images/bg_gradient.png) repeat-x; background-position:top;}

.btn_off{
	background: url(../images/bg_gradient.png) repeat-x;
}
.btn_off{
	background: url(../images/bg_gradient.png) repeat-x;
	text-align:center;
	cursor:pointer;
	border:1px solid #949495;
	padding: 4px;
	font-weight:bold;
	color:#333;
	display:inline;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:14px;
	line-height: 15px; /* we need to add coz safaris is buggy*/
	margin-right:4px;
}
.btn_off:hover{
	background: url(../images/bg_gradient_orange.png) repeat-x;
	text-align:center;
	cursor:pointer;
	border:1px solid #949495;
	padding: 4px;
	font-weight:bold;
	color:#333;
	display:inline;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:14px;
	line-height: 15px; /* we need to add coz safaris is buggy*/
	margin-right:4px;
}

.searchbutton {	
	background: url(../images/bg_gradient.png) repeat-x;
	text-align:center;
	cursor:pointer;	
	padding: 4px;
	font-weight:bold;
	color:#333;
	display:inline;	
	-moz-border-radius: 6px;
	border:1px solid #949495;
	border-radius: 6px;		
	font-size:14px;
	line-height: 15px; /* we need to add coz safaris is buggy*/
	margin-right:4px;
}

.searchbutton:hover {	
	background: url(../images/bg_gradient_orange.png) repeat-x;
	text-align:center;
	cursor:pointer;
	border:1px solid #949495;
	padding: 4px;
	font-weight:bold;
	color:#333;
	display:inline;	
	-moz-border-radius: 6px;
	border-radius: 6px;	
	font-size:14px;		
	line-height: 15px; /* we need to add coz safaris is buggy*/

}
.txtHighlight{
	color:#EFA300;
}
