﻿body
{
    background-color: #2C074F;
    background-image: url('../images/efx/efx_gradient.jpg');
    background-attachment: fixed;
    background-repeat: repeat-x;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

a
{
    text-decoration: none;
    color: #AD68EE;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: 0px;
}

ul	
{
    float: left;
    margin-left: 25px;
	list-style-image:url('../images/efx/efx_bullet.gif');
	vertical-align: top;
}

li
{
    padding-bottom: 20px;
    vertical-align: top;
}

.clsPaper
{
    background-color: #ffffff;
    border: 5px solid #A176D6;
    width: 750px;
    height: 600px;
    background-image: url('../images/efx/efx_confetti.jpg');
    background-repeat: no-repeat;
    background-position: right 250px;
}

.clsNavMenuDiv
{
    float: left;
    background-color: #2C074F;
    width: 168px;
    height: 400px;
    padding: 3px;
}

.clsNavMenu
{
    font-family: helvetica;
    font-size: 0.85em;
    font-weight: bold;
    padding-left: 5px;
}

.clsNavMenuItem
{
    color: #ffffff;
    height: 30px;
    border-bottom: 1px solid #AD68EE;
    width: 150px;
    padding-left: 5px;
}

.clsNavMenuItemOver
{
    color: #AD68EE;
    height: 30px;
    border-bottom: 1px solid #AD68EE;
    width: 150px;
    padding-left: 5px;
}

.clsMainDiv
{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10pt;
    font-weight: normal;
    font-family: verdana;
    
}

.clsFooterDiv
{
    width: 100%;
    float: left;
    text-align: center;
    font-family: Arial;
    font-size: 8pt;
}

.clsSectionTitle
{
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    width: 100%;
    text-align: right;
    padding-right: 20px;
}

.clsFormDiv
{
    font-size: 8pt;
}

.clsFormLabel
{
    font-weight: bold;
    width: 150px;
    text-align: right;
    color: #2C074F;
    padding-right: 15px;
}

.clsFormError
{
    color: Red;
    font-size: 12pt;
    font-weight: bold;
}
.clsButton
{
    color: #ffffff;
    background-color: #AD68EE;
    border: 1px solid #2C074F;
    font-weight: bold;
    cursor: hand;
}

.clsThumbTD
{
    border: 2px solid #AD68EE;
    width: 100px;
    height: 70px;
}

/* Calendar */
.clsCalendar_Hidden
{
    color: #ffffff;
    background-color: #AD68EE;
    border: 1px solid #2C074F;
    display: none;
}

.clsCalendar_Visible
{
    color: #ffffff;
    background-color: #AD68EE;
    border: 1px solid #2C074F;
    display: block;
}

.clsCalendarTitle
{
    color: #ffffff;
    background-color: #2C074F;
}

.clsCalendarArrow
{
    color: #ffffff;
}

.clsCalendarSelected
{
    background-color: #2C074F;
    color: #ffffff;
}
/* End Calendar */

/* Crops */
.clsVerticalCrop
{
    float: left;
    margin-right: 10px;
    width: 80px;
    height: 250px;
    border: 2px solid #AD68EE;
}

.clsSquareCrop
{
    margin-right: 10px;
    float: left;
    width: 200px;
    height: 175px;
    border: 2px solid #AD68EE;
}

.clsHorizontalCrop
{
    border: 2px solid #AD68EE;
    height: 70px;
    width: 550px;
}

.clsMapCrop
{
    float: left;
    margin-right: 5px;
    border: 2px solid #AD68EE;
}
/* END Crops */