form
{
  display: inline;
  padding: 0;
  margin: 0;
}

a
{
  color: #C86400;
  text-decoration: underline;
}

a:hover
{
  color: #FF5000;
  text-decoration: none;
}

hr
{
	border: solid 1px #FFD800;
}

h1
{
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px #ffa902; /*background-image: url(Images/FilledStar.png); 	background-repeat: no-repeat;*/
  text-indent: 10px;
}

h2
{
  font-size: 11px;
  font-weight: bold;
  border-bottom: solid 1px #FFD800;
  text-indent: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
}

h3
{
  font-size: 10px;
  font-weight: bold;
  border-bottom: solid 1px #FFFF00;
  text-indent: 10px;
  margin-top: 20px;
  margin-bottom: 0px;
}

h4
{
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 2px;
  text-align: center;
}


p
{
  _margin: 0;
  _padding: 0;
  _padding-top: 5px;
  _padding-bottom: 5px;
}

SELECT, INPUT, TEXTAREA
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px; /* border: solid 1px black; */
}

CHECKBOX, RADIO
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.SidebarList
{
  margin-top: 8px;
}

.SidebarGroup TD
{
  padding-top: 8px;
}

.SidebarGroupItem
{
  text-align: center;
}


.footertext
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  padding: 10px;
}
.footertext a:link, .footertext a:visited
{
  color: #FFFFFF;
  text-decoration: none;
}
.footertext a:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}
td.navigation
{
  background-image: url(../images/header_bottom_tile.gif);
  padding-bottom: 12px;
}
#header_search
{
  height: 17px;
  line-height: 17px;
  width: 350px;
  padding-bottom: 10px;
}

/*
	Master Body
*/
.MasterBody
{
  height: 170px;
  background-image: url(Images/Layout/Header.png);
  background-position: top;
  background-repeat: no-repeat;
  vertical-align: top;
}


/*
	Navigation
*/
.Navigation
{
  height: 19px;
}
.Navigation a:link, .Navigation a:visited
{
  font-size: 10px;
  font-weight: bold;
  display: block;
  float: right;
  text-decoration: none;
  color: #5C5C5C;
  background-image: url(Images/bullet_nav.gif);
  margin: 0;
  padding: 0;
  line-height: 19px;
  text-indent: 20px;
  background-repeat: no-repeat;
  padding-right: 15px;
}
.Navigation a:hover
{
  color: #5C5C5C;
  text-decoration: none;
  background-image: url(Images/bullet_nav-over.gif);
  line-height: 19px;
  text-indent: 20px;
  background-repeat: no-repeat;
  padding-right: 15px;
}

/*
	Sub-Navigation
*/
.SubNavigation
{
  height: 19px;
}

.SubNavigation a:link, .SubNavigation a:visited
{
  font-size: 9px;
  display: block;
  float: right;
  text-decoration: none;
  color: #5C5C5C;
  margin: 0;
  padding: 0;
  line-height: 19px;
  text-indent: 20px;
  padding-right: 15px;
  background-image: url(Images/bullet_nav.gif);
  background-repeat: no-repeat;
}
.SubNavigation a:hover
{
  color: #5C5C5C;
  text-decoration: none;
  line-height: 19px;
  text-indent: 20px;
  padding-right: 15px;
  background-image: url(Images/bullet_nav-over.gif);
  background-repeat: no-repeat;
}

div.heading
{
  border-bottom: 1px solid #90A23E;
}
div.heading_box
{
  width: 54px;
  height: 5px;
  background-color: #90A23E;
  float: right;
  font-size: 0;
}


.rss-box
{
}

.rss-title, rss-title a
{
}

.rss-items
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}


.rss-item a:link, .rss-item a:visited, .rss-item a:active
{
}

li.rss-item
{
  padding-bottom: 10px;
}

.rss-item a:hover
{
}

.rss-date
{
}

.MiddleLeft
{
  width: 20px;
  background-image: url(Images/Layout/WhitePixel.png);
}

