/* This CSS document is designed for Internet Explorer 6.0 with a screen size of 1280 x 960 and 1280 x 1024 */

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.canvas{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 900px;
	background-image: url(../images/yaraq_logo.jpg);
	
}

.menuGuildInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	background-color: #697F91;
	position: relative;
	left: 40px;
	top: 200px;
	width: 160px;
	height: 130px;
	z-index:1;
	filter:alpha(opacity=92);
	border-color: #000000;
	border-style: double;
	border-width: 1px;
}

.menuNodeHeading {
	padding-top: .5em;
	padding-left: 1em;
	width: 160px;
	font-weight: bold;
	
}

.menuNode {
	padding-left: 1.5em;
	width: 160px;
	
}

.topMain {
	position: relative;
	left: 230px;
	top: 100px;
	width: 715px;
	height: 30px;
	padding-left: 1em;
	background-color: #697F91;
	filter:alpha(opacity=92);
	border-color:#000000;
	border-width: 1px;
	border-style: groove;
	overflow: hidden;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	

}

.loginForm {
	position: absolute;
	left: 400px;
	filter:alpha(opacity=92);
}

.mainWindow {

	position: relative;
	width: 715px;
	height: 565px;
	background-color: #697F91;
	left: 230px;
	top: 110px;
	padding-left: 1em;
	padding-top: 1em;
	filter:alpha(opacity=92);
	border-color:#000000;
	border-width: 1px;
	border-style: groove;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	

}


