/* @group Base */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 8px auto 0 8px;
	width: 1026px;
	float: left;
	font: 12px "Courier New", Courier, mono;
	outline:none;

}

ul {
	list-style: none;
	margin: 46px 0 0;
	padding: 0;
}

a {
      /* Mozilla */
	outline:none;
 
	/* IE */
	-moz-outline-style: none;   
}

a:link {
	text-decoration: none;
	color: #00FA9A;
}

a:visited {
	text-decoration: none;
	color: #00FA9A ;
}

a:hover {
	text-decoration: underline;
	color: #00FA9A;
}

a:active {
	text-decoration: none;
	color: #00FA9A;
	outline: none;
}

/* @end */

/* @group Header */



.contentHeader {
	cursor: pointer;
	position: relative;
	height: 15px;
	width: 1024px;
	font: 12px "Courier New", Courier, mono;
	text-indent: 1px;
	padding-top: 3px;
	margin-top: 0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 2px;
}

.new {
	color: #623efc;
	
}
.contentHeader:hover {
	background: #00FA9A;
	height: 15px;}

.contentHeader .date {
	position: absolute;
	right: 5px;
	font-style: italic;
	margin-top: 1px;
}

.contentHeader .project {
	position: absolute;
	margin-top: 1px;
	margin-left: 0;
	padding-left: 1px;
}

.contentHeader .type {
	position: absolute;
	left: 514px;
	margin-top: 1px;
}

.words {
	bottom: -3px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	width: 1021px;
	padding-top: 6px;
	padding-bottom: 12px;
	padding-left: 3px;
}


/* @end */

/* @group Information */

.closeAll {
	position:fixed;
	left: 1013px;
	top: 8px;
	font-size: 12px;
	opacity: .5;
	color: #00FA9A;
	text-decoration: none;
	z-index: 4;
}

.openAll {
	position:fixed;
	top: 8px;
	font-size: 12px;
	opacity: .5;
	color: #00FA9A;
	text-decoration: none;
	z-index: 4;
	left: 1023px;
}

.closeAll:hover {
	opacity: 1;
	text-decoration: none;
	
}
.openAll:hover {
	opacity: 1;
	text-decoration: none;
}

.projectHead {
	position:fixed;
	left: 8px;
	top: 31px;
	color: #00FA9A;
	letter-spacing: 0;
	word-spacing: 1px;
	z-index: 0;
	font-weight: normal;
	font-style: normal;
}

.typeHead {
	position:fixed;
	top: 31px;
	color: #00FA9A;
	font-size: 12px;
	letter-spacing: 0;
	word-spacing: 2px;

	z-index: 0;
	left: 523px;
	font-weight: normal;
	font-style: normal;
}

.dateHead {
	position:fixed;
	left: 1003px;
	top: 31px;
	color: #00FA9A;
	font-size: 12px;
	letter-spacing: 0;
	word-spacing: 1px;
	z-index: 0;
	font-weight: normal;
	font-style: normal;
}

.topMenu {
	width: 1024px;
	position: fixed;
	top: 25px;
	opacity: .5;
	height: 1px;
	background-color: #00FA9A;
	
}

.logoStatic {
	position: fixed;
	left: 8px;
	top: 8px;
	word-spacing: -2px;
	letter-spacing: 1px;
	z-index: 4;
	color: #00FA9A;
}

.information {
	cursor: pointer;
	color: #00FA9A;
	word-spacing: -2px;
	letter-spacing: 1px;
	font-size: 12px;
	z-index: 800;
	position: absolute;
	top: 8px;
	left: 174px;
}


.information:hover {
	text-decoration: line-through;
}


.informationBody {
	position: absolute;
	margin-top: 25px;
	z-index: 50;
	background-color: white;
	height: 294px;
	width: 1024px;

}

.informationText {
	position: absolute;
	height: 10px;
	font-size: 11px;
	left: 258px;
	top: 5px;
	float: none;
	line-height: 12px;
	width: 700px;
}
	

.informationImg {
	width: 250px;
	margin-top: 1px;
	z-index: 1;
	background-color: #00FA9A;
	float: left;
	margin-right: 17px;
	height: 285px;

}

/* @end */

/* @group IMG */

img {
	margin-right: 1px;
	margin-top: 8px;
	background-color: #00FA9A;
}




/* @end */

