/* main HTML */
div.header
{
	background-image:url("../img/background/header.png");
	background-repeat:no-repeat;
	width:750px;
	height:174px;
}

td.header-left
{
	background-image:url("../img/background/header_left.png");
	background-repeat:no-repeat;
	width:20px;
	height:174px;
}

td.header-right
{
	background-image:url("../img/background/header_right.png");
	background-repeat:no-repeat;
	width:20px;
	height:174px;
}

body.page
{
	background-color:#000000;
}

div.chester_logo
{
	position:inherit; 
	margin-left:26px;
	margin-top:29px;
	width: 92px;
	height: 85px;
/*	display: block; */
	border: 0px;
	background: url("../img/whatiflogo_hover.png") no-repeat; 
	text-decoration:none; 
	}
	

div.chester_logo:hover
{
	background-position: -92px 0px;
	border: 0px;
	cursor: pointer;
	text-decoration:none; 
	}

div.menu
{
	width:750px;
	height:39px;
	background-image:url("../img/background/menu_bkg_pages.png");
	background-repeat:repeat-x;
}
	
td.menu-left
{
	background-image:url("../img/background/menu_bkg_pages_left.png");
	background-repeat:no-repeat;
	width:20px;
	height:39px;
}

td.menu-right
{
	background-image:url("../img/background/menu_bkg_pages_right.png");
	background-repeat:no-repeat;
	width:20px;
	height:39px;
}

div.main
{
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#1c294a;
	background-color:rgb(204,204,204);
}

td.main-left
{
	background-image:url("../img/background/body_pages_left.png");
	background-repeat:repeat-y;
	width:20px;
}

td.main-right
{
	background-image:url("../img/background/body_pages_right.png");
	background-repeat:repeat-y;
	width:20px;
}

div.footer
{
	width:750px;
	height:39px;
	font-family: Arial, sans-serif; 
	font-size:10px; 
	text-decoration:none; 
	color:rgb(51,102,153);
	background-image:url("../img/background/footer.png");
	background-repeat:repeat-x;
}

td.footer-left
{
	background-image:url("../img/background/footer_left.png");
	background-repeat:repeat-y;
	width:20px;
}

td.footer-right
{
	background-image:url("../img/background/footer_right.png");
	background-repeat:repeat-y;
	width:20px;
}

a.footer:link
{
	font-family: Arial, sans-serif; 
	font-size:10px; 
	color:rgb(51,102,153);
}

a.footer:visited
{
	font-family: Arial, sans-serif; 
	font-size:10px; 
	color:rgb(51,102,153);
}

a.footer:hover
{
	font-family: Arial, sans-serif; 
	font-size:10px; 
	color:rgb(255,255,255);
}

a.footer:active
{
	font-family: Arial, sans-serif; 
	font-size:10px; 
	color:rgb(51,102,153);
}

div.body
{
	width:750px;
}

/* Frontpage */
div.componentheading_frontpage
{
	font-family: Arial, sans-serif;
	font-size:18px;
	color:rgb(51,51,102);
	background-color:rgb(204,204,204);
}

td.contentheading_frontpage
{
	font-family: Arial, sans-serif;
	font-size:18px;
	margin-bottom: -5px;
	color:rgb(51,51,102);
	background-color:rgb(204,204,204);
}

table.contentpaneopen_frontpage
{
	font-family: Arial, sans-serif;
	font-size:14px;
	color:rgb(51,51,102);
	background-color:rgb(204,204,204);
}

div.indexvideo {
float: right;
padding-right: 7px;
}

img.indexvideo {
border: none;
}

a:link
{
/*	font-family: Arial, sans-serif;
	font-size:14px; */
	color:rgb(51,51,102);
}

a:visited
{
/*	font-family: Arial, sans-serif;
	font-size:14px; */
	color:rgb(101,101,140);
}

a:hover
{
/*	font-family: Arial, sans-serif;
	font-size:14px; */
	color:rgb(255,255,255);
}

a:active
{
/*	font-family: Arial, sans-serif;
	font-size:14px; */
	color:rgb(51,51,102);
}


/* Content */
div.componentheading
{
	font-family: Arial, sans-serif;
	font-size:18px;
	color:rgb(51,51,102);
	background-color:rgb(204,204,204);
}

td.contentheading
{
	font-family: Arial, sans-serif;
	font-size:18px;
	color:rgb(51,51,102);
	background-color:rgb(204,204,204);
}

