/*
hayariki Style Sheet
Copyright (C) 2006-2018 Hayariki All rights reserved.
*/

a {text-decoration:underline;}
a:hover {color: #ffffff;  background-color:#3f3faf;
text-decoration: underline overline; 
font-weight: bold; font-style: italic; 
border-top-style: double; border-top-color:#ff00ff; 
border-bottom-style: groove; border-bottom-color:#ff6347}
a:link {text-decoration:underline; color: #006f5f;}
a:visited {}
a:active {color: #7f006f;}

BODY {  color: #000000;
margin-left: 2em; margin-right: 2em;
scrollbar-face-color: #eebbbb;
scrollbar-highlight-color: #3366cc;
scrollbar-shadow-color: #cc6699;
scrollbar-3dlight-color: #0080C0;
scrollbar-arrow-color: #b66561;
scrollbar-track-color: #eaeaea;
scrollbar-darkshadow-color: #eeeeee;
}

h1 {
  color: #c0c0c0;
  background-color: #191970;
  border-color: #00bfff;
  border-style: solid;
text-align: center; 
}

H2 {color: #000094; background-color: #e7e7ff;
  border-color: #00007f; border-width: medium; border-style:inset; font-weight:bold}

H3 {color: #FFFFFF; background: #000066; font-weight: bold; padding: 3px; 
border-left: 3px solid #CCCCCC; cursor:crosshair}

H4 {color: #000000; background: #FFCC00; font-weight: bold; padding: 5px 0px 5px 0px; border-left: 5px solid #FF9900; cursor:crosshair}
 
H5 {border-width: medium; border-style:dotted; border-color:#7cfc00; color:#ffb6c1; font-weight:bold; background-color:#006400}

H6
{
	color:#FFFFFF;
	background-color: #08429C;
	text-align: center;
}

hr {
color : #0080C0; 
border-width : 3px; 
border-style : solid; 
} 

th {background-color:#E0FFE0;
color:#000080}

/* MENU */

#gmenu {
	clear: left;
	margin: 0;
	font-size: 90%;
	background-color: #CCCCFF;
	border-top:#999999 solid 2px;
	border-bottom:#999999 solid 2px;
	text-align:center;
}

#gmenu ul {
	padding: 0;
	margin: 0;
}

#gmenu ul li {
	font-weight:bold;
	list-style:none;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom:1;
	width:96px;
}
#gmenu li a {
	display:block;
	width:96px;
	color:#996666;
	background:#CCCCFF;
	text-decoration:none;
	padding:5px 0;
}
#gmenu li a:visited {
	color:#996666;
}
#gmenu li a:hover {
	background:#5D8787;
	color:#CCCCFF;
}
#gmenu li a.dummy:hover {
	background:#C8EDFF;
	color:#996666;
}

/* gmenu2 */
#gmenu2 {
	clear: left;
	margin: 0;
	font-size: 90%;
	background-color: #000080;
	border-top:#999999 solid 2px;
	border-bottom:#999999 solid 2px;
	text-align:center;
}

#gmenu2 ul {
   list-style:none;
   margin:0;
   padding:0;
}

#gmenu2 ul li {
	font-weight:bold;
	list-style:none;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom:1;
	width:96px;
}
#gmenu2 li a {
	display:block;
	width:96px;
	color:#996666;
	background:#CCCCFF;
	text-decoration:none;
	padding:5px 0;
}
#gmenu2 li a:visited {
	color:#996666;
}
#gmenu2 li a:hover {
	background:#CC3399;
	color:#CCCCFF;
}
#gmenu2 li a.dummy:hover {
	background:#C8EDFF;
	color:#996666;
}

.menu {
	font-size: 100%;
	font-weight: bold;
	
	padding:5px 10px 0px;
	
	background-color:#CCCCFF;
	background-repeat:no-repeat;
	background-attachment:scroll;

	border-color: #CCCCFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div.box {
	padding:4px 6px;
	margin-bottom: 10px;
	border:#CCCCFF solid 1px;
	font-size: 100%;
	background-color: #ffffff;
}
