@charset "UTF-8";
html { height:100%; }
body, th, td, input[type=text], input[type=password], textarea {
	font-family: Futura, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	color:black;
}
table, th, td, input, textarea {
	background-color:none;
}

.userTable { width:99%; }
.userTable th { padding:2px; white-space:nowrap; background-color:#ddd; }
.userTable td { padding:2px; white-space:nowrap; }
.userTable input, .userTable select { font-size:0.6em; }


img { border:0; display:block; }
form { padding:0; margin:0 }
ul { list-style:circle; }
h1 {
	color:#5baf3e;
	font-size: 1.6em;
	padding-top:.2em;
	margin-top:0;
	margin-bottom:.5em;
}
.alternateFont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.95em;
}
h2 {
	padding:0px;
	margin-top:0.5em;
	margin-bottom:0;
	/* font-family:Fiesta, Verdana, Arial, Helvetica, sans-serif; */
	font-size: 1.2em;
	display:inline;
}
p {
	margin:0 0 1em 0;
}
a { color:#5baf3e; text-decoration:none; }
a:hover { color:black; text-decoration:underline; }
a:active { color:black; text-decoration:none; }
a.invisibleLink { color: black; text-decoration:none; }
a.invisibleLInk:hover { text-decoration:none; }


#container {
	position:relative;
	background-color:white;
	width:959px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	z-index:600;
	background-color:white;
	height:142px;
	padding:0;
}
#headImages {
	height:200px;
	background-color:#5baf3e;
	/*
	background-image:url(../images/headImages.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	*/
	overflow:hidden;
	border-top:5px solid #5baf3e;
	border-bottom:5px solid #5baf3e;
	padding:0;
	margin:0 0 5px 0;
}
	#headImages img {
		margin-top:auto;
		margin-bottom:auto;
		float:left;
	}
	#headImages .spacer { float:left; width:4px; height:200px; background-color:white; }

#homeLink {
	background-image:url(../images/LSEFLogo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	height:110px;
	width:111px;
	left:57px;
	top:16px;
}
.lineage {
	font-size:0.99em;
	z-index:500;
}
.lineage a {
	color:white;
	border:1px solid #686552;	
	background-color:#5baf3e;
	padding:0 2px;
}
.lineage a:hover {
	text-decoration:none;
	background-color:white;
	color:#5baf3e;
}
#login {
	text-align:right;
	font-size:0.7em;
	position:absolute;
	right:0;
	top:10px;
}
#login input {
	font-size:0.8em;
	color:gray;
}
.popupBox {
	position:absolute;
	z-index:5000;
	width:330px;
	right:20px;
	top:20px;
	padding:20px;
	border:20px solid #4DA227;
	background-color:#CCCCCC;
}

.tabs {
	float:left;
	left:0;
	width:220px;
	margin-bottom:40px;
}
.tabs ul {
	list-style:none;
	margin:10px 0;
	padding:0;
}
	.tabs a:hover {
		color:black;
	}
	.tabs li {
		position:relative;
		margin-left:0;
		border-bottom:1px dashed #5baf3e;
	}
	.tabs li.selected {
		font-weight:bold;
	}
	.tabs li a {
		position:relative;
		left:0;
		color:#5baf3e;
		text-decoration:none;
		margin:0px;
		padding:5px 0 3px 0;
		font-size:15px;
		line-height:normal;
		display:block;
		text-transform:uppercase;
}
	.tabs li.selected a {
		color:black;
	}
		.tabs li ul {
			display:none;
		}
		.tabs li.selected ul {
			position:relative;
			top:-5px;
			display:block;
			margin:0;
			padding-left:1em;
			background:white; /* important to have this in IE so menu stays up during mouseover */
		}
			.tabs li.selected li a {
				color:#5baf3e;
			}
			.tabs li li.selected a {
				color:black;
				font-weight:bold;
			}
			.tabs li li {
				line-height:.9em;
				float:none;
				display:block;
				background-image:none;
				margin:0;
				padding:0;
				border-bottom:none;
			}
			.tabs li li a {
				color:#5baf3e;
				font-weight:normal;
				background-image:none;
				font-size:.9em;
				text-transform:none;
			}
			.tabs li li a:hover {
				color:black;
			}
.tabsTop {
	position:absolute;
	top:95px; right:0;
	font-size:1.15em;
}
	.tabsTop ul {
		list-style:none;
	}
		.tabsTop li {
			float:left;
			margin-left:20px;
		}
		.tabsTop a {
			text-decoration:none;
			text-transform:uppercase;
		}
		
#content {
	position:relative;
	background-color:white;
	min-height:280px;
	float:right;
	width:712px;
	padding-top:30px;
}
.imageSmall {
	padding:0;
	border:3px solid #5baf3e;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	position:relative;
	z-index:5000;
	text-align:center;
	clear:both;
}
.galleryThumb {
	height:150px;
	width:100px;
	padding:0;
	float:left;
	margin-right:16px;
	margin-bottom:10px;
	position:relative;
	z-index:5000;
	text-align:center;
	font-size:9px; 
	line-height:normal;
}
.galleryThumb[class] {
	min-height:150px; /* for good browsers */
}

