/* Public page banners */
#divYDIBanner_Public
{
	background-color: #1E1E1E;
	background-image: url(../../Administration/images/public/banners/MainBanner.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 64px;
	clear: both;
}

#divSubBanner_Public
{
	background-color: #007ce0;
	background-image: url(../../Administration/images/public/banners/SubBanner.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 200px;
}

/* Client page banners */
#divYDIBanner_Client
{
	background-color: #1E1E1E;
	background-image: url(../../Administration/images/client/banners/MainBanner.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 64px;
	clear: both;
}

#divSubBanner_Client
{
	background-color: #007ce0;
	background-image: url(../../Administration/images/client/banners/subbanner.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 200px;
}

/* Admin page banners */
#divYDIBanner_Administration
{
	background-color: #1E1E1E;
	background-image: url(../../Administration/images/administration/banners/MainBanner.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 64px;
	clear: both;
}

#divSubBanner_Administration
{
	background-color: #007ce0;
	background-image: url(../../Administration/images/administration/banners/subbanner.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 200px;
}

/* Public page banners */
#divYDIBanner_Photographer
{
	background-color: #1E1E1E;
	background-image: url(../../Administration/images/Photographer/banners/MainBanner.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 64px;
	clear: both;
}

#divSubBanner_Photographer
{
	background-color: #007ce0;
	background-image: url(../../Administration/images/Photographer/banners/subbanner.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 200px;
}


#divWhiteContainer
{
	background-color: White;
	position: relative;
	width: 780px;	
}

#divTopBlackBar
{
	background-color: Black;
	width: 740px;
	height: 24px;
	clear: both;
	text-align: right;
	color: White;
}

#divContentContainer
{
	background-color: White;
	clear: both;
	width:742px;
	position: relative;
	text-align: left;
	padding-top: 20px;
}

#divLeftNav
{
	width: 160px;
	float: left;
	position: relative;
	visibility: visible;
	height: 100%;
}

#divContent
{
	position: relative;
	width: 565px;
	float: right;
	border-left: solid 1px #bbf000;
	padding-left: 10px;
}

#divFooter
{
	background-color: Black;
	width: 739px;
	height: 24px;
	clear: both;
	margin-top: 60px;
	margin-bottom: 10px;
}

#divUploadContainer
{
	position: relative;
	clear: both;	
}

/* Previewer */
#ImagePreviewerHeader
{
    background-color: #1E1E1E;
	background-image: url(../../Administration/images/administration/banners/MainBanner_Blank.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 55px;
}

#ImagePreviewerBody
{
  text-align:center;
 margin: 10px;
}

#ImagePreviewContainer
{
    /*border: solid 1px black;*/
    position: relative;
    z-index: 0px;
    top: 10px;
}

#ImagePreviewerBody .imageOverlay
{
    position: relative;
    border: solid 2px red;
    z-index: 99px;
    height: 100%;
    vertical-align:middle;
}

#ImagePreviewerBody .imageOverlayText
{
    position: relative;
    background-color: #eee;
    color: Black;
    padding: 5px;
}

#ImagePreviewerData
{
    position: relative;
    font-size: smaller;
    background-color: White;
    border-bottom: solid 2px black;
}

#ImagePreviewerBody img
{
    border: solid 1px black;
    padding: 2px;
}
