@charset "iso-8859-7";
/* CSS Document */

#divLogo {
	position:fixed;
	width:250px;
	height:70px;
	left:80px;
	background-color:#FFF;
	border-radius: 8px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding:12px;
	box-shadow: 0px 5px 9px 3px rgba(79,79,79,1);
	z-index:1;
}

td.mnuhead {
	text-align:center;
	background-color:#FA804B;
	border:thin #F7CCAF groove;
	color:#009;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:4px;
}
td.tddate {
	color:#339;
	font-size:14px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
}
/*td.mnuhd {
	font-family:Tahoma, Geneva, sans-serif;
	color:#031A76;
	font-size:12px;
	font-weight:bold;
	border-width: 1px 0px 2px 0px;
	border-style:solid;
	border-color:#762603;
	background: linear-gradient(to bottom, #FCC6AF 0%, #FA804B 100%);
	padding:1px;
}

*/
td.mnuhd {
	font-family:Tahoma, Geneva, sans-serif;
	color:#031A76;
	font-size:14px;
	font-weight:bold;
	border-top:1px #DA7A06 solid;
	padding-left:4px;
}
td.sidemnu {
	font-family:Tahoma, Geneva, sans-serif;
	color:#031A76;
	font-size:14px;
}
.myButton {
/*	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-moz-linear-gradient(top, #afbefc 5%, #031a76 100%);
	background:-webkit-linear-gradient(top, #afbefc 5%, #031a76 100%);
	background:-o-linear-gradient(top, #afbefc 5%, #031a76 100%);
	background:-ms-linear-gradient(top, #afbefc 5%, #031a76 100%);
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
*/	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #afbefc), color-stop(1, #031a76));
	background:linear-gradient(to bottom, #afbefc 2%, #031a76 50%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#afbefc', endColorstr='#031a76',GradientType=0);
	background-color:#afbefc;
	border-radius:12px;
	border:1px  inset #a9a7d6;
	display:inline-block;
	cursor:pointer;
	color:#efefff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	width:100px;
	padding:2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2b665e;
}
.myButton:hover {
/*
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #031a76), color-stop(1, #afbefc));
	background:-moz-linear-gradient(top, #031a76 5%, #afbefc 100%);
	background:-webkit-linear-gradient(top, #031a76 5%, #afbefc 100%);
	background:-o-linear-gradient(top, #031a76 5%, #afbefc 100%);
	background:-ms-linear-gradient(top, #0634ef 5%, #afbefc 100%);
*/	background:linear-gradient(to bottom, #afbefc   5%, #3f58b4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#031a76', endColorstr='#afbefc',GradientType=0);
	background-color:#031a76;
}
.myButton:active {
	position:relative;
	top:1px;
}

td.subhd {
	color:#FFF;
	background-color:#F60;
	font-size:10px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
}

#divWait {
	position:absolute;
	width:480px;
	height:100px;
	z-index:1;
	left: 320px;
	top: 312px;
	background-color:#FFC;
	border:thin ridge #DDA;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#630;
	display:none;
}
#modal_wrapper.overlay:before {
 content: " ";
 width: 100%;
 height: 100%;
 position: fixed;
 z-index: 100;
 top: 0;
 left: 0;
 background: #000;
 background: rgba(0,0,0,0.7);
}
#modal_window {
 display: none; z-index: 200; position: fixed; left: 50%;
 top: 50%;
 width: 360px;
 padding: 10px 20px; background: #fff; border: 5px solid #999; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.5);
} 
#modal_wrapper.overlay #modal_window {
 display: block;
}
