@charset "utf-8";
/* main.css */
/*@import "";*/
@import "error.css";
@import "dashboard.css";
@import "buildspage.css";
@import "editbuilds.css";
@import "addassociate.css";
@import "associatelist.css";
@import "index.css";
@import "slider.css";
@import "footer.css";

#Header 
{
	position:absolute;
	top:0px;
	width:98%;
	height:115px;
	z-index:7;
	left: 1%;
	background-color: #000000;
	right: 1%;
}

#navbar 
{
	position:absolute;
	width:98%;
	height:25px;
	z-index:10;
	top: 115px;
	left: 1%;
	right: 1%;
	bottom: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #999999;
	font-size: x-small;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-indent: 10px;
	vertical-align: middle;
	display: block;
	margin-right: 20px;
	background-repeat: repeat;
}

#navbar a 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#main 
{
	position:absolute;
	width:98%;
	z-index:2;
	top: 142px;
	bottom: 35px;
	left: 1%;
	right: 1%;
}

.basic-bordered
{
	width:98%;
	border:1px solid #000;
	background:#aaaaaa;
}

.basic-borderless
{
	width:98%;
}

.basic-main
{
	width:100%;
	height:100%;
	overflow:auto;
}

/*div
{
	border:1px dotted #ff00ff;
}*/