/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
	background-color:#fff;
	height:100%;
}

body {
	font-size:12px;
	line-height:130%;
	font-family:Arial, sans-serif;
	height:100%;
	color:#000;
}
a:link, a:visited { color: #000000 } a:hover{color:#666; text-decoration:none}



/***** Layout Settings *****/


#container{
	margin:0 auto;
	padding:0px;
	width:800px;
	background-color:#fff;
	margin-top:10px;
}
#top{
	width:100%;
	background-image:url(/images/menu_bg.gif);
	background-repeat:repeat-x;
}

fieldset 
{	width: 800px;
	border: none;
}

legend{
	font-weight:bold;
}

input.wide {
	width: 250px;
	margin-right: 5px;
}
textarea.wide {
	width: 250px;
	margin-right: 5px;
}

label
{
	font-weight: bold;
}

td.left-label{
	width: 100px;
}

td.left-label-medium{
	width: 100px;
}

td.left-label-wide{
	width: 200px;
}
td.data{
	width: 300px;
	padding-left: 5px;
}
td.data-wide{
	width: 500px;
	padding-left: 5px;
}

td.vid{
vertical-align: top;
}

.edit-area{
	margin-top: 25px;
}

.drop-img{
margin-bottom: -3px;
cursor: pointer;
}

.drop-large-img{
margin-bottom: -7px;
cursor: pointer;
}

.standard-submit{
width: 75px;
}

.standard-input{
width: 250px;
}

.date-input{
width: 125px;
}

.numeric-input{
width: 50px;
}

.warning{
color: red;
font-style: italic;
font-weight: normal;
}

.info{
font-style: italic;
font-weight: bold;
color:#777;
margin-left: 5px;
}