@charset "UTF-8";
/* CSS Document */

/******** EDIT TO CUSTOMIZE COLORS AS YOU WISH ********/

/* TEXT COLOR */
#govlive { color: #000; }

/* EVEN ROW BACKGROUND COLOR */
#govlive .gl-e { background-color: #ecf0f8; }

/* ODD ROW BACKGROUND COLOR */
#govlive .gl-f, #govlive .gl-o { background-color: #fff; }

/* PRIMARY LINK COLOR AND STYLE */
#govlive .gl-m a { color: #069; text-decoration: none; font-weight: bold; }

/* TINY TEXT COLOR */
#govlive .gl-mu { color: #666666; }

/* TINY LINK COLOR */
#govlive a { color: #069; }

/******** DO NOT EDIT BELOW THIS LINE ********/

#govlive  {	margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #fff; border-left: 1px solid #ccc !important; border-right: 1px solid #ccc !important; border-top: 1px solid #ccc !important; border-bottom: 1px solid #ccc !important; }
#govlive img { border: 0px; }
#govlive .gl-line { height: 1px; background-color: #ccc; margin: 10px 0px; clear: both; }
#govlive .gl-headerline { height: 1px; background-color: #ffffff; }
#govlive .gl-header { background: url('http://www.govlive.com/widget/images/b.png') #fff repeat-x; height: 30px; padding: 7px; }
#govlive .gl-underheader { background: url('http://www.govlive.com/widget/images/bu.png') #edf2ff repeat-x; border-bottom: 1px solid #b5c8f9; padding: 7px 7px 6px 7px; margin-bottom: 3px; color: #666; margin-top: -4px; cursor: pointer; }
#govlive .gl-main { background: url('http://www.govlive.com/widget/images/bu.png') #fff repeat-x; padding-top: 4px; }
#govlive .gl-f { padding: 6px 0px 9px 0px; border-bottom: 1px solid #cccccc; clear: both; }
#govlive .gl-o { padding: 9px 0px; border-bottom: 1px solid #cccccc; clear: both; }
#govlive .gl-e { padding: 9px 0px; border-bottom: 1px solid #cccccc; clear: both; }

#govlive .gl-rsslink { float: right; text-shadow: #fff 0px 1px 0px; width: 29px; }

#govlive a.lbutton, #govlive a.mbutton { float:left; text-decoration:none; background:url('http://www.govlive.com/widget/images/button.png') no-repeat left top; height:31px; margin-right: 7px;}

#govlive a.lbutton, #govlive a.mbutton { color: white; overflow-x: hidden; overflow-y: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: Arial; font-size: 13px; font-weight: bold; color: #2e4987; text-shadow: white 0px 1px 0px; }

#govlive a.lbutton span{ display:block; float:left; background:url('http://www.govlive.com/widget/images/button.png') no-repeat right top; height:24px; padding-left:12px; padding-top:7px; padding-right:22px; margin-left:10px; cursor:pointer; }

#govlive a.mbutton span{ display:block; float:left; background:url('http://www.govlive.com/widget/images/button.png') no-repeat right top; height:24px; padding-left:6px; padding-top:7px; padding-right:12px; margin-left:6px; cursor:pointer; }

#govlive a.lbuttonon{ background-position:0px bottom; color: #ffffff; text-shadow: #2E4987 0px 1px 0px; }

#govlive a.lbuttonon span{ background-position:right bottom;}

#govlive .gl-ago { float: right; padding-right: 7px; width: 30%; text-align: right; }
#govlive .gl-m { padding: 0px 7px 0px 7px; font-size: 13px !important; }
#govlive .gl-mu { font-size: 11px; padding: 4px 0px 0px 7px; }
#govlive .gl-mu a { text-decoration: none; }

#govlive .gl-rate { cursor: pointer; text-decoration: none; }
#govlive .gl-rate:hover { text-decoration: underline; }
.off { cursor: auto; color: #666666; text-decoration: none; }

.govlive-logo { width: 100%; text-align: right; padding: 5px 0px; font-size: 11px; color: #666; margin-bottom: 15px; }

/* PAGINATION */
#pag_wrapper { overflow: hidden; background-color: #f7f7f7; padding-bottom: 12px; }
.gl-pagination { padding:12px; background-color:#f7f7f7; font-size: 14px; color: #888; }      
.gl-pagination a { text-decoration: none; border: solid 1px #AAE; }
.gl-pagination a, .gl-pagination span { display: block; float: left; padding: 0.3em 0.5em; margin-right: 5px; background-color: #eee; padding: 2px 6px; }
.gl-pagination span:hover { background-color: #cfcfcf; color: #333; cursor: pointer; }
.gl-pagination .current { background: #cfcfcf; color: #333; padding: 2px 6px; }
.gl-pagination .current.prev, .gl-pagination .current.next{ color:#999; border-color:#999; background:#eee; }

