
/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, 
h6, p, blockquote, pre, a, abbr, address, cite, code, del,
dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup,
var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, figure, figcaption, 
hgroup, menu, footer, header, nav, section, summary, time,
mark, audio, video {
        margin: 0px;
        padding: 0px;
        border: 0px;
        line-height: 1.5em;
}


article, aside, canvas, figure, figure img, figcaption,
hgroup, footer, header, nav, section, audio, video {
        display: block;
}

/********* Page Settings **********************************/
body {
	font-family: sans-serif;
        background-color: white;
	color: black;
	font-size: 80%;
}

/* HTML Styles */
li { margin-left: 2em; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
dl {}}
dt {}}
dd {}}

/* headings */
h1 { font-size: 1.35em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }

/* Clearfixen */
#header:after, #top-nav:after, #sub-nav:after, #main:after,
#dist-layout:after, #widgets:after, #left:after, #footer:after,
#right:after, #middle:after {
        content: ".";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
        overflow: hidden;
}
#dist-layout, #header, #top-nav, #sub-nav, #main, #footer { 
        clear: both;
}

/********* Accessability **********************************/
#access { }
#access-links {
        position: absolute;
        right: 0px;
        border: 1px solid black;
        background-color: #666;
        padding: 3px;
        font-size: 90%;
}
#access-links a {
        color: white;
        text-decoration: none;
}


/********* Header *****************************************/
#header {
        background-color: #333;
        text-align: center;
        overflow: hidden;
}
#header a { display: block; }
#header img { display: block; }

/********* Navs *******************************************/
#top-nav li, #sub-nav li, #footer li {
	display: block;
        float: left;
        margin: 0px;
        padding: 6px;
        font-size: 90%;
        border-right: 1px solid #999;
}
#top-nav a, #sub-nav a, #footer a {
        text-decoration: none;
        font-weight: bold;
}

/********* Top Nav ****************************************/
#top-nav {
        background-color: #222;
        color: white;
}
#top-nav li:hover { background-color: #fade2f; }
#top-nav li:hover a { color: black; }
#top-nav li.item2:hover { background-color: #00794c; }
#top-nav li.item2:hover a { color: white; }
#top-nav li.item3:hover { background-color: #981f32; }
#top-nav li.item3:hover a { color: white; }
#top-nav li.item4:hover { background-color: #01747b; }
#top-nav li.item4:hover a { color: white; }
#top-nav a { color: white; }

/********* Sub Nav ****************************************/
#sub-nav {
        background-color: #ddd;
        color: black;
	border-bottom: 1px solid #999;
}
#sub-nav li:hover { background-color: #fade2f; }
#sub-nav a { color: black; }

/* Search - move to screen-l/screen-m? */
#search {
        padding: 2px;
	float: right;
}
#search input {
        font-size: inherit;
}

/********* Breadcrumb Trail *******************************/
#breadcrumb {
        padding: 6px;
        background-color: white;
}
#breadcrumb strong { font-weight: normal; }

/********* Main *******************************************/
#main {
        margin: 0px auto;
        background-color: white;
}

/* Homepage Content */
.heading_strip {
        background-color: #666;
        color: white;
}
.heading_strip h2 {
        text-transform: uppercase;
        padding: 0.3em 0.5em;
        font-size: 90%;
        letter-spacing: 2px;
        color: white;
}
h3.heading {
        font-size: 110%;
        margin: 0.5em 0;
        color: #11487c;
}
h4 {
        font-size: 100%;
        margin: 0.5em 0;
}

/* Today in Parliament */
#today-in-parliament { }
#today-in-parliament .purple_strip_large {
	background-color: #662D91;
        color: white;
        padding: 5px;
        margin-top: 0.5em;
}

/*
#today-in-parliament .pad {
        background-color: #ddd;
        padding: 0.5em;
}
*/

/* Latest News & Events */
#news-events .hide_frontpage {
        display: none;
}

/* Widget Column */

/* Member Search widget */
.member_search button.nostyle {
        background-color: transparent;
        border: 0;
}
.member_search input {
	width: 80%;
}
#widgets .purple_strip,
#right .purple_strip {
        background-color: #662d91;
        color: white;
        padding: 5px;
}
#widgets .purple_strip h3.heading,
#right .purple_strip h3.heading {
        font-size: 90%;
        color: white;
        text-transform: uppercase;
        font-weight: normal;
        margin: 0;
}
#widgets .pad,
#right .pad {
        padding: 0.5em;
}

