div.shop-makingtrouble-eventinfo{
margin-bottom: 20px; border: 1px dotted #6699CC; padding: 10px;}

h1#making-trouble-tickets-heading{
	margin-top: 17px; margin-bottom: 17px;
}

form#makingtroubleform{
	margin-top: 24px;
}


div.shop-makingtrouble-item{
	width: 550px;
	margin: 17px 20px 17px 20px;
	padding: 12px;
	border-top: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	background-color: #DBECFD;
}

div.shop-makingtrouble-item select {
margin-left: 405px;
margin-top: 1px;
padding-top:0px;
padding-bottom: 0px;


}

span.buy-tickets-button{
	margin-left: 420px;
}




/* revised styles, leaning towards css only, ari 1/25/06 */
/*edited to accomodate new navbar (e.g. body must not be limited to a fixed width), isaac may 2008 */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	/*width: 760px;*/
    }
* html body {
	margin : 0;
	padding : 0;
	text-align : left;
	background-color : #fff;
	color: #000;
	/*width: 760px;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small;  /* for other IE versions */
	}
	
.dot {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #369;
	background-color: #fff;
	}
.bottomrule {border-bottom: solid 1px #369;}

a {
color : #0098db;
text-decoration : none;
}

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

a:active {
      text-decoration : underline;
      color: #333333;
      }

h1	{
	color: #903;
	font: bold 150% Verdana, sans-serif;
	padding: 0;
	margin: 0;
	}
h2	{
	color: #903;
	font: bold 125% Verdana, sans-serif;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	}
/* irrelevant while current tables in use
#main {
	margin: 0;
	padding: 0;
	float:left;
	width: 70%;
	background: #fff;
	}
*/
img.rightpad {
	margin-right: 20px;
	margin-top: 6px;
	}
/* end basic setup */

/*  start top nav classes */

#topnav {
	padding-bottom: 4px;
	height:109px;
	background-color: #fff;
	padding-bottom: 1px;
	}
	
.right {float: right;}

#nav {
margin: 0;
}	

ul#navlist {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
text-align: right;
font-family: Arial, Verdana, sans serif;
font-size: 13px;
font-weight: bold;}

#navlist li
{
background-color:  #6699cc;
display: inline;
list-style-type: none;
margin: 0;
padding: 0;}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{color: #fff;
background-color: #336699;
text-decoration: none;}

#navlist a:hover {
color: #fff;
background-color: #6699cc;
text-decoration: none;}

a:link.round {background-image: url(/images/off.gif);}
a:visited.round {background-image: url(/images/off.gif);}
a:hover.round {background-image: url(/images/on.gif);}

/*  end top nav classes */


/* not needed while using tables for layout 
#wholepage {
	background: url(/common/medblue211.gif) repeat-y 0;
	}
*/

/* begin left nav stuff */
/* when you remove tables, leftnav will want a width of 30% */
#leftnav {
	margin: 0;
	/*background-color: #336699;
	width: 211px; */
	width: 0px;
	display: none;
}

.dnav {
position: relative;
background-image: url(/images/discover-ov.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 211px;
height: 44px;
margin: 0 0 7px 0;
padding: 0;
}

.dnav a {
display: block;
width: 211px;
height: 44px;
display: block;
float: left;
text-decoration: none;
}

.tnav {
position: relative;
background-image: url(/images/teach-ov.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 211px;
height: 35px;
margin: 0 0 7px 0;
padding: 0;
}

.tnav a {
display: block;
width: 211px;
height: 35px;
display: block;
float: left;
text-decoration: none;
}

.rnav {
position: relative;
background-image: url(/images/research-ov.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 211px;
height: 35px;
margin: 0 0 20px 0;
padding: 0;
}

.rnav a {
display: block;
width: 211px;
height: 35px;
display: block;
float: left;
}

.dnav img {width: 211px; height: 44px; border: 0; }
.tnav img {width: 211px; height: 35px; border: 0; }
.rnav img {width: 211px; height: 35px; border: 0; }
* html a:hover {visibility:visible}
.dnav a:hover img {visibility:hidden}
.tnav a:hover img {visibility:hidden}
.rnav a:hover img {visibility:hidden}

/* needed when you remove tables, not now 
.innerleftnav {
	margin-right: 17px;
	}
*/
/* end left nav stuff */

tr td {
	padding: 0;
	margin: 0;
	}

.navtab {
	font: 70% Verdana, sans-serif;
	margin: 3px 0 3px 0;
	padding: 0;
	}


/* for the feminist cgi sidebar */
.femside {background-color: #f93; width:191px; text-align:center; margin: 0 auto 0 auto;}
.fempar {font:bold normal  10px verdana; color: #000; margin: 0 10px 10px 10px; width: 171px; text-align:left; padding: 0;}
.femcenter {text-align:center; margin: 0 3px 0 3px; padding-bottom:6px;}
/* end feminist cgi sidebar */


/* New header and navbar, April 2008. Adapted from new Drupal theme */

/* Some IE specific code is in topnav.html, topnav_notab.html
because of need for conditional comments */

div#header div.block-block {
  float: left;
}

div#header img {
  border: none;
}

div#header div#header-links div.block-block {
  float: none;
}

div#header {
  height: 120px;
  background-color: #f7f0e1;
  margin-bottom: 7px;
}

div#header h1 {
  margin: 17px 0px 0px 17px;
}

