/*Basic formatting*/
		html{
		  background-color: #000000;
		  border: 0;
		  margin: 0;		  
		  padding: 0;
		}
		img{
		  border: 0;
		  margin: 0;
		  padding: 0;
		}
		div{
		  font-size: small;
		  font-weight: normal;
		  font-style: normal;
		  text-align:center;
		  color: #cccccc;
		  border: 0;
		  margin: 0;
		  padding: 0;
		}
		a, a:visited{		  
		  color: #FFFFFF;		  
		}
		form{
		  border: 0;
		  margin: 0;
		  padding: 0;
		}	
body{
  background-color: #000000;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.header {
  text-align: center;
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1ex;
  border-color: #000000;
}

.titleBar {
  font-size: medium;
  font-weight: bold;
  background-color: #370608;
}

.titleBarDark {
  background-color: #000000;
}

.colorBackground {
  border-style: solid; 
  border-bottom-style: none;
  border-color: #000000; 
  border-width: 1ex; 
  color: #FFFFFF; 
  background-color: #7c420e;
}

.colorBorder {
  text-align: left;
  border-style: solid; 
  border-color: #7c420e; 
  border-width: 1ex;
}

.videoItemTitle {
  text-align: center;
  font-size: larger;
  border-top: none; /* for use in conjunction with .colorBorder */
}

.alertText {

  border-color: #7c420e;
  border-bottom-style: solid;
  border-bottom-width: 2ex;

  text-align: left;
}

.galleryItemTitle {
}

.profilesItemTitle {
  text-align: center;
  font-size: larger;
  border-top: none; /* for use in conjunction with .colorBorder */
}

.formAlignment {
  text-align: center;
}

.errorText {
  color: #FF0000;
}

.galleryImage {
  max-width: 100%;
}

.galleryMore {
  text-align: right; 
  font-weight: bold;
  border-top-style: solid;
  border-top-width: 1ex;
  border-top-color: #7c420e;
}

.menuHightlight {
  color: #FF0000;
}

.singleProfileName {
  color: #9c622e;
  font-weight: bold;
  font-size: larger;
}

.profileDescription {
  text-align: left;
}

.premiereDate {
  font-weight: bold;
  text-align: center;
}

.profileDividerText {
  font-weight: bold;
}

.downloadsDividerText {
  font-weight: bold;
}

.downloadItemText {
  text-align: center;
}

.advertismentDiv {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid; 
  border-color: #cccccc;
}

.advertisementDiv2 {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-top-style: solid;
  border-bottom-style: solid; 
  border-color: #000000;
}

.italic  {
  font-style: italic;
}

.infoMenu {
  text-align: center;
}
