/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #272f30;
  background-image: url("images/Background.jpg");
  background-repeat: repeat-x;
  color: #000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

h1 {
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 22px;
}

h2 {
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  text-decoration: none;
  border-bottom: solid 1px;
  border-color:#666666;
}

a:link {
  color: #003366;
  text-decoration: none;
}
a:visited {
  color: #003366;
  text-decoration: none;
}
a:hover {
  color: #003366;
  text-decoration: underline;
}

a:active {
  color: #003366;
}

.bottomNav {
  color: #FFF;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}

.bottomNav a:link {
  color: #BBA35C;
  text-decoration: none;
}
.bottomNav a:visited {
  color: #BBA35C;
  text-decoration: none;
}
.bottomNav a:hover {
  color: #BBA35C;
  text-decoration: underline;
}

.bottomNav a:active {
  color: #BBA35C;
  text-decoration: underline;
  
}

.leftBorder {
  background-image: url("images/leftShadow.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 58px;
}
.rightBorder {
  background-image: url("images/rightShadow.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 58px;

}
.contentArea {
	background-color: #e1d9cb;
	width: 854px;
	vertical-align: top;
	text-align: left;
}

.OCPanel {
	/* BLUE background-color: #2C3753;*/
	background-color: #232323;
	color: #FFF;
	padding: 20px;
    line-height: 18px;
	font-size: 11px;

}

.OCPanel a:link {
  color: #E6C971;
  text-decoration: none;
}
.OCPanel a:visited {
  color: #E6C971;
  text-decoration: none;
}
.OCPanel a:hover {
  color: #E6C971;
  text-decoration: underline;
}

.OCPanel a:active {
  color: #E6C971;
  text-decoration: underline;
}

.dreamFolder {
/* background-color: #171D2D;
padding: 20px;*/
	line-height: 18px;
	font-size: 11px;
}

.SearchListing {
	border-top: 1px solid #ffffff;
	padding: 6px 0px 6px 0px;
}

.ImgNumLink {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #37311b;
	border-right: 1px solid #5b5442;
	font-size: 10px;
	color: #e1d9cb;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.ImgNumLinkSelected {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #5b5442;
	border-right: 1px solid #5b5442;
	font-size: 10px;
	color: #e1d9cb;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.NumberPanel {
	background-color: #37311b;
	border-top: 1px solid #5b5442;
	padding: 0 0 0 0;
	width: 310px;
}

.ActionsPanel {
	background-color: #fff;
	border: 1px solid #333;
	padding: 7px;
}

.TextBoxes {
	padding: 3px;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
}

.CalendarPanel {
	background-color: #232323;
	padding: 10px;
}

.CalendarPanel a:link {
  color: #BBA35C;
  font-size: 10px;
  text-decoration: none;
}
.CalendarPanel a:visited {
  color: #BBA35C;
  font-size: 10px;
  text-decoration: none;
}
.CalendarPanel a:hover {
  color: #BBA35C;
  font-size: 10px;
  text-decoration: underline;
}

.CalendarPanel a:active {
  color: #BBA35C;
  font-size: 10px;
  text-decoration: underline;
  
}

.AlbumThumb {
	padding: 12px;
	background-image: url("images/album_bg.gif");
	background-repeat: no-repeat;
}