	@import url(opendesign.css);
	
	IMG.banner{
		padding-bottom:25px;
	}
	
	.navMenu{
		
		display:inline;
		margin:0px 0px 0px 5px;
		
	}
	
	.navMenu LI{
		padding:3px;
		display:inline;
		font-size:11px;
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
		font-weight:500;
	}
	
	.navMenu LI A{
		color:#336600;
		padding-right:10px;
	}
	
	.navMenu LI .suggest{
		padding-left:15px;
		
	}
	
	#main IMG{
		padding-bottom:0px;
		padding-top:5px;
		margin-bottom:0px;
	}
	
	H1, H2, H3, H4, H5{
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
		color:#333;
		margin-left:10px;
		
	}
	
	H1, H2, H3{
		padding:20px 5px 3px 0px;
	}
	
	#detailsBox H2, H3{
		font-weight:500;
	}
	
	
	
	H5.intro{
		font-family:"Trebuchet MS","Lucida Grande",  sans-serif;
		color:#666;
		font-size:15px;
		padding:2px;
		margin:0px 10px 10px 10px;
		font-weight:600;
	}
	
	#vineHeader h4{
		text-transform:uppercase;
		font-size:16px;
		color:#fff;
		font-weight:600;
		padding:5px 3px 5px 5px;
		margin:0px;
	}
	
	#projectList{
		/* display:inline; */
		width:90%;
		font-size:12px;
		font-family:"Trebuchet MS","Lucida Grande", sans-serif;
		/*border:solid 1px #333;*/
		
	}
	
	#projectList TH{
		text-transform:capitalize;
	}
	
	#projectList .index{
		width:50%;
	}
	
	#projectVine P{
		font-size:x-small;
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
		margin-right:10px;
	}
	
	#projectVine IMG{
		margin:0px;
	}
	
	.bottomCmd{
		text-align:right;
	}
	
	P{
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
		font-size:12px;
		margin:10px;
	}
	
	.inner{
		position:relative;
		z-index:30;
	}
	
	#detailsBox H3, #detailsBox h4, #detailsBox h5{
		color:#fff;
	}
	
	#detailsBox{
		background-color:#990333;
		color:#fff;
		padding:0px 0px 10px 0px;
		width:350px;
		/*display:block;*/
		margin:0px;
		height:400px;
		position:relative;
		background-image:url(images/detailsBg.png);
		background-position:bottom;
		background-repeat:repeat-x;
				
	}
	
	#detailsBox #projectDetails{
		font-size:9pt;
		width:250px;
		padding-left:10px;
		padding-right:5px;
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
	}
	
	#projectDetails #webLink A{
		color:#fff;
	}
	
	#projectDetails #webLink A:hover{
		text-decoration:underline;
	}
	
	
	#detailsBox #details{
		width:260px;
		display:inline;
		position:absolute;
				
	}	
	
	#previewBox{
		width:400px;
		/*height:350px;*/
		display:inline;
		position:absolute;
		top:10px;
		left: 325px;
		display:none;
	}	
	
	.error{
		color:red;
	}
	
	LI.navMenuItem a:link{
		padding-top:-5px;
		height:15px;
		color:#336600;
		/* border: 1px solid #ccc;*/
		
	}
	
	LI.navMenuItem a:visited{
		color:#336600;
		/*border: 1px solid #ccc;*/
	}
	
	LI.navMenuItem a:hover{
		color:#666;
		text-decoration:underline;
	}
	
	.navMenuItem IMG{
		border:0px; /* solid #ccc; */
		display:inline;
		/* float:left;
		/* padding-top:5px; */
		padding-right:5px;
		text-align:left;
	}
	
	UL.vineLinks {

	}
	
	UL.vineLinks LI{
		
	}
	
	.vineLinks A{
		font-size:11px;
		font-family:"Trebuchet MS", "Lucida Grande",sans-serif; 
	}
	
	TABLE.grids TBODY{
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
		font-size:12px;
	}
	
	UL,OL{
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
		font-size: 12px;
	}
	
	#details{
		width:260px;
		display:inline;
		position:absolute;
		top:10px;
		left:10px;
				
	}
	
	#details H3{
		padding-top:0px;
		margin-top:5px;
	}
	
	#detailsBox LABEL{
		font-size:11px;
	}
	
	.footerMenu{
		margin:20px 0px 0px 5px;
		list-style-type:none;
	}
	
	.footerMenu LI{
		padding:20px 3px 3px 3px;
		display:inline;
		font-size:11px;
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
		font-weight:500;
	}
	
	.footerMenu LI A{
		color:#336600;
		padding-right:10px;
	}
	
	#footer P{
		font-size:9px;
		text-transform:uppercase;
	}
	
	FORM{
		margin-left:10px;
		padding-bottom:10px;
	}
	
	FORM LABEL{
		display:block;
		font-size:11px;
		padding-bottom:2px;
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
	}
	
	LABEL.radioLabel{
		display:inline;
		font-size:11px;
		padding-bottom:2px;
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
	}
	
	.formBtn{
		background-image:url(images/buttonbg.png);
		color:#fff;
		text-transform:uppercase;
		font-size:11px;
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
		border: solid 1px #666;
		margin:5px 2px 5px 2px;
	}
	
	.formText{
		border:solid 1px #ccc;
		background-color:#333333;
		color:#fff;
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
		font-size:12px;
		padding:2px;
	}
	
	INPUT.medium{
		width:190px;
		height:20px;
	}
	
	TEXTAREA{
		width:300px;
		height:150px;
	}

	
	.tinyLink{
		font-size:10px;
	}
	
	#contentWide FORM{
		margin-left:20px;
		margin-top:20px;
	}
	
	.divider{
		width:80%;
		border: solid 1px #ccc;
		text-align:center;
	}
	
	DIV.breadcrumb{
		padding-top:5px;
	}
	
	.breadcrumb P{
		font-size:10px;
		text-transform:uppercase;
	}
	
	
	/**************************************   BEGIN DATALIST Styles ***************************************/
		.dataList{
			width:60%;
			background-color:#F0F0F0;	
			
		}
		
		.dataList .rowPanel{	
			width:100%;
			border:solid 1px #fff;
			display:block;
			color:#333;
			height:65px;
			/*	margin:2px 0px 0px 0px; */
			font-size:12px;
			font-family:"Lucida Grande", "Trebuchet MS", sans-serif;
			/*background-color:#fff;*/
		}
		
		.overview{
			padding:5px;
		}
		
		.overview .label{
			text-transform:uppercase;
			font-size:9px;
			color:#666;
			font-weight:600;

		}
		
		.rowPanel .overview .itemName{
				width: 100%;
				font-size:18px;
				font-weight:600;
		}
		
		
		.rowPanel .hBox{
			padding-left:5px;
		}
		.hBox .itemProfile{
			display:none;
		}
		
		.overview .itemName A{
			color:#333;
		}
		
		.profileItem .index{
			font-weight:600;
			color:#666;
			font-size:9px;
			text-transform:uppercase;
		}
		
		.profileItem P{
			/*display:inline; */
			padding:5px 0px 0px 3px;
			/*margin:0px;
			width:50%;	*/
		}	
		
		.dataListHover{
			border:solid 1px #ccc;
			background-color:#fff;
		}
			
		.dataListFocus{
			background-color:#fff; /* #D0EFFB; */
		}
		
		.dataList .hBox .itemProfile .cmdLink{
			font-size:9pt;
			color:#FF0000;
		}
	
	
	/****************************************END DATALIST Styles    ***********************************/
	
		
	
	
	
	
	
	
	
	
	