/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 162 2008-12-01 23:36:58Z emartin24 $
 *
 */


/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
/*#simplemodal-container2 {height:450px; width:720px; background-color:#fff; border:3px solid #ccc;}*/
#simplemodal-container {height:331px; width:540px; background-color:#000000; border:3px solid #ccc;}
#simplemodal-container a.modalCloseImg {background:url(/graphics/x.gif) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-14px; right:-15px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:20px 20px 25px;}


/* Table Formatting */
caption {
	margin:0;
	padding:0;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	line-height:1.6em;
	color:#418dc0;
	font-size:130%;
	font-weight:normal;
	line-height:1.6em;
	text-align:left;
}
caption span {
	font-size: 65%;
	font-style:italic;
	color:#000;
}

td, th {
	padding:6px 4px 7px 4px;
	text-align:right;
	border-right:1px solid #D5D5D5;
	border-bottom:1px solid #D5D5D5;
}
td {
	width:2.3em;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	background:#FFF;
	font-size:75%
}
th {
	background:#DAEBF6;
	color:#418dc0;
	text-transform:uppercase;
	font-weight:normal;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	border-right:1px solid #418dc0;
	border-bottom:1px solid #418dc0;
	font-size:80%;
}
th.noBg {
	background:#FFF url(/graphics/thGradBg.png) bottom repeat-x; 
	vertical-align:bottom;
	
	text-align:center;
}
tr:hover td {
	background:#E7E7E7;
}
