/* CSS Document */
#button {
	background-color: #FF8230; /* medium grey */
	background-image:url(/jpg/buttongra.jpg);
	display: block;
	margin-left: 0;
	margin-right: 3px;
	padding-left: 0;
	padding-top: 0;
	color:#E5E5E5;
	border-top: solid #E5E5E5 1px; /* medium light grey*/
}
#button a {
	width: 113px; /* Width of #left (found in layout.css) - #button padding-left & -right - #button a padding-left & -right. */
	/*height: 20px;*/
	background-color: #FF8230; /* medium grey */
	background-image:url(/jpg/buttongra.jpg);
	display: block;
	font-family: Verdana, Arial, Helvetica;
	color: #FFFFFF; /*light grey*/
	padding: 2px 0 2px 4px;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}
#button a:hover {
	background-color: #AFAFAF; /* medium light grey*/
	font-family: Verdana, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

#subbutton {
	background-color: #FFE9DA; /*light grey*/
	display: block;
	margin-left: 0;
	margin-right: 3px;
	padding-left: 0;
	padding-top: 0;
	border-top: solid #FF8230 1px; /* medium light grey*/
}
#subbutton a {
	width: 113px; /* Width of #left (found in layout.css) - #button padding-left & -right - #button a padding-left & -right. */
	height: 20px;
	background-color: #FFE9DA; /*light grey*/
	display: block;
	font-family: Verdana, Arial, Helvetica;
	color: #505050; /* dark grey */
	padding-left: 4px;
	padding-top: 1px;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}
#subbutton a:hover {
	background-color: #FF8230; /* medium light grey*/
	display: block;
	font-family: Verdana, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#subsubbutton {
	background-color: #EBEBEB; /*light grey*/
	display: block;
	margin-left: 0;
	margin-right: 3px;
	padding-left: 0;
	padding-top: 0;
	border-top: solid #C0C0C0 1px;
}
#subsubbutton a {
	width: 103 px; /* Width of #left (found in layout.css) - #button padding-left & -right - #button a padding-left & -right - #subbutton a padding-left. */
	height: 20px;
	background-color: #EBEBEB; /*light grey*/
	display: block;
	font-family: Verdana, Arial, Helvetica;
	color: #505050;
	padding-left: 12px;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
}
#subsubbutton a:hover {
	background-color: #AFAFAF; /* medium light grey*/
	display: block;
	font-family: Verdana, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}


/* ---- Top 10 -------------------------------------------------------------------------------------------------------------------------*/

.Top10 {
	display: block;
	padding:0;
	color:#000000;
	margin:4px 0 0 0;
	width:450px; 
	height:55px;
	cursor:pointer;
	/*border: 1px solid black;*/
}
.Top10:hover {
	color:#FF0000;
	background-color:#CCCCCC;
	text-decoration: none;
	/*text-decoration: underline;*/
}
.Top10 a {
	width: 450px; /* Width of #left (found in layout.css) - #button padding-left & -right - #button a padding-left & -right. */
	height: 55px;
	display: block;
	color: #000000; /*light grey*/
	padding:0;
	cursor:hand;
	text-decoration: none;
}
.Top10 a:hover {
	color:#FF0000;
	background-color:#CCCCCC;
	text-decoration: none;
	/*text-decoration: underline;*/
}

.Top10Button {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-weight:bold;
	padding: 2px 0;
	font-size:12px;
	background-color:#FF8230;
	border: 0 solid #000000;
}

.Top10Button2 {
	color: #9D4C13;
	font-family: Verdana, Arial, Helvetica;
	font-weight:bold;
	padding: 2px 0;
	font-size:12px;
	background-image:url(/gif/top10button.gif);
	border: 0 solid white;
}
.Top10ButtonShadow {
	border-bottom: 1px #9D4C13 solid; 
	border-right: 1px #9D4C13 solid; 
	width: 0; 
	height: 0;
}
.Top10ButtonBorder {
	border: 1px solid #FF781E;
}


