/*//////////////////////////////////////////////////////////////////////////////////// page setup ///////////*/html,body,a:link,a:visited,a:hover,a:active,h1,h2,h3,h4,h5,p,ul,li,div,span,img,form,label,input,textarea,select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	margin:0;
	padding:0;
	border:0;
}
input,textarea,select {
	margin:0;
	padding:1px;
	border:1px solid #193C76;
}
a.button,input.button{
	display:block;
	float:left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	background-color:#e3e3e3;
	width:auto;
	text-decoration:none;
	margin:0;
	border:1px solid #CB8718;
	cursor:pointer;
}
input.button {
	height:24px;
	padding:0 1px 3px 1px;
}
a.button {
	height:20px;
	padding:2px 6px 0 6px;
}
html, body {
	width:100%;	
	background-color:#8d8d8d;
	background-image:url(library/gaugemaster_pagebg.jpg);
	background-repeat:repeat-x;
}
.msg {
	color:#ffffff;
	font-weight:bold;
	border:1px solid #330000;
	background-color:#990000;
	display:block;
	width:auto;
	margin:10px;
	padding:5px;
	text-align:center;
}
.clear {
	clear:both;
	width:0;
	height:0;
}
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
#page{
	width:940px;
	margin:0 auto;
	background:url(library/gaugemaster_bg2.jpg) repeat-y;
}
#header{
	width:920px;
	height:130px;
	background:url(library/gaugemaster_head.jpg) no-repeat;
	padding:20px 0 0 20px;
}
#header li{
	float:right;
	padding-right:90px;
	list-style-type:none;
	font-weight:bold;	
}
#header a:link,#header a:visited{
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}
#main{
	width:940px;
}
#left{
	float:left;
	display:inline;
	width:210px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#menu_top{
	width:210px;
	height:20px;
	background:url(library/gaugemaster_menutop.jpg) no-repeat;
}
#menu_main{
	display:block;
	width:180px;
	background:url(library/gaugemaster_menubg.jpg) repeat-y;
	text-align:right;
	padding-right:30px;
}
#menu_main ul{
	list-style-position:outside;
	padding:0;
	margin:0;
	display:inline;
}
#menu_main li{
	list-style-type:none;
}
#menu_main a:link,#menu_main a:visited{
	text-decoration:none;
	font-weight:bold;
	padding-right:30px;
	padding-bottom:10px;
	padding-top:10px;
	display:block;
	width:180px;
}
#menu_main a:hover{	
	color:#ffffff;
	background:url(library/gaugemaster_menu_roll.jpg) no-repeat;
}
#right{
	padding:10px 40px 0 20px; 
	float:left;
	width:670px;
	min-height:400px;
	background:url(library/gaugemaster_bg.jpg) no-repeat bottom;
	display:inline;
}
#right ul{
	padding-left:20px;
	list-style-position:outside;
}
#footer{
	width:940px;
	height:50px;
	background:url(library/gaugemaster_footer.jpg) no-repeat;
}
h1{
	font-size:x-large;
	font-weight:bold;
	padding-bottom:20px;
}
h2{
	font-size:large;
	padding-bottom:10px;
	padding-top:10px;
}
.footertext1{
	font-size:x-small;
	color:#999999;
	float:right;
	display:inline;
	padding-right:30px;
	padding-top:5px;
}
.footertext2{
	font-size:x-small;
	color:#000000;
	float:right;
	display:inline;
	padding-right:30px;
	padding-top:20px;
}
/*//////////////////////////////////////////////////////////////////////////////////// xstandard styles //////*/
.right{
	float:right;
	display:inline;
	margin-left:5px;
}
.left{
	float:left;
	display:inline;
	margin-right:5px;
}
.black {
	color:#000000;
}
.grey {
	color:#666666;
}
.red {
	color:#990000;
}
.blue {
	color:#000099;
}
.orange {
	color:#FF6600;
}
.green {
	color:#009900;
}
.smaller {
	font-size:x-small;
}