/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

Copyright 2009 Jeremie Tisseau
"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
http://www.gnu.org/licenses/gpl-3.0.html
*/

/* retrofitted to work with http://virginiageneralassembly.gov for "At a Glance" panel functionality */
/* last rev. 12-04-12 dk> */

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}
/* /clearfix */

/* Panel Tab/button */
.tab {
  	/*background: url(cssImages/tab_b.png) no-repeat 0 0;*/
	/*height: 42px; */
	position: relative;
    top: 0;
    z-index: 999;
	font-family:'Oswald', sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing: .01em;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.tab ul.login {
	display: block;
	position: relative;
  	height: 42px;
	line-height: 31px;
  	color: white;
  	font-size: 80%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.tab ul.login li.left {
  	background: url(cssImages/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.login li.right {
  	background: url(cssImages/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.login li {
 	text-align: center;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
	width: 320px;
  	background: url(cssImages/tab_m.png) repeat-x 0 0;
}
.tab ul.login li a {
	color: #fff;
}
.tab ul.login li a:hover {
	color: white;
}
.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 20px !important;
	cursor: pointer;
	display: block;
	width: 300px;
	position: relative;
	top: 8px;
}
.tab a.open {background: url(cssImages/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(cssImages/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(cssImages/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(cssImages/bt_close.png) no-repeat left -19px;}
/* /Panel Tab/button */


/* begin sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    /* this z-index allows the "At a Glance" panel to still obscure the SudoSlider for capClass beneath */
	z-index: 999;
    text-align: center;
}
#panel {
	width: 100%;
	height: 520px;
	color: #000;
	background: #a6c9e2;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	border-bottom:#333 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.93em;
	background-image:url(cssImages/panel_top.png);
	background-repeat:repeat-x;
	background-position:top left;
}
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: #fff;
	text-shadow: 0 .1em .3em #000;
	
}
#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: #fff;
	border-bottom:#213f99 dotted 2px;
	text-shadow: 0 .1em .3em #000;
	letter-spacing: 0.05em;
}

#panel p {
	margin: 5px 0;
	padding: 0;
	line-height:125%;
}
#panel a:link, #panel a:visited {
    text-decoration: underline;
	color: #213f99;
}
#panel a:hover, #panel a:active {
	color: #ec1c24;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}
#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #a6c9e2;
}
#panel .content .right {
	border-right: 1px solid #a6c9e2;
}
#panel .content form {
	margin: 0 0 10px 0;
}
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#panel .content .instructLabel {
    font-size:11px;
	font-weight:bold;
	font-style:italic;
}
#panel .reqText {
	color: #ec1c24;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #515151;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
	border-radius: 3px;
}
#panel .content input#billField {
	border: 1px #1A1A1A solid;
	background: #515151;
	margin-right: 5px;
	margin-top: 4px;
	width: 70px;
	color: #fff;
	height: 16px;
	border-radius: 3px;
}
#panel .content input.required {
  border: 1px solid #ec1c24;
}
#panel .content input:focus.field {
	background: #414141;
}
#panel .content form#yearBillTracking {
	margin: 5px 0 0 0;
}
#panel .content form#yearBillTracking input:focus {
    background: #414141;
}
/* /sliding panel */

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
#panel .content input.bt_login {
	width: 74px;
	background: transparent url(cssImages/bt_login.png) no-repeat 0 0;
}
#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(cssImages/bt_register.png) no-repeat 0 0;
}
#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
#whosmy input.ui-button {
  letter-spacing: .1em;
}
#yearBillTracking input.ui-button {
  letter-spacing: .1em;
  display: inline;
}
/* /BUTTONS */

/* begin "#meetingBubble" for meetings/events RSS scrolling pane */ 
#meetingBubble {
  margin: 10px 0 10px 0;
  width: 100%;
  height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
  border:1px solid #213f99;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background: #515151;
}
#meetingBubble a:link, #meetingBubble a:visited {
  color:#ec1c24;
}
#meetingBubble ul {
  margin: 10px 5px 10px 10px;
}
#meetingBubble ul li {
  line-height:1.1em;
  padding-bottom:.98em;
  color:#fff;
  font-style:italic;
}
.meetingDate {
  font-weight:bold;
  color:#a6c9e2;
}
.meetingTime {
  font-weight:bold;
  color:#fff;
}
/* /"#meetingBubble" for meetings/events RSS scrolling pane */