/* CSS Document */
html, body, #wrapper {
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}
body{
	scrollbar-face-color:#278f19;
	scrollbar-track-color:#fafdfc;
	scrollbar-arrow-color:#fec801;
	scrollbar-3dlight-color:#278f19;
	scrollbar-shadow-color:#278f19;
	scrollbar-highlight-color:#278f19;
	scrollbar-darkshadow-color:#278f19;
	font-family:Arial;
	font-size:12px;
	color: #000000;
	background-color: #2f2e29;
	background-image:url(../images/BG.jpg);
	margin: 0px;
	background-position:top;
	background-repeat:repeat-x;
	background-attachment: fixed;
}
a:link {
	color: #78766a;
	text-decoration: underline;
}
a:visited {
	color: #74badc;
	text-decoration: none;
}
a:hover {
	color: #74badc;
	text-decoration: underline;
}

.formfield {
	border: thin solid #009900;
	font-family: Arial;
	font-size: 11px;
	color: #74badc;
	background-color: #ffffff;

}

.style2 {
	color: #FFFFFF;
	font-weight: bold;
}

.emphasis {
	font-family: Arial;
	font-size: 12px;
	color:#74badc;
	font-weight:bold;
}

.emphasisGreen {
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
}


hr {
	border: thin solid #0000CC;
}
#wrapper {
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

/*Added*/

.textbox {
    font-size: 11px;
    font-family: Arial;
    color: black;    
}

.combobox {
    font-size: 11px;
    font-family: Arial;
    color: black;  
}

.button {
    font-size: 11px;
    font-family: Arial;
    color: black;
    width:75px;
}

.textarea 
{
    font-size: 11px;
    font-family: Arial;
    text-transform: none;
}

.mosleytextbox 
{
    border-color: Gray;
    font-size: 11px;
    font-family: Arial;
    background-color:Black;
    text-transform: none;
    color: white;
}

.mosleytextarea 
{
    border-color: Gray;
    background-color:Black;
    font-size: 11px;
    font-family: Arial;
    text-transform: none;
    color: white;
}

.tableTD 
{
    color: White;  
}

.QASection 
{
     color: White;  
}

.tableArtistName 
{
     color: White;  
}

.tableTitleName 
{
     color: White;  
}  

.tableBooking 
{
     color: #88CFF3;  
     font-family: Verdana;
     font-size: 12px;
}  

.tableArtistBooking 
{
     color: #88CFF3;  
     font-family: Verdana;
     font-size: 14px;
}  

.newsdesc 
{
     color: White;      
}

.content_error {
	background:url(../images/error.gif) no-repeat center;
	width:100%;
	height:100%;
}

.pageheader 
{ 
    font-family: MS Sans Serif;
    font-size: 14px;
    color: White;
}

.pagebody 
{ 
    font-family: Arial;
    font-size: 12px;
    color: White;
}

.QuestionoftheWeek  
{ 
    font-family: Arial;
    font-size: 12px;
    color: White;
}

.BlogBody 
{
    font-family: Arial;
    font-size: 12px;
    color: Black;
}

.BlogHeader 
{
    font-family: MS Sans Serif;
    font-size: 14px;
    color: Black;
}

.DiscoHeader 
{
    font-family: MS Sans Serif;
    font-size: 12px;
    color: #86d0f3;
}

.DiscoBody 
{
    font-family: Arial;
    font-size: 12px;
    color: white;
}

.VideoHeader 
{
    font-family: MS Sans Serif;
    font-size: 12px;
    color: #86d0f3;
}

.VideoBody 
{
    font-family: Arial;
    font-size: 12px;
    color: white;
}

.AudioBody 
{
    font-family: Arial;
    font-size: 12px;
    color: white;
}

.BlogMainTitle 
{
    font-family: MS Sans Serif;
    font-size: 14px;
    color: white;
}

.BlogPostedDate 
{
    font-family: MS Sans Serif;
    font-size: 12px;
    color: #86d0f3;
}

.BlogMain 
{
    font-family: Arial;
    font-size: 12px;
    color: white;
}

.NewsCaption
{
    font-family: MS Sans Serif;
    font-size: 12px;
    color: #86d0f3;
}

.NewsHeader
{
    font-family: MS Sans Serif;
    font-size: 14px;
    color: #86d0f3;
}

.NewsBody
{
    font-family: Arial;
    font-size: 12px;
    color: white;
}