@charset "utf-8";
/* CSS Document for http://treasurer.jocogov.org v2.0 */
/* This code is maintained by Topher Stumph. */

/* Styles for screen only elements */
@media screen
{
	/* Style the reusable elements */
	div.accordion_header
	{
		background-image: url(/SpryAssets/SpryMenuBarRight.gif);
		background-repeat: no-repeat;
		background-position: 90% 50%;
		cursor: pointer;
		width: 400px;
	}
	div.accordion_content
	{
		display: none;
		padding-left: 5px;
	}
	div.accordion_subheader
	{
		cursor: pointer;
		text-decoration: underline;
		color: #3366ff;
	}
	img.icon
	{
		float: right;
	}
	h2
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #3399cc;
		padding-left: 5px;
		font-weight: normal;
	}
	h1
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #135c80;
		height: 20px;
		width: 480px;
/*		background: url(/images/h3_bkg.png) repeat-y;
*/		padding-left: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #ff9b21;
	}

	/* Style the container elements */
	#container
	{
		margin: auto;
		width: 800px;
		border: 1px solid #000000;
		border-top: none;
	}
	#header
	{
		height: 65px;
		padding: 10px 10px 0px 10px;
		background: #666666 url(/images/header_bkg.jpg) repeat-x;
		border-bottom: 1px solid #000000;
	}
	#menu
	{
		height: 25px;
		background: #ff9900 url(/images/menu_bkg.jpg) repeat-x;
		border-bottom: 1px solid #000000;
	}
	#menu ul
	{
		list-style-type: none;
		width: auto;
		padding-top: 1px;
		display: inline;
	}
	#menu ul li
	{
		list-style-type: none;
		float: left;
		text-align: left;
		width: auto;
		border-right: 1px solid #000000;
		padding-top: 2px;
		padding-bottom: 5px;
	}
	.tabSelected
	{
		background: #54bef1 url(/images/menu_bkg_blue.jpg) repeat-x !important;
		background-image: url(/images/menu_bkg_blue_ie.jpg);
	}
	#menu ul li a
	{
		text-decoration: none;
		color: #000000;
		font-weight: bold;
		font-size: 12px;
		padding: 0px 8px 0px 8px;
	}
	#menu ul li a:hover
	{
		color: #ffffff;
	}
	#subheader_container
	{
		background: #3399ff;
		width: 100%;
		border-bottom: 1px solid #000000;
	}
	#subheader
	{
		height: 99px;
		background: #7dbde1 url(/images/subheader_bkg.jpg) no-repeat;
		text-align: right;
		color: #ffffff;
		width: 800px;
		margin: auto;
		border-bottom: 1px solid #000000;
	}
	#subheader img
	{
		cursor: pointer;
	}
	#content_container
	{
		background: #ffffff url(/images/content_bkg.jpg) repeat-x bottom;
		width: 100%;
	}
	#content
	{
		min-height: 370px;
		width: 780px;
		margin: auto;
		background: #ffffff /*url(/images/content_bkg.jpg) repeat-y*/;
		padding: 10px 10px 10px 10px;
	}
	#left
	{
		float: left; width: 150px; margin-left: 10px;
	}
	#left div, #right div
	{
		padding: 0px 0px 5px 0px;
	}
	#center
	{
		width: 480px;
	}
	#right
	{
		float: right;
		width: 260px;
	}
	#tab_container
	{
		width: 560px;
		margin-left: 200px;
	}
	#tab_container div ul
	{
		background: none;
		border: none;
		text-align: left;
		list-style: outside square ;
	}
	#tab_container div ul li
	{
		background: none;
		border: none;
		display: list-item;
		text-align: left;
		list-style: outside square ;
	}
	#tab_container div ul li a
	{
		color: #135c80;
		text-decoration: underline;
	}
	#tab_container div ul li a:hover
	{
		color: #339acc;
	}
	#footer
	{
		height: 20px;
		color: #ffffff;
		text-align: center;
		padding-top: 5px;
		font-size: 10px;
		background: #666666 url(/images/footer_bkg.jpg) repeat-x;
		border-top: 1px solid #000000;
	}
	#footermenu
	{
		width: 800px;
		margin: auto;
	}
	#footermenu table
	{
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#footermenu table tr td
	{
		padding-left: 5px;
		vertical-align: top;
	}
	#footermenu table tr td.line
	{
		width: 1px;
		border-right: 1px solid #ffffff;
	}
	#footermenu ul
	{
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: top;
	}
	#footermenu ul li
	{
		color:#CCCCCC;
		list-style-type: none;
		font-size: 14px;
	}
	#footermenu ul li ul
	{
		border: none;
	}
	#footermenu ul li ul li
	{
		font-size: 12px;
		padding-left: 15px;
		padding-top: 5px;
	}
	#footermenu ul li ul a
	{
		color: #999999;
	}
	#footermenu ul li a
	{
		color: #cccccc;
		text-decoration: none;
	}
	#footermenu ul li a:hover
	{
		color: #ffffff;
		text-decoration: underline;
	}
	
	/* Internet Explorer 6 hacks to fix nonconformity */
	img, div, h3, h2, h1
	{
		behavior: url(/iepngfix.htc) !important;	/* PNG support for IE */
	}
	#content
	{
		height: auto !important;		/* min-height hack for IE */
		height: 300px;
	}
}

