﻿* { margin: 0; padding: 0; }
/* COMMON CLASSES */
.break { clear:both; }

/* WRAPPER */
#wrapper { width:900px; margin:20px auto; }

/* CONTENT */
#content { }
#content p { margin:20px; }

/* MENU */
#menu { margin:40px 0 0 10px; }
#menu ul { list-style:none; }
#menu ul li { display:inline; float:left; margin-bottom:20px; behavior: url(/PIE/PIE.htc);}

/* :first-child pseudo selector with rounded top left corner */
#menu ul li:first-child a { -moz-border-radius-topleft: 12px; -webkit-border-top-left-radius:12px; behavior: url(/PIE/PIE.htc);}

/* :last-child pseudo selector with rounded top right corner */
#menu ul li:last-child a { -moz-border-radius-topright: 12px; -webkit-border-top-right-radius:12px; behavior: url(/PIE/PIE.htc);}

/* background color set to RGBA, with opacity on 0.3 and also using text-shadow */
#menu ul li a { padding:20px; background: #b51717; text-decoration: none; font: bold 14px Helvetica, Sans-Serif; letter-spacing: -1px; color: #f3f3f3;
	text-shadow: #666666 0px 0px 2px; 
	behavior: url(/PIE/PIE.htc);}
	
/* hover state shows a linear gradient and opacity it brought down to 0.9 and also shows a very slight grey gradient on top */
#menu ul li a:hover { -moz-box-shadow: 0 -5px 10px #777; 
                      -webkit-box-shadow: 0 -5px 10px #777;
	background: -webkit-gradient(
		linear, right bottom, left top, color-stop(0, rgb(184,40,40)), color-stop(0.72, rgb(114,23,23))) !important;
	background: -moz-linear-gradient(
		right bottom, rgb(184,40,40) 0%, rgb(114,23,23) 72%) !important;
	background-color:rgb(184,40,40) !important;
	behavior: url(/PIE/PIE.htc);
	}

/* another RGBA background, now with an opacity of 0.8 */
#menu ul li a.active { background: #eca00d !important; }

/* main contents with RGBA background (same colour as active tab) and three rounded corners */
#main { clear:both; background: #680009; width:900px; margin-left:10px;
	-moz-border-radius-topright: 12px; -moz-border-radius-bottomright: 12px; -moz-border-radius-bottomleft: 12px;
	-webkit-border-top-right-radius:12px; -webkit-border-bottom-right-radius:12px; -webkit-border-bottom-left-radius:12px;
	behavior: url(/PIE/PIE.htc);}
	
/* header with a text-shadow */
#main h3 {  padding:20px 0 0 20px; color:#eee; text-shadow: #000 0px 0px 2px; }
#main p { padding-bottom:20px; color:#ddd; }                
html { 
                        
                        
}
.divBG
{
	position:fixed;         
	top:-50%;         
	left:-50%;         
	width:200%;         
	height:200%; 
}

                
#page-wrap { width: 400px; margin: 50px auto; padding: 20px; background: black; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
body {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	background: #2d0708 url(images/TheaterBG_rev2.jpg) center fixed;
background-repeat:no-repeat;	
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

}
.RoundTable {
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: 1em;
	behavior: url(border-radius.htc);
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.45, rgb(67,67,67)),
    color-stop(0.73, rgb(8,8,8))
);
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(67,67,67) 45%,
    rgb(8,8,8) 73%
);
	border: 1px solid #333333;
}
.verticalaccordion>ul {
    margin: 0;
    padding: 0;
    list-style:none;
   	width: 800px;
}

.verticalaccordion>ul>li {
    display:block;
	overflow: hidden;
    margin: 0;
    padding: 0;
    list-style:none;
	height:40px;
	width: 800px;

    /* Decorative CSS */
    background-color:#470303;

    /* CSS3 Transition Effect */
    transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;

}

    background-color:#470303;

    /* CSS3 Transition Effect */
    transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;

}

