/* CSS basic */


/* newyear_2008 ----------------------------------------------------------- */
.newyear_2008 {
	width:600px;
}

.title {
	color:#FF9900;
	font-size: 18px;
	font-weight:bold;
	border-left: 6px solid #ff5b0a;
	border-bottom: 1px solid #ff5b0a;
	margin: 10px 0;
	padding-left: 4px;
	line-height:normal;
}

.title_sub {
	font-size: 12px;
	color: #ff5b0a;
}

.comment {
	padding-left: 18px;
	margin-bottom: 12px;
}

.callcenter{
	width: 500px;
	margin: 0 auto;
}
/* table ----------------------------------------------------------- */
.mytable {
	width: 600px;
	padding: 0;
	margin: 0;
}

.mytable th {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 5px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
	text-align: center;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	font-size: 10px;
}

.mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 8px 5px;
	color: #666;
	width: 64px;
	text-align: center;
	font-size:11px;
}

td.alt {
	background: #F5FAFA;
	color: #666;
}

td.alt_b {
	background: #F5FAFA;
	color: #4f1ef9;
}

td.b {
	color: #4f1ef9;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

td.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font-size:10px;
	font-weight:bold;
	text-align: left;
	width: 100px;

}

td.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font-size:10px;
	font-weight:bold;
	color: #797268;
	text-align: left;
	width: 100px;
}