﻿@import "marquee.css";
@import "marquee2.css";
html
{
	height:100%;
}
body
{
	margin:0px;
	background-color: #de5d33;
	background-image:url('../images/smo_bg.gif');
	background-position:top;
	background-repeat:repeat-x;
	
}

td
{
	vertical-align:top;
}

.footer
{
	width: 1003px;
	height: 20px;
	vertical-align: bottom;
	padding-left: 10px;
	padding-right: 10px;
	color:#ffffff;
}

.contentDiv
{
	width: 1003px;
	_height: 458px;
	min-height: 458px;
	display:block;	
	
}



.menusize
{
	height:20px;
	width:1003px;
}

.devplace
{
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	font-family: Verdana;
	background-color: #dddddd;
	text-align: center;
	
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* radio buttons with labels */
.radio
{
	padding-bottom:10px;
}

.radio input
{
	margin:0;
	top:2px;
	position:relative;
}

.radio label
{
	margin:0;padding:0;	
	margin-left:5px;

}
