﻿.myDreamHead {
	color:#3d652f;
	width:615px;
	/*margin:10px 0 10px 0;
	font-style:italic;*/
	}
	
h6.dreamTag {
	font-size:12px;
	font-weight:normal;
	width:615px;
	/*margin-bottom:10px;*/
	
	}

.projectArea {
	float:left;
	width:615px;
	margin:0;
	}

.projFolder {
	display:block;
	float:left;
	width:103px;
	height:72px;
	background-image:url(../images/projFolder_bg.gif);
	background-position:bottom;
	text-align:center;
	/*line-height:72px;*/
	cursor:pointer;
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
	
.myProjHolder {
	width:615px;
	/*height:72px;*/
	overflow-x:scroll;
	margin-bottom:15px;
	padding-bottom:7px;
	}
	
.projFolder:hover {
	background-color:#cc0000;
	background-image:url(../images/projFolder_bg.gif);
	background-position:top;
	}
	
.projFolder a {
	display:inline;
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
	
.scrollHolder {
	float:left;
	border-top:1px solid #ccc;
	padding-top:30px;
	margin-top:10px;
	}
	
.scrollWindow {
	/*background-color:#cc0000;*/
	float:left;
	display:block;
	margin-bottom:10px;
	width:615px;
	height:131px;
	overflow:hidden;
	overflow-y:hidden;
	border:1px solid #ebe3cc;
	}
	
.scrollWindowEdit {
	float:left;
	width:615px;
	}
	
.scrollWindowNotes {
	/*background-color:#cc0000;*/
	float:left;
	display:block;
	margin-bottom:10px;
	width:450px;
	height:131px;
	overflow:auto;
	border:1px solid #ebe3cc;
	}
	
.bottomButtonHolder {
	width:425px;
	float:right;
	margin-top:5px;
	}
	
.bottomButtonHolder input {
	background: #08b7a5;
	border:0;
	color:#fff;
	}
	
.noWrap {
	float:left;
	height:131px;
	width:auto;
	overflow:auto;
	white-space:nowrap;
	width:615px;
	}
	
.noWrap a {
	padding-right:10px;
	}
	
.noWrap a:hover {
	text-decoration:none;
	}
	
.noWrap img {
	border:0;
	}
	
.scrollImage {
	/*float:left;*/
	}
	
.projectsHolder {
	float:left;
	width:615px;
	height:72px;
	/*background-color:#ccc;*/
	}
	
.backProj {
	float:left;
	width:510px;
	height:72px;
	/*background-color:#00cc00;*/
	text-align:right;
	line-height:72px;
	}
	
.backProj a {
	color:#000;
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	font-style:italic;
	}
	
.backProj a strong {
	color:#3d652f;
	font-weight:bold;
	}
