/* CSS Document for AVE's Guild Guide */
/*
Copies of this file exist in the parrent and login directories. The Tools section should be using it's own stylesheet, based on this file */
body { 
	background-color: #000000;
}

div.vv2holder {
	color: #B0C4DE;
	position: absolute; 
	z-index:50; 
	width: 500px; 
	display: none; 
	background: #000; 
	border: 2px solid #888; 
	filter:alpha(opacity=100); 
	opacity:1;
}

.content {
	font-weight: bold;
	font-size: 12px;
	color: #B0C4DE;
	/*color: #CCCCD0;*/
	background-color: #000000; 
	padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; 
	margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px;
	position:absolute;
	top: 160px;
	left: 150px;

}

.smalltext {
font-size:12px;
}

a.navlink:link { color: #336699; text-decoration: none; }
a.navlink:visited { color: #336699; text-decoration: none; }
a.navlink:hover { color: #cccccc; text-decoration: none; }

a.mainlink:link {color: #339999; text-decoration: none; font-family: cursive; font-size: large; }
a.mainlink:visited {color: #339999; text-decoration: none; font-family: cursive; font-size: large;  }
a.mainlink:hover {color: #FF9999; text-decoration: none; font-family: cursive; font-size: large;  }

a.minilink:link {color: #339999; text-decoration: none; font-family: cursive;  }
a.minilink:visited {color: #339999; text-decoration: none; font-family: cursive;  }
a.minilink:hover {color: #FF9999; /*text-decoration: none; font-family: cursive;*/  }

td {
	/*color: #ffffff;*/
	font-size: 13px; 
	vertical-align: top;
}

.title {  
	font-size: 24px; font-weight: normal; color: #ffffff; 
	margin-top: 5px; margin-bottom: 5px; margin-left: 20px; 
	padding-top: 5px; padding-bottom: 5px; padding-left: 20px;
}

/*For the AJAX Search-Suggest Box*/
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
}
#search_suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #000000;	
}

div.container {
position:relative;
width:400px;
}
div.buttons {
float:right;
}

fieldset.leftbox {
float:left;
border:none;
border-right:dashed;
text-align:right;
}

fieldset.rightbox {
float:left;
text-align:left;
border:none;
}

div.spacer {
clear: both;
}

.tableholder {
position:relative;
margin-left:auto;
margin-right:auto;
float:left;
}


.header {
position:relative;
text-align:center;
}

.menu {
position: absolute;
float:left;
left: 5px;
top: 160px;
width: 140px;
text-align:center;
}

.footer {
position:relative;
text-align:center;
font-size:12px;
bottom:0px;
color:#999999;
margin-top:10px;
}

.sub_menu {
position:relative;
color:#6699CC;
text-align:center;
font:bold;
margin-left:auto;
margin-right:auto;
}