/* get rid of "seperator" when cleared out of code */
.separator, .seperator {
        border-top: 1px dotted #999;
        margin: 1em;
}

/* This formatting is mad. make it good. */
/*
.broadcast { float: left; }
.rss { float: right; }
*/

/* Left hand column with main menu */
#left { }
#left_sub { background-color: #eee; }
#left_sub_header {
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 0.5em;
        font-size: 90%;
}

/*
 * Main Menu styles
 *
 * .mainlevel = top level menu item
 * .mainlevel_current = top level menu item when selected
 * .mainlevel_active = top level menu item when sub item selected
 * .sublevel = sub level menu item
 * .sublevel_current = sub level menu item when selected
 * .sublevel_active = sub level menu item when sub sub item selected
 *
 * Most style goes on <a> instead of <li> so it's not indented
 *
 * Should use plain <ul>s and .current and .active
 *
 */

/* Common Main Menu list item styles */
li.mainlevel, li.mainlevel_current, li.mainlevel_active, 
li.sublevel, li.sublevel_active, li.sublevel_current {
        list-style-type: none;
        margin: 0;
}
li.mainlevel a, li.mainlevel_current a, li.mainlevel_active a, 
li.sublevel a, li.sublevel_active a, li.sublevel_current a {
        color: black;
        display: block;
        text-decoration: none;
        font-size: 90%;
        border-bottom: 1px solid #999;
        padding: 4px;
}

/* Main level */
li.mainlevel a, li.mainlevel_current a, li.mainlevel_active a {
        padding-left: 10px; 
}

/* Sub level padding and bullets */
li.sublevel a.sublevel,
li.sublevel_active a.sublevel_active,
li.sublevel_current a.sublevel_current {
        padding-left: 20px; 
        background-image: url("../images/arrow.gif");
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #ffe;
}

/* Sub Sub level */
li.sublevel_active li.sublevel a.sublevel, 
li.sublevel_active li.sublevel_current a.sublevel_current,
li.sublevel_current li.sublevel a.sublevel {
        padding-left: 30px; 
        background-image: url("../images/bullet.gif");
        background-repeat: no-repeat;
        background-position: left center;
        background-color: white;
}

/* Active menu item */
a#active_menu {
        background-color: #333;
        color: white;
}
a.sublevel_current#active_menu {
        background-image: url("../images/arrow_rev.gif");
}
li.sublevel_active li.sublevel_current a.sublevel_current#active_menu {
        background-image: url("../images/bullet_rev.gif");
}

/* Mouse overs */
#left_vertical_menu a:hover {
        background-color: #333;
        color: white;
}
#left_vertical_menu a.sublevel:hover,
#left_vertical_menu a.sublevel_active:hover {
        background-image: url("../images/arrow_rev.gif");
}
#left_vertical_menu li.sublevel_active li.sublevel a.sublevel:hover,
#left_vertical_menu li.sublevel_current li.sublevel a.sublevel:hover {
        background-image: url("../images/bullet_rev.gif");
}

/* Middle column */
#middle { }

#middle .heading_strip {
        padding: 0.5em;
        margin-bottom: 1em;
}
#middle .heading_strip h1.heading {
        text-transform: uppercase;
        font-weight: normal;
	letter-spacing: 2px;
	font-size: 90%;
}

/* Page Formatting */
p { margin: 0 0 1em 0; }
.hide { display: none; }
.modifydate { color: #999; }

#middle td {
	padding: 4px;
	border: 1px solid #ccc;
}

#middle td td {
	border: 0px;
}
h2 {
	font-size: 1.3em;
	color: #14487c;
}

/* Page controls */
ul.pagination {

}
ul.pagination li {
	list-style: none;
	display: inline;
	padding-right: 3px;
}
ul.pagination li a {
	font-weight: bold;
}
.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }


/* Footer */
#footer span.text-formatting { display: none; }
#footer {
        border-top: 1px solid #999;
        background-color: #ccc;
}
#footer li a {
        color: #333;
        font-weight: normal;
}
#footer li:hover { background-color: #333; }
#footer li:hover a { color: white; }


/* Theme Colors */

/* Yellow */
#top-nav li.active { background-color: #fade2f; }
#top-nav li.active a { color: black; }
/* #middle .heading_strip { background-color: #fade2f; } */
#left_sub_header { background-color: #fade2f; color: black; }

