html, body{
	margin: 0;
	padding: 0;
}
#wrapper{
	display: block;
/*
	padding-left: 50px;
	padding-right: 50px;
*/
}
table{
	border-collapse: collapse;
	width: 100%;
}
#top{
}
#top_l{ 
	float: left; 
	background-image: url("/img/top_left.png");
	background-position: bottom right;
	background-repeat: no-repeat; 
}
#top_r{ 
	float: right; 
	background-image: url("/img/top_right.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}
#top #top_c{
	width: 90%;
	background-image: url("/img/center.png");
	background-repeat: repeat-x;
}
#top #top_l, #top #top_r{
	display: block;
	width: 5%;
}
#top_l, #top_c, #top_r{ 
	float: left; 
	display: block;
	height: 100px;
}
#body{
	padding-left: 50px;
	padding-right: 50px;
	clear: both;
}
hr.clear{
	clear: both;
	margin-bottom: -.1em;
	visibility: hidden;
}
#login_top{
	margin-top: -1px;
}
#login_top td{
	width: 50%;
	font-size: 8pt;
	vertical-align: bottom;	
}
a img{
	border: 0; 
}

td, div, span{
	font-family: tahoma, arial, sans-serif;
}
#footer{
	position: fixed;
	width: 100%;
	bottom: 0;
}
#footer a{ 
	color: #00f;
	text-decoration: none;
}
#footer a:hover {
	color: #009;
}
#footer_l{ 
	float: left; 
	background-image: url("/img/footer_left.png");
	background-position: top right;
	background-repeat: no-repeat; 
}
#footer_r{ 
	float: right; 
	background-image: url("/img/footer_right.png");
	background-position: top left;
	background-repeat: no-repeat;
}
#footer_c{
	background-image: url("/img/footer_center.png");
	background-repeat: repeat-x;
	width: 90%;
}
#footer_l, #footer_r{
	display: block;
	width: 5%;
}
#footer_l, #footer_c, #footer_r{ 
	float: left; 
	display: block;
	height: 20px;
}
#footer_t td{
	font-size: 9pt;
	font-weight: bold;
}
#main_center, #saas_center{
	margin-top: 10px;
}
#main_center td{
	text-align: center;
}
#saas_center td{
	border-bottom: 1px #000 solid;	
	font-size: 10pt;
}
#saas_center td p{
	text-align: justify;
}
#saas a{
	color: #00c;
}
#tour{
	border: 3px #ccc double;
	background-color: #009;
	color: #99f;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 175px;
	padding: 10px;
	font-size: 15pt;
	font-variant: small-caps;
}
a#tour{ text-decoration: none; }
a#tour:hover {
	background-color: #00f;
	color: #fff;
}

#saas{
	font-size: 16pt; 
	color: #666; 
	width: 100%; 
	text-align: center; 
	font-weight: bold; 
	font-style: italic;
	margin-bottom: 10px;
}
#saas a{
	text-decoration: none;
}
#saas a img{
	border: 0; 
}
span.u{
	text-decoration: underline;
}

#updates{ border-collapse: collapse; }
#updates td{
	font-size: 8pt;
	font-family: Verdana, sans-serif;
}
#updates td span{
	font-size: 8pt;
}
#updates tr td{
	padding-bottom: 5px;
	font-size: 8pt;
}
#updates tr#new{
	border: 3px #fc0 solid;
}
#updates td ol{
	margin: 0;
	margin-left: 20px;
	padding: 0;
}
#saas_center td.b_left{
	width: 150px; 
	padding-right: 30px; 
	vertical-align: top; 
	font-weight: bold; 
	font-size: 14pt; 
	text-align: left;
}

div#yellow_note{
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
	padding: 10px;
	background-color: #ff6;
	border: 1px #fc0 solid;
}

#login_error{
	width: 350px;
	margin: auto; 
	border: 1px #000 solid;
	border-collapse: collapse;
}
#saas_center td dt{ font-weight: bold; }
#saas_center td dd{ padding-left: 10px; }
