/* CSS Document */

/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, input,
p, blockquote, th, td, img {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
/* remove list-style from lists */
ol, ul {
list-style: none;
}
/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
font-style: normal;
font-weight: normal;
}
/* remove table border spacing */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* remove border from fieldset and img */
fieldset, img {
border: 0;
}
.container .pusher{
cursor:pointer;
padding:3px 10px 3px 7px;
font-weight:900;
font-size:14px;
margin:0;
}
.container .mover{
padding:3px 10px 3px 7px;
margin: 0;
}
.container {
	background-color:#757c80;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.menutitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #666666;
	margin-bottom: 8px;
}
.activetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F2FE8D;
	line-height: 15px;
	margin-bottom: 4px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	line-height: 15px;
	margin-bottom: 4px;
}
.text a:link {
	color: #CCCCCC;
}
.text a:visited {
	color: #CCCCCC;
}
.text a:hover {
	color: #FFFFFF;
}
.text a:active {
	color: #F0FD85;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #666;
}

