/* CSS Document */

body {
	font-family: Arial;
	font-size: small;
	color: #FFFFFF;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	text-decoration: none;
	background-color:#CCCCCC;
}


td, th {
	font-family: Arial;
	vertical-align:top;
	text-align:left;
}
th {
	font-family: Arial;
	vertical-align:top;
}
h1 {
	color:#FFFFFF;
	font-size:22px;
	font-weight:normal;
	margin-left:5px;
	margin-right:5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom:3px solid #FF6600;
	text-align:left;
}

h2 {
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	margin-left:10px;
	margin-right:5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:left;
}

p {
	margin:0px 0px 5px 20px;
}


a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	color:#FF6600;
	border-color:#FF6600;
}

.header_title {
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 24px;
	font-style: normal;
	font-weight:bold;
}
.menu {
	font-size:26px;
	color:#FFFFFF;
	vertical-align:middle;
}
.menu a {
	color:#FFFFFF;
	text-decoration:underline;
}
.menu a:hover{
	color:#FF6600;
}

.footer{
	color:#666666;
	vertical-align:middle;
	}

.footer a{
	color:#666666;
	}
.footer a:hover{
	color:#FF6600;
	}
	


input, textarea, select {
	width: 98%;
	background-color:#999999;
	color:#FFFFFF;
	border:1px solid #FFFFFF;	
	}
	
.submit {
	background-color:#FF6600;
	color:#FFFFFF;
	border:1px solid #FF6600;
}








/*----------  list_1	 ---------------------*/
.list_1	li	{
						list-style-image: url(/images/marker_1.gif);
						}
.list_1 li a	{
						text-decoration: underline;
						}
.list_1 li a:hover	{
						text-decoration:none;
						}						

.scroll_block{
/*border:1px solid #CCCCCC;*/
color:#FFFFFF;
margin:0px;
padding:0px;
overflow:auto;
scrollbar-base-color:#CCCCCC;
scrollbar-arrow-color:#000000;
scrollbar-3dlight-color:#666666;
scrollbar-highlight-color:#FFFFA6;
scrollbar-face-color:#CCCCCC;
scrollbar-shadow-color:#666666;
scrollbar-track-color:#CCCCCC;
scrollbar-darkshadow-color:#000000;
}





#motioncontainer a img{ /*image border color*/
border: 1px solid #FFFFFF;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #FF6600;
}

#motioncontainer a:hover{
color: #FF6600; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: #FFFFFF;
color:#000000;
border: 1px solid gray;
visibility: hidden;
}	


.onLight{
/*	filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;*/
	padding:0px;
}
.offLight{
	padding:0px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
