/*
 *
 *  /assets/css/63.css
 *  
 *  San Diego Junior Theatre
 *  Master CSS file
 *
 *  rev 20100730
 *  rev 20100818 for tix.com/IE compatiblility
 *  rev 20101228 added HTML5 effects, CSS3 shadows
 *  
 */

 
/*  Elements  */

body {
	color:#444;
	background: #D6D6C5 url('http://www.juniortheatre.com/60th/assets/css/jt_bg_02.jpg') fixed;
	margin: 9px 0 0 0;
	padding: 0;
}

body.calendar {
	background: #fff;
	margin: 36px 0 0 0;
	padding: 0;
}

a   {
	color: #609;
	text-decoration: none;
}
a:hover   {
	color: #f09;
	text-decoration: underline;
}

#container, #bgtable {
	display: block;
	clear: both;
	margin: 0 auto;
	width: 80%;
	min-width: 820px !important;
	background: url('http://www.juniortheatre.com/60th/assets/css/jt_bg_01.jpg');
	border: 1px solid #D6D6C5;
}


/*  Header Navigation */

#navcontainer {
	display: block;
	clear: both;
	margin: 0 auto;
	width: 80%;
	height: 26px;
	min-width: 820px !important;
	background: #D6D6C5 url('http://www.juniortheatre.com/60th/assets/css/grad-c55c5b0-d6d6c5.gif') top repeat-x;
	text-align: center;
	border-top: 1px solid #D6D6C5;
	border-right: 1px solid #C5C5B0;
	border-bottom: 1px solid #A3A38B;
	border-left: 1px solid #D6D6C5;
}

ul#navlist {
	width:760px !important;
	min-width: 760px !important;
	margin:0 auto;
	clear:both;
}

#navlist li {
	display: inline;
	float: left;
	list-style-type: none;	
	width: 150px;
	font: 9pt Georgia, Times, 'Times New Roman', serif; 
	background: #D6D6C5 url('http://www.juniortheatre.com/60th/assets/css/grad-c55c5b0-d6d6c5.gif') top repeat-x; 
	text-align: center; 
	padding: 0;
	margin: 0;
	border-right: 1px solid #C5C5B0;
	border-bottom: 1px solid #A3A38B;
	border-left: 1px solid #D6D6C5;
}
#navlist li a   {
	color: #333; 
	padding: 6px;
	margin : 0;
	text-decoration:none;
	display: block;
}
#navlist li a:hover   {
	color: #f09; 
	background: #fff;
	text-decoration: underline;
}
ul#subnav_about,
ul#subnav_shows,
ul#subnav_education,
ul#subnav_community {
	display:none;
	background: #e6e6d8;
	border-right: 1px solid #C5C5B0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 36px;
	width: 150px;
}
ul#subnav_about li,
ul#subnav_shows li,
ul#subnav_education li,
ul#subnav_community li {
	float: left;
	list-style-type: none;	
	width: 150px;
	font: 9pt Georgia, Times, 'Times New Roman', serif; 
	padding: 0;
	margin: 0;
	background-color: #e6e6d8;
	background-image: none;
}

ul#subnav_about a,
ul#subnav_shows a,
ul#subnav_education a,
ul#subnav_community a {
	border-bottom: 1px solid #C5C5B0;
}


/*  **********  Live Area  **********  */

#tbl_livearea {
	background-color: #fff;
	min-height: 480px;
}
#tbl_livearea a {
	color: #609;
	text-decoration:none;
}
#tbl_livearea a:hover {
	color: #f09;
	text-decoration:underline;
}




/*  **********  LEFT Sidebar **********  */

#tbl_livearea .subnav {
	width: 144px !important;
	min-width: 144px !important;
	text-align: center;
	padding: 12px;
	border-right: 1px solid #D6D6C5;
}
#tbl_livearea .subnav p,
#tbl_livearea .right p {
	color: #609;
	font: 7pt Verdana, Helvetica, Arial, sans-serif;
}

/*  **********  Center content column  **********  */
#tbl_livearea .content {
	background: #fff;
	width: 100%;
	text-align: left;
	padding: 12px;
}

/*  **********  RIGHT Sidebar **********  */

#tbl_livearea .right {
	width: 144px !important;
	min-width: 144px !important;
	text-align: center;
	padding: 12px;
	border-left: 1px solid #D6D6C5;
}