table.contentpaneopen
{
	font-family: Arial, sans-serif;
	font-size:14px;
	color:rgb(51,51,102);
	background-color:rgb(204,204,204);
}


/* searchbox module */
input.searchbox 
{
	width:110px;
	height:14px;
	border:0px solid #000000;
	background-color:rgb(153,153,153);
	font-size:12px;
}

div.search
{
	position:relative;
	left:20px;
	top:39px;
}

table.searchtable
{
	background-color:rgb(153,153,153);
}

/* searchbar */
td.searchframe-nw
{
	width:3px;
	height:3px;
	background-image:url("../img/search/searchbox_nw.png");
	background-repeat:no-repeat;
}

tr.searchframe-n
{
	height:3px;
	background-image:url("../img/search/searchbox_n.png");
	background-repeat:repeat-x;
}

td.searchframe-n
{
	height:3px;
	background-image:url("../img/search/searchbox_n.png");
	background-repeat:repeat-x;
}

td.searchframe-ne
{
	width:3px;
	height:3px;
	background-image:url("../img/search/searchbox_ne.png");
	background-repeat:no-repeat;
}

td.searchframe-e
{
	width:3px;
	background-image:url("../img/search/searchbox_e.png");
	background-repeat:repeat-y;
}

td.searchframe-se
{
	width:3px;
	height:3px;
	background-image:url("../img/search/searchbox_se.png");
	background-repeat:no-repeat;
}

tr.searchframe-s
{
	height:3px;
	background-image:url("../img/search/searchbox_s.png");
	background-repeat:repeat-x;
}

td.searchframe-s
{
	height:3px;
	background-image:url("../img/search/searchbox_s.png");
	background-repeat:repeat-x;
}


td.searchframe-sw
{
	width:3px;
	height:3px;
	background-image:url("../img/search/searchbox_sw.png");
	background-repeat:no-repeat;
}

td.searchframe-w
{
	width:3px;
	background-image:url("../img/search/searchbox_w.png");
	background-repeat:repeat-y;
}

/* Gallery */
td.galleryheading
{
	line-height:35px;
	font-family: Arial, sans-serif; 
	font-size:18px; 
	text-decoration:none; 
	text-transform:uppercase;
	color:#7f8fb6;
}

/* Mini Gallery */
td.gallerycolumn
{
	width:130px;
}

tr.galleryrow
{
	height:115px;
}

table.gallerythumbtable
{
	vertical-align:top;
	width:100px;
}

td.gallerythumbupperright
{
	height:10px;
	width:10px;
	background-image:url("../img/thumbs/thumbshadow_ne.png");
	background-repeat:no-repeat;
}

td.gallerythumbright
{
	height:100%
	max-width:10px;
	width:10px;
	background-image:url("../img/thumbs/thumbshadow_e.png");
	background-repeat:repeat-y;
	vertical-align:top;
}

table.gallerythumbright
{
	height:100%
	max-width:10px;
	width:10px;
	background-image:url("../img/thumbs/thumbshadow_e.png");
	background-repeat:repeat-x;
}

tr.gallerythumbbottom
{
	max-height:10px;
	height:10px;
	background-image:url("../img/thumbs/thumbshadow_s.png");
	background-repeat:repeat-x;
}

td.gallerythumbbottom
{
	max-width:80px;
	width:80px;
	max-height:10px;
	height:10px;
	background-image:url("../img/thumbs/thumbshadow_s.png");
	background-repeat:repeat-x;
}

td.gallerythumbbottomleft
{
	max-width:10px;
	width:10px;
	max-height:10px;
	height:10px;
	background-image:url("../img/thumbs/thumbshadow_sw.png");
	background-repeat:no-repeat;
}

td.gallerythumbbottomright
{
	max-width:10px;
	width:10px;
	max-height:10px;
	height:10px;
	background-image:url("../img/thumbs/thumbshadow_se.png");
	background-repeat:no-repeat;
}

img.gallerythumbimg
{
	border:0px;
}

img.gallerythumbimg:hover
{
	border:0px;
}

/*gallery slideshow*/
table.galleryslideshowtable
{
	background-image:url("../img/slideshow/slideshadow_nw.png");
	background-repeat:repeat;
	vertical-align:middle;
	width:100px;
}

