/* ---backgrounds only below--- */

/* @group Background COLOR HEADER */

#pageHeader {
background-color: #00074D;	
}



/* @end */

/* @group Background COLOR colour_container_background */

/* container and background in all pages */

#container {
background-color: #FFFFFF;	
}


/* @end */

/* @group Text Colour Title and Slogan */

#pageHeader h1 {
	color: #FBFBFB;
}

#pageHeader h2
{
	color: #C4C4C4;
}

#viewingButton #text {
	color: #E1E1E1;
}



/* @end */

/* @group Text Colour #242424 */

.album-title,
.movie-page-title,
.filesharing-item-title,
.standout, blockquote {
	color: #242424;
}
#contentContainer, #footer {
	color: #242424;
}

/* Borders Below */

.album-title,
.movie-page-title{
	border-bottom-color: #242424;
	border-top-color: #242424;
}


#contentContainer, #footer  {
	border-left-color: #242424;
	border-right-color: #242424;
}

table,
code,
.movie-description  {
	border-left-color: #242424;
	border-right-color: #242424;;
	border-top-color: #242424;
	border-bottom-color: #242424;
	background-color: #FFFFFF;
	color: #242424;
}

td  {
	border-left-color: #242424;
	border-right-color: #242424;
	border-top-color: #242424;
	border-bottom-color: #242424;
}

th {}
/* @end */
/* @group Text Colour #242424 */

#sidebarContainer, .exif-data{
	color: #242424;
}
#sidebarContainer .sideHeader,
.standout, #sidebar blockquote  {
	color: #242424;
}
/* @end */
/* @group Text Colour - Horiz.Toolbar */
#navcontainer a,
#navcontainer ul ul a,
#navcontainer ul ul .currentAncestor {	
color: #999999;
}
#navcontainer a:hover,
#navcontainer a:active,
#navcontainer .current,
#navcontainer #current,
#navcontainer ul ul a:hover,
#navcontainer ul ul a:active,
#navcontainer ul ul .current,
#navcontainer .currentAncestor {	
color: #CCCCCC;
}
/* @end */
/* @group Text Colour #999999   NORMAL */
/* Vertical Toolbar Sidebar */
#navcontainer ul ul ul li a  {
	color: #999999;
}
#navcontainer2 ul ul a  {
	color: #999999;
}
#navcontainer2 ul ul ul a {
	color: #999999;
}
#navcontainer2 ul ul ul ul a,
#navcontainer2 ul ul ul ul ul a {
	color: #999999;
}
/* links */
a:link, a:visited {
	color: #999999;
}

/* breadcrumbcontainer normal */
#breadcrumbcontainer li {
	color: #999999;
}
#breadcrumbcontainer a {
	color: #999999;
}
/* @end */
/* @group Text Colour #999999  ACTIVE ecc */
/* Vertical Toolbar Sidebar */
#navcontainer ul ul ul a:hover,
#navcontainer ul ul ul a:active,
#navcontainer ul ul ul .current,
#navcontainer ul ul ul .currentAncestor  {
	color: #999999;
}
#navcontainer2 ul .current,
#navcontainer2 ul ul a:hover,
#navcontainer2 ul ul #current   {
	color: #999999;
}
/* movie photos links */
.thumbnail-frame:hover,
.movie-thumbnail-frame:hover   {
	color: #999999;
}
/* links */
a:hover, a:active   {
	color: #999999;
}
.blog-archive-link-enabled,
.blog-category-link-enabled,
.blog-entry-permalink a:visited   {
	color: #999999;
}
/* breadcrumbcontainer normal */
#breadcrumbcontainer a:hover {
	color: #999999;
}
/* @end */
/* extracontent */
/* @group extracontent1 */
#extraContainer1{ /* Extracontent background */
background-color: #F7F7F7;	
}
#extraContainer1 { /* Extracontent text */
	color: #242424;
}
#extraContainer1 a { /* Extracontent links normal */
	color: #999999;
}
#extraContainer1 a:hover,
#extraContainer1 a:active { /* Extracontent links over */
	color: #999999;
}
/* @end */
/* @group extracontent 2 */
#extraContainer2{ /* Extracontent background */
background-color: #F7F7F7;	
}
#extraContainer2 { /* Extracontent text */
	color: #242424;
}
#extraContainer2 a { /* Extracontent links normal */
	color: #999999;
}
#extraContainer2 a:hover,
#extraContainer2 a:active { /* Extracontent links over */
	color: #999999;
}
/* @end */