/** CSS Specific for unirule (prosite and hamap) **/

/** ================================================================= **/
/**                     LOCAL (RE)-DEFINITIONS     **/
/** ================================================================= **/

/*////////////////////////////// #button_ex1 /////////////////////////////////*/
.button_ex1 {
	background: #616161; /* Very dark gray */
	/* Dark gray to Light gray*/
	background: -webkit-gradient(linear, left top, left bottom, from(#7b7b7b),
		to(#d3d3d3));
	background: -webkit-linear-gradient(top, #7b7b7b, #d3d3d3);
	background: -moz-linear-gradient(top, #7b7b7b, #d3d3d3);
	background: -ms-linear-gradient(top, #7b7b7b, #d3d3d3);
	background: -o-linear-gradient(top, #7b7b7b, #d3d3d3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-top: 1px solid #ffffff; /* White */
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	color: #ffffff; /* White */
	cursor: pointer;
	font-family: Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	vertical-align: top;
}

/*//////////////////////////// .by_menu //////////////////////////////////////*/
.by_menu ul {
	display: inline-table;
	list-style: none;
	position: relative;
}

.by_menu ul li {
	border-right: solid 1px;
	display: inline;
}

.by_menu ul li:last-child {
	border-right: none;
}

.by_menu ul.hamap li {
	border-right-color: #000000; /* Black */
	padding: 0px 4px;
}

.by_menu ul.hamap li:hover {
	
}

.by_menu ul.hamap li a {
	color: #000000; /* Black */
	text-decoration: none;
}

.by_menu ul.hamap li:hover a {
	text-decoration: underline;
}

.by_menu ul.hamap li.hamap_selected {
	color: #ff0000; /* Pure (or mostly pure) red */
}

.by_menu ul.hamap li.hamap_selected:hover {
	
}

.by_menu ul.hamap li.hamap_selected a {
	color: #ff0000; /* Pure (or mostly pure) red */
	text-decoration: none;
}

.by_menu ul.prosite li {
	border-right-color: #000000; /* Black */
	padding: 0px 4px;
}

.by_menu ul.prosite li:hover {
	
}

.by_menu ul.prosite li a {
	color: #000000; /* Black */
	text-decoration: none;
}

.by_menu ul.prosite li:hover a {
	text-decoration: underline;
}

.by_menu ul.prosite li.prosite_selected {
	color: #009c94; /* Dark cyan */
}

.by_menu ul.prosite li.prosite_selected:hover {
	
}

.by_menu ul.prosite li.prosite_selected a {
	color: #009c94; /* Dark cyan */
	text-decoration: none;
}

/*//////////////////////////// table.no_border ///////////////////////////////*/
table.no_border td {
	border: none !important;
}

/*////////////////// for only unirule.html (created with texi2html) ///////////////*/
h1.chapter, h1.appendix {
	color: #000000; /* Black */
	font-size: xx-large;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

h2.section {
	color: #000000; /* Black */
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

h3.subsection {
	color: #000000; /* Black */
	font-size: large;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}