td.galleryslideshowupperright
{
	height:14px;
	width:14px;
	background-image:url("../img/slideshow/slideshadow_ne.png");
	background-repeat:no-repeat;
}

td.galleryslideshowright
{
	height:100%
	max-width:14px;
	width:14px;
	background-image:url("../img/slideshow/slideshadow_e.png");
	background-repeat:repeat-y;
	vertical-align:top;
}

table.galleryslideshowright
{
	height:100%
	max-width:14px;
	width:14px;
	background-image:url("../img/slideshow/slideshadow_e.png");
	background-repeat:repeat-x;
}

tr.galleryslideshowbottom
{
	max-height:14px;
	height:14px;
	background-image:url("../img/slideshow/slideshadow_s.png");
	background-repeat:repeat-x;
}

td.galleryslideshowbottom
{
	width:300px;
	max-height:14px;
	height:14px;
	background-image:url("../img/slideshow/slideshadow_s.png");
	background-repeat:repeat-x;
}

td.galleryslideshowbottomleft
{
	max-width:14px;
	width:14px;
	max-height:14px;
	height:14px;
	background-image:url("../img/slideshow/slideshadow_sw.png");
	background-repeat:no-repeat;
}

td.galleryslideshowbottomright
{
	max-width:14px;
	width:14px;
	max-height:14px;
	height:14px;
	background-image:url("../img/slideshow/slideshadow_se.png");
	background-repeat:no-repeat;
}

img.galleryslideshowimg
{
	border:0px;
}

img.galleryslideshowimg:hover
{
	border:0px;
}

/*Album view*/
td.galleryalbumright
{
	height:100%
	max-width:10px;
	width:10px;
	background-image:url("../img/thumbs/albumshadow_e.png");
	background-repeat:repeat-y;
	vertical-align:top;
}

table.galleryalbumright
{
	height:100%
	max-width:10px;
	width:10px;
	background-image:url("../img/thumbs/albumshadow_e.png");
	background-repeat:repeat-x;
}

td.galleryalbumupperright
{
	height:10px;
	width:10px;
	background-image:url("../img/thumbs/albumshadow_ne.png");
	background-repeat:no-repeat;
}

tr.galleryalbumbottom
{
	max-height:10px;
	height:10px;
	background-image:url("../img/thumbs/thumbshadow_s.png");
	background-repeat:repeat-x;
}

td.galleryalbumbottom
{
	max-height:10px;
	height:10px;
	background-image:url("../img/thumbs/albumshadow_s.png");
	background-position:top left;
	background-repeat:repeat-x;
}

td.galleryalbumbottomleft
{
	max-width:87px;
	width:87px;
	max-height:10px;
	height:10px;
	background-image:url("../img/thumbs/albumshadow_sw.png");
	background-repeat:no-repeat;
}

td.galleryalbumbottomright
{
	max-width:10px;
	width:10px;
	max-height:10px;
	height:10px;
	background-image:url("../img/thumbs/albumshadow_se.png");
	background-repeat:no-repeat;
}

/*Item view*/
td.galleryitemright
{
	height:100%
	max-width:10px;
	width:10px;
	background-image:url("../img/thumbs/thumbshadow_e.png");
	background-repeat:repeat-y;
	vertical-align:top;
}

table.galleryitemright
{
	height:100%
	max-width:10px;
	width:10px;
	background-image:url("../img/thumbs/thumbshadow_e.png");
	background-repeat:repeat-x;
}

td.galleryitemupperright
{
	height:10px;
	width:10px;
	background-image:url("../img/thumbs/thumbshadow_ne.png");
	background-repeat:no-repeat;
}

tr.galleryitembottom
{
	max-height:10px;
	height:10px;
	background-image:url("../img/thumbs/thumbshadow_s.png");
	background-repeat:repeat-x;
	background-color:rgb(0,0,0);
}

td.galleryitembottom
{
	max-height:10px;
	height:10px;
	background-image:url("../img/thumbs/thumbshadow_s.png");
	background-repeat:repeat-x;
}

td.galleryitembottomleft
{
	max-width:10px;
	width:10px;
	max-height:10px;
	height:10px;
	background-image:url("../img/thumbs/thumbshadow_sw.png");
	background-repeat:no-repeat;
}

td.galleryitembottomright
{
	max-width:10px;
	width:10px;
	max-height:10px;
	height:10px;
	background-image:url("../img/thumbs/thumbshadow_se.png");
	background-repeat:no-repeat;
}