﻿/* ----- PAGE AND BODY ----- */
body
{
	border: none;
	text-align: center;	/*Centers the text alignment*/
	background-color: #DEDEDE;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	font-family: Arial, Verdana, helvetica, Tahoma, sans-serif;
	font-size: 10pt;
}

html
{
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;	/*Centers the text alignment*/
}

#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:3px;
}

.big_cheese
{
	background: url('../images/layout/stim_body_bg.gif') repeat-y center; 
	width: 986px;
	text-align: left;
	margin-left: auto;
	margin: 0 auto;
	padding: 0;
}

.container_1
{
	width: 978px;		/*The width of our layout - WITHIN THE BACKGROUND FIELD, not the edge shadows*/
	text-align: left;	/*IMPORTANT: Resets the text alignment to LEFT*/
	margin-left: 0;
	padding: 0;
	/* border: solid 1px black; */
	height: inherit;
	vertical-align: top;
}

.container_2
{
	width: 978px;		/*The width of our layout - WITHIN THE BACKGROUND FIELD, not the edge shadows*/
	text-align: left;	/*IMPORTANT: Resets the text alignment to LEFT*/
	margin-left: 0;
	padding: 0;
	/* border: solid 1px red;  */
	height: inherit;
}

.container_menu_icons
{
	width: 545px;		/*The width of our layout - WITHIN THE BACKGROUND FIELD, not the edge shadows*/
	text-align: right;	/*IMPORTANT: Resets the text alignment to LEFT*/
	margin-top: 44px;
	margin-left: 40px;
	margin-right: 40px;
	padding: 0;
	/* border: solid 1px green; */
	float: right;
}

.container_content
{
	width: 818px;		/*The width of our layout - WITHIN THE BACKGROUND FIELD, not the edge shadows*/
	text-align: left;	/*IMPORTANT: Resets the text alignment to LEFT*/
	margin-top: 50px;
	margin-left: 80px;
	margin-right: 80px;
	padding: 0;
	/* border: solid 1px blue; */
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.container_mothership
{
	width: 100%;		/*The width of our layout - WITHIN THE BACKGROUND FIELD, not the edge shadows*/
	text-align: center;	/*IMPORTANT: Resets the text alignment to LEFT*/
	padding: 0;
	/*border: solid 1px orange;*/
	float: left;

	margin-top: 50px;
}


.container_L
{
	width: 290px;		/*The width of our layout - WITHIN THE BACKGROUND FIELD, not the edge shadows*/
	text-align: center;	/*IMPORTANT: Resets the text alignment to LEFT*/
	margin-left: 40px;
	margin-top: 0px;
	padding: 0;
	border: solid 1px #e4e4e4;
	float: left;
}

.container_C
{
	width: 290px;		/*The width of our layout - WITHIN THE BACKGROUND FIELD, not the edge shadows*/
	text-align: center;	/*IMPORTANT: Resets the text alignment to LEFT*/
	margin-left: 12px;
	margin-top: 0px;
	padding: 0;
	border: solid 1px #e4e4e4;
	float:left ;
}

.container_R
{
	width: 290px;		/*The width of our layout - WITHIN THE BACKGROUND FIELD, not the edge shadows*/
	text-align: center;	/*IMPORTANT: Resets the text alignment to LEFT*/
	margin-left: 0px;
	margin-right: 40px;
	margin-top: 0px;
	padding: 0;
	border: solid 1px #e4e4e4;
	float: right;

	text-align:left;
}



/* ----- SPLASH TEXT (3 columns) ----- */

.splashTitle
{
	font-family: Segoe UI, Arial, Verdana, helvetica, Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	background-color: #e4e4e4;
	text-align:center;
}




.container_left
{
	width: 392px;		/*The width of our layout - WITHIN THE BACKGROUND FIELD, not the edge shadows*/
	text-align: center;	/*IMPORTANT: Resets the text alignment to LEFT*/
	margin-left: 40px;
	margin-top: 180px;
	padding: 0;
	/* border: solid 1px blue; */
	float: left;
}

.container_right
{
	width: 460px;		/*The width of our layout - WITHIN THE BACKGROUND FIELD, not the edge shadows*/
	text-align: center;	/*IMPORTANT: Resets the text alignment to LEFT*/
	margin-top: 60px;
	margin-left: 0;
	margin-right: 40px;
	padding: 0;
	/* border: solid 1px green; */
	float: right;
	background: url('../images/layout/stim_grayblock_bg.gif') repeat-y center;  
}


.container_right_tabs
{
	width: 460px;		/*The width of our layout - WITHIN THE BACKGROUND FIELD, not the edge shadows*/
	text-align: left;	/*IMPORTANT: Resets the text alignment to LEFT*/
	margin-top: 60px;
	margin-left: 0;
	margin-right: 40px;
	padding: 0;
	/* border: solid 1px green; */
	float: right;

}

.body_title_bg
{
	background: url('../images/layout/stim_bodytitle_bg.gif'); 
	background-repeat: no-repeat;
	background-position:top;
	width: 980px;
	height: inherit;
	text-align: left;
	margin: 0;
	padding: 0;
}


table.body_table
{
	width:980px;
	border: solid 1px black;
}

.zeroed
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}