.verticalaccordion>ul>li>h3 {
    display:block;
    margin: 0;
    padding:10px;
    height:19px;

    /* Decorative CSS */
    border-top:#f0f0f0 1px solid;
    font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
    text-decoration:none;
    color: #000;
    background: #cccccc;

    /* CSS3 Gradient Effect */
    background: -moz-linear-gradient( top, #b8810a, #eace5d);
    background: -webkit-gradient(linear, left top, left bottom, from(#b8810a), to(#eace5d));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b8810a, endColorstr=#eace5d); /* IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd29512, endColorstr=#ffeddc8f)";   /* IE 8 */
}

.verticalaccordion>ul>li>div {
    margin:0;
    overflow: auto;
    padding:10px;
    height:330px;
    color: White;
}
.TestimonialIdentity {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: medium;
	font-weight: normal;
	color: #950606;
}

.verticalaccordion>ul>li:hover {
	height: 300px;
}

.verticalaccordion:hover>ul>li:hover>h3 {
    /* Decorative CSS */
    color:#fff;
    background: #000000;

    /* CSS3 Gradient Effect */
    background: -moz-linear-gradient( top, #454545, #000000); /* FF, Flock */
    background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#000000)); /* Safari, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff454545, endColorstr=#ff000000); /* IE 5.5 - IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff454545, endColorstr=#ff000000)";   /* IE 8 */
}

.verticalaccordion>ul>li>h3:hover {
    cursor:pointer;
}
a:link {
	color: #a30808;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a30808;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color:#FF6600;
}
.ApprovedVendorPanel {
    -webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: 1em;
	behavior: url(border-radius.htc);
	background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.45, rgb(120,46,46)),
    	color-stop(0.73, rgb(80,11,11)));
	background-image: -moz-linear-gradient(
    	center bottom,
    	rgb(120,46,46) 45%,
    	rgb(80,11,11) 73%);
	border: 3px solid #552121;
	text-shadow: 2px 2px 3px #555;
	font-size: small;
	font-weight: bold;
	color: White;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#500b0b, endColorstr=#782e2e)";
	background-image: -moz-linear-gradient(
    	center bottom,
    	rgb(120,46,46) 45%,
    	rgb(80,11,11) 73%);/* For Internet Explorer 5.5 - 7 */
		:DXImageTransform.Microsoft.gradient(startColorstr=#500b0b, endColorstr=#782e2e)";
	background-image: -moz-linear-gradient(
    	center bottom,
    	rgb(120,46,46) 45%,
    	rgb(80,11,11) 73%);/* For Internet Explorer 5.5 - 7 */
		}
.ApprovedVendorPanel a {
	font-weight: bold;
	color: #f3ca68;
	text-decoration: none;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.ApprovedVendorPanel a:hover {
	font-weight: bold;
	color: #f3ca68;
	text-decoration: underline;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.ApprovedVendorPanel h3 
{
    color: White;
}
.linkTableHeader {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
}
.textSmall {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: small;
}
.textMed {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: medium;
}
.SimpleTable {
	border: 1px solid #333333;
	text-align:left;
}
#FooterPanel {
    -webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: 1em;
	behavior: url(border-radius.htc);
	background: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.45, rgb(120,46,46)),
    	color-stop(0.73, rgb(80,11,11)));
	background: -moz-linear-gradient(
    	center bottom,
    	rgb(120,46,46) 45%,
    	rgb(80,11,11) 73%);
	border: 3px solid #552121;
	text-shadow: 2px 2px 3px #555;
	font-size: small;
	font-weight: bold;
	color:#FFFFFF;	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#500b0b, endColorstr=#782e2e)";
	background-image: -moz-linear-gradient(
    	center bottom,
    	rgb(120,46,46) 45%,
    	rgb(80,11,11) 73%);/* For Internet Explorer 5.5 - 7 */
		:DXImageTransform.Microsoft.gradient(startColorstr=#500b0b, endColorstr=#782e2e)";
	background-image: -moz-linear-gradient(
    	center bottom,
    	rgb(120,46,46) 45%,
    	rgb(80,11,11) 73%);/* For Internet Explorer 5.5 - 7 */	
}
#FooterPanel a {
	font-weight: bold;
	color: #f3ca68;
	text-decoration: none;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#FooterPanel a:hover {
	font-weight: bold;
	color: #f3ca68;
	text-decoration: underline;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.BodyPanel 
{
	background-color: White;
	border-radius: .5em, .5em, .5em, .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border: 3px solid #552121;
	text-shadow: 0px 0px 0px #333333;
	background-color: rgb(255,246,246);
	color: #000000;
	padding: 15px;
	behavior: url(/PIE/PIE.htc);
}
.MediumPanel {
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: 1em;
	behavior: url(border-radius.htc);
	background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.45, rgb(67,67,67)),
    	color-stop(0.73, rgb(8,8,8)));
	background-image: -moz-linear-gradient(
    	center bottom,
    	rgb(120,46,46) 45%,
    	rgb(80,11,11) 73%);
	border: 3px solid #552121;
	text-shadow: 2px 2px 3px #555;
	padding: 5px;	
}
.PanelHeaderText {
	text-shadow: 2px 2px 3px #555;
	font-size: medium;
	font-weight: bold;	
}
.MedPanelHeaderText {
	text-shadow: 2px 2px 3px #555;
	font-weight: bold;	
	font-size: larger;
}
.LoginPanelText{
	font-size: x-small;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #7c0909;
    color: #000;
    background: -moz-linear-gradient( top, #b8810a, #eace5d);
    background: -webkit-gradient(linear, left top, left bottom, from(#b8810a), to(#eace5d));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b8810a, endColorstr=#eace5d); /* IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd29512, endColorstr=#ffeddc8f)";   /* IE 8 */
    font-family: Tahoma, Helvetica, Arial, Sans-Serif;
    font-size: medium;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: -moz-linear-gradient( top, #b8810a, #eace5d);
    background : -webkit-gradient(linear, left top, left bottom, from(#b8810a), to(#eace5d));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b8810a, endColorstr=#eace5d); /* IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd29512, endColorstr=#ffeddc8f)";   /* IE 8 */
    text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #7c0909;
    color: white;
    background-color: #FFFFFF;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: #FFFFFF;
    border: 1px solid #7c0909;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
#nav {
	margin: 0;
	padding: 5px 3px 0;
	line-height: 100%;
	border-radius: 2em;
	font-size: small;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
 
	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#972424', endColorstr='#711c1c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#972424), to(#711c1c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #972424,  #711c1c); /* for firefox 3.6+ */
	border: solid 1px #5f0303;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #f3ca68;
	text-decoration: none;
	display: block;
	padding:  8px 15px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7cb7f', endColorstr='#e39a44'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7cb7f), to(#e39a44)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f7cb7f,  #e39a44); /* for firefox 3.6+ */
 
	color: #884e0f;
	border-top: solid 1px #f9c36d;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #edb42b;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #e9bb3d !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7cb7f', endColorstr='#e39a44'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7cb7f), to(#e39a44)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f7cb7f,  #e39a44) !important; /* for firefox 3.6+ */
 
	color: #3a2106 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#972424', endColorstr='#711c1c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#972424), to(#711c1c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #972424,  #711c1c); /* for firefox 3.6+ */
 
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #5f0303;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
	/*color: #f9d981;*/
}
h1 {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	color: #f9d981;
	text-shadow: 3px 3px 2px #ac7202;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
 input#submit
{
	cursor: pointer;
	color: #fff;
	font-weight: bold;

	width: 140px;
	margin-left: 20px;

	text-shadow: 0px 1px 2px #000;

	-webkit-box-shadow: -1px -1px 0px #4bc824, 1px 1px 0px #000;

	background: -webkit-gradient(linear, left top, left bottom, from(#369a18), to(#205f0d));
	background: -moz-linear-gradient(top,  #369a18,  #205f0d);
}
input#submit:hover
{
	background: -webkit-gradient(linear, left top, left bottom, from(#46b725), to(#205f0d));
	background: -moz-linear-gradient(top,  #46b725,  #205f0d);
}
input#submit:active
{
	-webkit-box-shadow: -1px -1px 0px #000;

	background: -webkit-gradient(linear, left top, left bottom, from(#46b725), to(#205f0d));
	background: -moz-linear-gradient(top,  #46b725,  #205f0d);
}

