body {
	font-family: Verdana, Arial;
	font-size: 12px;
}


a.ltblue:link { color: #708ca3; text-decoration: none; }
a.ltblue:visited { color: #708ca3; text-decoration: none; }
a.ltblue:hover { color: #8e7e83; text-decoration: none; }
a.ltblue:active { color: #708ca3; text-decoration: none; }

a.newHome:link { color: #708ca3; text-decoration: none; }
a.newHome:visited { color: #708ca3; text-decoration: none; }
a.newHome:hover { color: #8e7e83; text-decoration: none; }
a.newHome:active { color: #708ca3; text-decoration: none; }

h1.newHome {color:#808080; font-size:30px;}
h2.newHome {color:#808080; font-size: 18px;}
h3.newHome {color:#808080; font-size: 14px;}

form.searchForm {
	margin: 0px;
	padding: 2px 10px 2px 10px;
	border: 1px dashed #808080;
	background-color: #f0f8ff;
}

input.searchBox {
	margin-left: 10px;
}

h2 {
	margin-bottom: 2px;
	padding: 0px;
	font-weight: 100;
	font-size: 20px;
}

hr {
	margin: 0px 0px 4px 0px;
	color: #cccccc;
}

table {
	border-collapse: collapse;
}

td {
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

td.columnHead {
	font-weight: bold;
	padding: 2px 6px 3px 6px;
	background-color: #d0e0f0;
	border: 1px solid #cccccc;
}

td.cellEven {
	padding: 2px 6px 3px 6px;
	background-color: #f0f8ff;
	border: 1px solid #cccccc;
}

td.cellOdd {
	padding: 2px 6px 3px 6px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

td.line {
	padding: 2px 6px 3px 6px;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
}

td.lineBold {
	padding: 2px 6px 3px 6px;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

.solutionHead {
	font-weight: bold;
	color: #405080;
	font-size: 13px;
	
	cursor: pointer;
}

div.solutionBody {
	padding: 15px 2px 15px 15px;
	background-color: #f0f8ff;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

div.solutionTeaser {
	padding: 2px 2px 2px 15px;
}

div.solutionContainer {
	padding: 3px 2px 3px 2px;
	border-top: 1px solid #808080;
	background-color: #f0f8ff;
	margin: 0px 0px 0px 0px;
}

.smallText {
	font-size: 10px;
	font-weight: 100;
}

.bigText {
	font-size: 20px;
	font-weight: bold;
	color: #a0a8c0;
}

div.dialogBox {
	padding: 15px;
	background-color: #ffffff;
	border: 2px solid #000000;
	display: none;
	width: 400px;
	position: absolute;
	z-index: 10;
	top: 15px;
}

div.ualert {
	padding: 15px;
	background-color: #ffdfa0;
	border: 2px solid #000000;
	display: none;
	width: 320px;
	position: absolute;
	z-index: 21;
	top: 100px;
}

div.uconfirm {
	padding: 15px;
	background-color: #ffdfa0;
	border: 2px solid #000000;
	display: none;
	width: 320px;
	position: absolute;
	z-index: 21;
	top: 100px;
}

div.shade {
	margin: 0px;
	display: none;
	background-color: #000000;
	width: 10px;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: .4;
	filter: alpha(opacity=40);
}

div.li {
	padding-left: 30px;
	background-image: url(/qk2/img/framework/bullet.gif);
	background-position: 15px 4px;
	background-repeat: no-repeat;
}

span.link {
	cursor: pointer;
	
}

span.smallLink {
	cursor: pointer;
	font-size: 10px;
	font-weight: 100;
}