/*********************************************************************
* 
* 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;
     
}
.callistmonth {
 background-color: #FEEB95;
}
.caldaylink {
font-size: 0.8em;
}
/***********  General Elements  ********************/
h1 { font-size: 1.6em; }

h2 { font-size: 1.4em; }

h3 { font-size: 1.2em; }

h4 { font-size: 1em; }

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

.button { color: #005CAB; font-weight:bold; background-color: #F8F0D9; border-color: #CCCCCC; border-width: 1px; border-style: Solid; font-family: Verdana; font-size: 1em; }


/***********  Position  ********************/

body { font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; }

#container { padding-left: 163px; /* LC width */ padding-right: 0; /* RC width */ }

#left { position: relative; float: left; width: 162px; /* LC width */ right: 163px; /* LC width */ margin-left: -100%; }

#center { position: relative; float: left; width: 100%; margin: 0; padding: 0; border-top: 5px solid #005CAB; }
#maincontent {padding:0 0 0 5px; background-color: #F9FCFF; border-bottom: 1px solid #B5B5B5; border-left: 1px solid #B5B5B5;}

#footer { clear: both; }

/************** Header ****************/

#header { background-image: url(http://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; }

/********* Right Nav Elements *************/
/*** QuickLinks Area ***/

#quicklinks { background: #F8F0D9; border-bottom: 1px solid #DCC78A; right: 0px; width: 157px; }

#quicklinks li { border-top: 1px solid #DCC78A; color: #BA8C0A; font-size: 0.9em; font-weight: bold; margin-left: 3px; margin-right: 3px; padding-bottom: 8px; padding-top: 8px; text-decoration: none; }

#quicklinks ul { list-style: none; margin: 5px; margin-top: 0px; padding: 5px; text-decoration: none; }

#quicklinks li a { color: #BA8C0A; text-decoration: none; }

#quicklinks li a:hover { text-decoration: underline; }

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

/*** Headline Area ***/

#headlines { background: #C8E2F8; border-bottom: 1px solid #B5B5B5; color: #000000; font-size: 0.9em; }

#headlinetext { font-size: 0.9em; margin: 0 5px 0 5px; }

#headlinetitle { font-weight: bold; margin: 0 5px 0 5px; }

#headlines a { color: #005CAB; font-weight: bold; text-align: right; text-decoration: underline; }

#headlines a:hover { text-decoration: none; }

p#headlinelink { text-align: right; }

/**************** Left Nav *************/

/**/
#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: 159px; }

#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; }

/*** IE Fix ***/
div#menu li.first, div#quicklinks li.first { border-top: none; }