.galleryThumb .imgContainer {
	height:100px;
	text-align:center;
	bottom:0;
}
.galleryThumb img { 
	margin-left:auto; 
	margin-right:auto; 
	border:1px solid #4DA227;
}
#uploadImage {
	float:right;
	clear:right;
}
.floatLeft {
	float:left !important;
}
.imageSmall img { border:none; }
.imageSmall,.imageSmall input {
	font-size:12px;
}
.subItems {
	clear:both;
}
.imageThumb {
	float:left;
	margin: .2em .7em .5em 0;
	border:1px solid #5baf3e;
}
.tinyThumb {
	margin: 2px 2px 0 0;
	display:block;
	float:left;
	height:25px;
	width:25px;
	text-align:center;
}
.imageZoom {
	width:600px !important;
	text-align:center;
}
.imageZoom .button { 
	width:100px;
	position:absolute; 
	display:block;
	background:#eee;
	border:1px dotted gray; 
	padding:5px !important;
	top:200px;
	font-size:18px !important;
}
.imageZoom .button[class] { /* for good browsers */
	position:fixed; 
	display:inline;
}
.imageZoom #next { right:-120px; text-align:right; }
.imageZoom #next[class] { right:5px; } /* for good browsers */
.imageZoom #prev { left:-120px; text-align:left; }
.imageZoom #prev[class] { left:5px; } /* for good browsers */
.imageZoom h1 {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.imageZoom img {
	margin-left:auto;
	margin-right:auto;
}
#fileUploader {
	display:inline-block;
	border:1px solid #5baf3e;
	position:relative;
	z-index:200;
	font-size:12px;
	padding:2px;
}

.headUpload { position:absolute; text-align:center; top:150px; width:235px; }
.headUpload div { background-color:white; padding:3px; }
#hu1 { left:0px; }
/*
#hu2 { left:244px; }
#hu3 { left:488px; }
#hu4 { left:734px; }
*/
#hu2 { left:151px; }
#hu3 { left:342px; }
#hu4 { left:533px; }
#hu5 { left:724px; }

hr { border:0; color:#686552; background-color:#686552; height:2px; }
#subList {
	list-style:none;
	margin-left: 0;
	padding-left: 0;
}
	#subList li {
		padding-left:20px;
		padding-bottom:1em;
		background-image: url("../images/lfBullet.gif");
		background-repeat:no-repeat;
		background-position:-7px 5px;
	}
	#subList a:hover {
		text-decoration:none;
	}
	#subList p {
		margin:0;
		padding:0;
		color:black;
	}
	#subList h2 {
	}
	#subList .clear { clear:left; }

	
#contentBGbottom {
	background-color:#e2e1d9;
	background-image:url(../images/contentBGbottom.gif);
	background-repeat:repeat-x;
	height:37px;
	margin-left:65px;
}
#footer {
	border-top:2px solid #5baf3e;
	width:959px;
	float:left;
	background-color:white;
	color:#5baf3e;
	font-size:13px;
	line-height:1.4em;
	text-align:center;
	bottom:0;
	padding-top:10px;
	padding-bottom:15px;
}

#footerLinks { color:black; text-align:center; margin:10px 0; padding:0; }
#footerLinks a { color:black; text-decoration:underline; }

.center {
	text-align:center;
}
.red {
	color:red;
}

.editable {
	background-color:#FF6;
}
.editableOutlined {
	border:1px dotted #ddd !important;
	padding:0 2px;
}

.button { 
	cursor:pointer; 
	border:1px dotted #5baf3e !important; 
	line-height:12px !important; 
	font-size:10px !important; 
	padding:0 !important; 
	background:none;
}
.button:hover { border:1px solid #5baf3e !important; text-decoration:none; }
.newItem {
	line-height:12px;
	font-size:10px;
	border:1px dotted #999;
	color:#999;
	padding:0 2px;
	background:none;
	background-color:white;
}
.newItem:hover { color:green; text-decoration:none; border:1px solid green; }
.deleteItem {
	line-height:12px;
	font-size:10px;
	border:1px dotted #999;
	color:#999;
	padding:0 2px;
	margin-left:10px;
	background:none;
}
.deleteItem:hover { color:red; text-decoration:none; border:1px solid red; }
.reorder {
	line-height:12px;
	font-size:10px;
	border:1px dotted #999;
	color:#999;
	padding:0 .2em;
	margin-left:10px;
}
.reorder:hover { color:blue; text-decoration:none; border:1px solid blue; cursor:move; }

.developmentAlert {
	border:2px dotted red;
	color:gray;
}

.small {
	font-size:10px !important;
}
.small input, .small select {
	font-size:9px !important;
}
.big {
	font-size:17px !important;
}
.gray {
	color:gray !important;
}
.gray input, .gray select {
	color:gray !important;
}
.widget { position:relative; z-index:1000; }

.outline { 
	position:static; 
	margin-left:0; 
	padding-left:25px; 
	font-size:16px; 
	line-height:1.4em; 
	/*border-left:1px solid #B8B7A7;*/
	list-style:disc;
}
.outline .outline { 
	font-size:.90em; 
	list-style:square;
}
.outline .outline .outline {
	list-style:circle;
}

