﻿.clear
{
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 1;
}

.left {
	float: left;
}

.right {
	float: right;
}

.proceedBox {
	border: 1px solid #FFFFFF;
	padding: 10px;
	text-align: center;
}

.redDisclaimerTxt {
	color: #D3222A;
	font-size: 14px;
	font-weight: bold;
}

.redLargeTxt {
	font-size: 18px;
}

/* Error Classes */

.MaskedEditError
{
    background-color: #ffcccc;
}

/* Datepicker classes */

.calDayA {
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px solid #c3b694;
}

.calOtherMonthA {
	background-color:#ccf3fb;
	
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
	border: 1px solid #c3b694;
}

.calTitle td {
	color: #FFFFFF;
	height: 20px;
	font-size: 14px;
}
.datepicker {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #cccccc;

}
.datepick a {
	display: block;
	height: 20px;
}

.calToday {
	background-color:#d3222a;
	color: #FFFFFF;
	vertical-align:top;
	/*opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;*/
	font-size:10px;
	text-align:left;
	padding:4px;
}
.calDay {
	background-color: #FFFFFF;
	color:#765332;
	/*opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50;*/
	vertical-align:top;
	font-size:10px;
	text-align:left;
	height:80px;
	padding:4px;
}

.calDay a {
	color:#765332;
}

.calDay a:hover {
	color:#000000;
}

.calDayTitle {
	background-color:#cdcdca;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 8px 5px 8px 5px;
	border-right: 1px groove #abaca7;
}
.calOtherMonth {
	background-color:#f2f3e5;
	color: #000000;
	vertical-align:top;
	height:80px;
	font-size:10px;
	text-align:left;
	padding:4px;
}
.calTitle {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

.calTitle td {
	color: #000000;
	height: 20px;
	font-size: 14px;
}


.calTodayHome {
	width: 20px;
	height: 17px;
	/*background-color:#FFFFCC;*/
	vertical-align:top;
	font-size:10px;
	text-align:center;
	padding:4px;
	background-image: url(../Calendar/images/todaysDateBg.gif);
	background-repeat: no-repeat;
}
.calDayHome {
	width: 20px;
	height: 17px;
	vertical-align:top;
	font-size:10px;
	text-align:center;
	padding:4px;
	background-image: url(../Calendar/images/schedDatesBg.gif);
	background-repeat: no-repeat;
}

.calDayTitleHome {
	padding: 0 5px 0 5px;
	font-size: 9px;
	background-color:#ac9884;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.calOtherMonthHome {
	/*background-color:#e6e6e6;*/
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	vertical-align:top;
	font-size:10px;
	text-align:center;
	padding:4px;
	background-image: url(../Calendar/images/dateOtherBg.gif);
	background-repeat: no-repeat;
}

.calTitleHome {
	font-weight: bold;
	color: #000000;
	background-color: #e4dfcf;
}

.calViewTab {
	color: #765332;
	width: auto;
}

a.calViewTab {
	color: #765332;
	background-color: #f2f3e5;
	padding: 5px 7px 5px 7px;
	position: absolute;
	margin: 10px 0 0 0;
	*margin: 12px 0 0 0;
}

a.calViewTab:hover {
	color: #000000;
	/*text-decoration: underline;*/
	background-color: #f2f3e5;
	padding: 5px 7px 5px 7px;
}

.calListTab {
	color: #765332;
	width: auto;
}

a.calListTab {
	color: #765332;
	background-color: #f2f3e5;
	padding: 5px 7px 5px 7px;
	position: absolute;
	margin: 10px 0 0 91px;
	*margin: 12px 0 0 91px;
}

a.calListTab:hover {
	color: #000000;
	/*text-decoration: underline;*/
	background-color: #f2f3e5;
	padding: 5px 7px 5px 7px;
}


/* Text Boxes */
.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

.text-box-100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width:98%
}

/* Buttons */
.text-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #D3222A;
	color: #ffffff;
	padding-left:10px;
	padding-right:10px;
	overflow:visible;
}
.text-buttond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #ec0404;
	color: #ffffff;
	padding-left:10px;
	padding-right:10px;
	overflow:visible;
}

/*Modal Popup*/
.modalBackground {
	background-color: #000000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* Begin CMS Styles */

#cms_page
{


}
#cms_heading
{
	padding-right: 2px;
	padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 2pt;
	text-align: center;
	border: #000000 0px solid;
	color: #ffffff;
	padding: 5px;
	background-color: #ec0404;
	font-size: 14px;
	font-weight: bold;
	height: 14px;

}
#cms_links
{
	background-color: #ccf3fb;
	color: #000000;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 0px;
}

#cms_links a
{
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
}
#cms_links a:hover
{
	text-decoration: underline;
}
#cms_holder
{
	width:778px;
	border: #000000 0px solid;
}
#cms_logout
{
	background-color: #ccf3fb;
	padding-right: 5px;

}
#cms_logout a {
	color: #000000;
}
.cms_nav-selection
{
	background-color: #000000;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(/admin/images/cms-drop-bg.gif);
	border: 1px solid #000000;
	font-weight: bold;
}
.cms_nav-selection select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.cms_nav-selection2
{
	background-color: #cccccc;
	font-weight: bold;
}
.cms_heading {
	padding-left:5px;
	background-color: #ec0404;
	font-weight: bold;
	color: #ffffff;
	
}
.cms_title {
	font-weight: bold;
	background-image:url(/admin/images/cms-title-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 4px;
	padding-bottom: 0px;
	color: #666666;
	min-height: 16px;
}

.cms_title a:link {
	color: black;
	text-decoration: none;
}

.cms_title a:hover {
	color: black;
	text-decoration: underline;
}


.cms_field .cms_title {
	color: #CC0000;
	background-image:none;
	background-color:#f1f1f1;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #cccccc;
}
.cms_field {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #cccccc;
	padding: 4px;
	margin-bottom:20px;
	background-color: #e6e6e6;
	color: #000000;
}

.cms_field a {
	color: #000000;
}

.cms_field a:hover {
	color: #000000;
	text-decoration: underline;
}

.cms_field .cms_field {
	background-color: #f1f1f1;
}

.cms_field .horrule {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	background-color: #f5f5f5;
}

/* End CMS Styles */
