/*h1 {
	padding-top: 11px;
	padding-right: 0pt;
	padding-bottom: 11px;
	font-family: Tahoma;
	font-size: 18px;
}*/
h1 small {
    color: #666666;
}
/*p {
    padding: 0 0 6px 0;
    margin: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
}*/
table.list td {
    padding: 3px 0px 5px 8px;
}
table.list th {
    padding-left:5px;
}
/* Start Tabs */
.tabs ul {
    background: none;
    height: 27px;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    bottom: -2px;
}
.tabs li {
    float: left;
    height: 27px;
    padding: 0;
    margin: 0 5px 0 0;
    background: transparent url('/images/tab_left.gif') no-repeat 0 0;
    font-weight: bold;
}
.tabs .link{
    float: right;
    padding: 0;
	margin: 0;
    position: relative;  
    clear: none;     
    background: none;  
	top: -20px;
	margin-bottom: -20px;
}
.tabs, .tabs a, .tabs a:hover {
    color: #1f74ad;
    text-decoration: none;
}
.tabs p {
    padding: 6px 10px 7px 10px;
    background: transparent url('/images/tab_right.gif') no-repeat 100% 0;
    line-height: normal;
}
.tabs li.active {
    background: transparent url('/images/tab_left_active.gif') no-repeat 0 0;
}
.tabs li.active a {
	color: #125400;
}
.tabs li.active p {
    background: transparent url('/images/tab_right_active.gif') no-repeat 100% 0;
}
.tabs li.yellow {
    background: transparent url('/images/tab_left_yellow.gif') no-repeat 0 0;
}
.tabs li.yellow a {
	color: #994200;
}
.tabs li.yellow p {
    background: transparent url('/images/tab_right_yellow.gif') no-repeat 100% 0;
}
.tabs .line {
	border: 0;
    background: #66d62b;
    height: 3px;
    padding: 0;
    margin: 0;
    clear: both;
	z-index: 1;
	position: relative;
}
.tabs .line div {
    height: 4px;
}
table.list {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
table.list a, span {
	color: #2578d5;
	font-family: Verdana;
	font-size: 11px;
    font-weight: bold;
}
table.list th span {
	color: #2578d5;
	font-family: Verdana;
	font-size: 11px;
    font-weight: normal;
}
table.list td.points {
	padding:0 2px 0 14px;
}
table.list td {
	padding:8px 0 8px;
	text-align:left;
	border-bottom: 1px dashed #e0eaf0;
	border-top: 1px dashed #e0eaf0;
}
table.list th.points {
	padding: 6px 2px 0 10px;
}
table.list th {
	background:none repeat scroll 0 0 #e9f5e1;
	font-weight:normal;
	padding:10px 0 2px;
	text-align:left;
	white-space:nowrap;
}
table.list td.bottom_line {
	padding:0;
	border: 0;
	background:none repeat scroll 0 0 #e9f5e1;
}
.bottom_line_left {
	height: 7px;
	width: 10px;
	float: left;
    background: transparent url('/images/th_left.gif') no-repeat 0 0;
}
.bottom_line_right {
	height: 7px;
	width: 10px;
	float: right;
    background: transparent url('/images/th_right.gif') no-repeat 0 0;
}
/* End Tabs */