
@import url("boxIt.css");



/*
One day when IE11 is playing nice you can do this. I.e Custome Variables
background: var(--main-color);
*/
:root {
  --main-color: #4bc4d3; /* green - sort of anyway*/
  --old-color: #EC195C; /* pink */
  --old-blue-color: #D4E6FC;
  --input-color: rgba(75, 196, 211, 0.06);
}





/*----------------------------------------------------------------------------*/
/* import the nice rounded corder box or table ( iGoogle style box ) */

@import url("boxIt.css");
/*----------------------------------------------------------------------------*/



body {
	margin-top: 1px;
	margin-left: 10px;
	margin-right: 2em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: medium;
	background:url(/apps/menu/images/yourtownLogo.png) no-repeat top left;
	background-position: 0px 3px;
	color: navy;
	background-color: #ffffff}

body.nologo {
	background: #ffffff;
	background-image: none;
}

h1 {font-family: Verdana, Times, serif; font-size: 150%; display: block; margin-bottom: 0; margin-top: 0; }
h2 {font-size: 130%; font-family: Verdana, Times, serif; margin-bottom: 0; margin-top: 0;}
h3 {font-size: 110%; font-family: Verdana, Times, serif; margin-bottom: 0; margin-top: 0;}
h4,h5,h6 {font-size: 110%; margin-left: -2em; margin-bottom: 0; margin-top: 0;}

a:link {color: navy;}
a:visited {color: navy;}
a:active {color: red;}
a:hover {color: red;}

/*----------------------------------------------------------------------------*/
/* Action Links                                                               */
a.actionLink {
	color: #000000;
	font-weight: bold;
	font-size: 0.7em;
	cursor: pointer;
}

a.actionLink:visited {
	color: #000000;
}

a.actionLink:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration:underline
}

/*----------------------------------------------------------------------------*/
/* Image styles                                                               */
img {
	border: 0;
}

/*----------------------------------------------------------------------------*/

.columns {
	display:block;
	width:30%;
	float:left;
	padding:0 1em;
	margin:0;
}

/*----------------------------------------------------------------------------*/
/* text styles                                                                */

.highlight {
     color: red;
}

.inactive {
     color: #484848;
}

.small {
     font-size: x-small;
}

.verysmall {
     font-size: xx-small;
}

.smallred {
     font-size: x-small;
     color: #ff0000;
}

.verysmallred {
     font-size: xx-small;
     color: #ff0000;
}

/*----------------------------------------------------------------------------*/
/* dojo styles                                                                */

.dojoDialog {
	background : #eee;
	border : 1px solid #999;
	padding : 4px;
}

/*----------------------------------------------------------------------------*/

div.body {
	position: absolute;
	__top: 130px;
	top: 105px;
	left: 6.66em;
	margin-left: 2em;
	padding-top: 0.5em;
	width: 88%;
	background: #ffffff;
}

div.bodyNoSideMenu {
	position: absolute;
	__top: 125px;
	top: 105px;
	left: 0em;
	margin-left: 2em;
	width: 97%;
	background: #ffffff;
}


div.bodynologo {
	left: 5%;
	margin-left: 2em;
	width: 95%;
	background: #ffffff;
}

div.bodyNoMenus {
	position: absolute;
	top: 5px;
	left: 0em;
	margin-left: 2em;
	width: 97%;
	background: #ffffff;
}


#errors {
	color: red;
}

#errors2 {
	color: red;
}

.errors {
	color: red;
}

div.heading {
	position: absolute;
	top: 5px;
	left: 130px;
}

div.notesMessage {
	padding-left: 10%;
}

div.groupNote {
	background: #DCFCDC;
}

