/* VPG Base styles */
@import url("layout.css");
@import url("nav.css");
@import url("calendar.css");
/* @import url("interch.css"); */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:18px;
	background-color:#454449;
	margin:0;
	padding:0;
}
/* Form Elements */
input, textarea {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	line-height:16px;
	font-size:12px;
	color:#152D51;	
	background-color: #f8f7f2;
	padding:2px;
	border: 1px solid #e4ddcb;	
}
div * {float:none;}
/* Universally Styled Links */
a:link {text-decoration:none; color:#2D4C7A; outline:none;}
a:visited {text-decoration:none; color:#2D4C7A; outline:none;}
a:hover, a:active {text-decoration:underline; color:#333; outline:none;}
  a { outline: none; }/* Fix Browser Outlines on links */
/* COLORS */
.red {color:#ba1919; background-color:#fff;}
.green {color:#006633; background-color:#fff;}
.blue {color:#152d50; background-color:#fff;}
.orange {color:#CC3300; background-color:#fff;}
.purple {color:#660033; background-color:#fff;}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/* End hide from IE-mac */

	.development {
		width: 760px;
	}
	.development .description {
		width: 760px;
		margin-bottom: 2em;
		padding: 1ex;
	}
	.development .description table{
		width: 400px;
		float: right;
		border-left: 1px dotted #cccccc;
		border-bottom: 1px dotted #cccccc;
		margin-left: 2ex;
		margin-bottom: 2ex;
	}
	.development td.left{
		width: 14em;
		text-align: right;
		border-right: 1px dotted #cccccc;
		padding-right: 4px;
	}
	.development td.right{
		text-align: left;
		padding-left: 4px;
	}
	a:hover img.previewImage{
		filter:alpha(opacity=75);
		-moz-opacity:.75;
		opacity:.75;
	}
	a img.active {
		filter:alpha(opacity=25);
		-moz-opacity:.25;
		opacity:.25;
	}
	table.previewImages {
		width: 100%;
	}
	.bigImagePreview {
		float: left:
		width: 510px;
	}
	.imageNote {
		float: right;
		width: 250px;
	}
