/*
	MonitorAudio.com
	Created by Dolphiq New Media
*/

/* General styling and positioning */
body,html{min-height:100.15%}
body{font-family:"Trebuchet MS", arial, verdana;font-size:11px;line-height:1.8;color:#000}
#container{width:942px;margin:0 auto;text-align:left;}
#container_content{width:902px;}
#content{width:902px;min-height:360px;}
#top{position:relative;height:360px;}
#footer{width:942px;height:130px;position:relative;}

#shadeL {background:url(/img/shade-l.png) repeat-y;}
#shadeR {background:url(/img/shade-r.png) repeat-y;}


/* Menu */
#menu * {color:white;font-weight:bold;text-decoration:none;font-size:11px;text-decoration:none;}
#menu ul {margin:0;padding:0;list-style: none;}
#menu ul li {display:inline;background:none;padding:0;border:0;}
#menu a:hover {background: url(/img/menu-hover.png);background-position: center top;behavior: url(/includes/iepngfix.htc);}
#menu a {display:inline-block;height:24px;padding:6px 20px 0;}

#submenu {width:900px;height:44px;text-align:center}
#submenu a {margin:0 4px;}

/* General resets */
img{border:0}
a{border:0}
div{border:0 solid red}
.clear{clear:both;width:0;height:0;font-size:0}

/* Padding and alignment */
.padd20{padding:20px;}
.paddTop0{padding-top:0;}

.left{float:left}
.right{float:right}
.inline{display:inline}
.aCenter{text-align:center}
.aLeft{text-align:left}
.aRight{text-align:right}
.middle,.middle *{vertical-align:middle}
.relative {position:relative;}

/* Forms and fieldsets */
form {margin:0;padding:0;}


/* Font styles and colors */
h1, h2, h3 {font-size:18px;color:#7899B1;margin:0 0 1em 0;}
.white, .white * {color:white;}
.lightgrey, .lightgrey * {color:#E5E5E5;}
.lightblue, .lightblue * {color:#C8D6E0;}

a {color:#769BB3;}
a:hover {text-decoration:none;}


/* Various */

.perc33 {width:300px}
.perc66 {width:600px}

.home_photo {border-top: 1px dotted #E6E6E6;}

ul {
	margin:0;
	padding:0;
}


ul li {
	background: white url(/img/li-icon.gif) no-repeat;
	background-position: 3px 8px;
	list-style:none;
	display:block;
	border-bottom: 1px dotted #E6E6E6;
	padding-left:20px;
}

ul li:hover {
	background:#FDFEFE url(/img/li-icon.gif) no-repeat;
	background-position: 3px 8px;
}

ul li a {
	display:block;
}

fieldset
{
	border:0pt none;
	margin:0pt;
}

legend
{
	display: none;
}

input
{
	font-weight: normal;;
	margin:1px 1px 1px 0pt;
	width:180px;
}

label
{
	float:left;
	width:100px;
	margin:1px;
	margin-left:0;
}

fieldset input, select, textarea
{
	font-family:"Trebuchet MS",arial, verdana;
	font-size:11px;
	margin:1px 1px 1px 0pt;
}

ol { margin:0;padding:5px 10px;background:#f6f6f6; list-style-type:none; }
ol li { display:inline;margin-right:10px; }

.submitButton{
	width:40px;
	cursor:pointer;
	border:outset 0px #ccc;
	background:#FFF;
	color:#7899B1;
	font-weight:bold;
	font-family:'Trebuchet MS', arial, verdana;
	font-size:12px;
	margin: 0px 3px;
}

.inputFilter{
	 width: 20px;
}

.filter {
	float: left;
	width: 186px;
}

