.cursor_pointer{
    cursor:pointer;
}

div#ProjectContentDiv{
	width: 914px;
	height: auto;
	vertical-align: middle;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

div#CoverSrcDiv{
	width: 462px;
	height: 364px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url('Images/shadowAlpha.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#MainSrcDiv{
	width: 910px;
	height: 368px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: none;
}

div#BackSrcDiv{
	width: 910px;
	height: 368px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: none;
}

div#CoverNavigationDiv{
	width: 109px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#MainNavigationDiv{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: none;
}

div#BackNavigationDiv{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: none;
}

div#ProjectFooterDiv{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	vertical-align: middle;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}

div#ZoomPictureDiv{
	width: 787px;
	height: 619px;
	display: none;
	border: solid 2px #F0F0F0;
	float: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	margin-left: -393px;
	margin-top: -250px;
	
}

.errorChildWindow{
	position:absolute;
	top:50%;
	left:50%;
	display:none;
	background:#E9EADA;
	border: solid 3px #D7D7D7;
	padding:10px 15px 10px 10px;	
}

.orderChildWindow{
	position:absolute;
	top: 30%;
	left: 50%;
	display:none;
	background:rgb(240,240,240);
	border: solid 1px #D7D7D7;
	padding:4px 0px 4px 0px;	
}	

.orderLabelHeaderBold{
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial;
	color : #000000;
	vertical-align: inherit;	
}

.orderLabelHeader{
	font-weight: normal;
	font-size: 12pt;
	font-family: Arial;
	color : #000000;
	vertical-align: inherit;	
}

.orderLabelRowBigBold{
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial;
	color : #000000;
	vertical-align: inherit;	
}

.orderLabelRowBig{
	font-size: 11pt;
	font-family: Arial;
	color : #000000;
	vertical-align: inherit;	
}

.orderLinkRow{
	font-size: 9pt;
	font-family: Arial;
	color : rgb(0, 0, 0);
	vertical-align: inherit;
}

.orderLabelRowBold{
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
	color : #000000;
	vertical-align: inherit;
}

.orderLabelRow{
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial;
	color : #000000;
	vertical-align: inherit;
}

.orderLabelRowDimmed{
	font-size: 9pt;
	font-family: Arial;
	color : #BFBFBF;
}

.orderLabelRowDimmedBold{
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
	color : #BFBFBF;
}

.orderLabelRowSmall{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial;
	color : #000000;
	vertical-align: inherit;
}

.orderLinkSmall{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial;
	color : rgb(51, 51, 204);
	vertical-align: inherit;
}

.orderLabelRowSmallDimmed{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial;
	color : #BFBFBF;
}

.orderLabelRowSmallGray{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial;
	color: #6F6F6F;
}

.orderLabelRowAlert{
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial;
	color : #FF0000;
}

/* IE7-only hack to compensate for extra margins around divs */
*:first-child+html div{
	margin-top: -4px;
	margin-bottom: -4px;
}
