﻿#Background-update-progress
{
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    background-color:Gray;
    filter:alpha(opacity=40);
    opacity:0.4;
}
 
#Progress-update-progress
{
    position:fixed;
    top:50%;
    left:50%;
    width:200px;
    text-align:center;
    vertical-align:middle;
    padding-top:10px;
    background-color:White;
    border:solid 3px black;
}

.directoryWrapper
{
    width: 700px; 
    float: right; 
    padding-right: 10px; 
    padding-top: 0px;
    padding-bottom:15px;
    min-height:550px;
}

body 
{
}

.center 
{
    text-align:center;
}
.clearBoth 
{
    clear:both;
}
.text-red 
{
    color:Red;
}
.error 
{
    color:Red;
    font-weight:bold;
    font-size:12px;
}

input.zip
{
    width:50px;
}

input,textarea,select
{
    /*-webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;*/
    border: 1px solid rgb(180, 180, 180);
    padding:2px;
}
input:focus,textarea:focus,select:focus
{
    border-color:rgba(180, 180, 180, 0.8);
    /*-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(180, 180, 180, 0.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(180, 180, 180, 0.6);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(180, 180, 180, 0.6);
    outline:0;
    outline:thin dotted \9;*/
}
.ddl 
{
    /*-webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;*/
    border: 1px solid rgb(180, 180, 180);
}

.line-height-adj
{
    line-height:2.1em;
    padding-left:5px;
}



.infoPanelWrapper
{
    margin-left:20px;
    margin-right:20px;
}
.infoPanel
{
    background-color:#f2f2f2;
	margin-bottom:8px;
	margin-top:27px;
	padding-bottom:5px;
/*	border: solid 1px #CCC0AD; 
	background-color:#f2f2f2;
	margin-bottom:8px;
	padding-bottom:5px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
*/
}
.SectionHeader
{
    display:block; 
	background-color:#000; 
	height: 50px; 
	margin: 0 0 20px 0; 
	padding-bottom: 1px;
	/*width:100%;  
	background-color:#EDDDC0;
	background-color:#6D6D6D;*/
/*	background-color: #000000;
	color:#e2af22;
	text-align:center;
	line-height:18px !important;
	margin-bottom:5px !important;
	border-bottom: solid 1px #CCC0AD;
	font-weight:bold;
	height:18px;
	-moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -khtml-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
*/
}
.SectionHeader h4
{
    text-align:center;
    color: #f2b838;
    font-weight:bold;
    padding-bottom:10px;
    padding-top:17px;
    padding-left:10px;
    font-size: 1.7em;
    margin-top:0;
}
    
.textAlignCenter
{
    text-align:center;
}
.textAlignRight
{
    text-align:right;
}
.textAlignLeft
{
    text-align:left;
}
#breadcrum
{
    font-size:14px;
    font-weight:bold;
    padding:10px 0px 10px 10px !important;
    margin:0px;
}
.linkLook
{
    color: #d20000;
}

.col-one
{
    width:39%;
    display:block;
    float:left;
    padding-left:25px;
}

.col-two
{
    width:56%;
    display:block;
    float:left;
}

#col-wrapper
{
    margin-left:auto;
    margin-right:auto;
}
.textboxWidth
{
    width:220px;
}
.tdwidth
{
    width:142px;
}
.cblShowTimes {
margin-left: auto;
margin-right: auto;
}
.tblTickets {
margin-left: auto;
margin-right: auto;
}
input[type="submit"] {
padding: 5px;
color: #FFF;
font-weight: bold;
border-color: #F2B838;
background-color: #F2B838;
border-radius: 2px !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.loginControl
{
    margin-left:auto;
    margin-right:auto;
}
.mainHeight
{
    min-height:550px;
}