﻿/* Red Cap Styles */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 0px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End Normalize.css */
/*     BACKGROUND STYLES      */

html {
    background-color:#none;
  
}
body {
    
    color:#333;
    font-family:helvetica, sans-serif;
    font-size:14px;
    line-height:19px;
}
header {
background-color:#cc0000;
margin-bottom:10px; 
overflow:visible;
}
header#default_gradient {
background-color:#cc0000;
background: -moz-linear-gradient(bottom, rgba(204,0,0,1) 100%, rgba(204,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, left top, color-stop(100%,rgba(204,0,0,1), color-stop(100%,rgba(204,0,0,1)))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(bottom, rgba(204,0,0,1) 100%, rgba(204,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(bottom, rgba(204,0,0,1) 100%,rgba(0,0,0,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(bottom, rgba(204,0,0,1) 100%,rgba(204,0,0,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
background: linear-gradient(bottom, rgba(204,0,0,1) 100%, rgba(204,0,0,1) 100%); /* W3C */
margin-bottom:10px; 
overflow:visible;
}
.red a {
    color:#b22222;
}
.r {
    color:#b22222;
}
.green  {
	background-color:#009900;
	color:#fff;
}
.grnyellow {
	background-color:#006600;
	color:#FFFF00;
}
.purple {
	background-color:#660099;
	color:#fff;
}
.blue {
	background-color:#0033CC;
	color:#fff;
}
.blueyellow {
	background-color:#000080;
	color:#FFFF00;
}
.yellowblue {
	background-color:#FFCC00;
	color:#08088A;
}
.red2  {
	background-color:#CC0000;
	color:#fff;
}
.orange {
	background-color:#FF6600;
	color:#000;
}
.yellow {
	background-color:#FFFF00;
	color:#000;
}	
.bluelight {
	background-color:#0000CC;
	color:#82CFFD;
}
.redyellow {
	background-color:#CC0000;
	color:#FFFF00;
}
.sjs {
	background-color:#DAAF1F;
	color:#045FB4;
}
#header_middle .container  {
    padding:20px 0px 0px 0px;
    
}
#header_bottom {
    background-color:#transparent;
    height:101px;
}
footer {
    background:#ddd;
    border-top:1px solid #ccc;
}
/*    Chrome Frame Prompt      */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*     GENERIC STYLES      */

h1, h2, h3, h4, h5 { clear:both; }
h1 {
	margin:15px 0px;
	padding-top:15px;
	color:#333;
	font-size:25px;
	font-weight:100;
	line-height: 25px;
	-webkit-column-break-after: avoid ; 
	-moz-column-break-after: avoid ; 
	column-break-after: avoid ; 
}
h2 {
    margin:5px 0px;
    padding-top:15px;
    color:#333;
    font-size:20px;
    font-weight:300;
    -webkit-column-break-after: avoid ; 
    -moz-column-break-after: avoid ; 
    column-break-after: avoid ; 
}
h3 {
    margin:15px 0px;
    color:#333;
    font-size:15px;
    font-weight:300;
    -webkit-column-break-after: avoid ; 
    -moz-column-break-after: avoid ; 
    column-break-after: avoid ; 
}
h4 {
    margin:10px 0px;
    color:#444;
    font-size:16px;
}
h5 {
    margin:10px 0px;
    color:#333;
    font-size:14px;
}
h6 {
    margin:10px 0px;
    color:#999;
    font-size:10px;
}
p {
    color:#333;
    margin-bottom: 5px;
}
a { 
    text-decoration:none;
}
a:hover, a:active, a:focus, a:visited {
    text-decoration:underline;
    color:#999
    outline:none;
}
.left { float:left; margin:5px 20px 5px 0px; }
.right { float:right; margin:5px 0px 5px 20px; }
.clear { clear:both; }

/*      LIST STYLES     */
ol { margin-left:20px; }
ul {margin-left: 20px;
    margin-bottom:20px; 
    clear:both; 
}
ul li { list-style:none;
	}
ul.circle li { 
	    text-indent: -14px;
	    padding-left: 11px;
	    list-style:circle inside;}
ul.square li{
	    text-indent: -14px;
	    padding-left: 11px;
	    list-style:square inside;}
li.group {
    margin:2px 0px;
    padding-top:2px;
    color:#333;
    font-size:17px;
    font-weight:600;
}
li.row1 {padding: 0; margin:0; border-top: 1px solid #aaa; /* #7d7d7d */}
li.row1 p {top: 0; margin: 0; padding:0;}
li.row1 span.hang {display: block; postion: absolute; left: 0; float:left; width: 35%; margin:5px 5px 5px 0px;}	 
li.row1 span.lft {float:left; text-align:left; width: 55%; margin:5px 5px 5px 0px;}
li.row1 span.top {color:#b22222; font-size:17px; font-weight:300;}
div.hspacer{width:1%; float:left;}

li.result:nth-child(odd) { 
list-style:none;
background: #E8E8E8;
border-top:1px solid #A0A0A0;
}
li.result:nth-child(even) { 
list-style:none;
background: #D0D0D0;
border-top:1px solid #A0A0A0;
}
li.yellow { 
list-style:none;
background: #FFFFCC;
}
li.gray1 { 
list-style:none;
background: #F8F8F8;
}
li.gray2 { 
list-style:none;
background: #F0F0F0;
}
#crumbs {
	border:1px solid #dedede;
	}
#crumbs li {
	float:left;
	line-height:15px;
	padding-left:20px;
	color:#999;
    	font-size:15px
	}		
#crumbs li a {
	display:block;
	padding:0 10px 10px 0;
	color:#444;
    	font-size:15px
	
	}							
#crumbs li a:hover
{
	color:#b22222;
	}

/* 	HEADER STYLES      */

nav {
    position:absolute;
    top:40px;
    right:0px;
	list-style:none;
	z-index:10;
}
nav ul {
	overflow:visible;
}
nav ul li {
	position:relative;
	float:left;
	margin-left:10px;
}
nav ul li a {
	display:block;
	float:left;
	padding:2px 5px;
	margin-bottom:3px;
	color:#000;
	font-family:helvetica,arial,serif;
	Font-style:oblique;
	line-height:20px;
	font-size:20px;
}
nav ul li a:hover, nav ul li a.selected{
	color:#FFF;
	background:none;
	text-decoration:none;
	text-shadow:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
nav#secondary {
    position:absolute;
    top:75px;
    right:0px;
    list-style:none;
    z-index:10;
}
nav#secondary ul {
	overflow:visible;
}
nav#secondary ul li {
	position:relative;
	float:left;
	margin-left:10px;
}
nav#secondary ul li a {
    color:#FFF;
    text-decoration:none;
}
nav#secondary a:hover,
nav#secondary a.selected{
    color:#000;
    text-decoration:none;
}
#tertiary {
    position:absolute;
    width: 1000px;
    top:10px;
    left:0px;
    list-style:none;  
}
#tertiary {
    margin-bottom:0px;
 /*   color:#333; */
    font-size:35px;
    font-family:helvetica, arial, serif;
    letter-spacing:-1px; 
}
#header_main {
    position:relative;
    padding:20px 0px;
    background:none;
}
#header_main #tertiary  p.text1 {
	margin-bottom:10px;
  /*  	color:#333;    */
   	font-family:helvetica, arial, sans-serif;
   	font-size:25px;
    	line-height:25px;
}
#intro {
	width: 980px;
	position: relative;
	float: left;
	height: 60px;
	background: transparent;
	margin-top: 0px;
}
#logo {
	position: relative;
        float: left;
	top: 10px;
	left:-25px;
}
.narrow {
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
   	font-family:helvetica, arial, sans-serif;
   	font-size:17px;
    	line-height:20px;
    	position: relative; 
   	top: 10px; 
   	text-align:center; 
    	font-style:oblique;
}
#slogan {
	margin-bottom:10px;
    	color:#fff;
   	font-family:helvetica, sans-serif;
   	font-size:35px;
    	line-height:35px;
    	position: absolute; 
   	top: 48px; 
   	left: 80px; 
    	font-style:oblique;
  }

