﻿body
{
    font-size: 8px;
    font-family: Verdana;
}

.login1.titletextstyle
{
    background-color: black;
    
}

.coursetitle
{
    font-size: 13px; color:  Navy; font-family: Verdana; font-weight: bold; left: 10px; 
}


.courseshorttext
{
    font-size: 11px;
    color: gray;
    font-family: Verdana;
    font-weight: bold;
    left: 10px;
    position: relative;
}

.courselongtext
{
    font-size: 11px;
    color: gray;
    font-family: Verdana;
    
    left: 10px;
    position: relative;
    
    margin-right: 25px;
}

.coursedatetitle
{
    font-size: 11px; color: navy; font-family: Verdana; left: 20px; position: relative;
}
.coursedatetext
{
    font-size: 11px;
    color: gray;
    font-family: Verdana;
    left: 20px;
    position: relative;
    margin-right: 35px;
}

/*
.coursedatesubmit
{
    font-size: 11px;
    color: gray;
    font-family: Verdana;
    left: 20px;
    position: relative;
    margin-right: 35px;
}
*/
.coursedatesubmit
{
    font-size: 11px;
    color: green;
    font-family: Verdana;
   
   
    
}
.applybutton
{
    left: 10px;
    background-color:Gray;
    }
    
.generalbutton
{
    
    Background-Color:gray; 
    Border-Color:black; 
    Border-Style:Solid; 
    Border-Width:1px;
    Font-family:Verdana; 
    font-weight: bold;
    Font-Size:11px; 
    Color:white; 
    }
    
.eventtitle
{
    font-size: 16px; color: navy; font-family: Verdana; font-weight: bold; left: 10px; position: relative;
}
.eventdescriptionshort
{
    font-size: 11px;
    color: black;
    font-family: Verdana;
    
    left: 10px;
    position: relative;
    margin-right: 35px;
}
.eventdescriptionlong
{
    font-size: 11px;
    color: black;
    font-family: Verdana;
    
    left: 10px;
    position: relative;
    margin-right: 35px;
}

.rightlist
{
    font-size: 9px;
    color: white;
    font-family: Verdana;
    left: 20px;
    position: relative;
    margin-right: 35px;
    text-align: left;
}
.warninglabel
{
    border-right: red thin dashed;
    border-top: red thin dashed;
      border-left: red thin dashed;
    border-bottom: red thin dashed;      
    font-weight: bold;
    font-size: 13pt;
  
    color: red;

    font-style: normal;
    font-family: verdana;
}


/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: none;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}








