body {
	background-color: #EDEDED;
	text-align: center;
	}

img { border: 0; }

#globalwrap {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	
	font: 11px Arial, Verdana, sans-serif;
	}
	
#header { 
	width:770px;
	height: 101px;
	background: url(../images/smsheader.gif) no-repeat top left;
	background-color: #EEE;
	margin-top: 15px;
	}

#clientlogo {
	padding: 10px 10px 0 0;
	border:0;
	float:right;
}

#contentwrap {
	padding: 8px 20px;
	background-color: #FFF;
	color: #666;
	font-size: 11px;
	position: relative;
	background: url(../images/mainbg.gif) repeat-y top left;
	width: 770px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 770px;
	}

#footer {
	width: 770px;
	height: 46px;
	margin: 0 0 50px 0;
	background: url(../images/footer.gif) no-repeat top left;
	font-size: 10px;
	text-align: center;
	padding-top: 15px;
	}
	
#AMT_title {
	padding: 0 0 0 30px;
	font-size: 30px;
	margin-top:22px;
	float:left;
	font-weight: normal;
	color: #005596;
	z-index:100;
	}

#eb {
	position: absolute;
	top: 8px;
	left: 568px;
	display: none;
	}

/* Navigation Menus */


#menuwrap {
	position: absolute;
	top: 10px;
	width: 110px;
	z-index: 10;
	}

#menu {
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #D0D0D0;
	}

#menu li {
	width: 110px;
	padding: 4px 0;
	border-top: 1px solid #D0D0D0;
	}
	
#menu li strong { color: #666; }

#menu a:link, #menu a:visited {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #666;
	padding-left: 12px;
	display: block;
	}

#menu a:hover, #menu a:active {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #005596;
	padding-left: 12px;
	display: block;
	}

#menutitle {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 11px;
	color: #444;
	}

#submenu {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#submenu li {
	width: 100px;
	padding: 4px 0 0 0;
	margin-left: 10px;
	border: 0;
	}

a:link#current, a:visited#current, a:hover#current, a:active#current {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #005596;
	padding-left: 12px;
	}


/* Main Area */

#mainwrap {
	width: 770px;
	ssposition: relative;
	padding-left: 10px;
	}

#title {
	margin: 0 0 15px 2px;
	font-size: 20px;
	font-weight: normal;
	color: #005596;
	}
	
#textwrap {
	width: 770px;
	min-height: 450px;
	height:expression(this.scrollHeight < 450 ? "450px" : "auto" );	
	position: relative;
	padding-left: 130px;
}

#loginwrap {
	width: 770px;
	position: relative;
	padding-left: 180px;
	padding-top:60px;
	min-height: 200px;
	height:expression(this.scrollHeight < 200 ? "200px" : "auto" );		
}

/* Fonts */
p, a, th, td {
	font: 11px Arial, Verdana, sans-serif;
}

/* Views */

table.dataview {
	width: 580px;
	border: none;
}

	table.dataview tr td {
		padding: 2px 3px 2px 6px;
		border: 1px solid #cbc8ce;
	}
	
	table.dataview tr th {
		padding: 2px 3px 2px 6px;
		border: 1px solid #cbc8ce;
		background-color: #efefef;
		color: #666666;
		text-align: left;
		vertical-align: top;
	}
	
	table.dataview tr th.controlheading {
		vertical-align: middle;
	}
	
	table.dataview tr td.title {
		padding: 12px 3px 2px 0px;
		color: #000000;
		font-family: trebuchet ms, arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		border: none;
	}
	
	table.dataview tr.controls td {
		border: none;
		padding: 0;
	}

table.fixed {
	table-layout: fixed;
}

input.text {
	width: 130px;
	background-color: #f1eff4;
}

input.wide {
	width: 198px;
}

input.narrow {
	width: 65px;
}

input.vnarrow {
	width: 25px;
}

textarea.fill {
	width: 100%;
}
	
option {
	padding: 0px 4px 0px 4px;
}

select {
	font-size: 11px;
}
