/* 

Amendments for IE6 and IE7 quirks
Ideally these would be included with a conditional HTML statement but 
in order to fit into the DOMweb template, are restricted to ie6 using 
the * html "hack".

*/

/* fixes for main template */

/* align container in centre of page */
* html body {text-align:center;padding-top:10px}
* html #container {margin:0 auto;text-align:left;}

/* display header search on one line */
* html #header_search_input {float:left;width:120px;border-top:3px solid white}
* html #header_search_go {width:50px;float:right;}

/* display secondary (its) search on one line */
* html div#secondary_search input.search {float:left;width:120px;border-top:3px solid white}
* html div#secondary_search input.go {width:50px;float:right;width:50px}

/* fixes for ITS site only */


/* fix presentation of secondary navigation */
* html div#sub_nav_secondary {padding-bottom:4px}
* html .ui-tabs .ui-tabs-nav li a {width:30px}

/* fix the overflowing display on home page */
* html div.home_tabs {}
* html div#carousel_container {overflow:hidden}
* html div#carousel {overflow:hidden}
* html #carousel_box {text-align:center;overflow:hidden;}
* html #carousel_container {margin:0 auto;width:80%;}

/* blocks on home page */
* html div.inner {height:1%}
* html div#service_directory_container {width:99.6%;margin-top:5px;}
* html div.links_array {height:1%}
* html a.statuslightlink {width:22%}

/* links panel on home page */
* html .last_links_panel {width:18%}

/* downgrade spotlight panel hovering because of peekaboo issues */
* html a.spotlink {display:inline;padding:0px; background:none;margin:0px;}
* html a.spotlink:hover {text-decoration:underline; background:none;}
* html div.spotholder {padding:10px;background:#b2dfdf;margin-top:5px;}

/* reduce size of portal windows on home page to prevent right-hand overspill */
* html div.portalwindow {width:23%;overflow:hidden}

/* grid columns */
* html div.grid_row {height:1%;overflow:hidden}
* html div.grid_column,div.grid_column_r {width:43%}
*:first-child+html div.grid_column,div.grid_column_r {width:45%}
* html ul.compact {margin-left:0px}
* html ul.compact.li {padding-left:0px}
*:first-child+html ul.compact {margin-left:0px}
*:first-child+html ul.compact.li {padding-left:0px}

/* other layout divs */

* html .banner {width:500px;}
* html div#two_col_b_left_wrapper {overflow:hidden;}
* html div#two_col_b_left {overflow:hidden;}
* html div#two_col_b_right {overflow:hidden}
* html div#two_col_a_right {overflow:hidden;float:left;margin-left:20px}
* html div#two_col_b_content_container {overflow:hidden;width:99%}
* html div#two_col_a_content_container {overflow:hidden;width:99%}
* html .grid_col_left {width:40%}
* html .grid_col_right {width:40%;margin-left:42%}

/* services tabs */
* html div.minimal_tabs .ui-tabs-nav {width:90%;}
* html h2.tabsh2 {width:90%;margin-right:1em;}

/* quotes e.g. on surveys page */
* html .quote_response {zoom: 1;display: block;}  
* html .quote_bubble {width:325px} /* fix padding for IE quirks */
* html .quote_bubble_green {width:250px;padding-left:25px;}
* html .quote_bubble_green {width:290px}