/*  **************** Table Layout  **************** */

table.downloads {
	background: #c5c5b0;
}
table.downloads td,
table.BP td,
table.CV td,
table.LJ td {
	color: #000; 
	font: 8pt Helvetica, Arial, sans-serif; 
	background: #fff; 
	padding: 6px; 
	
}

.thDL,
table.downloads td.thDL    {
	color: #000; 
	font: bold 8pt Helvetica, Arial, sans-serif; 
	background: #d6d6c5 url('/assets/css/grad-c55c5b0-d6d6c5.gif') top repeat-x; 
	text-align: center; 
	padding: 3px; 
	border-top: 1px solid #D6D6C5;
	border-right: 1px solid #C5C5B0;
	border-bottom: 1px solid #A3A38B;
	border-left: 1px solid #D6D6C5;
}

table.BP {
	border: 1px solid #c9c;
}

table.BP td.thBP    {
	color: #000; 
	font: bold 8pt Helvetica, Arial, sans-serif; 
	background: #ebd2f0 url('/assets/css/grad-cc99cc-ebd2f0.gif') repeat-x; 
	text-align: center; 
	padding: 3px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fff #c9c #96c #ebd2f0;
}

table.BP td.tdBP {
	background-color: #ebd2f0; 
	border-bottom: 1px solid #c9c;
}

table.BP td.note {
	border-top: 1px solid #c9c;
}



table.CV {
	background: #fcc; 
}
table.CV td.thCV	{
	color: #000; 
	font: bold 8pt Helvetica, Arial, sans-serif; 
	background: #fcc url('/assets/css/grad-f99-fcc.gif') repeat-x; 
	text-align: center; 
	padding: 3px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fff #f99 #f36 #fcc;
}

table.LJ {
	border: 1px solid #9cc;
	background: #bceeee; 
}
table.LJ td.thLJ	{
	color: #000; 
	font: bold 8pt Helvetica, Arial, sans-serif; 
	background: #6cc url('/assets/css/grad-66cccc-bceeee.gif') repeat-x; 
	text-align: center; 
	padding: 3px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fff #6cc #099 #bceeee;
}

table.LJ td.tdLJ	{
	background-color: #bceeee; 
	border-bottom: 1px solid #9cc;
}

/*  General Typography */

.hed {
	color: #663;
	font: 18px/18px Georgia, 'Times New Roman', Times, serif;
	text-align: center;
}

/*  Subhead Styles  */

.sub {
	color: #000;
	font: bold 14px/18px Georgia, 'Times New Roman', Times, serif;
	text-align: center;
}

.subred {
	color: #900; 
	font: bold 14px Georgia, 'Times New Roman', Times, serif;
}
#subscribeBP .subBP,
#subscribeBP .subBP a {
	color: #609; 
	font: bold 14px Georgia, 'Times New Roman', Times, serif;
}
#subscribeCV .subCV,
#subscribeCV .subCV a {
	color: #c36; 
	font: bold 14px Georgia, 'Times New Roman', Times, serif;
}
#subscribeLJ .subLJ,
#subscribeLJ .subLJ a {
	color: #066; 
	font: bold 14px Georgia, 'Times New Roman', Times, serif;
}

#subscribeGN .subGN,
#subscribeGN .subGN a {
	color: #E70795; 
	font: bold 14px Georgia, 'Times New Roman', Times, serif;
}

.wht {
	color: #fff;
}
.red {
	color: #900;
}

.txt, p, td {
	color: #000;
	font: 8pt Verdana, Helvetica, Arial, sans-serif;
}

.sml {
	color: #666;
	font: 7pt Helvetica, Arial, sans-serif;
}
p.sml { clear:both; }


/*  **************** Shows ******************  */
			
.JTsignature {
	font: bold 13px/14px Georgia, 'Times New Roman', Times, serif;
}
.JTaddress {
	font: italic 9px/12px Georgia, 'Times New Roman', Times, serif;
}


/*  **************** General ******************  */

#general {
	width: 144px;
	border: 1px solid #E70795;
	padding: 12px;
	text-align:left;
}

#general a {
	color: #E70795;
	text-decoration:none;
}

#general a:hover {
	color: #E70795;
	text-decoration: underline;
}

