﻿/* the following items represent the Site Header area */
.ms-main {
	background:url('../Site%20Images/SiteHeaderImage.jpg') repeat-x !important;
	background-position: left top; 
	background-repeat: repeat-x;
}

.ms-globalTitleArea {
	background-image: none !important;
	background-color: transparent !important;
	height: 90px;
}

.ms-sitetitle {
	/*display: none;*/
}

.ms-bannerContainer {
	background-image: none !important;
	background-color: transparent !important;
}

/* the following items control the display of the language bar */
.ms-languagebar {
	display: none;			
}

/* the following items control the display of the search box */
.ms-searcharea {
	display: none;			
}


/* the following item controls the alternating background color for lists */
.ms-alternating {
	background-color:#FFF3E8; 
}


/* the following items control the style of Page Content articles in the PageViewer webpart */
.pv-articletitle{
	color: #5980A5;
	font-family: verdana;
	font-size: 16pt;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 2px dotted #FFCC66;
	font-weight: normal;
}

.pv-intro{
	font-style: italic;
	margin-bottom: 10px;				
}

.pv-content{
		
}

/* the following items control the style of Page Content articles in the NewsViewer webpart */
.nv-toolbar {
	border-bottom: 1px silver solid;
}

.nv-toolbarbuttons {
	/*float: left;*/
}

.nv-toolbarbutton {
	margin-right: 4px;
}

.nv-toolbarbutton img {
	border: none;
	vertical-align: bottom;
}

.nv-contentarea {
	border-color: #FFCC66;
	border-style: none solid solid solid;
	border-width: 2px;
	background-color: FFE3AA;
	padding: 3px;
}

.nv-innercontentarea {
	width=100%;
}

.nv-headerarea {
	border-color: #FFCC66;
	border-style: solid solid none solid;
	border-width: 2px;
	background-color: FFE3AA;
}

.nv-WPtitlearea {
}

.nv-WPTitle {
}

.nv-WPHeader {
}

.nv-RSSbutton {
	float: right;	
}

.nv-itemheader {
	color: #CC6600;
	font-weight: bold;
}

.nv-publishicon {
}

.nv-newstitle {
}

.nv-edititembutton {
	float: right;
}

.nv-itemdate {
	font-size: xx-small;
	color: #808080;
	font-weight: normal;
	margin-right: 4px;
	clear: both;
}

.nv-newsbody {
	color: #666666;
	margin: 10px 0px 10px 0px;
	text-align: left;
}

.nv-item {
	padding: 10px 4px 4px 4px;
	border: 1px #FFCC66 solid;
}

.nv-item_odd {
	background-color: #FFEBD7;
}

.nv-item_even {
	background-color: #FFEBD7;
}

/* the following items control the style of the Photo Gallery */

.pg-slidecontainer {
	width: 180px;
	height: 180px;
	position: relative;
	background-image: url('../Site%20Images/FilmStrip.jpg');
	background-repeat: no-repeat;
}

.pg-folderview {
	width: 160px;
	height: 120px;
	position: absolute;
	top: 30px;
	left: 10px;
	background-color: white;
	background-image: url('../Site%20Images/PhotoGalleryFolderIcon.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.pg-thumbnail {
	width: 160px;
	height: 120px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 30px;
	left: 10px;
	background-color: black;
}

.pg-link {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

.pg-folderlink-text {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: xx-small;
}

.pg-image-preview-container {
	text-align: center;
}

.pg-image-preview {
	width:640;
	margin: auto;
	padding: 10px;
}

.pg-image-detail-text {
	color: white;
	font-size: xx-small;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.pg-image-detail-title {
	display: inline-block;
	width: 120px;
}
