/*
 * 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 132 2008-05-23 16:05:17Z emartin24 $
 *
 */

body {padding:0; margin:0; height:100%; width:100%;}

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

/* Container */
#modalContainer {/*height:400px; width:600px;*//* height:635px;*/  width:569px; background-color:#7F7F7F;  left:20%; top:15%;  border:0px solid red; position:absolute; }
.modalContainer {/*height:400px; width:600px;*//* height:635px;*/ width:569px; background-color:#7F7F7F;  left:20%; top:15%;  border:0px solid red;}

#modalContainer a.modalCloseImg {background:url(../Images/closebutton.gif) no-repeat; width:24px; height:19px; display:inline; z-index:3200; position:absolute; top:4px; right:12px; cursor:pointer; background-image:url(../Images/closebutton.gif)}
#modalContainer a.modalCloseImg:hover {background:url(../Images/closebuttonhover.gif) no-repeat; width:24px; height:19px; display:inline; z-index:3200; position:absolute; top:4px; right:12px; cursor:pointer; background-image:url(../Images/closebuttonhover.gif)}
#modalContainer #basicModalContent {padding:0px;}


.whitebar
	{
		background:url(../Images/whitebar.gif) repeat-y;
	}
.bottombar
	{
		background:url(../Images/bottombar1.gif) no-repeat bottom;
	}
.topbar
	{
		background:url(../Images/topbar.gif) no-repeat top;
	}
.greybar
	{
		background:url(../Images/greybar.gif) repeat-y left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#3b3b3a;
	}
.txtbox
	{
		border:#CCCCCC 1px solid;
		font-size:13px;
		width:230px;
		padding:2px;
	}
.text
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:80%;
		color:#3a3a3a;
		text-align:left;
	}