table.GN {
	border: 1px solid #e65fb4;
	background: #e593cd; 
}
table.GN td.thGN	{
	color: #000; 
	font: bold 8pt Helvetica, Arial, sans-serif; 
	background-color: #e70795; 
	text-align: center; 
	padding: 3px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fff #e65fb4 #e70795 #e593cd;
}

table.GN td.tdGN	{
	background-color: #e593cd; 
	border-bottom: 1px solid #e70795;
}

.gen {
	color: #E70795;
}

a.gen {
	color: #E70795;
	text-decoration:none;
}
a.gen:hover {
	color: #f09;
	text-decoration:underline;
}
.GNul {
	border-bottom: 1px solid #E70795;
}
.GNtag {
	color: #E70795;
	font: bold 12px/18px Georgia, 'Times New Roman', Times, serif;	
}
.GNtag a {
	color: #E70795;
	text-decoration: none;	
}
.GNtag a:hover {
	color: #E70795;
	text-decoration: underline;
}

/*  **************** Box Office ******************  */

#boxoffice {
	width: 143px;
	border: 1px solid #E70795;
	padding: 12px;
	text-align: left;
	background-color: #fff;
	-moz-box-shadow: 3px 3px 6px #ccc;
	-webkit-box-shadow: 3px 3px 6px #ccc;
	box-shadow: 3px 3px 6px #ccc;
}

#boxoffice a {
	color: #E70795;
	text-decoration:none;
}

#boxoffice a:hover {
	color: #ff0099;
	text-decoration: underline;
}



/*  **************** Chula Vista ******************  */

#chulavista {
	width: 143px;
	border: 1px solid #c36;
	padding: 12px;
	text-align: left;
	background-color: #fff;
	-moz-box-shadow: 3px 3px 6px #ccc;
	-webkit-box-shadow: 3px 3px 6px #ccc;
	box-shadow: 3px 3px 6px #ccc;
}
#chulavista a {
	color: #c36;
	text-decoration:none;
}

#chulavista a:hover {
	color: #ff0099;
	text-decoration: underline;
}

.CV {
	color: #c36;
}
.CVlt {
	color: #fcc;
}
.CVbg {
	height:28px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fcc;
}
.CVul {
	border-bottom: 1px solid #c36;
}
.CVtag {
	color: #c36;
	font: bold 12px/18px Georgia, 'Times New Roman', Times, serif;	
}
.CVtag a {
	color: #c36;
	text-decoration: none;	
}
.CVtag a:hover {
	color: #f09;
	text-decoration: underline;
}


/*  ****************  Balboa Park  ****************  */

#balboapark {
	width: 143px;
	border: 1px solid #609;
	padding: 12px;
	text-align: left;
	background-color: #fff;
	-moz-box-shadow: 3px 3px 6px #ccc;
	-webkit-box-shadow: 3px 3px 6px #ccc;
	box-shadow: 3px 3px 6px #ccc;
}
#balboapark a {
	color: #609;
	text-decoration:none;
}
#balboapark a:hover {
	color: #f09;
	text-decoration: underline;
}

.BP {
	color: #609;
}
.BPlt {
	color: #c9c;
}
.BPbg {
	height:28px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #c9c;
}
.BPul {
	border-bottom: 1px solid #609;
}
.BPtag {
	color: #609;
	font: bold 12px/18px Georgia, 'Times New Roman', Times, serif;	
}

/*  ****************  La Jolla  ****************  */

#lajolla {
	width: 143px;
	border: 1px solid #066;
	padding: 12px;
	text-align: left;
	background-color: #fff;
	-moz-box-shadow: 3px 3px 6px #ccc;
	-webkit-box-shadow: 3px 3px 6px #ccc;
	box-shadow: 3px 3px 6px #ccc;
}
#lajolla a {
	color: #066;
	text-decoration:none;
}
#lajolla a:hover {
	color: #f09;
	text-decoration: underline;
}
.LJ {
	color: #066;
}
.LJlt {
	color: #9cc;
}
.LJbg {
	height:28px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #9cc;
}
.LJul {
	border-bottom: 1px solid #066;
}
.LJtag {
	color: #066;
	font: bold 12px/18px Georgia, 'Times New Roman', Times, serif;	
}


