/* author: hakim jamal - hakim@thoughtography.net */

body {
	background-color: #d9d8d8;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 65%;
	overflow: auto;
}
.mainframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#logoframe {
	width: 100%;
}
.centeriframe {
	width: 100%;
	height: 373px;
	padding: 0px;
}
.splashiframe {
	width: 100%;
	height: 300px;
	padding: 0px;
}
#navframe {
	width: 100%;
}
.logo {
	bottom: 0px;
	background: #d9d8d8 url("../images/global/bg_top.jpg") bottom left repeat-x;
}
.navigation {
	background: #d9d8d8 url("../images/global/bg_nav.jpg") top left repeat-x;
}
input {
	font-size: 1em;
	color: #e1e1e1;
	border: 1px solid #666666;
	cursor: pointer;
	width: 120px;
	background-color: #444848;
	padding: 0px;
	overflow: auto;
}
.textfield {
	font-size: 1em;
	color: #999999;
	border: 1px solid #A1A1A1;
	cursor: text;
	width: 450px;
	background-color: #444848;
	padding: 1px;
	overflow: auto;
}  
.textarea { 
	font-size: 1em;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	cursor: text;
	width: 450px;
	padding: 1px;
}
.anno{
	font-size: 1em;
	color: #CACACA;
	font-weight: bolder;
	line-height: 1.4em;
}
.text{
	font-size: 1em;
	color: #333333;
	line-height: 1.4em;
}
.note{
	font-size: 0.86em;
	color: #333333;
	line-height: 1.2em;
}
a, a:link {
	font-size: 1em; 
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 1em;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-size: 1em;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-size: 1em;
}