/*
Begin Background colors for "Event Editing"
*/
.zoomaru_clone {
	background-color:#CCFFCC;
	text-align: left; 

}

.zoomaru_classified {
	background-color:#99FFFF;
	text-align: left; 

}

.zoomaru_moderate {
	background-color:#FFFFCC;
	text-align: left; 

}

.zoomaru_private {
	background-color:#FFCCCC;
	text-align: left; 

}

.zoomaru_article {
	background-color:#CCCCFF;
	text-align: left; 

}

/* END Background colors  for "Event Editing" */

.1 {background-color:#CCFFFF;}
.0 {background-color:#FFFFCC;}

/* START Z5 Drop Down Menu */
 /* Dropdown Button   -****Experiment  */

.z5_menu_button {
	/*
	background-color:transparent;
	position:fixed;
    top: 0;
    right: 0;
	*/
	background:url(//zoomaru.net/images/icons/menu_bar.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
    color: 000000;
	padding: 3px;
	padding-right:20px;
	padding-left:6px;
    font-size: 12px;
    border: none;
    cursor: pointer;
	text-align:right;
	vertical-align:top;
}

/* Dropdown button on hover & focus */
.z5_menu_button:hover, .bc_menu_button:focus {
   /*background-color: #3e8e41;*/
	background-color:#FFFFFF;
}

/* The container <div> - needed to position the dropdown content */
.z5_dropdown_menu {
    /* position: relative;
   display: inline-block; 
 	width:25%;
  */
	text-align:right;
	margin-top:1%;

}

/* Dropdown Content (Hidden by Default) */
 .z5_menu_content {
    /*
	position: absolute;
	position:fixed;
    top: 0;
    right: 0;
	*/
    display: none;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
	text-align:right;
}

/* Links inside the dropdown */
 .z5_menu_content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	z-index: 100;
	text-align:right;
	/*position:fixed;
    top: 0;
    right: 0;*/
}

/* Change color of dropdown links on hover */
.z5_menu_content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.z5_show_menu {
	/*
	position:fixed;
    top: 0;
    right: 0;
	
	*/
	display:block;
	z-index: 100;
	text-align:right;
	width:120px;
	float:right;
} 

/* END Drop Down Menu */

/* END Z5 Drop Down Menu */




.pagination {
	line-height: 30px;
}

.pagination a {
	border: 1px solid #CFCFCF;
	padding: 5px;
	margin: 1px;
}

.pagination a:hover {
	background-color: #FFFFFF;
}

#addeventhr {
	border: 0;
	width: 80%;
	color: #E20000;
	background-color: #E20000;
	height: 2px;
}

.req {
	color: #E20000;
	font-weight: bold; 
}

.big {
	width: 100%;
}

.right {
	text-align: right; 
}

.left {
	text-align: left; 
}

.small {
	font-size: 10px; 
}

.editeventtable {
	border-bottom: 1px solid #CFCFCF;
	margin: 0 0 5px 0;
}

.adminpiece {
	margin: 5px;
	padding: 5px 10px 8px 15px;
	border: 1px solid #CFCFCF;
	text-align:left;
}

.adminpiece:hover {
	background-color: #FFFFFF;
}

hr {
	background-color: #CFCFCF;
	border: none; 
	height: 1px; 
	width: 80%;
}

.legend {
	border: 1px solid #CFCFCF;
	padding: 0px 20px;
	line-height: 14px;
}

.eventimage {
	/*border: 1px solid #CFCFCF;*/
	padding: 2px;
	margin: 4px 0;
}

.eventimage2 {
	border: 1px solid #CFCFCF;
	padding: 2px;
}

#information {
	background-color: #FFFFFF;
	margin: 0 0 20px 0;
}

.infotitle {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}

.infomore {
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}

.cat_list {
	float:left;
	width:25%;
	font-size:10px;
}

/*button experiment 2-21-11xx RM
If the button for a specific portal needs to be modified this code can be cut and pasted into the next css level style sheet for that portal and modified.*/
a.button {
   display: -moz-inline-block;
   display: inline-block;
   width: 200px;
   height: 24px;
   background: url("//zoomaru.net/images/buttongrey.png") repeat-x;
   line-height: 20px;
   vertical-align: text-middle;
   text-align: center;
   color: #333333;
   text-decoration:none;
   /*font-family: Georgia, "Times New Roman", Times, serif;*/
   font-family:Verdana, Geneva, sans-serif;
   font-size: 10px;
   font-weight: normal;
   font-style: normal;
   /*text-shadow: #222222 1px 1px 0;*/
   border-width:medium
}


.popup_button {
	background-color:#999999;
	color:#FFFFFF;
	font-size:14px;
	padding:4px;
	
}

/* Popup container for HELP?*/
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 480px;
    background-color: #336699;
    color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -126px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
