﻿


.Title {
	padding:0;
	margin:0;
	margin-bottom:0px;
	margin-top:10px;
	font-size:30px;
	color:#8ca2bf;
	font-weight:normal;
	letter-spacing:-1px;
}



.BasicTable 
{
	width:100%;
	border-collapse:collapse;
	border:none;
}

.BasicTable td
{
	padding:3px;
	vertical-align:top;
}

.BasicTable th
{
	background: #2c6290;
	color:White;
	font-weight:bold;
	text-align:left;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:3px;
}

.BasicTable textarea
{
	width:400px;
}




/**********************\
  Date Widget calendar
\**********************/

#datewidget_calendar 
{
}

#datewidget_calendar table
{
    background:#FFF url(/website/Scripts/datewidget_calendar_background.gif) bottom right no-repeat;
    padding:2px;
    border:1px outset #1E5883;
    border-collapse:collapse;
}

#datewidget_calendar table th, #datewidget_calendar table td 
{
    padding:1px;
}

#datewidget_calendar table thead tr.month td, #datewidget_calendar table thead tr.month th
{
    padding-bottom:3px;
}

#datewidget_calendar table tbody th 
{
    padding-top:2px;
}


#datewidget_calendar table a, #datewidget_calendar table a:visited  
{
    text-decoration:none;
}

#datewidget_calendar table tbody a:hover 
{
    background:#1E5883 !important;
    color:#FFF !important;
}

#datewidget_calendar table thead a:hover 
{
    color:#000 !important;
    font-weight:bold !important;
}

