/* STYLES - Add to TinyMCE CSS*/
p, td, th, div, blockquote, dl, ul, ol   { color: #000000; font-size: 12px; font-family: verdana, arial, sans-serif; }
body  { background-color: #696969; margin-top: 0px; margin-bottom: 0px; }

a { font-size: 12px; font-family: verdana, arial, sans-serif; text-decoration: underline; color:#ee5800; }
a:hover  { color: blue; font-size: 12px; font-family: verdana, arial, sans-serif; text-decoration: none; }

h1 { color: #ee5800; font-weight: bold; font-size: 17px; line-height: normal; font-family: arial, verdana, sans-serif; }
h2 { color: #56595c; font-weight: bold; font-size: 15px; line-height: normal; font-family: arial, verdana, sans-serif; }
h3 { color: black; font-weight: bold; font-size: 13px; line-height: normal; font-family: arial, verdana, sans-serif; }
h4 { font-weight: bold; font-size: 12px; line-height: normal; font-family: arial, verdana, sans-serif; }

.small { font-size: 10px; font-family: arial, verdana, sans-serif; color:#000000; }

.footer, a.footer { font-family: verdana, arial, sans-serif; color: #696969; font-size: 9px; text-decoration: none; }
a.footer:hover { font-family: verdana, arial, sans-serif; font-size: 9px; text-decoration: none; color: #a9a9a9; }

.nav { font-family: arial, verdana, sans-serif; color: #56595c; font-size: 11px; }
a.nav { font-family: arial, verdana, sans-serif; color: #56595c; font-size: 11px; text-decoration: none; }
a.nav:hover { font-family: arial, verdana, sans-serif; font-size: 11px; text-decoration: none; color: #ee5800; }

img.imgRight { float: right; border: 1px solid #000; padding: 8px; background-color: #eee; }

/* LAYOUT */
.pad5 { padding: 5px; }
.pad10 { padding: 10px; }

.main { background-color: #ffffff; border-top: 0px none; border-right: 1px solid white; border-bottom: 0px none; border-left: 1px solid white }
td.body-full   { padding: 15px; vertical-align: top; }
td.body-main   { padding: 15px; border-right: 1px dashed gray; vertical-align: top; }
td.body-side   { padding: 10px 5px 5px; vertical-align: top; }
td.body-footer   { padding: 5px; border-top: 1px dashed gray }
td.body-footer-side   { border-top: 1px dashed gray }
td.designers { color: white; font-weight: bold; background-color: gray }

marquee  { padding: 10px }

/* Gallery */
#awardGallery h1 { font-size: 24px; margin-bottom: 0; font-weight: normal; }
#awardGallery h2 { font-size: 20px; margin-bottom: 0; font-weight: normal; }
#awardGallery h3 { font-size: 16px; margin-bottom: 4px; font-weight: normal; }
#awardGallery p { margin-top: 0; }

#gallery img { margin: 0 8px 8px 0; padding: 5px; border: 1px solid #000; background-color: #eee; }
#gallery a:hover img { border: 1px solid #ed3234; }
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }