@charset "iso-8859-1";

/*******************************************************************************
*  SIDE MENU - starts here
*******************************************************************************/

#navigator {
	background-color: #e8e0e0;
	border: 0px;
	color: #800000;
	width: 94%;
	margin-top: 32px;
	text-align: center;	}

.button {
	font-weight: 700;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;	}

.button a {
	display: block;
	color: #800000;
	background-color: #f0ebeb;
	border-top: 2px #fff solid;
	border-left: 2px #fff solid;
	border-bottom: 2px #b29898 solid;
	border-right: 2px #b29898 solid;
	padding: 4px 0;
	text-align: center;
	text-decoration: none;	}

.button a:hover {
	background-color: #faf0e6;
	border-top: 2px #b29898 solid;
	border-left: 2px #b29898 solid;
	border-bottom: 2px #fff solid;
	border-right: 2px #fff solid;
	color: #000080;	}

fieldset {
	border: 0px none;
	margin: 0;
	padding: 8px 0 0 0;	}
	
#form_srchWord {
	background-color: #fff;
	border: 1px solid #800000;
	display: block;
	margin-left: auto;
                margin-right: auto;
	padding: 3px 0 3px 0;	}

legend {
	color: #7a002e;
	font-size: 0.84em;
	font-weight: 700;
	padding: 2px 0 0 0;	}

/***  SIDE MENU ends *********/