/* Red */
body#theme-red #top-nav li.active { background-color: #981f32; }
body#theme-red #top-nav li.active a { color: white; }
body#theme-red #middle .heading_strip { background-color: #981f32; }
body#theme-red #left_sub_header { background-color: #981f32; color: white; }
body#theme-red #header { background-color: #981f32; }

/* Green */
body#theme-green #top-nav li.active { background-color: #00794c; }
body#theme-green #top-nav li.active a { color: white; }
body#theme-green #middle .heading_strip { background-color: #00794c; }
body#theme-green #left_sub_header { background-color: #00794c; color: white; }
body#theme-green #header { background-color: #00794c; }

/* Aqua */
body#theme-aqua #top-nav li.active { background-color: #01747b; }
body#theme-aqua #top-nav li.active a { color: white; }
body#theme-aqua #middle .heading_strip { background-color: #01747b; }
body#theme-aqua #left_sub_header { background-color: #01747b; color: white; }
body#theme-aqua #header { background-color: #01747b; }


/* Committees styles */
table.committee_table {
	width: 100%;
	border: 1px solid #999;
}
table.committee_table th {
	background: #333;
	color: #FFF;
	padding: 4px;
	text-align: left;
}
table.committee_table td {
	padding: 4px;
	border: 1px solid #999;
}
table.committee_table tr.alt {
        background-color: #d1edef;
}

/* Committee tabs */
.inquiry_menu {
	float: left;
	width:100%;
	border: solid 1px #666;

	padding-bottom: 0px;
	/*width: 130px; */
/*	clear: both; */
        background-color: #d1edef;

        margin-bottom: 1em;
}
#middle ul.committee_menu,ul.committee_menu {
	/*width: 130px !important; */
	padding: 0px;
	margin: 0px;

}
ul.committee_menu li {

	list-style: none;

	float: left;

        background-color: #e8e8e8;
	
	padding: 0px;
	margin-top: 2px;
        margin-left: 2px;
        margin-right: 0px;
	margin-bottom: 0px;

	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 2px solid #ccc;

}
ul.committee_menu li a {
/*	width: 120px; */
	padding: 5px;
	float: left;
	text-decoration: none;

}
ul.committee_menu li a:hover {
	background: #fff;
	color: #000;
}
ul.committee_menu li.head {
	
	color: #333;
	font-weight: bold;
	padding: 5px !important;
	width: 190px;
}
	
ul li.contents {
	background: #01747B;
	color: #FFF;
	padding: 5px !important;
	width: 120px;
}
ul.committee_menu li.active {
	background-color: #fff !important;
        color: #000 !important;
        border-bottom: 3px solid #fff;
        margin-bottom: -1px !important;
}
ul.committee_menu li.active a {
        color: #000 !important;
}


/* HANSARD colours */

/*Assembly download table*/

#hansAssy {
         background-color: #AED1A3; 
         border-collapse: collapse;
}
#hansAssy tr {
         border-top: 2px solid #AED1A3;
         border-bottom: 2px solid #999999;
}
#hansAssy tr#blank {
         border-bottom: 0px;
}
#hansAssy th {
         text-align: left;
}
table#hansAssy td {
         padding: 5px;
         border: none;
}

/*Council download table*/

#hansCcl {
         background-color: #F48F8A; 
         border-collapse: collapse;
}
#hansCcl tr {
         border-top: 2px solid #F48F8A;
         border-bottom: 2px solid #999999;
}
#hansCcl tr#blank {
         border-bottom: 0px;
}
#hansCcl th {
         text-align: left;
}
table#hansCcl td {
         padding: 5px;
         border: none;
}

/* JCL styles */

/* make sure floats don't get caught on underhang */
#extcalendar div.calander_title { height: 1.5em; }
#extcalendar div.today { height: 1.5em; }

/* override inline styles */
#extcalendar div.prev_month { width: 33% !important; }
#extcalendar div.current_month { width: 34% !important; }
#extcalendar div.next_month { width: 33% !important; }

#extcalendar div.clr { clear: right !important; }
#extcalendar table.maintable { }

/* Search Form */
#adv_search_form {
        background-color: #e6e6e6;
}
#searchForm div div {
        float: none !important;
        position: relative;
        text-align: right;
}
#searchForm > div  {
        position: relative;
        top: -3em;
        margin-bottom: -3em;
}

#main table.contentpaneopen { border: 0px; }
#main table.contentpaneopen td { border: 0px; }
#main table.searchintro td { border: 0px; }
#main table.contentpaneopen fieldset { 
        border-top: 1px solid #ccc; 
        margin-top: 15px;
        padding: 15px;
}
.search_date {
        font-weight: bold;
}