ul#header_menu {
    padding-top:34px;
	margin:0px;
	line-height:30px;
}

ul#header_menu li { float:left; margin-right:20px; }

ul#header_menu li a {
	padding:7px 15px 6px 15px;
	background:#282828;
    color:#f4f4f4;
    font-family:helvetica, arial, sans-serif;
    font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
    text-decoration:none;
    
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	
	border:#222 solid 1px;
}

ul#header_menu li a:hover {
	background:#b22222;
    text-decoration:none;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;}
/*   	CONTENT STYLES    */

.container {
    margin:0 auto;
    padding:0px;
    width:950px;
    position:relative;
}
.block {
    display:block;
    overflow:hidden;
    
}
.block p {
    margin:5px 0px;
   
}
.box {
    margin-top:0px;
    padding-bottom:0px;
    float:left;
    position:relative;
}
/* main content */
.main_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4px;
	padding-top: 10px;
}	
.main_content_separator{
	margin-bottom: 20px;
}
#container, #container_left, #container_right {
	position: relative;
	width: 100%;
}
	
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-color: transparent;
	min-height: 100%;
}
.left {
	float: left;
	width: 250px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
}	
.middle {
	float: left;
	width: 250px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}	
.right {
	float: right;
	width: 250px;
	position: relative;
	background: transparent;
	padding: 15px;
	}
