@charset "utf-8";
/* CSS Document */
body {
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

.container_12 {
	background-image:url(/_development/images/containerBackground.png);
	background-repeat:no-repeat;
	height: 100%;
}
 
.slide-out-div {
	padding: 20px;
    width: 250px;
    background: #ccc;
    border: 1px solid #222;
	z-index:1003;
}
     
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=60);
}
 
.white_content {
	display: none;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 720px;
	padding: 1px;
	border: 1px solid black;
	background-color: white;
	opacity:.4;
	z-index:1002;
	overflow: auto;
}

a:link {color: #fff; text-decoration: none; }
a:active {color: #fff; text-decoration: none; }
a:visited {color: #fff; text-decoration: none; }
a:hover {color: #fff; text-decoration: underline; }


h1 {  
	position: relative;  
    	font-size: 38px;  
    	font-family: 'Myriad-Pro', 'Myriad', helvetica, arial, sans-serif;  
    	text-shadow: 2px 3px 3px #555;  
	color: white;  
}  

h1.tight {
    	margin-top: 0;  
	line-height: 15px;
    	letter-spacing: 3px;  

}

h1.center {
	text-align: center;
	line-height: 38px;
}

h1.center_inv {
	text-shadow: 0;
	text-align: center;
        line-height: 50px;
	color: black;
}
  


h2 {
	position: relative;
	font-size: 20px;
	font-family: 'Myriad-Pro', 'Myriad', helvetica, arial, sans-serif;
	line-height: 35px;
	text-shadow: 2px 3px 3px #555;
	
}

h3 {
	position: relative;
	letter-spacing: 3px;
	font-family: 'Myriad-Pro', 'Myriad', helvetica, arial, sans-serif;
	text-shadow: 2px 3px 3px #555;
}

h4 {
        position: relative;
	font-size: 12px;
        font-family: 'Myriad-Pro', 'Myriad', helvetica, arial, sans-serif;
}


img.center {
	display: block;
	margin-left: auto;    
	margin-right: auto; 
}

img.bottom_center {
	display: block;
        margin-left: auto;
        margin-right: auto;
	margin-top: 10%;
}

img.lefticon {
	float: left;
	padding: 4px;
}



/* BEGIN Progress Bar */

/*
 * Base
 */

.progressbar{
    
    width:600px;
    height:16px;
    margin:0 auto 20px auto;
    padding:0px;
    
    background:#cfcfcf;
    border-width:1px;
    border-style:solid;
    border-color: #aaa #bbb #fff #bbb;    
    box-shadow:inset 0px 2px 3px #bbb;    
}

.progressbar,
.progressbar-inner{
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
}

.progressbar-inner{
    width:77%; /* Change to actual percentage */
    height:100%;
    background:#999;
    
    background-size:18px 18px;
    background-color: #ac0;   
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    
    box-shadow:inset 0px 2px 8px rgba(255, 255, 255, .5), inset -1px -1px 0px rgba(0, 0, 0, .2);
}

/*
 * Color Options
 */

.progressbar-grey .progressbar-inner{
    background-color:#777;
    width:0%;
}


