/* Start of CMSMS style sheet 'footer' */
#footer #email_updates{
float: right;
padding: 8px 20px 0 0;
}

#footer #email_updates a{
display: block;
height: 20px;
width: 149px;
}


#footer #widgets{
float: right;
padding: 8px 20px 0 0;
}

#footer #widgets a{
display: block;
height: 20px;
width: 151px;
}

#footer #email_updates a:link, #footer #email_updates a:visited{
background: url(images/email_updates_both.gif) 0 0 no-repeat;
}

#footer #email_updates a:hover, #footer #email_updates a:active{
background: url(images/email_updates_both.gif) -149px 0 no-repeat;
}

#footer #widgets a:link, #footer #widgets a:visited{
background: url(images/button_widgets.jpg) 0 0 no-repeat;
}

#footer #widgets a:hover, #footer #widgets a:active{
background: url(images/button_widgets.jpg) -151px 0 no-repeat;
}





/* End of 'footer' */

/* Start of CMSMS style sheet 'pledge' */
hr{
border: 0;
width: 100%;
border-bottom: 1px dotted #999999;
}

td{
vertical-align: top;
}

input.text{
  font: 11px arial;
  background-color:336699;
  border-color:336699;
  /*border-style:inset;*/
  border-width:0px;
}

#pcontent{
width: 855px;
height: 100%;
background: url(images/container_bg.gif) 0 0 repeat-y;
margin-right: auto; 
margin-left: auto;
margin-top: 0;
}

#pcontent p{
margin: 0px;

}

#pledgeBanner{
background: url(images/pledgeBannerBG.jpg) repeat-x bottom; 
width: 767px; 
height: 98px; 
border-top: 1px dotted #999999; 
border-bottom: 1px dotted #999999;
}

#checkbox{
/*text-align: right;
border: black 1px;
color: green;*/
}

#userInfo{
/* this is done on the page*/
/* display: none; */
}

.pledgeHeading{
font: 16px arial;
}

.userInput{
width: 360px;
}

.savings{
width: 60px;
font: 11px arial;
border-width:0px;
}

.savingsTotal{
width: 60px;
font: 11px arial;
border-width:0px;
color: #008C7D;
}

.texansSaved{
color: #008C7D;
font: 12px arial;
}

.btn_submit_pledge {
display: block;
width: 135px;
height: 22px;
background: url(/images/button_pledge_sprite.jpg) 0 0 no-repeat;
}

.btn_submit_pledge:hover, .btn_submit_pledge.iehover {
background: url(/images/button_pledge_sprite.jpg) 0 -22px no-repeat;
}
/* End of 'pledge' */

/* Start of CMSMS style sheet 'tabs' */
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;		
	background: url(/images/tabs_bg.gif) repeat-y;
	width: 274px;
	height: 27px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

ul.tabs .last{
	width: 88px;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(/images/tab_sprite.gif) no-repeat 0 0;
	font-size:11px;
	display:block;
	height: 27px;  
	overflow: hidden;
	line-height:27px;
	width: 93px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	outline:none;
}


/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0 -27px;	
	color:#fff;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0 -54px;		
	cursor:default !important; 
	color:#000 !important;
}

ul.tabs a.s 			{ background-position: 0 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: 0 -27px; }
ul.tabs a.s.current  { background-position: 0 -54px; }


.tabs_mid{
	background: url(/images/tabs_mid.gif) repeat-y;
	width: 274px;
}

.tabs_content{
	width: 266px;
	margin: auto;
	background: #fffae5 url(/images/tabs_content.gif) repeat-x;	
	clear: both;
}

.tabs_bottom{
	background: url(/images/tabs_bottom.gif) no-repeat;
	width: 274px;
	height: 4px;
	clear: both;
}

.tabs h1{
	font-size: 1.0em;
	line-height: 26px;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;	
}

#kids_pane, #news_pane, #newsletter_pane{
	padding: 10px;
	font-size: 1.1em;	
}

.panes #kids_pane{
	background: url(/images/tabs_kids_bg.jpg) no-repeat;
	width: 246px;
	height: 51px;
}

.panes #newsletter_pane{
	background: url(/images/tabs_newsletter_bg.jpg) no-repeat;
	width: 146px;
	height: 57px;
	padding-right: 100px;
}

.panes #newsletter_pane h2{
	color: #008c7d;
	font-size: 1.2em;
}

.panes .callout_links{
	margin-top: 3px;
}

/* End of 'tabs' */

