/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


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

/* Container */
#simplemodal-container {height: 500px; width:600px; background-color:#fff; border:3px solid #CCC;}
#simplemodal-container a.modalCloseImg {background:url(../../../js/simplemodal/img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}


/* TEXT ADDED BY GRUBSER'S LTD. */
/* COURSE DESCRIPTION*/
.course_description {
 font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
 display: none;
 text-align: left;
 padding: 5px
}

.course_description h1 {
 font-size: 14px
}

.course_description p {
  font-size: 12px;
	color: black
}

.course_description .additional_benefits {
 border: 1px solid #CCC; 
 padding: 5px; 
 margin: 5px; 
 background-color: #F9F9F9;
 width: 500px
}

.course_description .additional_benefits .title  {
 font-size: 12px;
 color: black;
 text-decoration: underline;
 font-family: Arial;
}

.course_description .benefits {
 font-size: 12px; 
 font-family: Arial;
 position: relative;
 left: 5px
}

.course_description .book_now {
 background-color: #990000; 
 color: white; 
 padding: 5px; 
 margin: 5px 0px 5px 0px; 
 border: 1px solid #666;
 font-size: 11px;
 width: 550px
}

.course_description .desc_course {
 background-color: #990000; 
 color: white; 
 padding: 5px; 
 margin: 5px; 
 border: 1px solid #666;
 font-size: 12px;
 font-family: Arial;
}




.tablemodal table {
	font-family: Tahoma, Verdana, Arial;
	background-color: black;
}
.tablemodal td {
	/*background:url(../../bg/structures-and-tables/mainNavBG.gif);*/
	background-color: orange;
	font-size: 12px;
	font-weight: normal;
	color: black;
	height: 18px;
	width: 273px;
	padding: 4px;
	text-align: left

}

.tablemodal th {

}

.tablemodal  tbody td a:link{
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

.tablemodal tbody td a:visited{
	font-size: 12px;
	color:  #990000;
	font-weight: bold;
	text-decoration: none
}

.tablemodal tbody td a:hover{
	font-size: 12px;
	color:  #990000;
	font-weight: bold;
	text-decoration: underline;
}

.tablemodal tbody td a:active{
	font-size: 12px;
	color:  #990000;
	font-weight: bold;
	text-decoration: none
}