.FFFbg {
	height:24px;
	border-bottom: 1px solid #000;
	background-color: #fff;
}
.EEEbg {
	height:24px;
	border-bottom: 1px solid #000;
	background-color: #eee;
}


/*  ******************  SHOW PAGES  *******************  */

.showhead {
	color: #666;
	font: bold 18px "Helvetica Narrow", "Arial Narrow", Helvetica, Arial, sans-serif;
}
#balboa-park-shows a.showhead,
#la-jolla-shows a.showhead  {
	color: #666;
	text-decoration: none;
}
#balboa-park-shows a.showhead:hover,
#la-jolla-shows a.showhead:hover  {
	color: #f09;
	text-decoration: underline;
}

.showsub,
.showsub a {
	font: bold 12px Georgia, 'Times New Roman', Times, serif;
}
#seasonSeriesBP .showsubBP a {
	color: #609;
	font: bold 12px Georgia, 'Times New Roman', Times, serif;
}
#seasonSeriesCV .showsubCV a {
	color: #c36;
	font: bold 12px Georgia, 'Times New Roman', Times, serif;
}
#seasonSeriesLJ .showsubLJ a{
	color: #066;
	font: bold 12px Georgia, 'Times New Roman', Times, serif;
}


.showdesc {
	font: 12px Georgia, 'Times New Roman', Times, serif;
}

.schedhed {
	color: #000000; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
}
			
.buy_tickets,
.grey-button {
	color:#666;
	text-decoration:none;
	text-shadow:1px 1px #fff, -1px -1px #ccc;
	background:#eee;
	border:1px solid #fff;
	padding:9px;
	-moz-box-shadow:3px 3px 6px #ccc;
	-webkit-box-shadow:3px 3px 6px #ccc;
	box-shadow:3px 3px 6px #ccc;
}
.buy_tickets:hover,
.grey-button:hover {
	color:#fff;
	text-shadow:1px 1px #f066bf, -1px -1px #c80280;
	background:#E70795;
	border:1px solid #f066bf;
}
a span.greybutton, a span.greybutton:hover, a span.buy_tickets, a span.buy_tickets:hover { text-decoration:none; }
									

/*  ******************  Age Recommendations, with tooltips  *******************  */
.rippledink { position:relative; float:left; display:block;clear:both;}
.rippledink .tooltip { 
	color: #fff; 
	font: 10px Georgia, Times, serif; 
	text-shadow:1px 1px #444; 
	position: absolute; 
	top: 8px; 
	left: 72px; 
	display: block; 
	padding: 8px; 
	background: rgba(0,0,0,0.4); 
	border: 1px solid #444; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.6); 
	-moz-box-shadow:2px 3px 8px 0px rgba(0, 0, 0, 0.6); 
	-webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.6); 
	display: none; 
	width: 144px;
}
.rippledink .tooltip .left-arrow { 
	position: absolute; 
	top: 13px;
	left:-7px;
	line-height: 0; 
	background:url('/assets/css/tooltip-left-arrow.png') no-repeat; 
	display:block; 
	width:7px;
	height:12px; 
}

/*  ******************  Show Schedule table styles  *******************  */
.schedrow {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.schedtxt {
	font: 9px Georgia, 'Times New Roman', Times, serif;
}
.schedtxtbld {
	font: bold 9px 'Helvetica Narrow', 'Arial Narrow', Helvetica, Arial, sans-serif;
}

#floater {  //old
	text-align: center;
	visibility: visible;
	position: absolute;
	top: 12px;
	left: 650px;
}

/* ************* Calendar styles ************* */

.snapshot {  // CSS3 shadow elements for photos, calendars, etc
	border:1px solid #eee;
	background-color:#fff;
	margin:6px;
	padding:9px;
	-moz-box-shadow:3px 3px 6px #ccc;
	-webkit-box-shadow:3px 3px 6px #ccc;
	box-shadow:3px 3px 6px #ccc;
}

.calhed		{
	color: #000; 
	font: 7pt Helvetica, Arial, sans-serif; 
	background: #cc9 url('/assets/css/grad-cc9-eec.gif') repeat-x; 
	text-align: center; 
	padding-top: 3px; 
	height: 12px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fff #cc9 #996 #eec;
}

