@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
/*	background-image: url(../LSimages/gray_gradientBG2.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	background-color: #333;
}

.searchForm	{

	padding-bottom:0px;
}

.searchBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	background-color:#000;
	padding:2px;
	width:50px;
	margin-bottom:2px;
}

.globalNav TD	{
	 border:1px solid #FFF;
	 background-color:#000;
	 width:187px;
	 height:27px;
	 vertical-align: middle;
}

.globalNav A:link, .globalNav A:visited	{
 	 color:#FFF;
	 text-decoration:none;
	 font-weight:bold;
 }

.globalNav TD:hover, .globalNav A:hover	{
	 background-color:#002778;
	 color:#FFF;
}

.mainTable	{
	border:1px solid #002778;
	background-color:#FFF;
	background-image:url(../images/SAAMI_topBG2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#036;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	text-indent: 5px;
	color:#FFF;
	background-color:#333;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	color:#000;
}

p, ul, ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

a:link	{
	color:#036;
	text-decoration:underline;
}

a:hover	{
	color:#999;
}


a:visited	{
	color:#333;
}


.footer {
	background-image:url(../images/SAAMI_footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}


.footer a:link, .footer a:visited {
	color: #006;
	text-decoration:underline;
}


.footer a:hover  {
	color: #333;
	text-decoration:underline;
}


/* SPRY Collapsible Elements */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;

}

.CollapsiblePanelTab {
	font: 12px sans-serif;
	font-weight:bold;
	color: #009;
	text-decoration: underline;	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	font: 11px sans-serif;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #CCC;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #666;
	color:#FFFFFF;
}

/* left nav menu styles */

.Group {
	background-image:url(/images/Down.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	display: block;
	height: 28px;
	width: 173px;
	line-height: 27px;
	border-bottom: 1px solid #FFF;
	padding: 3px;
	color: #FFF;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

.GroupNoSub {
	display: block;
	height: 28px;
	width: 173px;
	line-height: 27px;
	border-bottom: 1px solid #FFF;
	padding: 3px;
	color: #FFF;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

.GroupNoSub:link, .GroupNoSub:visited, .Group:link, .Group:visited, .Option:link, .Option:visited {
	color: #FFF;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}


.Group:hover, .GroupNoSub:hover {
	color: #000;
	background-color: #CCC;
	text-decoration: underline;
}

.Option {
	display: block;
	height: 28px;
	width: 163px;
	line-height: 27px;
	padding-left: 15px;
	color: #000;
	text-decoration: none;
	font-size:11px;
	border-bottom: 1px solid #FFF;
}
.Option:hover {
	color: #000;
	background-color: #CCC;
	text-decoration: underline;
}

.show {
	display:inline;
}
.hide {
	display:none;
}