﻿/* ----- PAGE AND BODY ----- */
body
{
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: center;	/*Centers the text alignment*/
}

html
{
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;	/*Centers the text alignment*/
}

body 
{
	background-color: #3F5B84;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:normal;
	font-family: Arial, Verdana, helvetica, Tahoma, sans-serif;
	font-size:10pt;
}

#container
{
	width: 980px;		/*The width of our layout*/
	text-align: left;	/*IMPORTANT: Resets the text alignment to LEFT*/
	margin-left: auto;
	margin: 0 auto;
	padding: 0;
}

.middle_margin	/*IMPORTANT: this is to align the main div body with the shadow offset on left side*/
{
	margin-left:9px;
}

.big_cheese
{
	background: url('../images/layout/open_main_bg.gif') repeat-y center; 
	width: 998px;
	text-align: left;
	margin-left: auto;
	margin: 0 auto;
	padding: 0;
}

table.body_table
{
	width:980px;
}

.zeroed
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}




/* ----- TEXT ----- */

body A
{
	color: #3976b4;
	text-decoration: none;
}

body A:visited
{
	color: #3976b4;
	text-decoration: none;
}

body A:hover
{
	color: #000066;
	text-decoration: underline;
}

.header
{
	font-size:22px;
	font-weight:bold;
	letter-spacing: -.04em;
}

ul
  {
  margin-left: 0;
  padding-left: 1em;
  }
li
  {
  margin-left: 20px;
  margin-bottom: 8px;
  padding: 0;
  }

hr
{
	height:1px;
	color:Gray;
	background-color:Gray;
	border:none;
}
  
.small
{
	font-family: Arial, Verdana, helvetica, Tahoma, sans-serif;
	font-size:11px;
}	  


.title
{
	font-family: Arial, Verdana, helvetica, Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
}



/* ----- HEADER ----- */

#layout_header /*The header image*/ {
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0px;
    height: 124px;
    width: 980px;
    /*background-image: url("http://open.alabama.gov/images/layout/open_header.jpg");*/
    background-image: url("../images/layout/open_header.jpg");
}

#layout_header_SPENDING /*The SPENDING header image*/ {
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0px;
    height: 124px;
    width: 980px;
    /*background-image: url(http://open.alabama.gov/images/layout/open_header_SPENDING.jpg);*/
    background-image: url(../images/layout/open_header_SPENDING.jpg);
}


/* ----- MENU ----- */

#top_menu
{
	margin: 0;
	padding: 0;
	vertical-align:top;
	border: 0px;
	height: 30px;
	width: 980px;
	background-image: url("../images/layout/open_menu_back.gif");
}


#top_menu_shadow
{
	margin: 0;
	padding: 0;
	vertical-align:top;
	border: 1px;
	height: 30px;
	width: 980px;
	background: url("../images/layout/open_menu_shadow.gif") repeat-x;
}

.menu_margin
{
	margin-left:38px;
}




/* ----- FOOTER ----- */

#footer_margin
{
	 margin-top:30px;
}


#footer
{
	margin: 0;
	padding: 0;
	border: 0px;
	height: 34px;
	width: 980px;
	background: #71A0D3 url("../images/layout/open_footer_bg.gif") repeat-x;

}

#footer_bottom
{
	margin: 0;
	padding: 0;
	vertical-align:top;
	border: 0px;
	height: 22px;
	width: 998px;
	background: url("../images/layout/open_footer_bottom.gif");
}

.menu_footer
{
	color: #ffffff;
	padding-top:18px;
	font-size:11px;
	font-family: verdana, arial, tahoma, sans-serif;
	text-align:center;
}

.menu_footer A:link
{
	color: #ffffff;
    text-decoration: none;
}

.menu_footer A:visited
{
	color: #ffffff;
    text-decoration: none;
}

.menu_footer A:hover
{
    color: #ccffff;
    text-decoration: underline;
}




/* ----- SPLASH ----- */

.welcome_box
{
	margin-top:20px;
	width:470px;
	background: url("../images/layout/box_bg.gif");
}

.welcome_box_content
{
	width:430px;
	margin-left:20px;
	margin-top:0px;
}

.splash_left
{
	float:left;
	width:470px;
}

.icon_margin
{
	margin-right:10px;
	border:0px;
}

.img_paper
{
	vertical-align:top;
	float:right;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
}

.container_splash
{
	width:920px;
	float:right;
	margin-right:9px;	
}

.page_title
{
	font-size: 14pt;
	font-weight: bold;
}

/* ----- CONTENT PAGES ----- */

.container_content
{
	width:860px;
	/* border: solid 1px black; */
	margin-left:60px;
	margin-right:60px;
}

.gl
{
	/*border:solid 1px #CCCCCC;*/
	border-color: #CCCCCC;
}

/* ----- Gridviews ----- */

.GridViewStyle
{    
    Width: 100%;
    border: 0px;
    padding: 1px;
}

.GridViewStyle TD
{    
    border: 1px;
}

.GridViewHeaderStyle
{
    background-color: #3F5B84;
    font-weight: bold;
    color: White;
    border: 1px;
}

.GridViewHeaderStyle A
{
    color: White;
}

.GridViewHeaderStyle A:visited
{
    color: White;
}

.GridViewFooterStyle
{
    background-color: #FFFFFF;
    font-weight: bold;
    color: #000000;
}

.GridViewRowStyle
{
    background-color: #FFFFFF;
    color: #000000;
}

.GridViewAlternatingRowStyle
{
    background-color: #F5F5F5;
    color: #000000;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
}

/* ----- For Progress Indicator ----- */

#progressBackgroundFilter {
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  overflow:hidden;
  padding:0;
  margin:0;
  width:100%;
  height:100%;
  background-color:#000000; 
  filter:alpha(opacity=45);
  opacity:0.5;
  z-index:3000;
}

#processMessage { 
  position:relative; 
  font-weight:normal;
  border:solid 1px #000000;
  top:0px; 
  left:0px;
  padding:10px;
  width:32px;
  height:32px;
  background-color:#ffffff;
  vertical-align:middle;
  z-index:3001;
}
