/*
	Created by DataBridge Solutions (www.goDataBridge.com)
	IE 5.X and Netscape 6.x complaint
*/
.body{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: White;
	line-height: 20px;
}
.bodyblack{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: Black;
	line-height: 20px;
}
.headline{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: White;
	line-height: 22px;
}
h1{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #663300;
	font-weight: bold;
	line-height: 22px;
}
.footer{
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #604E41;
}
.box {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
 	margin:2 4 2 2;
 	padding:5px;
	background-color: #EFEDEC;
	border: 0px solid Black;
}
.link{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
}
.linkright{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	text-decoration: none;
}
.linkright a:hover {
	color: #CCCC99;
}
.listhead{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.list{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.listlink{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: Navy;
}
.header{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: Black;
	font-weight: bold;
	font-style: italic;
}
.topmenu{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-style: none;
}
.topmenu a:hover {
	color: #CCCC99;
}
.leftmenu{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
	text-decoration: none;
}
.admin{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: Red;
}
a:hover   {
	text-decoration : none;
}
.form_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background: #FFFFFF;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
}
.form_button {
	font-family: verdana,helvetica,sans-serif;
	font-size: 13px;
	color: Black;
	background: #CC9966;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	font-weight: bold;
}
.form_button_small {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: White;
	background: Navy;
	border-style: solid;
	border-color: Silver;
	border-width: 1px;
	font-weight: bold;
}
.admin_button_small {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: White;
	text-decoration: none;
	background: Red;
	border-style: solid;
	border-color: Silver;
	border-width: 1px;
	font-weight: bold;
	padding: 2 2 2 2;
}


#sddm
{	margin: 0;
	padding: 0 0 0 50;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0 12 0 0;
	list-style: none;
	float: left;
	font: 11px arial}

#sddm li a
{
	display: block;
	white-space: nowrap;
	color: White;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../image/ballbullet.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15;
}
#sddm li a:hover {
	color: #CCCC99;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0 0 0 13;
	padding: 0;
	background: #EAEBD8;
	z-index: 999;
	border: 1px solid Gray}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	background: #eaeaea;
	color: Black;
	font: 11px arial;
}

	#sddm div a:hover
	{	background: #cc3300;
		color: #FFF}

		
/* Gallery Styles */

#motioncontainer {
margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
width: 950px; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */