

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    border: 1px solid #CCC;
}

#loginDialog 
{
	text-align:left;
}

#loginDialog .center 
{
	text-align:center;
}

#loginDialog a
{
	color:#FF6600;
}

#loginDialog a:hover
{
	color:#993300;
}

#loginDialog .message-area 
{
	background-color:#FED;
	border:1px solid #BBB;
	padding:4px;
	margin:4px;
}

#loginDialog #HtmlDiv 
{	
	text-align:center;
}

#loginDialog #Email, #loginDialog #Password 
{
    width: 200px;
    border: 1px solid #CCC;
}

#dialog-loading 
{
	display:none;
	float:left;
	padding-top:12px;
}

.gift-card-amount
{
    width: 150px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/
#header table
{
    border-style: none;
}

#header td
{
    border-style: none;
}

#header tr
{
    border-style: none;
}

/* This adds space to the bottom of the course lists */
#courses 
{
	padding-bottom: 10px;
}

/* This aligns all grid text to the middle of the cell */
#courses td
{
	 vertical-align:middle;
}

#courses .x-grid3-td-expander 
{
	 vertical-align:top;
	 padding-top:5px;
}

/* This fixes the positioning of the grid buttons */
#courses .x-grid3-cell-inner .button 
{
	position:relative; 
	top:4px; 
	margin-left:4px; 
	margin-top: 4px;
}

/* If this is restored, make sure that the table styles are applied
to a specific class and apply that specific class to your table element.
Having this active for all tables screws up the grid formatting. */
/*table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}*/

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.warning
{
	color:Yellow;
}

.success
{
	color:Green;
}

.errorHighlight
{
    background-color: #FFCCCC;
}

.validHighlight
{
    
}

#menucontainer
{
    margin-top:40px;
}

.Instructions
{
	width:605px;
	margin-top:10px;
    padding: 5px 5px 5px 5px;
    border: solid 3px #D0D0D0;
    background-color: #FFFF9F;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}
.simplemodal-container {
  height:100px;
  width:350px;
  background-color:#fff;
  border:3px solid #ccc;
}
.simplemodal-container a.modalCloseImg {
  background:url(../img/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

 .jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -150px;
    width: 300px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    z-index: 12;
}

.Hidden
{
    display: none;
}

.FAQAnswer 
{
	text-align: left; 
}

.FAQQuestion
{
	color: Red;
	font-size: 14px;
}

.content .course-categories li.selectedCat a
{
	color:#A12A1D;
	font-weight: bold;
}

/** Address List **/
.AddressList 
{
	width:380px;
	text-align:left;
	vertical-align:top;
}

.AddressList a
{
	color:#FF6600;
}

.AddressList a:hover
{
	color:#993300;
}

.AddressList h2{
    font-size:large;
    text-align:center;
    text-decoration:underline;
}

.AddressList table{
    width:380px;
}

.AddressList tr{
    padding:20px;
}

.AddressList td{
    padding:20px;
}

.AddressList th{
    font-weight:bold;
    text-align:center;  
}
.content .AddressList 
{
	background-color:#FFF;
	padding:20px;
	width:650px;
}
.content .AddressList H2 
{
	text-align:left;
	text-decoration:none;
	margin: 0;
	padding: 2px 17px 0px 9px;
	font-size: 100%;
	color: #A5222B;
	font-size: 11px;
	text-transform: uppercase;
	font-family: georgia;
}


.EditAddress 
{
    max-width: 380px;
    margin-left:auto;
    margin-right:auto;
}

.EditAddress h2{
    font-size:large;
}

.EditAddress table
{
	width:280px;
	text-align:left
}

.EditAddress tr{
    padding:5px;
}

.EditAddress td{
    padding:5px;
}
.content .EditAddress 
{
	width:600px;
	background-color:#FFF;
	padding:20px;
}
.content .EditAddress H2 
{
	text-align:left;
	text-decoration:none;
	margin: 0;
	padding: 2px 17px 0px 9px;
	font-size: 100%;
	color: #A5222B;
	font-size: 11px;
	text-transform: uppercase;
	font-family: georgia;
}
