/*--- css/admin_style_sheet.css ---*/

/*--------------------------------------------------
------------------ Reset ---------------------------
--------------------------------------------------*/
 
a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}
::-moz-focus-inner {border:0;padding:0;}

img {border:none;}

/*--------------------------------------------------
------------------ Structure -----------------------
--------------------------------------------------*/

body {
	font-family: arial,"trebuchet ms", Verdana;
	font-size: 90%;
	height:100%;
	width:100%;
	margin: 0px;
	margin-bottom:33px;
	background:#444;
}

a {font-weight: bold; color: #0077cc; text-decoration: none; outline:0;}
a:hover {color: #75bff4;}

#header {background:#000;border-bottom:5px solid #000;padding:5px 0;}
#header div {max-width:960px;margin:0 auto;}
#header h2 {color:#333;}
#header table {width:100%;}
#header table td {color:#777;}
#header table td span {font-size:80%;}

#mainbluenav {height:45px;background:url(/sr/images/navbg.jpg);border-bottom:1px solid #000;}
#mainbluenavwrapper {max-width:960px;margin:0 auto;}

#PageWrapper {
	height:100%;
	background-color: #fff;
	border-bottom:5px solid #000;
	padding: 15px;
	max-width:960px;
	margin:0 auto;
}

legend {margin-left:-2px;}
*+html legend, * html legend {margin-left:-11px;}


#form_container {}

.floatright {float:right;}
.floatleft {float:left;}
.clear {clear:both; height:1px;}
.inline {display:inline;}
.inline-block {display:inline-block;zoom:1;*display:inline;}



/*--------------------------------------------------
------------------ Containers -----------------------
--------------------------------------------------*/

fieldset {
	border:1px solid #eee;
	padding:0px 15px 15px 15px;margin:0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}

fieldset fieldset {
	border:1px solid #ccc;
	padding:0px 15px 15px 15px;margin:0;
}

fieldset legend {font-weight:bold;}

fieldset legend a {font-weight:normal; font-size:14px;}

fieldset .listing {
	border:1px solid #cccccc;
	padding:0px 20px 0px 20px;margin:0px;
	position:relative;
}

.listing legend {
	color: #0077cc;
	font-size: 14px;
	font-family: "trebuchet ms",arial;
}

.Widget legend {
	font-weight: bold;
	color: #0077cc;
	font-size: 14px;
	padding:5px;
}

.Widget {border:1px solid #c1c1c1; margin-bottom:15px;}
.Widget:hover {border:1px solid #0077cc}

.filter {border:1px solid #eee; margin:25px 0; font-size:12px;}
.filter legend  {
	color: #0077cc;
	font-weight:normal;
	font-size:14px;
	font-family: "trebuchet ms",arial;
}
.filter input, .filter select, .filter .textareainput, .filter .textinput {padding: 3px; font-size:12px;}
.filter>div {margin-top:10px;}



/*--------------------------------------------------
------------------ Forms -----------------------
--------------------------------------------------*/

form {margin:0px;padding:0px;}

input, select {margin-bottom:5px; margin-right:5px;vertical-align:middle;}

input, select, .textareainput, .textinput {border: 1px solid #999; padding: 5px; color:#333}
select {padding:4px;}

input:focus, select:focus, .textareainput:focus, .textinput:focus, .iefocus {border: 1px solid #0077cc; color:#000;}
select:focus {font-weight:normal;}

.checkbox {border: none; padding:0; margin:2px; margin-right:1px;}
.radio {border: none; padding:0; margin:2px; margin-right:1px;}

.button, .big_button, .blue_button, .big_blue_button, .yellow_button, .big_yellow_button, .green_button, .dark_button, .small_button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(pie.htc);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	overflow: visible;
	padding: 8px 10px;
	text-decoration: none;
	width: auto;
	text-transform:uppercase;
	font-family: "trebuchet ms"
}

.button, .big_button {
	background: #e9e9e9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#c9c9c9');
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#c9c9c9));
	background: -moz-linear-gradient(top,  #eeeeee,  #c9c9c9);
	color: #444;
	border: 1px solid #c9c9c9;
	box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
}
.button:focus, .big_button:focus {color:#444;border: 1px solid #c9c9c9;} /* --- no ff text color change --- */
*+html .button, * html .button, *+html .big_button, * html .big_button {border:1px solid #fff; background-color:#c9c9c9; margin:0 -1px;}

.button:hover, .big_button:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#dddddd');
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ddd));
	background: -moz-linear-gradient(top,  #f9f9f9,  #ddd);
}
*+html .button:hover, * html .button:hover, *+html .big_button:hover, * html .big_button:hover {border:1px solid #fff; background-color:#c9c9c9; margin:0 -1px;}



.blue_button, .big_blue_button, #form_container .button {
	background: #0077cc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44acf6', endColorstr='#0077cc');
	background: -webkit-gradient(linear, left top, left bottom, from(#44acf6), to(#0077cc));
	background: -moz-linear-gradient(top,  #44acf6,  #0077cc);
	color:#fff;
	border: 1px solid #0077cc;
	box-shadow: inset 0 1px 0 #89cdfd;
	-moz-box-shadow: inset 0 1px 0 #89cdfd;
	text-shadow: 0 -1px 0 #555;
}
.blue_button:focus, .big_blue_button:focus, #form_container .button:focus {color:#fff;border: 1px solid #0077cc;} /* --- no ff text color change --- */
*+html .blue_button, * html .blue_button, *+html .big_blue_button, * html .big_blue_button, *+html #form_container .button, * html #form_container .button {border:1px solid #fff; background-color:#0077cc; margin:0 -1px;}

.blue_button:hover, .big_blue_button:hover, #form_container .button:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62baf9', endColorstr='#1a8cdd');
	background: -webkit-gradient(linear, left top, left bottom, from(#62baf9), to(#1a8cdd));
	background: -moz-linear-gradient(top,  #62baf9,  #1a8cdd);
}
*+html .blue_button:hover, * html .blue_button:hover, *+html .big_blue_button:hover, * html .big_blue_button:hover, *+html #form_container .button:hover, * html #form_container .button:hover {border:1px solid #fff; background-color:#1a8cdd;}



.yellow_button, .big_yellow_button {
	background: #e0c857;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e07c', endColorstr='#edce3e');
	background: -webkit-gradient(linear, left top, left bottom, from(#f5e07c), to(#edce3e));
	background: -moz-linear-gradient(top,  #f5e07c,  #edce3e);
	color:#534503;
	border: 1px solid #d8b81e;
	box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
}
.yellow_button:focus, .big_yellow_button:focus {color:#534503;border: 1px solid #d8b81e;} /* --- no ff text color change --- */
*+html .yellow_button, * html .yellow_button, *+html .big_yellow_button, * html .big_yellow_button {border:1px solid #fff; background-color:#edce3e; margin:0 -1px;}

.yellow_button:hover, .big_yellow_button:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8eaa5', endColorstr='#f5da5e');
		background: -webkit-gradient(linear, left top, left bottom, from(#f8eaa5), to(#f5da5e));
		background: -moz-linear-gradient(top,  #f8eaa5,  #f5da5e);
}
*+html .yellow_button:hover, * html .yellow_button:hover, *+html .big_yellow_button:hover, * html .big_yellow_button:hover {border:1px solid #fff; background-color:#f5e07c; }




.green_button {
	background: #96d756;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96d756', endColorstr='#71ba2a');
	background: -webkit-gradient(linear, left top, left bottom, from(#96d756), to(#71ba2a));
	background: -moz-linear-gradient(top,  #96d756,  #71ba2a);
	color:#2b5601;
	border: 1px solid #71ba2a;
	box-shadow: inset 0 1px 0 #b6e588;
	-moz-box-shadow: inset 0 1px 0 #b6e588;
	text-shadow: 0 1px 0 #b6e588;
}
.green_button:focus {color:#fff;border: 1px solid #71ba2a;} /* --- no ff text color change --- */
*+html .green_button, * html .green_button {border:1px solid #fff; background-color:#71ba2a; margin:0 -1px;}

.green_button:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ace574', endColorstr='#89d142');
	background: -webkit-gradient(linear, left top, left bottom, from(#ace574), to(#89d142));
	background: -moz-linear-gradient(top,  #ace574,  #89d142);
}
*+html .green_button:hover, * html .green_button:hover {border:1px solid #fff; background-color:#89d142; }




.dark_button {
	background: #444;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#292929');
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#292929));
	background: -moz-linear-gradient(top,  #444,  #292929);
	color:#eee;
	border: 1px solid #444;
	box-shadow: inset 0 1px 0 #aaa;
	-moz-box-shadow: inset 0 1px 0 #aaa;
	text-shadow: 0 -1px 0 #333;
}
.dark_button:focus {color:#fff;border: 1px solid #444;} /* --- no ff text color change --- */
*+html .dark_button, * html .dark_button {border:1px solid #fff; background-color:#444; margin:0 -1px;}

.dark_button:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#393939');
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#393939));
	background: -moz-linear-gradient(top,  #666,  #393939);
}
*+html .dark_button:hover, * html .dark_button:hover {border:1px solid #fff; background-color:#393939; }





.big_button, .big_yellow_button, .big_blue_button {font-size:140%; padding:12px;} 



.small_button {
	padding:3px 5px !important;
	height:22px !important;
	font-size:9px !important;
	font-weight:normal !important;
	font-family:arial !important;
	text-transform:uppercase !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}



#mainnavselect {font-family: "trebuchet ms",Arial,Verdana;}


.submit_link {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background: #0077cc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44acf6', endColorstr='#0077cc');
	background: -webkit-gradient(linear, left top, left bottom, from(#44acf6), to(#0077cc));
	background: -moz-linear-gradient(top,  #44acf6,  #0077cc);
	color:#fff;
	border: 1px solid #0077cc;
	box-shadow: inset 0 1px 0 #89cdfd;
	-moz-box-shadow: inset 0 1px 0 #89cdfd;
	text-shadow: 0 -1px 0 #555;

	cursor: pointer;
	font-family:"trebuchet ms", impact;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;

	text-align: center;
	text-transform: uppercase;
	zoom:1;
}

.submit_link:hover, .submit_link:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62baf9', endColorstr='#1a8cdd');
	background: -webkit-gradient(linear, left top, left bottom, from(#62baf9), to(#1a8cdd));
	background: -moz-linear-gradient(top,  #62baf9,  #1a8cdd);
	color:#fff;
}


	.loader {
		background: url(/sr/images/loading.gif);
		cursor: default;
		display: block;
		height: 24px; width: 24px;
		position: absolute;
		top: 2px; right: -34px;
	}
	
	.no_loader {
		background: url(/sr/images/loading.gif);
		display: none;
	}

#universalSearch {
background: url(/sr/images/search.gif) no-repeat 5px 8px;
padding-left: 25px;
padding-right: 22px;
position: relative;
z-index: 2;
height: 20px;
width: 170px;
}

.ui-datepicker-trigger {
	position:relative; top:4px; cursor: pointer;
}


/*--------------------------------------------------
------------------ Tables -----------------------
--------------------------------------------------*/

tr td {vertical-align:top;}

#mainbluenav tr td, #sitepagebluemininav tr td {vertical-align:middle;}

.DataTable {border-collapse: collapse; width:100%; margin-top:15px;}

.DataTable tr:hover>td {background:#f6f6f6;}
.DataTable tr td {border-bottom:1px solid #e1e1e1; padding:5px; font-size:80%; vertical-align:top;}
.DataTable tr.last td {border-bottom:none;}

.DataTable tr td, .DataTable tr th {text-align:left;}

.DataTable .Indented {padding-left:15px;}
.DataTable .DateTime {width:120px;}

.DataTable tr td.TableEmptyData {
	color: #cccccc;
	font-weight: bold;
	padding:10px;
	font-size: 16px;
}

.TableSectionHeaderField {
	font-style:italic;
	color: #0077cc;
	padding:5px;
}

.DataTable th {
	color: #0077cc;
	font-size: 100%;
	border-bottom:2px solid #e1e1e1;
	padding:5px;
/* ---	white-space:nowrap;--- */
	vertical-align:middle;
}

.Widget .DataTable th {
	color: #000;
	font-weight:bold;
	font-size: 90%;
	border-bottom:2px solid #e1e1e1;
	text-align:left;
}

.DataTable select {padding:2px;}

tr td.center, .DataTable tr th.center {text-align:center;}
tr td.right, .DataTable tr th.right {text-align:right;}

tr td.bottom, .DataTable tr th.bottom {vertical-align:bottom;}
tr td.middle, .DataTable tr th.middle {vertical-align:middle;}

.DataTable tr th.SmallerWidth {width:25px;}
.DataTable tr th.SmallWidth {width:75px;}
.DataTable tr th.MediumWidth {width:125px;}
.DataTable tr th.LargeWidth {width:175px;}



/*--------------------------------------------------
------------------ Pagination Controls -----------------------
--------------------------------------------------*/

#pagination {margin-top:15px; font-size:85%;}
#pagination a {zoom:1; padding:2px 5px; border:1px solid #0077cc; text-decoration:none; font-weight:bold; color:#0077cc; background:#fff; vertical-align:middle;}
#pagination a:hover {border:1px solid #75bff4; color:#0077cc; background:#fff;}





/*--------------------------------------------------
------------------ Menu -----------------------
--------------------------------------------------*/

.submenuoff { 
	opacity: .95;
	border:1px solid #0077cc;
	padding:3px;
}

.submenuon { 
	opacity: .95;
	border:1px solid #75bff4;
	padding:3px;
}

#sitepagebluemininav {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #96d756;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96d756', endColorstr='#71ba2a');
	background: -webkit-gradient(linear, left top, left bottom, from(#96d756), to(#71ba2a));
	background: -moz-linear-gradient(top,  #96d756,  #71ba2a);
	border: 1px solid #71ba2a;
	box-shadow: inset 0 1px 0 #b6e588;
	color:#2b5601;
	text-shadow: 0 -1px 0 #888;
	display:inline;
	float:left;
	letter-spacing:0px;
	font-size:12px;
	font-weight: bold;
	margin:0px; padding:3px;
	margin-right:5px;
	text-transform: uppercase;
	overflow:visible;
	outline:0;
	cursor:pointer;
}
*+html #sitepagebluemininav, * html #sitepagebluemininav {position:relative;top:2px;}



/*--------------------------------------------------
------------------ Legacy Styles -----------------------
--------------------------------------------------*/

a.SmallLink {font-weight: normal; color: #0077cc;}
a.SmallLink:HOVER {color: #75bff4;}

a.DeleteLink {font-weight: normal; color: #800000;}
a.DeleteLink:HOVER {color: #c18383;}

.ColumnHeader {
	color: #ffffff;
	background: #0077cc url(/sr/images/navbg.jpg) repeat-x;
	font-weight: bold;
	padding: 1px;
	font-size: 100%;
}

.ContentTitle, h1 {
	font-family: "trebuchet ms",arial;
	font-size: 140%;
	font-weight: normal;
	color: #0077cc;
}

.ContentSubTitle, h2 {
	font-family: "trebuchet ms",arial;
	font-size: 140%;
	font-weight: normal;
/* ---	text-transform: uppercase;--- */
	display:inline;
	color: #666666;
}

.WhiteContentTitle {
	font-size: 120%;
	font-family: "trebuchet ms",arial;
	font-weight: normal;
	color: #FFFFFF;
}

.GrayContentTitle {
	font-size: 120%;
	font-family: "trebuchet ms",arial;
	font-weight: normal;
	color: #999999;
}

.NavLabel {
	font-size: 100%;
	font-family: "trebuchet ms",arial;
	font-weight: normal;
	color: #0077cc;
}

.NonRequiredFieldLabel {
	font-family: "trebuchet ms",arial;
	font-weight: normal;
	color: #0077cc;
}

.RequiredFieldLabel {
	font-family: "trebuchet ms",arial;
	font-weight: bold;
	color: #0077cc;
}

.RequiredAsterisk {
	font-family: "trebuchet ms",arial;
	font-weight: bold;
	color: #75bff4;
}

.TipText {
	color: #0077cc;
}

.HRule, hr {
	background: #ddd; 
	color: #ddd; 
	border: none;
	height: 1px;
	width: 98%;
}


.TableHeader {
	background-color: #fff;
	color: #0077cc;
	font-size: 120%;
	font-family: "trebuchet ms",arial;
	font-weight: normal;
	padding:5px;padding-bottom:15px;
	border-bottom:none;
}

.ErrorMessage {
	font-weight: bold;
	color: #FF0000;
}

.SuccessMessage {
	font-weight: bold;
	color: #008000;
}

.SmallWhiteText {
	color: #FFFFFF;
}

.SmallGrayItem {
	color: #666; font-style: normal;font-size:75%;
}





/*--------------------------------------------------
------------------ Tabs -----------------------
--------------------------------------------------*/

.tab_nav {list-style: none; padding: 0; margin: 0;float:left;}
.tab_nav li {float:left; margin:0; margin-right:2px;
	background: #ccc;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: -moz-linear-gradient(top, #eee, #ccc);
}
.tab_nav li:hover {
	background: #eee;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#c1c1c1');
	background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#c1c1c1));
	background: -moz-linear-gradient(top, #e1e1e1, #c1c1c1);
}
.tab_nav a {padding: 5px 10px; border:1px solid #ccc; border-bottom:none; position:relative; bottom:-1px; color:#666; display:block;}
.tab_nav li.active a {background:#fff; color:#0077cc;}
.tabs>div {clear:left; margin:0; padding:20px; border: 1px solid #ccc; zoom:1;}



/*--------------------------------------------------
------------------ Boxes -----------------------
--------------------------------------------------*/

#help, .help, .notice {margin-bottom:10px;padding:10px;background-color:#FFFFCC;border:2px solid #dddb54;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error, .warning {margin-bottom:10px;padding:10px;background-color:#FBE3E4;border:2px solid #FBC2C4;color:#D12F19}
#error ul, .error ul, .warning ul {margin:0px;margin-left:15px;padding:0px;}
#success, .success {margin-bottom:10px;padding:10px;background-color:#E6EFC2;border:2px solid #C6D880;color:#529214}



/*--------------------------------------------------
------------------ Calendar -----------------------
--------------------------------------------------*/

.ContentHeader {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222');
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222));
	background: -moz-linear-gradient(top,  #555,  #222);
	border: 1px solid #111;
	color: #fff;
	padding: 5px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

A.CalendarAddLink {font-weight: normal; font-size: 12px; color: #0077cc;}
A.CalendarAddLink:HOVER {color: #75bff4;}

A.CalendarEventLink {display: inline-block; font-size: 12px; text-decoration: none; color: #444;}
A.CalendarEventLink:HOVER {color: #0077cc;}

A.CalendarTodayLink {font-size: 12px; text-decoration: none; color: #444;}
A.CalendarTodayLink:HOVER {color: #0077cc;}

A.CalendarNavLink {font-weight: bold; color: #0077cc;}
A.CalendarNavLink:hover {color: #75bff4;}

.ToDay {
	background: #dff2ff;
	border: 1px solid #b5ddfb;
	color: #999;
	font-size: 10px;
	line-height: 1.5;
	padding: 7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.WeekDay {
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background: -moz-linear-gradient(top,  #ffffff,  #e9e9e9);
	background: #ffffff;
	border: 1px solid #e9e9e9;
	color: #999;
	font-size: 10px;
	line-height: 1.5;
	padding: 7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.WeekendDay {
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd');
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
	background: -moz-linear-gradient(top,  #eeeeee,  #dddddd);
	background: #eeeeee;
	border: 1px solid #dddddd;
	color: #999;
	font-size: 10px;
	line-height: 1.5;
	padding: 7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.Header {background: #999; color: #fff; font-weight: bold;}
.EmptyDay {background-color: #fff; padding: 7px;}
.CalendarInstruction {color: #444;}
.CalendarDayNumber, .CalendarCurrentDayNumber {color: #333; font-size: 12px; font-weight: bold; text-shadow: 0 1px 0 #fff;}
.CalendarContentTitle {color: #0077cc; font-size: 150%; font-weight: bold;}
.CalendarInputLabel {color: #0077cc; font-weight: bold;}

/* ---------- Mini Cal ------------*/

#minicalendar {width: 100%;}

#calendartable td {
	height: 20px; width: 14%; 
	min-width: 30px; 
	margin: 0;
	padding: 5px 7px; 
	text-align: left; 
	vertical-align: middle;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}

#calendartable td a {
	cursor: pointer; 
	display: inline-block;
	font-weight: normal;
	height: 100%; width: 100%;
	text-decoration: none; 
}

#calendartable td.WeekendDay:hover {background: #dff2ff; border: 1px solid #b5ddfb; z-index: 1}
#calendartable td.WeekDay:hover {background: #dff2ff; border: 1px solid #b5ddfb; z-index: 1}
#calendartable td:hover a.tt {background: none;}
#calendartable .ColumnHeader {
	text-align:center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222');
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222));
	background: -moz-linear-gradient(top,  #555,  #222);
	border: 1px solid #111;
}



/*--------------------------------------------------
------------------ Tooltips -----------------------
--------------------------------------------------*/

/* --- multi-use --- */

.boxoverheader {}
.boxoverbody {
	background: #555;
	border: 1px solid #222;
	width:200px;
	color: #fff;
	opacity: .98;
	filter: alpha(Opacity=98);
	padding:10px;
	font-size: 12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* --- new field help 3/8 by Tom --- */

.help_tooltip {
	background: #FFFFCC;
	border:2px solid #dddb54;
	padding:10px;
	max-width:350px;
}

.help_tooltip_link {
	width:16px;
	height:18px;
	display:inline-block;
	background:url(/sr/images/info.png);
	padding:0; margin:0;
	text-indent:-999px;
	cursor:help;
}







/*--------------------------------------------------
------------------ pre Reset -----------------------
--------------------------------------------------*/

pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}



/*--------------------------------------------------
------------------ File Manager -----------------------
--------------------------------------------------*/

.cffm_filelist {
	border: 1px solid black;
	border-collapse: collapse;
}
.cffm_filelist TH {
	background-color: navy;
	color: white;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.cffm_filelist td {
	padding-left: 5px;
	padding-right: 5px;
}
.cffm_filelist td.actionLinks {
	font-size: 9px;
}
textarea.cffm_editor {
	width: 100%;
	height: 300px;
}
P.cffm_location {
	font-size: 24px;
	font-weight: bold;
}
P.cffm_editor	 {
	font-size: 18px;
	font-weight: bold;
}
fieldset.cffm_errorMessage {
	background-color: ffcccc;
}
fieldset.cffm_errorMessage legend {
	font-weight: bold;
	font-size: 18px;
}
table.zipcontents {
	border-collapse: collapse;
	border: 1px solid #000000;
}
table.zipcontents tr.headrow td {
	padding: 3px;
	background-color: navy;
	color: white;
	font-weight: bold;
}
table.zipcontents td {
	padding: 3px;
	border: 1px solid #000000;
}

/*--- css/admin_style_sheet.css ---*/
