body
{
font-family:verdana,arial,helvetica,sans-serif;
font-size: 10pt;
margin:0px;
padding:0px;
text-align:center;
background-color: #6E0000;
background-image: url('../images/bg.jpg');
background-repeat: repeat-x;
}

h1 {margin-left:40px;margin-bottom:10px;font-size:12px;font-weight:bold;color:#ffffff;}

p.titlebar {
margin-left:40px;
font-size: 10pt;
font-weight: bold;
color: #FFFFFF;
text-align:left;
}

a:link,
a:visited {
  color: #e17009;
  text-decoration: none;
  font-weight: bold;
}


/** HEADER SECTION **/
.googleheaderad {
  position: relative;
  left: 46px;
  top: 1px;
}


/* ------------GENERIC CLASSES--------------- */
.smallest {
  font-size: 8pt;
}


/** -----------------FORMATTING FOR VIDEO WATCHING PAGE-------------- **/
#clips img {
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: pointer;
  margin: 0 10px;
}

#clips img:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

#clips img.selected {
  cursor: default;
  filter: alpha(opacity=100);
  opacity: 1;
}

#clips img.selected:hover {

}


/* INNER CONTENT SECTIONS */
.inner-section-header {
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
  background-color: #ececec;
  border: 1px solid #afafaf;
  padding: 4px 8px;
  color: #2e6e9e;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.inner-section-header span.selected {
  outline: none;
  background-color: #FFFFFF;
  border: 1px solid #afafaf;
  border-bottom: none;
  background-color: #fff;
  bottom: 12px;
  color: #000000;
  display: inline-block;
  padding: 8px 16px;
  position:relative;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.inner-section-header span {
  outline: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  color: #555;
  cursor: pointer;
}

.inner-section-header-link:hover {
  color: #000;
}

.inner-section-content {
  text-align: left;
  position: relative;
  border: 1px solid #dcdcdc;
  border-top: none;
  margin-bottom: 5px;
  padding: 4px 8px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}


/* -----------FORM FIELDS------------ */
span.label {
  display: inline-block;
  text-align: left;
  width: 7em;
  font-weight: bold;
  vertical-align: top;
  padding-top: 3px;
}

span.wider {
  width: 13em;
}

span.nopad {
  padding-top: 0px;
}

span.input-container {
  vertical-align: top;
  margin-left: 3px;
  display: inline-block;
}

span.text-container {
  margin-left: 3px;
  position: relative;
  top: 0.2em;
  display: inline-block;
}

div.field {
  margin-top: 8px;
  margin-bottom: 8px;
}


/** RATING STARS **/
#rater-stars {
  position: absolute;
  top: 18px;
  left:0px;
  z-index: 1;
}

.rater-div {
  position: absolute;
  width: 18.6px;
  height: 20px;
  top: 18px;
  left: 0px;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 30;
  cursor: pointer;
}

#rater-text {
  position: absolute;
  top: 20px;
  left: 100px;
}



/* CONTENT SECTIONS */
.section-content {
  border: 0px solid #c5dbec;
  position: relative;
  border-top: none;
  padding: 4px 8px;
}
.section-categories {
  position: relative;
  border-top: none;
  padding: 4px 15px;
}

.section-whole {
  width: 100%;
}

.section-left {
  display: inline-block;
  width: 68%;
  vertical-align: top;
}

.section-right {
  display: inline-block;
  width: 28%;
  margin-left: 20px;
}



/* VIDEO DETAILS */
.video-brief {
  margin: 8px 0;
}

.video-brief > span {
  display: inline-block;
}

.video-brief > span.video-brief-details {
  width: 78%;
  padding-left: 8px;
  vertical-align: top;
}

.video-brief-facets > span {
  display: inline-block;
  width: 100px;
}



/* -------------MISC--------------------- */

.horizontal-layout > span {
  display: inline-block;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 175px;
  margin-bottom: 10px;
  font-family:arial,tahoma,helvetica,sans-serif;
  /*font-size: 90%;*/
}

/* this is for lettering spacing under videos */
.horizontal-layout .video-container {
  width: 170px;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.video-container .video-thumb,
.video-brief-thumb .video-thumb {
  border: 1px solid #afafaf;
  padding: 1px;
  max-width: 170px;
  max-height:130px;
}

.video-container .stars {
  position: absolute;
  /*top: 75px;*/
  bottom: 6px;
  left: 4px;
}

.video-brief-thumb {
  position: relative;
}

.video-brief-thumb .stars {
  position: absolute;
  bottom: 6px;
  left: 2px;
}

.comments-iframe {
  width: 100%;
  border: 0px none;
  height: 400px
}

.pagination {
  margin-bottom: 20px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
}

.pagination span {
  padding: 0 2px;
}

.message-error {
  font-weight: bold;
  font-size: 105%;
  color: #d52727;
  border: 1px dotted #d52727;
  padding: 4px 10px 4px 10px;
  background-color: #FEE7E8;
}

.message-notice {
  font-weight: bold;
  font-size: 105%;
  color: #0097FF;
  border: 1px dotted #0097FF;
  padding: 4px 10px 4px 10px;
  background-color: #EFF8E0;
}

.message-warning {
  font-weight: bold;
  font-size: 105%;
  color: #ea8612;
  border: 1px dotted #ea8612;
  padding: 4px 10px 4px 10px;
  background-color: #FFFFC8;
}

.captcha-image {
  border: 1px solid black;
  margin-bottom: 4px;
}

.captcha-reload {
  margin-left: 8px;
  vertical-align: top;
  cursor: pointer;
}

.swfupload {
  vertical-align: middle;
}

.panels > div {
  padding: 8px;
}


/** -----------------PROGRESS BAR------------------ **/
#progress-bar {
  height: 24px;
  width: 0;
  background-color: #DFEFFC;
  text-align: center;
  font-weight: bold;
}

#progress-percent {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #2E6E9E;
  font-size: 18px;
  top: 1px;
}

#progress-container {
  border: 1px solid #79B7E7;
  width: 400px;
  position: relative;
}


/* --------------THUMBNAIL SELECTION STYLE------------ */
div.thumb-select-container {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  max-height: 110px;
  overflow: auto;
}

div.thumb-select-container img {
  max-width: 120px;
  max-height: 90px;
  padding: 2px;
  border: 4px solid #fff;
}

div.thumb-select-container img.thumb-selected {
  padding: 2px;
  border: 4px solid green;
}