.half,  .half, .third,  .third, .fourth,  .fourth, .fifth,  .fifth, .sixth, .sixth, .seventh, .eighth, .fsvj,  .fsvj, .fshjt,  .fshjt,  .tenth, .twothird,  .twothird, .threequarter, .full .full+qtr {
	float:left;
	margin-right:19px;
} 
.half { width:440px; }
.full { width:880px; }
.full+qtr { width: 1080px }
.threequarter { width:660px; }
.third { width:280px; }
.twothird { width:560px; }
.fourth { width:200px; }
.fifth { margin-right:40px; width:150px;}
.sixth { margin-right:40px; width:125px; }
.seventh { margin-right: 20px; width: 75px; text-align:right !important; }
.eighth { margin-right: 20px; width: 30px; text-align:right !important; }
.tenth { margin-right: 15px; width: 25px; text-align:right !important; }
.fsvj { margin-right: 15px; width: 35px; text-align:right; }
.fshjt { margin-right: 50px; width: 70px; text-align:right; }
.copyright {margin-right:20px; width:800px;}

h3.letter { padding-left:30px; margin-top:0px; height:24px; }
.button_readmore {
    margin-top:10px; 
    margin-left:10px;  
    background:#282828;
  /*  width:82px; */
    min-width: 82px;
    width:auto;
    height:22px;
    color:#fff !important;
    font-size:11px;
    line-height:22px;
    text-align:center;
    text-decoration:none;
    float:right;
	border:#222 solid 1px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
a.button_readmore:hover {
    background:#b22222;
    text-decoration:none;
    color:#fff;
    border:#222 solid 1px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
figcaption {
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 10px;
    padding-top: 0px;
}
figure {
    padding:0;
}

img.left_ul {
    width: 25%;
    height: auto;
    float: left;
    position: relative;
    padding: 0px 30px 0px 0px;
    margin-left: -10px;
}
.white {
float:left;
color: #fff;
}
/*    FOOTER STYLES     */

footer { margin-top:30px; }
footer .light {
    background:none;
    overflow:auto;
}
footer .left {
	margin-top:10px;
}
footer .right {
	margin-top:10px;
}
footer h3 { color:#111; }
footer p { color:#222; }
footer ul li {
    padding:2px 0px 2px 12px;
    border-bottom:1px solid #bbb;
}
footer ul li a {
    padding:2px 0px;
    color:#444;
    font-size:10px;
}
footer ul li a:hover {
    color:#222;
    text-decoration:none;
}
#footer_bottom p {
    padding:0px 20px 0px 0px;
    color:#333;
    font-size:10px;
    line-height:11px;
}
#footer_bottom  {
    position:absolute;
    width:16px;
    height:18px;
    right:0px;
    top:7px;
}
/* Misc */

section { overflow:hidden; }


a.photo_hover {
	position: relative;
	float: left;
	margin: 16px 13px 8px 0;
	padding: 8px;
   	background-color: white;
	border: 1px solid #D6D6D6;
}

a.photo_hover: hover {
	border: 1px solid #D6D6D6;
	background-color: transparent;
	opacity: 0.9;
	z-index: 1000;
}
/*  ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.  */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/*  User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.  */
#cboxOverlay{background:url(/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/  */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.  */
.cboxIE6 #cboxTopLeft{background:url(/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