/* ----- TEXT ----- */

body A
{
	color: #3858A7;
	text-decoration: none;
}

body A:visited
{
	color: #3858A7;
	text-decoration: none;
}

body A:hover
{
	color: #3858A7;
	text-decoration: underline;
}

.header
{
	font-size:22px;
	font-weight:bold;
	letter-spacing: -.04em;
}



hr
{
	height:1px;
	color:#e4e4e4;
	background-color:#e4e4e4;
	border:none;
}
  
.small
{
	font-family: Arial, Verdana, helvetica, Tahoma, sans-serif;
	font-size:11px;
}	  



/* ---- NEWS ---- */

.news_block
{
	margin: 0px 40px 0px 40px;
	width:380px;
}	

.icons_vert
{
	margin: 0px 00px 0px 0px;
	text-align: center;
	margin-right:0px;
	margin-top:10px;
		

}


.news_title
{
	font-size:13px;
	
}

.news_summary
{
	font-size:11px;	
}

.news_date
{
	font-size:7pt;
	font-style:italic;
	color: #999999;
}


/* ----- 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_1.jpg");
}




/* ----- MENU ----- */

#top_menu
{
	margin: 0;
	padding: 0;
	vertical-align:top;
	border: 0px;
	height: 30px;
	width: 980px;
	background-image: url("../images/layout/stim_menu_bg.gif");
}


#top_menu_shadow
{
	margin: 0;
	padding: 0;
	vertical-align:top;
	border: 1px;
	height: 30px;
	width: 980px;
	background: url("../images/layout/stim_menu_shadow.gif") repeat-x;
}

.menu_margin
{
	margin-left:38px;
}




/* ----- FOOTER ----- */

#footer_margin
{
	 margin-top:30px;
}


#footer
{
	margin: 0;
	padding: 0;
	border: 0px;
	height: 41px;
	width: 980px;
	background: #AFAFAF url("../images/layout/stim_footer_bg.gif") repeat-x;

}

#footer_bottom
{
	margin: 0;
	padding: 0;
	vertical-align:top;
	border: 0px;
	height: 13px;
	width: 986px;
	background: url("../images/layout/stim_footer_bottom.gif");
}

.menu_footer
{
	color: #ffffff;
	padding-top:12px;
	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: #333333;
    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;
}



/* ----- CONTENT PAGES ----- */

.title
{
	font-size:20px;
	
}

.pr_title
{
	font-size:12pt;
	font-weight: bold;
}
.h1
{
	font-size: 16px;
	font-weight: bold;
}
.h2
{
	font-size: 18px;
	font-weight: bold;
}
.h3
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 5px;
}

.topAnchor
{
	font-size: 10px;
}

.page_title
{
	font-size: 14pt;
	font-weight: bold;
}

.container_splash
{
	width:920px;
	float:right;
	margin-right:9px;	
}

/* ----- 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:hover
{
    color: Navy;
}

.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;
}



/* --- SEARCH BUTTON ---- */

.textbox_side {

	width:133px;
    border: 1px solid #AAAAAA;
    padding-left:2px;
    vertical-align:middle;
}

.search_button
{
	border-collapse:collapse;
	border:0px;
	background-image: url(/images/search.gif);
    background-repeat:no-repeat;
    background-position:left;
    width: 72px;
    height: 20px;
    vertical-align:middle;
  
}	
