

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset 
{
margin: 0px;
padding: 0px;
border: 0px;
}

body 
{
font-family: Tahoma;
font-size: 16px;
line-height: 20px;
font-weight: normal;
color: #000000; 
background-color:#EEEEEE;
}

A { text-decoration: none; font-weight:bold; color: #000000}
A:link {text-decoration: none;    font-weight:bold}
A:visited {}
A:active {}
A:hover {color: #FFFFFF; background=#000000 }
}

table
{
font-family: Tahoma;
font-size: 14px;
line-height: 18px;
font-weight: normal;
xcolor: #000000;

}


h1 {
font-family: Arial, sans-serif;
font-weight: bold;
font-size:16px;
color: #000000;
text-align: center;

xmargin-top: 20px;
xmargin-bottom: 20px;
}

h2 {
font-family: Arial;
font-weight: bold;
font-size: 14px;
color: #000000;
text-transform: uppercase;
letter-spacing: 0.02em;
line-height: 12px;
text-align: left
}

h3 {
font-family: Arial;
font-size: 12px;
color: #000000;
xbackground-color: #d0d4d0;
text-align: left;
font-style:italic; 
padding-left:0px; padding-right:10px; padding-top:0px; padding-bottom:0px
}


li {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 10px;
color: #000000;
text-align: left;
margin-left: 20px;
}


/* Page Divisions - stw */

	div#Wrapper{
	text-align: Left;
	}

	div#MobileAimsMainPageDiv
	{
	text-align:left;
	width:300px;
	xoverflow:scroll;
	xmargin:10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	xborder-right-color: #000000;
	xborder-left-color: #000000;
	margin-left:auto;
	margin-right:auto;
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	xborder-bottom-color: #000000;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	
	
	}

	div#MobileAimsheader {
	}
	

	div#MobileAimstopbanner {
	margin-left: 0px;
	xbackground-image: url('/images/logos/Logo_version2-web.gif');
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	xheight: 60px;
	xwidth: 240px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}

	div#MobileAimsLoginBar {
	margin-right: 10px;
	text-align: right;
	text-decoration: none
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	
	}

	div#MobileAimsBodyContainer
	{
	xwidth:230px;
	margin:0 auto;
	xbackground-color: #BBBB00;
	xheight: 300px;
	height: 100%;
	}

	
	div#MobileAimscontentleft
	{
	}

	div#MobileAimsContentMiddle
	{
	xwidth:220px;
	text-align:left;

	}
	
	div#MobileAimsContentRight
	{
	}
	
	div#xMobileAimsfooter
	{
	text-align: center;
	margin-left: 0px;
	clear:both;
	xwidth:100%;
	height: 10px;
	background-color: #CCCCCC;
	xwidth: 240px;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
	div#LookupCaption {
	float: left;
	overflow:hidden;
	width: 30%;
	height: 20px;
	
	}
	div#LookupData {
	overflow: hidden;
	width: 70%;
	float: left;
	height: 20px;
	}
	
/* ######### Div for AIMS Report - stw ######### */


	.AIMSReport 
	{
	font-size: 10px;
	}  

/* ######### Div for AIMS Report - stw ######### */

	div#MobileAimsMarginLeft10px
	{
	margin-left: 10px;
	xbackground-color: #000000;
	
	}
	
/* #### Disable NavMenu ##### */
	div#DisableForMobile
	{
		display: none;
	}
	
	div#MobileNavMenu
	{
		font-size: 10px;
		color: #FFFFFF;
		text-align: center;
	}
/* ######### Classes for Displaying Asset Data in Reports  STW ######### */
	.DIDDropdown
	{
	width:200px
	}	

/* ######### Classes for Display Web Logo  STW ######### */


	img.weblogo
	{

	width:55px;
	height: 35px;
	}
/* ######### Style for AIMS Mobile Logo - stw ######### */
	
 .MobileAimsLogo
	{
	margin-left: 0; 
	margin-top:0;
	position: absolute;
	
	}

/* ######### Style for AIMSMainMenu 05/6/2011 -   ######### */

		.AIMSMainMenu
		{
		}
		.AIMSMainMenu ul {
		}
		
		.AIMSMainMenu li {
		list-style: none;
		margin: 0;
		
		}
		.AIMSMainMenu li:hover{
	    xbackground-color: #333333;
	    xcolor: #FFFFFF;      

		}
		
		
		
		.AIMSMainMenu li a
		{
		width: 135px;
		line-height:28px;
		font-size: 16px;
		font-weight: bold;	
		text-decoration: none;
		display: block;
		}
		
		
		.AIMSMainMenu li a:link,
		.AIMSMainMenu li a:visited{
	    background-color: #CCCCCC;  
	    color: #000000;
		border: 2px solid #999999;
		border-style: outset;
		xbackground:  url('../images/buttons/buttons_Sidebar_NoHover_1.jpg') repeat-x bottom left;	
		}
		
		.AIMSMainMenu li a:hover{
	    background-color: #333333;
	    color: #FFFFFF;      
		xbackground:  url('../images/buttons/buttons_NavMenu_Hover_1.jpg') repeat-x bottom left;	
		}
		
		
		

/* ######### Style for AIMS Mobile Buttons - stw ######### */

	/* Mobile Button css is for the input buttons */
	.AIMSMobileButton{
    background-color: #CCCCCC;  
    font: 16px;
    font-weight: bold; 
    color: #000000;
	border: 2px solid #999999;
	border-style: outset;
	}
	.AIMSMobileButton:hover{
    background-color: #333333;
    color: #FFFFFF;      

	}

	.AIMSMobileButton a {
		xcolor: #FFFF00;
		xfont: 40px;
		xwidth: 150px;
    	xcolor: #FFFFFF; 
	}	
	.AIMSMobileButton a:Link,
	.AIMSMobileButton a:Visited
	{
	xfont-weight: bold;
	xbackground-image: url('WebsiteNavButton_NonHover.gif');	
	}
	
	.AIMSMobileButton a:Hover {
	}	
	
	html>body .AIMSMobileButton ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
	}

	
/* ######### Style for AIMS Menu Button -   ######### */
	a.AIMSMenuButton:Link,
	a.AIMSMenuButton:Visited
	{
		height: 2em;
		line-height: 2em;
		float: left;
		width: 7em;
		display: block;
		xborder: 0.1em solid #dcdce9;
		color: #FFFF00;
		xtext-decoration: none;
		text-align: center;
		width: 100px;
		height: 32px;
		font-weight: bold;
		background-image: url('WebsiteNavButton_NonHover.gif');	
		xbackground: url('WebsiteNavButton_NonHover.gif'); font-style:normal; font-variant:normal; font-weight:normal; font-size:10px
	}
	a.AIMSMenuButton:Hover
		{
		background-image: url('WebsiteNavButton.gif');
		background: url('WebsiteNavButton.gif');
		color:#000000;
		}	
	
		
	
	html>body a.AIMSMenuButton:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
	}
