﻿div.RadScheduler_Simple .Approved 
{
    background-color: #CBF0BD !important;
}
.radscheduler .Modified 
{
    background-color: #eee !important;
    color: #999;
}
div 
{
    zoom: 1;
}

div.RadScheduler { overflow-y: hidden !important; }


.searchInstructions 
{
    padding-top: 3em;   
    padding-bottom: 3em;
}

div.noresults 
{
    margin-top: 2em;
}

#ViewOptions a 
{
    padding: 2px 4px 10px 24px;
    margin-left: 4px;
    vertical-align: middle;
    line-height: 24px;
}
#ViewOptions a.list_view 
{
    background: url('../images/calendar/application_view_list.gif') no-repeat;
    
}

#ViewOptions a.calendar_view
{
    background: url('../images/calendar/calendar.gif') no-repeat;
    
}

html body .RadInput .riTextBox, html body .RadInputMgr
{
    margin-bottom: 6px !important;
}

.RadScheduler li 
{
    list-style-type: none;
}

.RadScheduler .rsAdvancedEdit .rsAdvBasicControls  li 
{
    float: none !important;
}

.RadListBox 
{
    width: auto !important;
}


.RadScheduler .rsAdvancedEdit label 
{
    width: 100px !important;
}

.FormElement 
{
    margin-bottom: 1em !important;
}

table.List 
{
    font-size: 1em;
}

table.List th, table.List td
{
    font-size: 1.2em;
}

table.List td 
{
    padding-right: 2em;
}

.ListView .RadListBox ul li 
{
    list-style-type: none;
    
}

.ListView .RadListBox, .ListView .RadComboBox 
{
    padding-bottom: 1.5em;
    width: 200px !important;
}


td 
{
    font-size: 100%;
}


#Filters 
{
    float: right;
    background: #eee;
    padding: 1em 1em 2em 1em;
    width: 200px;
}

.tagMultiComboList .InputButton 
{
    float: right;
}

.tagMultiComboList .RadComboBox 
{
    width: 150px !important;
}
.DayWithEvent 
{
    background-color: #FDEF92;    
}

.disabled a 
{
    cursor: default;
}

.ListEntry {
	overflow: auto;
	margin: 2.0em 0px 0px 0px;
}

.ListEntryDate {
	background-image: url('../images/Home/DateBox.gif');
	background-repeat: no-repeat;
	float: left;
	width: 92px;
	height: 49px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #7e7d79;
}

.ListEntryText, .ListEntryTitle {
	font-size: 1.2em;
	line-height: 1.5em;
	width: 275px;
	float: right;
	max-height: 200px;
	overflow-y: hidden;
}

.ListEntryTitle {
	font-weight: bold;
}

.MiniCalendarList {
	margin: 0px 0px 2.0em 0px;
}

.calendarReturnLink 
{
	margin: 5px 0px 5px 0px;
}