div.topdiv {width:100%; background: #3706B2; padding: 0.5em; border: none;}

.alert {
	atext-align: center;
	background: #ff0000;
}
.alert a:visited {color: white;}
.alert a:active {color: white;}
.alert a:hover {color: white;}


/* for all browsers that understand min-width */
.menupos {
	width:100%;
	min-width:65em;
	z-index: 1;
	position: absolute;
	top: 74px;
	left: 0px;
	margin:0 auto;
}

/* method 1 a bodge for IE5.5 and IE6 browsers */
* html .container {
	float:left;
	border-left: 950px solid #fff;
	position:relative;
	z-index:1;
}
* html .holder {margin-left:-950px; position:relative; float:left; z-index:2; text-align:left; border: 0;}

/*----------------------------------------------------------------------------*/
/* Give fieldsets a noce rounder corner like IE								  */
fieldset {
	-moz-border-radius: 8px; 
	/*border-radius: px;  causes an error commenting out 16/10/07 */
	border: 1px #9BB2CF solid;
	padding: 1em;
}

/*----------------------------------------------------------------------------*/
/* Standard table                                                             */
table {
	background: none;
}

table.fieldgroup {
	/*background: #D4E6FC;*/
	background: #4bc4d3;
	display: inline-block;
}

thead {
	__background: #D4E6FC; 
	/* w__ww_webpagefx.com____/web-design/hex-to-rgb/ */
	_2016_background: rgba(236, 25, 92, 0.06);
	background: rgba(75, 196, 211, 0.15);
	font-weight: bold;
}

thead th {
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

th.number {
	text-align: right;
}

tr.odd {
	background: none;
}

tr.oddhover {
	background: #E2E2E2;
}

tr.odd:hover {
	background: #E2E2E2;
}

tr.head {
	background: #D4E6FC;
	font-weight: bold;
}


tr.even {
	background: #F2F6F7;
}

tr.evenhover {
	background: #E2E2E2;
}

tr.even:hover {
	background: #E2E2E2;
}

tr.collapsed {
	display: none;
}

tr.oddAlert {
	background: #F69999;
}

tr.evenAlert {
	background: #FE6F6F;
}

tr.subTotal {
	background: #E2E2E2;
}

td {
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}

td.number {
	text-align: right;
}

td.numberNeg {
	text-align: right;
	background: red;
}

td.mandatory {
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url("/images/systems/mandatory.gif"); 
	width:10px;
}

td.highlightTD {

}

td.highlightTD:hover {
	background-color:pink;
	
}


tfoot {
	background: #D4E6FC;
	font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/*	Expand/Collapse divs													  */
div.expCol {
	width: 100%;
	background: #d0d0d0;
}

/*----------------------------------------------------------------------------*/
/*	Debug info divs															  */
div.showDebugInfo {
	position: absolute;
	top: 0px;
	right: 0px;
}

div.debugInfo {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: #F2F6F7;
	display: none;
	z-index: 99999;
	width: 100%;
	height: 50%;
	overflow: auto;
}

/*----------------------------------------------------------------------------*/
/*	Page Help icon 															  */
div.help {
	float: right;
}

/*----------------------------------------------------------------------------*/
/*	Chat icon 																  */
div.chat {
	float: right;
	margin-right: 5px;
}

/*----------------------------------------------------------------------------*/
/*	Search Div																  */
div.search {
	position: absolute;
	background: #BBBBBB;
	padding: 5px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/*----------------------------------------------------------------------------*/
/*	WindowLets																  */
div.windlet {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	margin: 5px;
}

div.windletHeader {
	border-style: solid;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom-width: 1px;
	border-color: navy;
	background-color: #D4E6FC;
	width: 100%;
	font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/*	WindowLets																  */
div.functions {
	display: none;
}

div.functionsMenu {
	background-color: #3A5DA1;
}

div.functionsMenu a:link {color: #ffffff;}
div.functionsMenu a:visited {color: #ffffff;}
div.functionsMenu a:active {color: red;}
div.functionsMenu a:hover {color: red;}

div.functionsMenu a.highlight:link {color: #FDFA00;}
div.functionsMenu a.highlight:visited {color: #FDFA00;}
div.functionsMenu a.highlight:active {color: red;}
div.functionsMenu a.highlight:hover {color: red;}

/*----------------------------------------------------------------------------*/
/* Hightlight some text */
span.hightlight {
	background-color: #BDFDBD;
}

/*----------------------------------------------------------------------------*/
/* Hightlight some text on hover */
span.action:hover {
	background-color: #006699;
	cursor:pointer;
}

/*----------------------------------------------------------------------------*/
/* Prize Text */
span.plus {
	color: #006699;
	font-weight: bold;
	font-size: 1.1em;
}

span.plusText {
	color: #666666;
	font-weight: bold;
	font-size: 1.1em;}

/* Form elements */
.edit , input {
	_old_textcolor: #224e8e;
	color: black;
	font-weight: normal;
	__background-color: #D4E6FC;
	background-color: rgba(75, 196, 211, 0.05);
	border: 1px solid #224e8e;
	text-align: left;
	vertical-align: middle;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}



select,input {
	background-color: rgba(75, 196, 211, 0.05) !important;
	border-radius: 4px;
}
select,input:focus {
	border-color:#00AEEF;
	aaabox-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 1px 1px 2px #00AEEF;
}

input[type="checkbox"]:checked+label{ 
	font-weight: bold; 
} 

input[type="radio"]:checked+label{ 
	font-weight: bold; 
} 

textarea {
	border-radius: 4px;
}
textarea:focus {
	border-color:#00AEEF;
	aaabox-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 1px 1px 2px #00AEEF;
}


.fieldError  {
	background-color: pink;
}



.edit.mandatory {
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url("/images/systems/mandatory.gif");
}

.edit.mandatoryreadOnly {
	color: gray;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url("/images/systems/mandatoryreadonly.gif");
}

.mandatorySelect {
	color: red;
}

.noneditable {
	color: #808080;
	font-weight: normal;
	background-color: #eef0f4;
	border: 1px solid #bcc2d2;
	text-align: left;
	vertical-align: middle;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}

.multiStaffSelect .dijitInputField{
	_background-color: #D4E6FC;
	background-color: rgba(75, 196, 211, 0.06);
	
	_old_color: #224e8e;
	color: black;
	_width:300px;
}

.multiUserSelect .dijitInputField{
	background-color: rgba(75, 196, 211, 0.05);
	
	_old_color: #224e8e;
	color: black;
}

/* ie hack */
* html fieldset {display: inline}

select {
	color: #224e8e;
	font-weight: normal;
	background-color: rgba(75, 196, 211, 0.06);
	
	border: 1px solid #224e8e;
	text-align: left;
	vertical-align: middle;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}


/* Dropdown Menu */
.topmenu {
	float:left;
	width:100%;
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	/* font-weight: bold; */
	/* background:url(/images/systems/topmenu2008.gif) repeat-x top left; */
	border-width: 0 0 0 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	z-index:999;
	border-bottom: 5px solid #4bc4d3;	
}

.topmenu ul {
padding:0; margin:0; list-style-type:none; white-space: nowrap;
}
.topmenu ul li {
	float:left; 
	position:relative; 
	_background:url(/images/systems/divider_2008.gif) no-repeat top right;
	background-image: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	/* 20160226 border-right: 2px solid #23BFBE */
}
.topmenu ul li a, .topmenu ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	_color:#ddf;
	color:#000000;
	padding:0px 16px;
	line-height:21px;
	height:21px;
}
* html .topmenu ul li a, .topmenu ul li a:visited {height:41px; he\ight:41px;}

.topmenu ul li:hover {
	width:auto;
	/* 20160226 background: #23BFBE; */
	color:#ffffff;
	background: #4bc4d3;
	
}

/*  .topmenu ul li a.topmenuone:hover {border-color:#c00; color:#f88;} */
.topmenu ul li a.topmenuone:hover {
	border-color:#4bc4d3; border-radius: 15px; 
	_color:red;
	color:#ffffff;
	
}

.topmenu ul li:hover a.topmenuone {
	border-color:#4bc4d3; border-radius: 15px; 
	_color:#c00;
	color:#ffffff;
}

.topmenu ul li ul {
display: none;
}
.topmenu table {
	margin:-1px;
	border-collapse:collapse;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

/* specific to non IE browsers */
.topmenu ul li:hover ul {
	/* display:block;position:absolute;top:38px;margin-top:1px; left:0;width:12.6em;border-bottom:2px solid #4bc4d3; */
	display:block;position:absolute;top:18px;margin-top:1px; left:0;width:12.6em;border-bottom:1px solid #000;
	color:white !important;
}
.topmenu ul li:hover ul.endstop {
left:-92px;
}
.topmenu ul li:hover ul li ul {
display: none;
}
.topmenu ul li:hover ul li a {
display:block;background:#fff;color:#000;height:auto;line-height:1em;padding:4px 16px; width:10em; border:1px solid #4bc4d3; border-bottom:0;
}
.topmenu ul li:hover ul li a.drop {
background:#4bc4d3 url(/images/systems/bullet1.gif) no-repeat 3px 8px;
}
.topmenu ul li:hover ul li a:hover {
color:#000; background: #4bc4d3 url(/images/systems/bullet1.gif) no-repeat 3px 8px;
}
.topmenu ul li:hover ul li a:hover.drop {
background: #4bc4d3 url(/images/systems/bullet1.gif) no-repeat 3px 8px;
}
.topmenu ul li:hover ul li:hover ul {
display:block; position:absolute; left:161px; top:-1px;
}
.topmenu ul li:hover ul li:hover ul.left {
left:-10em;
}

/* specific to IE5.5 and IE6 browsers */
.topmenu ul li a:hover ul {
	/* display:block;position:absolute;top:41px; t\op:38px; background:#fff;left:0; marg\in-top:1px; border-bottom:1px solid #000; */
	display:block;position:absolute;top:20px; t\op:18px; background:#fff;left:0; marg\in-top:1px; border-bottom:1px solid #000;
	color:white !important;
}
.topmenu ul li a:hover ul.endstop {
left: -92px;
}
.topmenu ul li a:hover ul li a {
display:block;background:#fff;color:#000; height:1em; line-height:1em; padding:4px 16px; width:10em; w\idth:10em; border:1px solid #000; border-bottom:0;
}
.topmenu ul li a:hover ul li a.drop {
background:#ccd url(/images/systems/bullet1.gif) no-repeat 3px 8px; padding-bottom:5px;
}
.topmenu ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.topmenu ul li a:hover ul li a:hover {
color:#000; background: #ccd url(/images/systems/bullet1.gif) no-repeat 3px 8px;
}
.topmenu ul li a:hover ul li a:hover.drop {
 background: #ccd url(/images/systems/bullet1.gif) no-repeat 3px 8px;
}
.topmenu ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0; t\op:-1px; color:#000; left:153px;
}
.topmenu ul li a:hover ul li a:hover ul.left {
left:-10em;
}

/* Side Menu */
/* common styling */
div.sidemenu {
	display: block;
	color: navy;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 0.75em;
	width: 9.5em;
	height:500px;
	position: absolute;
	__top: 121px;
	top: 105px;
	left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(/apps/tools/styles/fadeDownYourtown.gif) repeat-x;
}

.sidemenu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	width: 9em;
	text-align: left;
	line-height:19px;
	cursor: pointer;
	cursor: hand;
}
.sidemenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.sidemenu ul li {
	color:#777777;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 1px;
	position: relative;
	_border: solid #000;
	border: solid #C0C0C0;
	border-width: 0px 0px 1px 0px;
}

/* specific to non IE browsers */
.sidemenu ul li:hover a:hover {
	color: red;
	_background:#2A347B;
	background:#8cbcf7;
}

/*  */
.sidemenu h3 {
	text-align: center; 
	width: 100%; 
	color: navy; 
	background-color: #D4E6FC;
}

/* Supplementary Menu */
div.supMenu {
	font-size: 0.7em;
	position: absolute;
	top: 5px;
	right: 5px;
}



/* User name and password login box */
.loginBorder {
/*	position:absolute; */
/*	top:230px; /*
/*	left:740px; */
	width: 80%;
	text-align: left;
/*	background: #EFF9FF; */
	background: white;
/*	background: lightblue; */
	border: 5px solid #D1E5EF; 
	padding: 10px;

}


/* User name and password login box */

.loginBoxlive {
/*	position:absolute; */
/*	top:230px; /*
/*	left:740px; */
	width: 18em;
	text-align: left;
/*	background: #EFF9FF;  */
/*	background: #ffffff;*/
	background: #EFF9FF;
/*	background: lightblue; */
	border: 1px solid #03B4E9;
	border-radius: 15px;
/*	border: 1px solid black; */
	padding: 10px;
	
}

.loginBoxtest {
/*	position:absolute; */
/*	top:230px; /*
/*	left:740px; */
	width: 22em;
	text-align: left;
	background: yellow;
/*	background: lightblue; */
	border: 1px solid #D1E5EF;
/*	border: 1px solid black; */
	padding: 10px;
}
.loginBoxtraining {
/*	position:absolute; */
/*	top:230px; /*
/*	left:740px; */
	width: 25em;
	text-align: left;
	background: pink;
/*	background: lightblue; */
	border: 1px solid #D1E5EF;
/*	border: 1px solid black; */
	padding: 10px;
}

/* User name and password login box */

.infoBox {
/*	position:absolute; */
/*	top:230px; /*
/*	left:740px; */
	width: 16em;
	text-align: left;
/*	background: #EFF9FF;  */
	background: #ffffff;
/*	background: lightblue; */
	border: 1px solid #D1E5EF;
/*	border: 1px solid black; */
	padding: 10px;
}


/* A blue border arround tables */
.tableBorderSave {
	border: 3px solid #D1E5EF;
	border-style: outset;
}
.tableBorder {
	background-color: #ffffff;
	border: #C3D9FF 1px solid;
	border-radius:10px;
}
/*
	Pop up menu icons
*/
/* Edit */
.pumEdit	{
	background-image: url('/images/systems/icon_edit.gif');
}

/* Edit */
.pumAttach	{
	background-image: url('/images/systems/icon_attach.gif');
}

/* The following is used to not-print the text that reads: 
A new page follows this one etc.
*/
.newPage {
	display:none;
}

.tabMenu {
	border-bottom: 3px solid #48C5F4;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.tabMenu tr {
	padding: 0px;
	margin: 0px;
}

.tabMenu td {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

.tabMenu div {
	padding: 3px 5px 0px 5px;
	margin: 0px;
}

.tabMenu div:hover {
	background-color: #48C5F4;
}

.tabMenu span {
	padding: 0px;
	margin: 0px;
}

.selectedTab {
	font-size: small;
	font-weight: bold;
	border-top: 1px solid  #48C5F4;			
	border-left: 1px solid  #48C5F4;			
	border-right: 1px solid  #48C5F4;			
	text-decoration:underline; 
	background-color: #EDF6F9;
}

.unselectedTab {
	border-top: 1px solid  #D1E5EF;			
	border-left: 1px solid  #D1E5EF;			
	border-right: 1px solid  #D1E5EF;			
	font-size: x-small;
	font-weight: normal;
	text-decoration:normal; 
	background-color: #D8E1E4;
}






input[type=button] {
	margin: 2px;
	padding-left: 2px;
	padding-right: 2px;
	color:#050;   
	font:  'trebuchet ms',helvetica,sans-serif;   
	font-size: x-small;   
	/* background-color:#fed;   */
	background-color:#fed;   
	border: 1px solid;   
	/* border-color: #c63;   */
	border-color: #696 #363 #363 #696;   
	filter:progid:DXImageTransform.Microsoft.Gradient   
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');   
	border-radius: 9px;
}

input[type=button]:hover {
	/* font-weight:bold; */
	 /* border-color: #c63 #930 #930 #c63; */
	 border: 1px solid; 
	 border-color: red;
}

input[type=button].big {
	font-size: medium;   
	font-weight:bold;
	border-radius: 9px;
 }
input[type=button]:disabled {
	 border: 1px solid; 
	 border-color: gray;
	 color: gray;
}

input[type=button]:disabled {
	color: grey;
}

input[type=submit] {
	margin: 2px;
	padding-left: 2px;
	padding-right: 2px;
	color:#050;   
	font:  'trebuchet ms',helvetica,sans-serif;   
	font-size: x-small;   
	/* background-color:#fed;   */
	background-color:#fed;   
	border: 1px solid;   
	border-color: #696 #363 #363 #696;   
	filter:progid:DXImageTransform.Microsoft.Gradient   
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');   
	border-radius: 9px;
}

input[type=submit]:hover {
	/* font-weight:bold; */
	 /* border-color: #c63 #930 #930 #c63; */
	 border: 1px solid; 
	 border-color: red;
}
input[type=submit].big {
	font-size: medium;   
	font-weight:bold;
	border-radius: 9px;
 }



button {
	cursor:pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px;
	_color:#050;   
	color:black;   
	font:  'trebuchet ms',helvetica,sans-serif;   
	font-size: x-small;   
	/* background-color:#fed;   */
	background-color:#fed;   
	border: 1px solid; 
	border-radius: 7px;	
	border-color: #696 #363 #363 #696;   
	_border-color: black;   
	filter:progid:DXImageTransform.Microsoft.Gradient   
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');   
}
button:hover {
	/* font-weight:bold; */
	 /* border-color: #c63 #930 #930 #c63; */
	 padding-left: 4px;
	 padding-right: 4px;
	 padding-bottom: 1px;
	 padding-top: 1px;
	 border: 2px solid; 
	 border-color: red;
}
button:disabled {
	 border-color: gray;
	 color: gray;
}
button.big {
	font-size: medium;   
	font-weight:bold;
	border-radius: 9px;

	__background: #EFF9FF;
	__border: 1px solid #03B4E9;
	_border-color: blue;   

}


button.previous {
	font-size: medium;   
	font-weight:bold;
	
	cursor: pointer;
	text-align: center;
	
	border-radius: 9px;
	background:url('/images/systems/buttonPrevious.png') no-repeat;
	background-repeat:no-repeat;
	background-color:#ffffffff;
	color:black;
	___FILTER: NONE; /* fix for IE */
}

button.next {
	font-size: medium;   
	font-weight:bold;
	border-radius: 9px;
}


button.lookupButton {
	margin: 2px;
	padding-left: 2px;
	padding-right: 2px;
	color:#050;   
	font:  'trebuchet ms',helvetica,sans-serif;   
	font-size: x-small;   
	/* background-color:#fed;   */
	background-color:#fed;   
	border: 1px solid;   
	border-color: #696 #363 #363 #696;   
	filter:progid:DXImageTransform.Microsoft.Gradient   
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');   
}
button.lookupButton:hover {
	font-weight:bold;
	 /* border-color: #c63 #930 #930 #c63; */
	 border-color: red;
}




.tundra .dijitDialogCloseIcon {
	background : url(/images/systems/dojo/tabClose.png) no-repeat right top
}

.screenreader {position: absolute; top:0; left:-9999px}

img.opaque { opacity:0.3; }