/* using less now. *//* these are styles that probably shouldn't be customized */

.mini-button {
	font-size:10px;
}
form {
	padding:0;
	margin:0;
}

div.popout-transfer {
	background:		#f0f0f0;
	border:			solid #444 2px;
}




#cluetip-close img {
  border: 				0;
}
#cluetip-title #cluetip-close {
  float: 				right;
  position: 			relative;
}
#cluetip-waitimage {
  width: 				43px;
  height: 				11px;
  position: 			absolute;
  background-image: 	url(/images/indicator.gif);
}

.cluetip-popout {
  background-color: 	#f0f0f0;
  border:				solid #444 2px;
}
.cluetip-popout #cluetip-outer {
  position: 			relative;
  margin: 				0;
  background-color: 	#f0f0f0;
}
.cluetip-popout h3#cluetip-title {
  margin: 				0 0 5px;
  padding: 				8px 10px 4px;
  font-size: 			1.1em;
  font-weight: 			bold;
  background-color: 	#5D5D5D;
  color: 				#FFFFFF;
}
.cluetip-popout #cluetip-title a {
  color: 				#d9d9c2;
  font-size: 			0.95em;
}
.cluetip-popout #cluetip-inner {
  padding: 				3px 10px;
  padding-bottom:		8px;
}
.cluetip-popout div#cluetip-close { 
  text-align: 			right;
  margin: 				0 5px 5px;
  color: 				#900;
}




/* chart styles *********************************/
table.chart {
	width:				100%;
	background-color:	#BDBDBD;
}


tr.chart-head td {
	text-align:			center;
	background-color:	#5D5D5D;
	height:				20px;		
}
tr.chart-title td {
	text-align:			center;
}
tr.chart-title-a td {
	background-color:	#5D5D5D;
	height:				20px;
}
tr.chart-title-b td {
	background-color:	#BDBDBD;
	height:				15px;
}
tr.chart-title-c td {
	background-color:	#5D5D5D;
	height:				15px;
}


tr.part-row td {
	text-align:			center;
}
tr.row-even td {
	background-color:	#FFFFFF;
}
tr.row-odd td {
	background-color:	#FFFFFF;
}

/*
tr.row-hover td {
	background-color:	#ddd;
	color:				#000;
}
tr.row-highlight td {
	background-color:	#888;
	color:				#fff;
}
tr.row-highlight td a:link, tr.row-highlight td a:active, 
tr.row-highlight td a:visited, tr.row-highlight td a:hover {
	color:				#fff;
}
*/

/* images ***************************************/
#image_table {
	float:	right;
}

#main_img_cell {
	border: 	1px solid #000000;
	padding: 0;
}

#img_popup {
	border: 		solid 2px black;
	background: #fff;
	padding:		5px;
}

#img_popup img {
}

#img_popup small {
	text-align:	center;
}

#img_popup a.jqmClose {
	float:		right;
	font-size:	10px;
	font-weight:bold;
	background:	#eee;
	text-decoration: none;
}


#cart_popup {
	display: block;
	width: 400px;
	border: 2px solid black;
	background-color: #fff;
	padding: 5px 10px;
}


/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -200px;
    width: 400px;

/*  background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
*/
}

/* for some reason, this is really not working in IE, so we'll just get rid of it */
.jqmOverlay { 
	background-color: #fff;
	display:none;
}




