﻿body
{
	margin-top: 0px;
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.warning
{
	font-size: larger;
	background-color: Yellow;
	font-weight: bolder;
}

#quotes th
{
	background-color: #c0c0c0;
}

.login
{
	/*position: absolute;
	vertical-align: top;
	/*top: 25px;
	left: 768px;* /
	top:25px;
	right:25%;*/
	float: right;
	margin:2px 2px 2px 2px;
}

.login a
{
	color:White;
}

.main_content
{
	width: 660px;
}

.menuItem
{
	width: 104px;
	height: 26px;
}

.left_edge
{
	background-image: url(/images/left_edge.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 140px;
}
.right_edge
{
	background-image: url(/images/right_edge.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 140px;
}
.banner
{
	/*left: 5%;*/
	position: relative;
	vertical-align: top;
	top: 0px;
	width: 768px;
	margin: 0px 0px 0px 0px;
}
.btn_table
{
	/*left: 5%;*/
	position: relative;
	width: 768px;
}
.main_table
{
	/*left: 5%;*/
	position: relative;
	width: 768px;
	white-space: normal;
}

.footer
{
	background-image: url( '/images/background_bottom.gif' );
	background-repeat: repeat-x;
	height: 137px;
}

.footer_text
{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.footer_text2
{
	color: #FFFFFF;
	text-align: center;
}

/* CalendarExtender */


.Calendar .ajax__calendar_container 
/*The outer rectangular container that supplies the border around the calendar element. Child Css classes: .ajax__calendar_header,.ajax__calendar_body,.ajax__calendar_footer. */
{
	border:1px solid #646464;
    background-color: white;
}

.Calendar .ajax__calendar_header 
/*A container element that holds the next and previous arrows and the title of the current view. Child Css classes: .ajax__calendar_prev, .ajax__calendar_title, .ajax__calendar_next. */
{

}

.Calendar .ajax__calendar_prev 
/*An element that displays the arrow to view the previous set of data in the view(previous month/year/decade). Child Css classes: none. */
{

}

.Calendar .ajax__calendar_title 
/*An element that displays the title of the current view (month name, year, decade). Child Css classes: none. */
{

}

.Calendar .ajax__calendar_next 
/*An element that displays the arrow to view the previous set of data in the view (previous month/year/decade). Child Css classes: none. */
{

}

.Calendar .ajax__calendar_body 
/*A container element that holds the days, months, and years panes. Also provides a fixed rectangle with hidden overflow that is used for transitioning between views (next/previous month, or days/months/years).Child Css class: .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years. */
{

}

.Calendar .ajax__calendar_days 
/*A container element that holds the layout for the days in a month. Child Css classes: .ajax__calendar_dayname, .ajax__calendar_day */
{

}

.Calendar .ajax__calendar_dayname 
/*An element that displays the short name of the day of the week. Child Css classes: none. 
.ajax__calendar_day : An element that displays the day of the month. Child Css classes: none 
.ajax__calendar_months : A container element that holds the layout for the months in a year. Child Css classes: .ajax__calendar_month. */
{

}

.Calendar .ajax__calendar_month 
/*An element that displays the month of the year. Child Css classes: none 
.ajax__calendar_years : A container element that holds the layout for the years in a decade. Child Css classes: .ajax__calendar_year. */
{

}

.Calendar .ajax__calendar_year 
/*An element that displays the year in a decade. Child Css classes: none 
.ajax__calendar_footer : A container element that holds the current date. Child Css classes: .ajax__calendar_today. */
{

}

.Calendar .ajax__calendar_today 
/*An element that displays the current date. Child Css classes: none. */
{

}

.Calendar .ajax__calendar_hover 
/*This is applied to an element in the DOM above a day, month or year and is used to apply CSS attributes that show a hover state. Child Css classes: .ajax__calendar_day, .ajax__calendar_month, .ajax__calendar_year */
{

}

.Calendar .ajax__calendar_active 
/*This is applied to an element in the DOM above a day, month or year and is used to apply CSS attributes that show the currently selected value. Child Css classes: .ajax__calendar_day, .ajax__calendar_month, .ajax__calendar_year. */
{

}

.Calendar .ajax__calendar_other 
/*This is applied to an element in the DOM above a day or year that is outside of the current view (day not in the visible month, year not in the visible decade). Child Css classes: .ajax__calendar_day, .ajax__calendar_year. */
{
	
}

/* end of CalendarExtender */