html,body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background:url(/pic/happyday_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#17271b;
	width:100%;
	text-align: center;
	scrollbar-base-color: #17271b; 
	scrollbar-arrow-color: #67776b;
	scrollbar-DarkShadow-Color: #000000; 


}

table.full-height {
  height:100%;
  width:100%;
  padding:0px;
  font-size: 11px;
}

td {
font-size:12px
}

input, textarea {
font-size:11px;
background-color:#4d92a6;
border:none;
color:#FFF;
overflow:auto;
}

input.check {
background-color:transparent;
}

a {
text-decoration:none;
color:#000000;
}

a:hover {
text-decoration:none;
color:#FFFFFF;
}

a.navigation {
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
}

a.navigation:hover {
text-decoration:underline;
}


a.content {
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
}

a.content:hover {
background-color:#cd1274;
color:#FFF;
font-weight:bold;
}

div.content_header {
color:#00FF0E;
font-size:20px;
font-weight:bold;
padding-bottom:5px;
padding-top:10px;
width:340px;
}

div.content {
color:#FFF;
font-size:16px;
width:640px;
width:340px;
}

div.footer {
color:#FFF;
font-size:11px;
float:right;
}

div.menu {
padding-right:3px;
padding-bottom:3px;
float:left;
}

div.almenu {
width:25%;
padding-right:15px;
float:left;
}


/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 90%; /* Set to gallery width, in px or percentage */
height: 80px; /* 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 */

