@charset "utf-8";
/* CSS Document */
/**
* Custom CSS
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}

a:link, a:active, a:visited { 
	text-decoration: none;
	color: #FFFFFF; 
}
a:hover { 
	text-decoration: underline;
	color: #FFFF00; 
}
a.menu:link, a.menu:active, a.menu:visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF; 
}
a.menu:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00; 
}
.block_header {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF; 
}
tr.row1 {
	background-color: #666666;
}
tr.row2 {
	background-color: #999999;
}
/*future*/
tr.row3 {
	background-color: #919191;
}
/*glay pass match*/
tr.row4 {
    background-color:#777777;
}
/*red*/
tr.row5 {
    background-color:#EC8892;
}
/*blue*/
tr.row6 {
    background-color:#62B0FF;
}

/*yellow*/
tr.row7 {
	color:red;
    background-color:#FFFF5E;
}

tr.row7 a {
	color:red;
}

/*glay*/
tr.row8 {
    background-color:#777777;
	color:red;
}

tr.row8 a {
	color:red;
}

/*pink*/
tr.row9 {
    background-color:#FFB9FF;
	color:red;
}

tr.row9 a{
    background-color:#FFB9FF;
	color:red;
}

/**
* Form Style
*/
.input {
    border: 1px solid #006;
    background: #CCCCCC;
}
.input:hover {
    border: 1px solid #f00;
    background: #FF6;
}
.button {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
    border: none;
    background: url('../images/web_part/button/background.gif');
    padding: 2px 8px;
}
.button:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
    border: none;
    background: url('../images/web_part/button/background.gif');
    padding: 2px 8px;
}
/**
* Text
*/
.warning {
	color: #FFFF00;
	font-weight: bold;
}
.complete {
	color: #00FF00;
	font-weight: bold;
}
.headline1 {
	color: #FFCC00;
	font-weight: bold;
	font-size: 11px;
}
.image {
	padding: 1px 1px 1px 1px;
	background-color: #CCCCCC;
}

/**
* Box
*/
.box{
	padding:5px;
	margin:0;
}

.box-colour{
	border:1px solid #FFFFFF; width:50px; 
	height:15px; 
	float:left;
}

.box-text{
	width:500px; 
	float:left;
	padding-left:5px;
}

.red{
	color:#F00;
}

.green{
	color:#0F0;
}

.yellow{
	color:#FF0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix { height: 1%; }