div#header div#header-links {
  float: right;
  margin-right: 12px;
  margin-top: 10px;
}

div#header ul {
  margin: 0px;
  font-size: 1em; /* adjust from drupal theme */
}

div#header ul li {
  display: inline;
  font-size: 1em;  /* adjust from drupal theme */
}

div#header ul li a {
  color: #333333;
  padding: 0px 4px 0px 2px;
  font-size: .75em;
  border-right: 1px solid #333333;  
}

div#header ul li a:hover {
  color: #0098DB;
}

div#header ul li.last a {
  border-right: none;
}

div#header div#header-search {
  clear: right;
  float: right;
  margin-right: 17px;
  margin-top: 27px;
  font-size: 0.9em;
  font-style: italic;
  font-family: Arial,sans-serif;
}

div#header div#header-search .form-item {
  display: inline;
  margin: 0px .13em 0px .3em; /*top and bottom margins override system.css*/
}

div#header div#header-search select {
  margin: 0px .7em 0px .4em;
}

/* styles for navbar menu dropdowns. inspired by 'son of suckerfish'. depends on tiny bit of
javascript for IE6 and (because of old doctype in legacy code) IE7 compatability. */

#nav {display: block; background-color: #37424a;
  overflow: hidden; /*makes background apply despite all content contained in this div */
                    /* being floated.  Overflow: auto caused problems in Opera */
  min-width: 51em; /*smaller than min-width of the nav ul. ensure that entire menu displays at large font sizes*/
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul {
  display: block;
  width: 52em; /*need width to allow centering*/
  padding-left: .5em;
  margin: 0px auto;
  font-size: 1em; /* adjust from drupal theme */
}

#nav a { color: white;
  display: block;
  font-weight: normal;
  font-size: .8em;
  padding: .4em 7px;  /* set right and left padding using px so menu still fits if large font size set in browser */
}

#nav li {
	float: left;
	padding: 7px .5em;
	border-right: 4px solid white;
	font-size: 1em;  /* adjust from drupal theme */
}

#nav li.navitem-toplevel.first {
  border-left: 4px solid white;  
 margin-left: 6px; /* ensure at least small amount of dark background at beginning, before 4px white border */
}

#nav li.navitem-toplevel a {
  font-family: Trebuchet MS, Arial, sans-serif;
font-weight: bold;
}

#nav li.navitem-toplevel ul li a {
  font-family: Arial, sans-serif;
font-weight: normal;
}

#nav li ul {
  border: 1px solid black;
  position: absolute;
  width: auto;
  left: -999em;
}

#nav li ul li {
  float: none; /* otherwise they menu items appear horizontally if they have the space */
  padding: 2px .2em;
  margin-left: 3px;
  border-style: dotted;
  border-color: black;
  border-width: 0px 0px 1px 0px; /* set style attributes in separate declarations for benefit of stupid IE */
  margin-right: 3px;
  /*border-bottom: 1px dotted black;*/
}

#nav li ul li.last {
  border-bottom: none;
} 

 #nav li:hover, #nav li.sfhover { 
	background-color: #0098db;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-color: white;
	opacity: .9;
	color: black;
	margin-left: 0px; /* necessary for IE*/
}

#nav li:hover ul li, #nav li.sfhover ul li {
	background-color: white; /*override the blue background set for hovered top level elements */
}

#nav li ul li a {
 background-color: white;
 color: black;
 text-transform: none;
}

#nav li ul li a:hover {
 background-color: white;
 color: #0098db;
}

html body #header {
  font-size: medium;
}

html body #nav {
  font-size: medium;
}

/* adapt for new navbar may 2008 */
body {margin: 0px;}


/* new footer style May 2008 */

div#footer {
  clear: both;
  color: black;
  margin: 12px 0px 0px 0px;
  padding: 12px 0px 11px 0px;
  text-align: center;
  background-color: #F7F0E1;
}

div#footer .footer-links a,
div#footer .footer-links a:link,
div#footer .footer-links a:visited
 {
  color: #333333;
}


div#footer .footer-links a:hover,
div#footer .footer-links a:active
{
  color: #0098DB;
}

div#footer .footer-links {
  margin-bottom: .3em;
  margin: 0px auto;
}

div#footer .footer-copyright {
  font-size: .9em;
  margin: 7px auto 0px auto;
  color: #333333;
}



div#footer .footer-copyright a,
div#footer .footer-copyright a:link,
div#footer .footer-copyright a:visited
 {
  color: #0098DB;
}

/* end new footer style */

