.body
{
	padding: 0px;
	width: 902px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

.cursor_pointer
{
    cursor:pointer;
}


div#ProjectHeaderDiv
{
	width: 893px;
	height: 60px;
	background: #FFFFFF; 
	vertical-align: top;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

div#ProjectContentDiv
{
	width: 914px;
	height: auto;
	background: #FFFFFF;
	vertical-align: middle;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

div#CoverSrcDiv
{
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	overflow: hidden;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

div#MainSrcDiv
{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: none;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

div#BackSrcDiv
{
	width: 910px;
	height: 368px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: none;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

div#CoverNavigationDiv
{
    width: 70px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: none;
}

div#MainNavigationDiv
{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: none;
}

div#BackNavigationDiv
{
    width: 70px;
	margin-top: 15px;
	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: hidden;
	margin-right: auto;
	margin-left: auto;
}

div#ZoomPictureDiv
{
	display: none;
	position: relative;
	z-index: 99;
}

.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;
}