@import url(type.css);
@import url(nav.css);
@import url(home.css);
@import url(forms.css);
@import url(errors.css);

/*
-----------------------------------------------
Title: cyteworks base styles
Author: Brian Merckens
Version: 	27 March 2006
----------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

html {
 height: 100%;
}

body {
 background: #fff url(../images/bkg_splash.gif) no-repeat left top;
	height: 100%;
}

img {
	border: none;
}

hr, .hide {
	display: none;
}


/* =Structure
----------------------------------------------- */

#container {
 margin: 0 auto 0 auto;
}


/* =Head
----------------------------------------------- */

#head_region_2 {
	position: absolute;
	left: 150px;
	top: 400px;   
}


#foot_region_1 {
 display: block;
 clear:both;
 width:100%;
 height:40px;
}


#head_region_4 {
	position: absolute;
	left: 150px;
	top: 80px;   
	display: block;
}

#subnav {

}


/* =Body
----------------------------------------------- */

#body {
 
	}


/* =Content
----------------------------------------------- */
#content {
	margin: 40px 250px 0 120px;
}

#content.admin {
	margin: 40px 20px 0 120px;
}

/* =Footer
----------------------------------------------- */

#footer {
 
}


/* =Misc
----------------------------------------------- */
#pagination {
	width: 100%;
	text-align: center;
}

.altRow {
	background-color: #F5F5F5;
}

#UserExpiresDay {
	width: 45px;
}

#flashcontent {
 background-color: #333;
 font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #000;
 position: absolute;
 top: 50px;
 left: 50px;
 width: 400px;
}