/*
*
*	Greater Statesville Extranet Style
*	Edreamz, Inc 2007 | jjohnson@edreamz.com
*
*/

body{
	color: #333;
	margin: 0;
	padding: 0;
	background: #5895bc url(../images/extranet-bg.gif) repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

a{outline: none; color: #7AC142; text-decoration: none; font-weight: bold;}
a:hover{color: #E58F1C;}

.red{color: #8F001D;}
.small{font-size: 11px;}

.input{
	padding: 4px; 
	color: #525252; 
	font-family: Arial, sans-serif; 
	font-size: 14px;
	border: 1px solid #A7A6AA;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	}


.center{text-align: center;}

.clear{clear: both;}

.field{margin: 10px 0;}

#wrapper{
	margin: 0 auto;
	width: 920px;
}


#hd h1{
	margin: 0; 
	padding: 0;
	text-indent: -9999em;
	background: url(../images/extranet-logo.gif) no-repeat left top;
	width: 225px;
	height: 150px;
	position: relative;

}

#hd div.welcome-back{
	position: absolute;
	left: 800px;
	top: 50px;
	color: #fff;
	font-size: 14px;
	text-align: right;
}

.welcome-back p{
	margin: 0; 
	padding: 4px 0;
	
}

 .nav{
	margin: 0; 
	padding: 0 0 0 275px;
}

.nav li{
	margin: 0;
	display: block;
	float: left;

}

.nav li a{
	color: #E58F1C;
	display:block;
	width: 125px;
	background: #accade;
	text-align: center;
	padding: 6px 0;
	margin-right: 3px;
}

.nav li a.active, .nav li a.active:hover{
	background: #fff;
	color: #333;
}

.nav li a:hover{
	background: #d5e4ee;
}

#dashboard{
	clear:both;
	margin: 0 auto;
	padding: 15px 3px 35px 2px;
	background: #fff url(../images/dashboard-bg.gif) no-repeat right bottom;
	width: 920px;
}

h2{
	margin: 0;
	padding: 0;
	font-size: 18px;
}

h2.project_name{
	padding: 4px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #d3d3d3;
	}

.projects{
	width: 200px;
	float: left;
}

.projects ul{
	padding: 0 0 0 15px;
}

.projects li{
	font-weight: bold;
	list-style:none;
	margin: 0;
	padding: 3px 0;
}

.files{
	width: 480px;
	margin: 0 10px;
	float: left;
}

.file{
	width: 200px;
	margin: 5px 10px 8px 15px;
	float: left;
	font-size: 12px;
}

.file a.title{
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
}

.file.pdf .title{
	background-image: url(../images/icons/pdf.gif);
}
.file.doc .title{
	background-image: url(../images/icons/doc.gif);
}
.file.xls .title{
	background-image: url(../images/icons/xls.gif);
}
.file.txt .title{
	background-image: url(../images/icons/txt.gif);
}
.file.ppt .title{
	background-image: url(../images/icons/ppt.gif);
}
.file.default .title{
	background-image: url(../images/icons/txt.gif);
}
.file.jpeg .title, .file.jpg .title, .file.bmp .title, .file.gif .title, .file.png .title{
	background-image: url(../images/icons/photo.gif);
}

.project_info{
	width: 200px; 
	float: left;
	}

#list{
	width: 550px;
	float: left;
	margin: 0 0 0 15px;
}
.item{padding: 6px 0;}
.item.dark{background: #f4f4f4;}
.item .lt{width: 220px; display:block; float: left;}
.item .mid{width: 200px; float: left; display:block;}
.item .right{ float: right; width: 120px; display:block;}
.item .assoc{float: right; width: 330px; display:block; font-size: 12px;}

.field em{font-size: 11px; padding: 0 0 0 25px;}

#addnew{
	width: 275px;
	float: right;
	background: #f5f5f5;
	margin: 0 10px 0 0;
	padding: 10px;
}

#addnew h2{color: #7c7c7c;}

#ft{font-size: 11px; color: #fff;}
#ft a{color: #fff;}

#msg{
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: 8px;
}

#msg.info{
	background: #ffc;
	border-color: #fcfca0;
}

#msg.success{
  border-color: #9c9;
  color: #060;
  background: #E2F9E3;
}

#msg.error{
  border-color: #c99;
  color: #fff;
  background: #c00;
}


