body {
	background-color:#f7f9fc;
	color:#464646;
	font-family:"Trebuchet MS";
	font-size:12px;
	overflow:scroll;
	margin:0;
	padding:0;
}
.png{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/logo.png');
}
table,td,th,tr,span {
	font-family:"Trebuchet MS";
	font-size:12px;
}
#thelist li {
	list-style:none;
	border:1px;
	cursor:hand;
	margin:0;
	padding:0;
}
A:hover {
	color:#464646;
	text-decoration:none;
}
.title_text {
	font-size:14px;
	font-weight:bolder;
	color:#f5f5f5;
	padding-left:5px;
}
.header_text {
	font-size: 14px;
	font-weight: bold;
}
.footer_text {
	color:#dbe6f0;
}
A.footer_text {
	color:#dbe6f0;
	text-decoration:underline;
}
A.footer_text:hover {
	color:#fff;
	text-decoration:underline;
}
input.editLine {
	border:none;
	background-color:transparent;
	font-family:Verdana;
	font-size:12px;
}
select.editLineSmall {
	border:none;
	background-color:transparent;
	font-family:Verdana;
	font-size:10px;
	z-index:1;
}
textarea.editLine {
	border:none;
	background-color:transparent;
	font-family:Verdana;
	font-size:14px;
}
div.pList {
	font-family:Verdana;
	font-size:10px;
	width:135px;
	height:13px;
	overflow:hidden;
}
div.pListLong {
	font-family:Verdana;
	font-size:10px;
	width:80px;
	height:63px;
	overflow:hidden;
}
span.required {
	font-size:20px;
	color:red;
}
hr {
	color:#000;
	border:0;
	height:1px;
	width:700px;
}
.pb {
	height:30px;
	width:500px;
}
.wizbtn {
	border:1px #CCC solid;
	-moz-border-radius:5px;
	height:30px;
	width:8em;
	background-image:url(../images/wizard_btn.gif);
	background-position:5px 1px;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS";
}
.wizbtn:hover {
	background-image:url(../images/wizard_btn.gif);
	background-position:left;
	background-repeat:no-repeat;
}
div.warn {
	border:1px #999 solid;
	background-image:url(../images/warn.png);
	background-position:bottom;
	background-repeat:repeat-x;
	z-index:20000000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	color:red;
}
.owntext_err,.owntext,.owntext_l_err,.owntext_l {
	width:116px;
	height:16px;
	border:none;
	padding-left:5px;
	padding-top:1px;
	font-size:10px;
}
.owntext{
	color:#999999;
	background:url(../images/textbox.gif) no-repeat;
}
.owntext_err{
	color:#999999;
	background:url(../images/textbox_error.gif) no-repeat;
}
.owntext_l{
	background:url(../images/textbox_long.gif) no-repeat;
	width:150px;
}
.owntext_l_err{
	background:url(../images/textbox_long_error.gif) no-repeat;
	width:150px;
}
.code {
	text-align:left;
	overflow:auto;
	height:350px;
	width:602px;
	padding-left:5px;
	border:#999 1px inset;
	background:#FFFFE0;
}
.myforms {
	width:20px;
	border-left:1px #c9c9c9 solid;
	visibility:hidden;
	cursor:pointer;
}
.controls {
	cursor:move;
}
.copy {
	font-size:11px;
}
td.breadcrumbtd{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
A.breadcrumb,A.breadcrumb:link,A.breadcrumb:active,A.breadcrumb:visited {
	padding-left:11px;
	color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	vertical-align:middle !important;
	text-decoration:none;
}
A.breadcrumb:hover{
	text-decoration:underline;
}
.menu {
	cursor:pointer;
	opacity:0.7px;
}
.menu:hover {
	opacity:1px;
}
.innerembed {
	border:#999 1px inset;
	background:#FFFFE0;
	color:#333;
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:11px;
	white-space:pre;
	width:99%;
	height:65px;
	padding:1px;
}
A:link,A:visited {
	text-decoration:none;
	color:#464646;
	font-size:11px;
	font-family:"Trebuchet MS";
}
div.editTitle,div.next {
	font-family:Verdana;
	font-size:small;
}
input.editLineSmall,textarea.editLineSmall {
	border:none;
	background-color:transparent;
	font-family:Verdana;
	font-size:10px;
}
td.pList,td.pListLong {
	font-family:Verdana;
	font-size:10px;
}
.error_text {
	color: #f9621a;
	padding-left: 10px;
	padding-right: 10px;
}
.pad_text {
	padding-left: 10px;
	padding-right: 10px;
}
table.share {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #c9c9c9;
	border-collapse: collapse;
}
table.share td {
	border-width: 1px;
	padding-left: 10px;
	border-style: solid;
	border-color: #c9c9c9;
}
table.blank {
	border-width: 0px;
	border-spacing: 0px;
}
table.blank td {
	border-width: 0px;
	padding: 10px;
}
table.normal,table.normal td{
	border:none;
	border-width: 0px;
	border-spacing: 0px;
	padding:0px;
}
fieldset{-moz-border-radius:8px; border:1px #CCCCCC solid; padding:5px;}
legend{ font-size:12px; font-weight:bold;}
