/* Default */

body,td {font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #333;

}

body {
  margin: 0px;
  background-color: #ffffff;
  background-image: url(../images/pictures/large/bg.jpg);
  background-repeat: repeat-x, repeat-y;
}

input,select,textarea {
  font-family: verdana, bitstream vera sans, arial, helvetica, sans-serif;
  font-size: 11px;
}

input.searchBox {
  width: 140px; 
  color: #ffffff; 
  background-image: url('../images/pictures/large/system-files/img_left_menu_tile.jpg');
  padding: 0 3px;
  height: 20px;
  padding-top: 2px;
  -moz-box-sizing: border-box;
  border-top: 1px solid #5C7EA3;
  border-left: 1px solid #5C7EA3;
  border-bottom: 1px solid #78A2D2;
  border-right: 1px solid #78A2D2;
}

/* Headings, styles */

.heading { padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
 }
.blueheading { 	
        padding: 0;
	font-family: Tahoma, Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	color: #5076b6;
	text-align: left;
 }
.darkgrey { padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	color: #333333;
	text-align: left;
	width: 100%;
 }

.small { font-size: 10px; }
.tiny { font-size: 9px; }
.white { color: white; }
.bulletpoints {font-family: Helvetica,Arial,sans-serif;
	line-height: 1.6em;
	font-size: 13px;
	color: #333; }
.red { color: #cc0001; }
.darkred { color: #5D011D; }

/* Links */

a {
  color: #5076b6;
  text-decoration: none;
}
a:visited {
  color: #5076b6;
}
a:hover {
  color: #0b3768;
  text-decoration: underline;
}

/* Misc */

form {
  margin: 0px;
}

hr {
  border-width: 0px;
  height: 1px;
  color: #c0c0c0;
  background-color: #c0c0c0;
}

.star {
  font-family: verdana;
  font-size: 13px;
  color: #c01010;
}

#mainCell {
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 20px;
}

div.siteByInfo {
  padding-top: 2px;
  padding-bottom: 3px;
  font-size: 10px;
  color: #c0c0c0;
}
div.siteByInfo a { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:visited { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:hover { color: #e0e0e0; text-decoration: none; }


/*
span.navHoverLink .subMenu {
  visibility: hidden;
  position: absolute;
  margin-top: 0px;
  padding-top: 11px;
}


.subMenu a {
  display: block;
  padding: 5px;
  color: white;
  text-decoration: none;
  background-color: #596b8f;
}
.subMenu a:visited {
  color: white;
  text-decoration: none;
}
.subMenu a:hover {
  background-color: #ff9050;
  color: white;
  text-decoration: none;
}

span.navHoverLink:hover .subMenu {
  visibility: visible;
}

span.navHoverLink.over .subMenu {
  visibility: visible;
}
*/


.sitemapDiv {
  margin-bottom: 3px;
}
.sitemapHdrDiv {
  background-color: #f0f0f0;
  padding: 4px;
  margin-top: 24px;
  margin-bottom: 6px;
}
table.sitemapTbl {
  width: 500px;
}
td.sitemapMidCell {
  border-left: 1px solid #c0c0c0;
}

.footer { }
.footer A, .footer A:hover, .footer A:visited { color: #FFF; text-decoration: none; }div.galleryListName { font-weight: bold; }
div.galleryListName { font-weight: bold; }

/* This is to fix a fade issue in IE when using jquery */
.gallery_image_title { background:#fff}