/* Styles for shared screen, print, & handheld elements */
@media print, screen
{
	*
	{
		padding: 0px;
		margin: 0px;
	}
	.highlight
	{
		color: #ff0000;
		font-weight: bold;
	}
	a img
	{
		border: none;
		outline: 0;
	}
	ul.content
	{
		list-style: square;
		padding-left: 20px;
		margin-left: 10px;
	}
	ul.content li
	{
		font-size: 12px;
	}
	html
	{
		text-align: left;
	}
	body
	{
		background: #333333 url(/images/bkg.jpg) repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		margin: auto;
	}
	p.header
	{
		padding: 0px 0px 0px 5px;
		font-weight: bold;
		font-size: 12px;
	}
	p.content
	{
		padding: 0px 0px 5px 10px;
		font-size: 12px;
	}
	p.updated
	{
		font-size: 9px;
		padding-left: 10px;
	}
	a
	{
		color: #135c80;
		text-decoration: underline;
	}
	a.nodec
	{
		text-decoration: none;
	}
	a:hover
	{
		color: #339acc;
	}
	.striped
	{
		font-size: 12px;
		background: #ffffff;
		margin-right: 10px;
	}
}

/* Styles for print only elements */
@media print
{
	/* Style the reusable elements */
	h2
	{
		font-size: 14px;
		width: 290px;
		padding-left: 5px;
		margin-bottom: 5px;
		background-image: none;
	}
	h1
	{
		font-size: 16px;
		width: 390px;
		padding-left: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #000000;
		background-image: none;
	}
	.icon
	{
		visibility: hidden;
		display: none;
	}
	div.accordion_header
	{
		padding-top: 5px;
	}
	div.accordion_content
	{
		padding-left: 5px;
	}
	div.accordion_subheader
	{
		text-decoration: underline;
		color: #3366ff;
	}
	
	/* Style the container elements */
	#container
	{
		margin: auto;
	}
	#menu
	{
		visibility: hidden;
		display: none;
	}
	#subheader
	{
		visibility: hidden;
		display: none;
	}
	#content
	{
		margin: auto;
		padding: 10px 0px 10px 0px;
	}
	#right, #left
	{
		visibility: hidden;
		display: none;
	}
	#tab_container
	{
		margin-left: 0px;
		width: auto;
	}
	#footer
	{
		padding-top: 5px;
		font-size: 10px;
	}
	#footermenu
	{
		visibility: hidden;
		display: none;
	}
}