/*----------------------------------General----------------*/
a {
	color: #003300;
}
a:hover {
	color: #006600;
}
a:visited {
	color: #003300;
}
hr {
	color: #006600;
}
/*-------------------------------Layout--------------------*/
#body_content {
	background-color: #00FF00;
}
/*----------------------------Menu class-------------------*/
.item_class {
	color: #000;
}
.item_class a {
	color: #002800;
}
.item_class a:hover {
	color: #004800;
}
.item_class_d {
	background: #003300;
}
.item_class_d a {
	color: #fff;
}
.item_class_d a:hover {
	color: #FFCC00;
}
/*-------------------------Scroolbar-----------------------*/
.sitenews {
	background-color: #00FF00;
}
.scrollbar {
	color: #003300;
}
a.scrollbar {
	color: #003300;
}
a:visited.scrollbar {
	color: #003300;
}
a:hover.scrollbar {
	color: #007D00;
}
/*-------------------------Template Style------------------*/
.block_header {
	background-color: #00FF00;
}
.tdcolor {
	background: #006600 url('black1/pxl.png') repeat-x;
}
/*-------------------------Footer--------------------------*/
.compnay {
	text-align: center;
	font-size: 75%;
	color: #FFCC00;
}
.footer {
	background-color: #00FF00;
}
.company_link {
	color: #11FF11;
	font-size: 112%;
	text-decoration: none;
}
a.company_link {
	color: #11FF11;
	font-size: 112%;
	text-decoration: none;
}
a:hover.company_link {
	color: #B7FFB7;
}
a:visited.company_link {
	color: #11FF11;
}
/*-------------------------Calendar------------------------*/
.calendar {
	color: black;
	background-color: white;
	border: 1px #006600 solid;
}
.day-header {
	background-color: #006600;
	color: white;
}
.month-header {
	background-color: #ffffff;
	border: 0px white solid;
}
.day-event {
	background-color: Red;
	color: white;
	outline-color: white;
}
/*----------------------Special Golden---------------------*/
.events {
	font-size: 100%;
	color: #002800;
	font-weight: bold;
	text-decoration: none;
}
a.events {
	font-size: 100%;
	color: #002800;
	font-weight: bold;
}
a:hover.events {
	font-size: 100%;
	color: #008A00;
	font-weight: bold;
}
a:visited.events {
	font-size: 100%;
	color: #002800;
	font-weight: bold;
}
.textbox {
	height: 18px;
	width: 130px;
	font-size: 85%;
	font-weight: bold;
	color: #003300;
}
.datalist {
	background: url('black1/green_list.jpg') repeat-x;
	border: 1px #D2FFD2 solid;
}