.MiddleRight
{
  width: 20px;
  background-image: url(Images/Layout/WhitePixel.png);
}

.BottomLeft
{
  background-color: #ffffff;
  width: 20px;
}

.BottomRight
{
  background-color: #ffffff;
  width: 20px;
}

.ImageLink
{
  border-right: #000000 1px solid;
  border-top: #000000 1px solid;
  border-left: #000000 1px solid;
  border-bottom: #000000 1px solid;
}

.ImageLeft
{
  clear: left;
  float: left;
  margin: 3px 7px 3px 0px;
  padding: 0px;
}

.ImageRight
{
  clear: right;
  float: right;
  margin: 3px 0px 3px 7px;
  padding: 0px;
}

body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #5C5C5C;
  background-color: #ffa902;
  margin: 0px;
  padding: 15px;
  background-image: url(Images/Layout/background.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}

/* Rating */
.ratingStar
{
  font-size: 0pt;
  width: 13px;
  height: 12px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  display: block;
  background-repeat: no-repeat;
}

.filledRatingStar
{
  background-image: url(Images/FilledStar.png);
}

.emptyRatingStar
{
  background-image: url(Images/EmptyStar.png);
}

.savedRatingStar
{
  background-image: url(Images/SavedStar.png);
}

.AlbumPreview
{	
	display: block;
	margin: 10px 0 10px 0;
}

.AlbumPreview img
{
  display: block;
  width: 100px;
  height: 100px;
  float: right;
  margin: 10px 10px 10px 10px;
}

.MenuSubBlock
{
	margin: 20px 0 10px 0;
}

.WarningMessage
{
	width: 100%;
	background-image: url(Images/Warning.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 80px 0 0 0;
	margin: 20px 0 0 0;
	font-weight: bold;
}

/*
	Two Column Layout
*/

.TwoColLayoutLeft
{
	display: table-cell; 
	width: 360px; 
	float: left;
}

.TwoColLayoutRight
{
	display: table-cell; 
	width: 360px; 
	float: right;
}

/*
	Ez ASP.NET Controls
*/
.EzNameAndText
{
	margin: 0 0 10px 0;
}


/*
  This section is used for the Image Gallery
*/

.GalleryContainer
{
  position: relative;
  margin-top: 2em;
}

.GalleryNavigation
{
  margin-bottom: 5px;
}

.GalleryWrapper
{
  width: 760px;
  margin: 0px auto;
}

#GalleryImage
{
  /*margin: 0 0 10px 10px;*/
  padding: 5px 5px 5px 5px;
  border: 1px dotted #C0C0C0;
  width: 500px;
  height: auto;
  text-align: center;
  float: left;
}

#GalleryImage img
{
  margin-bottom: 5px;
}

.GalleryImageInfo
{
  padding: 5px 5px 5px 5px;
  border: 1px dotted #C0C0C0;
  width: 230px;
  float: right;
}

.GalleryComment
{
  margin: 0 0 10px 0;
}

.GalleryInfo
{
  text-align: left;
  border: 1px dotted #C0C0C0;
  padding: 10px 10px 10px 10px;
  clear: both;
}

.galleria
{
  list-style: none;
  width: 720px;
}
.galleria li
{
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  float: left;
  margin: 0 5px 5px 0;
  border: 2px solid #eee;
  background: #ddd;
}
.galleria li a
{
  display: none;
}
.galleria li div
{
  position: absolute;
  display: none;
  top: 0;
  left: 180px;
}
.galleria li div img
{
  cursor: pointer;
}
.galleria li.active div img, .galleria li.active div
{
  display: block;
}
.galleria li img.thumb
{
  cursor: pointer;
  top: auto;
  left: auto;
  display: block;
  width: auto;
  height: auto;
  opacity: .5;
}
.galleria li.active img.thumb, .gallery_demo li:hover img.thumb
{
  opacity: .99;
}
.galleria li .caption
{
  display: block;
  padding-top: .5em;
}
* html .galleria li div span
{
  width: 400px;
}
/* MSIE bug */

/*
  End of Image Gallery
*/