.calBgBP {
	background-color: #c9c;
}
.calhedBP	{
	color: #000; 
	font: 7pt Helvetica, Arial, sans-serif; 
	background: #ebd2f0 url('/assets/css/grad-cc99cc-ebd2f0.gif') repeat-x; 
	text-align: center; 
	padding-top: 3px; 
	height: 12px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fff #c9c #96c #ebd2f0;
}

.calBgCV {
	background-color: #ff9999;
}
.calhedCV	{
	color: #000; 
	font: 7pt Helvetica, Arial, sans-serif; 
	background: #fcc url('/assets/css/grad-f99-fcc.gif') repeat-x; 
	text-align: center; 
	padding-top: 3px; 
	height: 12px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fff #f99 #f36 #fcc;
}

.calBgLJ {
	background-color: #066;
}
.calhedLJ	{
	color: #000; 
	font: 7pt Helvetica, Arial, sans-serif; 
	background: #66cccc url('/assets/css/grad-66cccc-bceeee.gif') repeat-x; 
	text-align: center; 
	padding-top: 3px; 
	height: 12px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fff #6cc #099 #bceeee;
}
 
.calBgGN { background-color: #ff0099; }
.calhedGN {
	color: #000; 
	font: 7pt Helvetica, Arial, sans-serif; 
	background: #f4dee6 url('/shows/img/grad-pnk-drk.gif') repeat-x; 
	text-align: center; 
	padding-top: 3px; 
	height: 12px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fff #e65fb4 #e70795 #e593cd;
}
.caltxt {
	color: #000; 
	font: 9px Arial, Helvetica, sans-serif;
	height: 70px;
	background-color: #fff;
	padding: 4px;
}
.calnull {
	background-color: #cc9;
	font: 9px Arial, Helvetica, sans-serif;
	height: 70px;
}
.cal {
	color: #f5f5dc; 
	font: 9px Arial, Helvetica, sans-serif;
	background-color: #f5f5dc;
}
.calBP {
	color: #f6e8f9; 
	background: #f6e8f9 url('/shows/img/grad-e4c7ea-f6e8f9.gif') repeat-x;
	font: 9px Arial, Helvetica, sans-serif;
	height: 70px;
}
.calCV {
	color: #ffe1e1; 
	font: 9px Arial, Helvetica, sans-serif;
	background: #ffe1e1 url('/shows/img/grad-ffcccc-ffe1e1.gif') repeat-x;
	height: 70px;
}
.calLJ {
	color: #ddffff; 
	font: 9px Arial, Helvetica, sans-serif;
	background: #ddffff url('/shows/img/grad-bceeee-ddffff.gif') repeat-x;
	height: 70px;
}
.calGN {
	color: #faedee; 
	font: 9px Arial, Helvetica, sans-serif;
	background: #faedee url('/shows/img/grad-pnk-lt.gif') repeat-x;
	height: 70px;
}
	
.series { font: bold 10px Verdana, Arial, Helvetica, sans-serif; }

/*  *******************  Photo Album Thumbnails  *******************  */
.photos { float:left; display:block; padding-top:12px; clear:both; }
.photos .thumb-wrap { padding:0 0 12px 0; width:712px; height:168px; }
.photos .thumb { position:relative; background:url('/assets/css/thumbbottom-shadow.png') bottom center no-repeat; float:left; padding-bottom:13px; margin-right:16px; }
.photos .thumb .image { width:144px; height:144px; border:9px solid #fff; -webkit-box-shadow:3px 3px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow:3px 3px 6px rgba(0, 0, 0, 0.3); box-shadow:3px 3px 6px rgba(0, 0, 0, 0.3); background:#000; }
.photos .thumb .image a.fancybox { display:block; border:none; text-decoration:none; }
.photos .thumb .image a.fancybox img { border:0; }
.photos .thumb span.overlay { width:144px; height:144px; position:absolute; top:9px; left:9px; background:url('/assets/css/thumbnails-overlay.png') top left no-repeat; display:block; }
.photos .thumb span.magnify { width:144px; height:144px; position:absolute; top:9px; left:9px; background:url('/assets/css/magnify.png') center center no-repeat; display:block; }
											

/*  *******************  FOOTER STYLES  *******************  */
.disclaimer	{
	color: #666;
	font: 7pt Helvetica, Arial, sans-serif;
}

#tbl_ftr {
 	width:80%;
}

#tbl_ftr .ftr {
	color: #000;
	font: 7pt Verdana, Helvetica, Arial, sans-serif;
}
#tbl_ftr .ftr a {
	color: #609;
	text-decoration:none;
}
#tbl_ftr .ftr a:hover {
	color: #f09;
	text-decoration:underline;
}
#tbl_ftr .disclaimer {
	color: #666;
	font: 7pt Helvetica, Arial, sans-serif;
	padding: 6px 0 12px 0;
}
#tbl_ftr .disclaimer a {
	color: #666;
	text-decoration:none;
}
#tbl_ftr .disclaimer a:hover {
	color: #f09;
	text-decoration:underline;
}			


