/* We start by declaring standard styles */
body {
     color: #000000;
     background: url(http://www.hongorzul.com/store/images/bg.gif) no-repeat top center;
     background-color: #8B508F;
     margin:0px;
}

#page { background-color:#fff; width:850px; margin:0px auto; }

#footer { background-color:#8B508F; text-align:center;  color:#eee; padding: 10px 0px }
#footer a { color:#EBC2EF }

.mainmenu, a.mainmenu, a.mainmenu:link, a.mainmenu:visited, td.mainmenu 
{
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1, sans-serif;
  font-size : 11px;
  font-weight : normal;
  text-decoration: none;
  color : #781F7F;
}

a.mainmenu_selected:link, a.mainmenu_selected:visited,td.mainmenu_selected
{
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1, sans-serif;
  font-size : 11px;
  font-weight : bold;
  text-decoration: none;
  color : red;
}

a.mainmenu:hover 
{
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1, sans-serif;
  font-size : 11px;
  font-weight : normal;
  text-decoration: underline;
  color : red;
}

a.mainmenu_selected:hover 
{
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1, sans-serif;
  font-size : 11px;
  font-weight : bold;
  text-decoration: underline;
  color : black;
}

.mainmenu_notready 
{
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1, sans-serif;
  font-size : 11px;
  font-weight : normal;
  text-decoration: none;
  color : gray;
}

p {
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  font-size : 11px;
  font-weight : normal;
  color : #000000;
  background-color: transparent;
}

a:link {
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  font-size : 11px;
  font-weight : normal;
  color : #0066cc;
  text-decoration : underline;
  background-color: transparent;
}

a:visited {
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  font-size : 11px;
  font-weight : normal;
  color : #0066cc;
  text-decoration : underline;
  background-color: transparent;
}

a:hover {
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  font-size : 11px;
  font-weight : normal;
  color : #0066cc;
  text-decoration : none;
  background-color: transparent;
}

td {
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  font-size : 11px;
  font-weight : normal;
  color : #000000;
  background-color: transparent;
}

div {
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  font-size : 11px;
  font-weight : normal;
  color : #000000;
  background-color: transparent;
}


/* Now we begin to define some of our own styles */
.frm_input {
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  font-size : 11px;
  font-weight : normal;
  color : #000000;
  background-color: transparent;
}

.frm_btn {
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  font-size : 11px;
  font-weight : normal;
  color : #000000;
  background-color: transparent;
}

input, select {
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1, sans-serif;
  font-size : 11px;
  font-weight : normal;
  color : #000000;
}

.orange {
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  font-size : 11px;
  font-weight : normal;
  color : #000000;
  background-color: transparent;
  border-collapse: collapse;
  border: 1px solid #FFCF63;
}

.orange-head {
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  font-size : 11px;
  font-weight : bold;
  color : #000000;
  background-color: #FFCF63;
  border-collapse: collapse;
  border: 1px solid #FFCF63;
}

.orange-main {
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  font-size : 11px;
  font-weight : normal;
  color : #000000;
  background-color: transparent;
  border-collapse: collapse;
  border: 1px solid #FF9A00;
}

.login-head {  font-weight : bold; font-size : 14px; font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  color : #000000; background-color: #FFCF63; border-collapse: collapse; border: 1px solid #FFCF63;}

.login-error {  font-weight : bold; font-size : 11px; font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  color : #FF0000; background-color: #FFE4A8; border-collapse: collapse; border: 1px solid #FFCF63;}

.login-box {
	border:1px solid #cccccc;
	border-collapse: collapse;
	padding:10px;
}

.intro {
  font-family : Tahoma, "Microsoft Sans Serif", misc-fixed-iso10646-1;
  font-size : 12px;
  font-weight : normal;
  color : #0099cc;
  background-color: transparent;
}












	a.topmenu_sel,a.topmenu_sel:visited{
		padding:5px;
		font-size:8pt;
		color:brown;
		font-weight:bold;
		text-decoration:none;
	}
	a.topmenu_sel:hover {
		padding:5px;
		font-size:8pt;
		color:#28C85F;
		font-weight:bold;
		text-decoration:none;
	}
	td.topmenu_sel {
		padding:5px;
		padding-left:5px;
		padding-right:5px;
		font-size:8pt;
		color:#28C85F;
		font-weight:bold;
		background-color:#FAE696;
		border:1px solid gray;
		border-bottom:0px
	}
	td.topmenu {
		padding:5px;
		padding-left:5px;
		padding-right:5px;
		font-size:8pt;
		color:#cccccc;
		background-color:#FCF3BA;
		border-bottom:1px solid gray;
	}
	a.topmenu,a.topmenu:visited{
		padding:5px;
		font-size:8pt;
		color:brown;
		font-weight:bold;
		text-decoration:none;
	}
	a.topmenu:hover {
		padding:5px;
		font-size:8pt;
		color:#28C85F;
		font-weight:bold;
		text-decoration:none;
	}
	td.topmenu_sep {
		padding:5px;
		padding-left:1px;
		padding-right:1px;
		font-size:8pt;
		color:#cccccc;
		background-color:#FCF3BA;
		border-bottom:1px solid gray;
	}
	td.topmenu_blank {
		padding:5px;
		padding-left:1px;
		padding-right:1px;
		font-size:8pt;
		color:#cccccc;
		width:120px;
		background-color:transparent;
		border-bottom:1px solid gray;
	}
	table.topmenu_sub {
		padding:5px;
		font-size:8pt;
		color:gray;
		border-bottom:1px solid #cccccc;
	}
	
	a.topmenu_sub,a.topmenu_sub:visited{
		padding:5px;
		font-size:8pt;
		color:#91530F;
		font-weight:bold;
		text-decoration:none;
	}
	a.topmenu_sub:hover {
		padding:5px;
		font-size:8pt;
		color:#28C85F;
		font-weight:bold;
		text-decoration:none;
	}
	
	td.head_inactive {
		font-size:8pt;
		color:#cccccc;
		text-decoration:none;
	}
	
	a.head_active,a.head_active:visited {
		font-size:8pt;
		color:brown;
		text-decoration:none;
	}
	a.head_active:hover {
		font-size:8pt;
		color:brown;
		text-decoration:underline;
	}