/* color text */

body {
}

#container, #contentContainer, #contentContainer #content, #breadcrumbcontainer, #sidebarContainer  {
	background: transparent;
	color: #363636;
}

.thumbnail-frame:hover, .movie-thumbnail-frame:hover {
	color: #00397f;
	text-shadow: 0px 0px 0px #000000;
}

a:link {
	color: #2882e2;
	text-decoration: none;
}

a:visited, a:hover, a:active {
	color: #003b85;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #2882e2;
}

#footer a:hover, #footer a:active {
	color: #003b85;
}

/* @group bread crumb */

#breadcrumbcontainer ul {
	color: #666666;
}

#breadcrumbcontainer li {
	color: #666666;
}

#breadcrumbcontainer a {
	text-shadow: 0px 0px 0px #ffffff;
	background: url(../../images/elements/icons/bread_crumb_1.gif) 0px 1px no-repeat;

}

#breadcrumbcontainer a:hover {
	background: url(../../images/elements/icons/bread_crumb_anim.gif) 0px 1px no-repeat;
}
	
/* @end */

.form-input-field {
	background: #e4e4e4;
}

#bodyEdge2 { 
	background: url(../../images/editable_images/page_1_white.jpg) no-repeat center top;
}

#bodyEdge3 { 
	background: url(../../images/elements/tiles/page_white_tile.jpg) repeat-x center top;
}

.photo-background {
	background: #fff url(../../images/elements/tiles/page_white_tile.jpg) repeat-x 50% 97px;
}

.photo-frame{
	color: #bfbfbf;
	border: 7px solid #3f3f3f;
}

#footer {
	border-top: 1px dashed #c3c3c3;
}