/* ***************************************** */

/*  Social Footer Bookmarks  */

#social_bookmarks {clear:both; border-top:1px solid #ccc;padding:6px 0;}
#sb_digg_this,#sb_facebook_like,#sb_twitter_share {height:21px;float:left;padding-right:6px;}
#social_bookmarks ul {display:inline;float:left;list-style-type:none;height:21px;margin:0;padding:0;}
#social_bookmarks ul li {display:inline;float: left;list-style-type:none;padding-right:6px;}
#social_bookmarks ul li a {display:block;width:24px;height:21px;text-decoration:none;cursor:pointer;}
#sb_reddit a {background: #fff url('/assets/css/socialbuttons.gif') -30px 0 no-repeat;}
#sb_reddit a:hover {background: #fff url('/assets/css/socialbuttons.gif') 0 0 no-repeat;text-decoration:none;}
#sb_digg a {background: #fff url('/assets/css/socialbuttons.gif') -30px -21px no-repeat;}
#sb_digg a:hover {background: #fff url('/assets/css/socialbuttons.gif') 0 -21px no-repeat;text-decoration:none;}
#sb_yahoo a {background: #fff url('/assets/css/socialbuttons.gif') -30px -42px no-repeat;}
#sb_yahoo a:hover {background: #fff url('/assets/css/socialbuttons.gif') 0 -42px no-repeat;text-decoration:none;}
#sb_facebook a {background: #fff url('/assets/css/socialbuttons.gif') -30px -63px no-repeat;}
#sb_facebook a:hover {background: #fff url('/assets/css/socialbuttons.gif') 0 -63px no-repeat;text-decoration:none;}
#sb_delicious a {background: #fff url('/assets/css/socialbuttons.gif') -30px -84px no-repeat;}
#sb_delicious a:hover {background: #fff url('/assets/css/socialbuttons.gif') 0 -84px no-repeat;text-decoration:none;}
#sb_stumble a {background: #fff url('/assets/css/socialbuttons.gif') -30px -105px no-repeat;}
#sb_stumble a:hover {background: #fff url('/assets/css/socialbuttons.gif') 0 -105px no-repeat;text-decoration:none;}


/* ***************************************** */

/*  Highslide Styles  
 *  Deprecated as of Dec 2010. Use jQuery fancybox instead
 */

.highslide {
	cursor: url('/assets/js/graphics/zoomin.cur'), pointer;
    outline: none;
    z-index:9999;
}
.highslide img {
	background-color: transparent;
	padding: 6px;
	margin: 6px;
	border: 1.3px solid #AAAAAA;
}
.highslide:hover img {
	background-color: #ffff99;
	padding: 6px;
	margin: 6px;
	border: 1.3px solid #AAAAAA;
}
.highslide-html {
    background-color: #ffffff;
}
.highslide-html-content {
	position: absolute;
    display: none;
    padding: 10px;
}
.eip_saving,
.highslide-loading {
    display: block;
	color: #000000;
	font: bold 8pt Arial, Helvetica, sans-serif;
    text-decoration: none;
	padding: 2px 2px 2px 24px;
    background: #ffff99 url('/assets/js/graphics/working.gif') 3px 1px no-repeat;
}

.control {
	display: inline;
    /*position: relative;*/
	margin: 0;
	font: bold 9pt Arial, Helvetica, sans-serif;
    text-decoration: none;
	color: #999999;
    z-index:9999;
}
.control:hover {
	color: #000000 !important;
}

.highslide-move {
    text-align: right;
    border: 0;
    height: 24px;
    padding: 2px;
    cursor: move;
    z-index:9999;
}

.highslide-display-block {
    display: block;
    z-index:9999;
}
.highslide-display-none {
    display: none;
}
