/*********************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
  /*  border: 1px solid #DBDB79;*/
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #B5B5B5;
    border-left: 1px solid #B5B5B5;
    clear: none;
    padding: 2px;
    margin: 2px;
    font-size: .8em;
}


.calcurrentmonth
{
    /* no styles needed at this time */
        font-size: .9em;
}
.calothermonth
{
   /* background-color: #DCD78E;*/
   font-size: .8em;
}
.calcurrentday
{
 /*   background-color: #FFFFC1;*/
}
.calweekend
{
  /*    background-color: #FEEB95;
  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid #64A9E5;
    height: 50px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}


.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}
.listitem
{
    margin:0px 0px 0px 0px;
    width:444px;
}
a:link
{
    color: #8A3700;
}
.photo
{
    background: #FEFFC8 url(https://www.flightparamedic.org/review/styles/images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;    
}
body { font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; }

#left { position: relative; float: left; width: 179px; }

#maincontent {padding:0 0 0 5px; background-color: #F9FCFF; border-bottom: 1px solid #B5B5B5; border-left: 1px solid #B5B5B5; border-top: 5px solid #005CAB;}
fieldset { border: solid 1px #005CAB; padding:5px; }
#footer { clear: both; }
.buttonbg {
	background-image: url(http://www.flightparamedic.org/member/images/buttonbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:none;
	font-size: 1em;
}
/***********  General Elements  ********************/
h1 { font-size: 1.6em; }

h2 { font-size: 1.4em; }

h3 { font-size: 1.2em; margin-top:0px; padding-top:0px; }

h4 { font-size: 1em; }

fieldset { border: solid 1px #005CAB; padding:5px; }
/************** Header ****************/

#header { background-image: url(https://www.flightparamedic.org/images/mainbackground2.gif); background-position: center; background-repeat: repeat-x; height: 240px; }

/*********** Content Elements ************/


#maincontent p { font-size: 0.8em; padding: 0 10px; }


#menutitle { background-color: #005CAB; border-bottom: 1px solid #FFFFFF; color: #FFFFFF; font-size: 0.8em; padding: 5px; text-align: center; }

#menu { background: #D1E5F7; border: 1px solid #B5B5B5; color: #000000; margin-left: 1px; width: 176px; }

#menu ul { list-style: none; margin: 0; padding: 0 5px; }

#menu li { border-top: 1px solid #005CAB; position: relative; }

#menu a { background: #D1E5F7; color: #005CAB; display: block; font-size: 0.9em; font-weight: bold; margin: 0; padding: 5px 2px; text-decoration: none; }

#menu a:hover { text-decoration: underline; }

#menu ul ul { background-color: #005CAB; left: 100%; position: absolute; top: 0; width: 100%; display: none; }

div#menu ul ul li { border-top: 1px solid #FFFFFF; }

div#menu ul > li:first-child { border: none; }

div#menu ul li:hover > ul { display: block; }

div#menu ul ul a { background-color: #005CAB; color: #FFFFFF; }

/************* Footer Elements *************/

#copyright { color: #B9B9B9; font-weight: normal; }

#footer { color: #BA8C0A; font-size: .7em; padding-bottom: 5px; padding-top: 10px; text-align: center; }

#footer a:hover { text-decoration: underline; }

#footer a { color: #BA8C0A; font-weight: bold; text-decoration: none; }

#footer hr { background-color: #BA8C0A; border: 0px; color: #BA8C0A; height: 1px; width: 95%; }

#footer p { margin: 0; padding: 0; }

#creator { color: #B9B9B9; font-weight: normal; }