@charset "utf-8";
#tabs1 {
	float:left;
	width:300px;
	background:#FFFFFF;
	font-size:12px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	line-height:normal;
	border:1px solid #BCD2E6;
}
#tabs1 ul {
	margin:0;
	padding:10px 8px 0px 8px;
	list-style:none;
}
#tabs1 li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs1 a {
	float:left;
	background:url("/images/tableft1.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
}
#tabs1 a span {
	float:left;
	display:block;
	background:url("/images/tabright1.gif") no-repeat right top;
	padding:6px 8px 6px 4px;
	color:#223E77;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {
	float:none;
}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#627EB7;
}
#tabs1 a:hover {
	background-position:0% -42px;
}
#tabs1 a:hover span {
	background-position:100% -42px;
}

#tabs1 #current a {
	background-position:0% -42px;
}
#tabs1 #current a span {
	background-position:100% -42px;
}
#work_space {
	float:left;
	width:298px;
	background:#F4F7FB;
	padding:0px 0px 0px 0px;
}

#work_space td {
	font-size:11px;
	font-weight: normal;
	font-family: Verdana;
	line-height:normal;
	padding:0px 0px 0px 0px;
}

#work_space a {
	float:none;
	background:none;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
}
#work_space a span {
	float:none;
	background:none;
	padding:0px 0px 0px 0px;
	color:#627EB7;
}
#work_space a:hover {
	background-position:0px;
}
#work_space a:hover span {
	background-position:0px;
}
#work_space #current a {
	background-position:0px;
}
#work_space #current a span {
	background-position:0px;
}

.clear { clear: both }