﻿/* body background */
body  {
    background-image: url(../images/background.png); 
    background-repeat: repeat; 
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.rwLoading { background-image: url(../images/loading3.gif) !important; background-repeat: no-repeat;}

.TelerikModalOverlay {
	filter: alpha(opacity=70) !important; /*for IE 5.5+*/
	opacity: .70 !important; /*for FF 2x, Opera 9x*/
	-moz-opacity: .70 !important; /*for FF 1x*/
	background-color: #414141 !important; /* old light blue color BBDEE5 @ 90 opacity */
}

.modalBackground {
	filter: alpha(opacity=70) !important; /*for IE 5.5+*/
	opacity: .70 !important; /*for FF 2x, Opera 9x*/
	-moz-opacity: .70 !important; /*for FF 1x*/
	background-color: #414141 !important;
}

.ModalPopup {
	background-color:#D8E2E1;
	border-width:3px;
	border-style:solid;
	border-color:#A2ADBC; color:#330099; font-family:Arial;	
	padding:0px;
}

/* Style for Dates Pop up */
.DatesModalBackground {
	background-color: #FFFFFC;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.DatesModalPopup {
	background-color:#D8E2E1;
	border-width:3px;
	border-style:solid;
	border-color:#1B619B; color:#330099; font-family:Arial;	
	padding:0px;
	width:700px;
}

/* Style for Times Pop up */
.TimeModalBackground {
	background-color: #414141;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.TimeModalPopup {
	background-color:#D8E2E1;
	border-width:3px;
	border-style:solid;
	border-color:#1B619B; color:#330099; font-family:Arial;	
	padding:0px;
	width:500px;
}

.ErrorsModalBackground {
	background-color: #414141;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ErrorsModalPopup {
	background-color:#D8E2E1;
	border-width:3px;
	border-style:solid;
	border-color:#1B619B; color:#330099; font-family:Arial;	
	padding:0px;
	width:500px;
}

.btnHidden { z-index:2;opacity:0;}


a.smaller:link{color:blue; font-weight:bold; text-decoration:none;font-size:12px;}
a.smaller:visited{color:blue; font-weight:bold; text-decoration:none;font-size:12px;}
a.smaller:hover{color:red; font-weight:bold; text-decoration:none;font-size:12px;}

a.larger:link{color:blue; font-weight:bold; text-decoration:none;font-size:15px;}
a.larger:visited{color:blue; font-weight:bold; text-decoration:none;font-size:15px;}
a.larger:hover{color:red; font-weight:bold; text-decoration:none;font-size:15px;}

a:link{color:blue; font-weight:bold; text-decoration:none;font-size:medium;}
a:visited{color:blue; font-weight:bold; text-decoration:none;font-size:medium;}
a:hover{color:red; font-weight:bold; text-decoration:none;font-size:medium;}

.OrganizationModalBackground {
	background-color: #414141;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.OrganizationModalPopup {
	background-color:#FFFFCC;
	border-width:3px;
	border-style:solid;
	border-color:#006699; color:#330099; font-family:Arial;	
	padding:0px;
	width:550px;
}

.CategoryModalBackground {
	background-color:#414141;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.CategoryModalPopup {
	background-color:#FFFFCC;
	border-width:3px;
	border-style:solid;
	border-color:#006699; color:#330099; font-family:Arial;	
	padding:0px;
	width:400px;
}

.ClosingDialogModalBackground {
	background-color: #FFFFFC;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ClosingDialogModalPopup {
	background-color: #D8E2E1;
	border-width: 2px;
	border-style: solid;
	border-color: #E5E5E5;
	color: #04103c;
	font-family: Arial;
	padding: 0px;
}

.ClosingDialogFontText {
	color: #006699;
	font-family: Tahoma
}

/* copyright style */
.cpright { color:#006699;font-size: 12px; }