﻿.glframe_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #353535;
}
#glframe {
	position: relative;
	width: 460px;
	height: 300px;
	
}
#glframe_hdr {
	position: relative;
	background-image: url('../../Images/Frame/hdr.png');
	background-repeat: repeat-x;
	height: 65px;
}
#glframe_index {
	position: relative;
	height: 25px;
	padding-top: 5px;
	text-align: right;
	top: 35px;
	padding-right: 15px;
	color: #f1f0f0;
}
#glframe_content {
	position: relative;
	background-color: white;
	background-image: url('../../Images/Frame/content_bg.jpg');
	background-repeat:no-repeat;
	color: #ffffff;
	overflow: auto;
	height: 229px;
	margin: 0px 5px 0px 5px;
}
#glframe_footer {
	background-image: url('../../Images/Frame/footer.png');
	height: 32px;
	text-align: center;
	color: white;
	padding-top: 8px;
}
#glframe_create{
	margin: 0px 5px 0px 5px;
	background-color: #000;
	font-size: 8pt;
	color: #a8a8a8;
	padding: 2px;
	border-top: 1px solid red;
}
a.gl:visited, a.gl:link {
	color: #ffffff;
	text-decoration: none;
}
a.gl:hover {
	text-decoration: underline;
}
a.info:visited, a.info:link, a.info:hover {
	background-image: url('../../Images/Frame/Block/info.png');
	display: block;
	height: 25px;
	width: 25px;
}

.shadow {
	background-image:url('../../Images/Frame/shadow.png');
	height:5px;
}
.greybg {
	background-image: url('../../Images/Frame/grey.png');
}
.whitebg {
	background-image: url('../../Images/Frame/white.png');
	color: #343434;
}
