/* CSS Document */
html	{
	height:100%;
}
body	{
	height:100%;
}
#content-heading	{
	font-size:18px;
	color:#999999;
	font-family:Tahoma;
	height:10%;
	font-weight:bold;
}
#content-main		{
	height:72%;
	overflow:auto;
	width:90%;
	margin:0px auto;
	border:1px solid #EFEFEF;
	background:#F9F9F9;
}
#content-message-area	{
	height:7%;
	width:90%;
	margin:auto;
}
#content-footer		{
	height:8%;
	font-size:12px;
}
.content	{
	padding:6px;
}
.tip	{
	font-size:11px;
	font-weight:normal;
}
.content-heading-links	{
	float:right;
	font-size:11px;
	padding-top:22px;
	font-weight:normal;
}
.content-heading-links a,.content-footer-links a, visited	{
	background-image:url(../../images/icon_right.gif);
	background-position: center left;
	background-repeat:no-repeat;
	padding:10px;
	padding-left:15px;
	color:#336600;
	text-decoration:none;
}
.content-footer-links	{
	float:right;
	font-size:11px;
	padding-top:6px;
	margin:0px;
	padding-bottom:0px;
	font-weight:normal;
}