/* ================================
    CSS STYLES FOR Events CALENDAR Module 
   ================================
*/

.ListEventDate, .ListEventDate span
{
    padding-top:5px;
    padding-left:2px;
    width:180px;
    vertical-align:middle;
}
.ListTitleRow
{
    font-size: 100%;
    font-family: Arial;
    text-align: left;
    font-weight: bold;    
}

.ListContent
{
    padding-top:5px;
}

.ListBtn
{
    padding-top:10px;
}

.evtLinks, .evtLinks a:link, .evtLinks a, .evtLinks a:visited, .evtLinks a:hover
{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 8pt;
    padding-bottom: 0px;
    color: #5d7b9d;
    padding-top: 0px;
    font-family: verdana;
    font-weight: normal;
    background-image: url(btnNode.gif);
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: underline;
}

/* The following control the Satellite Module Style-Look */

.slEvent
{
    table-layout: auto;
    font-size: 7pt;
    width: 200px;
    font-family: Verdana;
    border-right: #aec8e8 1px solid;
    border-bottom: #aec8e8 1px solid;
    border-left: #aec8e8 1px solid;
    border-top: #aec8e8 1px solid;
    background-color: white;
}
.slTitle, .slTitle td
{
    text-align: center;
    font-weight: normal;
    font-size: 9pt;
    width: 100%;
    height: 20px !important;
    font-family: Verdana;
}

/* Note use of "!important" to override Inline Style */
.slNextPrev, .slNextPrev a:link, .slNextPrev a, .slNextPrev a:visited, .slNextPrev a:hover
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 9pt;
    padding-bottom: 0px;
    padding-top: 2px;
    text-decoration: underline;
    font-weight: normal;
}

.slDayHeader
{
    font-weight: normal;
    font-size: 7pt;
    font-family: Verdana;
    background-color: #aec8e8;
    vertical-align: middle;
    height: 15px;
}

.slDay, .slDay td
{
    height: 28px;
    font-size: 7pt;
    width: 14%;
    font-family: Verdana;
    border-right: #CCDDEE 1px solid;
    border-top: #CCDDEE 1px solid;
    border-left: #CCDDEE 1px solid;
    border-bottom: #CCDDEE 1px solid;
    vertical-align:middle;
}
.slDay a,
.slDay a:visited,
.slDay a:hover
{
	font-size: 7pt;
	color: #4E5D6C !important;
	font-family: Verdana;
}
.slOtherMonthDay
{
    height: 28px;
    vertical-align:middle;
    background-color: #f1f4f4;
}

.slOtherMonthDay a, .slOtherMonthDay a:visited, .slOtherMonthDay a:hover
{

}


.slWeekendDay
{
    background-color: whitesmoke;
    vertical-align:middle;
}

.slTodayDay
{
    font-weight: bold;
    color: #0000ff !important;
    background-color: beige;
}

/* Note use of "!important" to override Inline Style */
.slSelectedDay
{
     border-right: red 2px solid;
    border-top: red 2px solid;
    border-left: red 2px solid;
    border-bottom: red 2px solid;
    background-color: #ff9966 !important;   
}

.slSelector
{
	background-color: #c0c0e0;
}
.slSelector a,
.slSelector a:visited,
.slSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}
.slDayEvent, .slDayEvent td
{
    font-weight: bold;
    background-color: #ffcc66 !important;   
}

/* The following control the tool bar Style-Look */


.poplink
{
    text-decoration: underline;
    cursor:pointer;
    color: #4085bf;
}

.vRow
{
    height: auto;
    border-bottom: 1px dotted;
    padding-top: 5px;   
}

.vTitle
{
    font-size: 11pt;
    font-weight: bold;
    font-family: verdana;
    height: auto;
    color: #4085bf;
    border-bottom: 1px dotted;
    padding-top: 5px;
    padding-bottom: 5px;
}