/* Publications */
#rokdownloads { }
#rokdownloads .file_download_list {
        width: 100%;
}
#rokdownloads .file_thumb { width: 0%; }
#rokdownloads tr {
        border: 0px;
        border-bottom: 1px dotted #999;
}
#rokdownloads td {
        border: 0px;
}
#rokdownloads tr.heading {
        border: 0px;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        background: #333;
        color: white;
}
#rokdownloads tr.heading th {
        padding: 2px;
}
#rokdownloads th a {
        color: #ff0;
}
#rokdownloads th a.current {
        color: #ff0;
}
#rokdownloads .file_lede td {
        border-top-width: 0px;
}
#rokdownloads .file_lede_content {
        position: relative;
        padding: 15px;
        margin: 1em;
        border: 1px solid black;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #ffe;
}
#rokdownloads .file_lede_content:before {
        content: "";
        position: absolute;
        top: -11px;
        bottom: auto;
        left: auto;
        right: 20px;

        display: block;
        border-style: solid;
        border-width: 0 10px 10px;
        border-color: black transparent;

        width: 0;
}
#rokdownloads .file_lede_content:after {
        content: "";
        position: absolute;
        top: -10px;
        bottom: auto
        left: auto;
        right: 20px;

        display: block;
        border-style: solid;
        border-width: 0 10px 10px;
        border-color: #ffe transparent;

        width: 0;
}
#rokdownloads .file_tag .Assembly_tag { color: #060; }
#rokdownloads .file_tag .Council_tag { color: #060; }

#rokdownloads .file_name_heading { text-align: left; }

#rokdownloads .file_html, 
#rokdownloads .file_preview,
#rokdownloads .file_date,
#rokdownloads .file_tag { text-align: center; }
#rokdownloads .file_size { text-align: right; }

#rokdownloads table a { text-decoration: none; }
#rokdownloads table a:hover { text-decoration: underline; }

#rokdownloads select { font-size: inherit; }

#rokdownloads #select_category_control option.current {
        font-weight: bold;
}

#rokdownloads .rd_pagination.top {
        margin: 0;
}

#rokdownloads #rd_folder {
        border: 0;
}
#rokdownloads #rd_folder .rd_details {
        margin: 0.5em 0;
        padding: 1em;
        background-color: #ffe;
        border: 1px solid #ccc;
}

#rokdownloads .rd_nofiles {
        border: 1px solid #ccc;
        font-weight: bold;
        padding: 2em;
        text-align: center;
        background-color: #fec;
        color: #930;
        font-size: 110%;
}

#sociallinks ul { }

#sociallinks li.twit {
        list-style-image: url(../images/social/twit.gif);
}
#sociallinks li.rss {
        list-style-image: url(../images/social/rss.gif);
}
#sociallinks li.youtube {
        list-style-image: url(../images/social/youtube.gif);
}
#sociallinks li.facebook {
        list-style-image: url(../images/social/facebook.gif);
}
/* Twitter feeds */
.twitterfeedallitemsdiv { margin-bottom: 1em; }
.twitterfeeditem { 
        border-bottom: 1px dotted #ccc; 
        margin: 0.5em 0;
        padding: 0.5em 0;
}

.subscribenews {
    padding: 4px;
    background-color: #F3EFEC;
    border: 1px solid #bbb;
}

strong strong {
	font-weight:bold;
}

.hearings_tbl {
width:730px;

}

.hearings_tbl th, .hearings_tbl td, .hearings_tbl td span {
font-size:10.88px !important;
font-family:sans-serif !important;
}


#middle  div.assemblylive_btn input {
    background:url(../images/refresh.png) no-repeat;
    cursor:pointer;
    width: 52px;
    height: 52px;
    border: none;
}

#middle  table.assemblylive_tbl{
  width:100%;
}

#middle  table.assemblylive_tbl td{
    border: 0px;
	padding: 1px;
}

#middle  table.assemblylive_tbl tr:nth-child(odd) td {
    border: 1px solid black;
	padding: 3px;
}

#middle  table.assemblylive_tbl tr:nth-child(even) td {
    border: 0px;
	padding: 0px;
    font-size:30%;
}

#middle table.assemblylive_tbl tr:first-child td {
    border: 3px solid #00794c;
	background-color: #C9FFCB;
}







