/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 10 July 2008 15:57:51
*/


/*
Main Style Sheet
Filename: content.css
File created: August 2007
File updated: 2 October 2007
Modified by: Joel Starkey
Created by: Squiz.net
*/

/* Content CSS Document */

/* General tags
****************************************************************/

body { color :#666;}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7em;
    font-weight: bold;
    color: #666666;
    margin-bottom: 1em;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #666666;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #535353;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
}
h2, h3, h4, h5 {
    margin: 1em 0 1em 0;
}

#content a.arrow,
#content a:visited.arrow,
#cim_right-col a.arrow,
#cim_right-col a:visited.arrow {
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 3px;
    margin: 5px 0 0 0;
    padding: 0 5px 5px 10px;
    text-decoration: none;
}
* html #content a.arrow,
* html #content a:visited.arrow,
* html #cim_right-col a.arrow,
* html #cim_right-col a:visited.arrow {height: 1%;} /* Force 'has layout' for IE 6 */

/* Main Content Area Boxes
****************************************************************/
#content {
    position: relative;
    overflow: hidden;
    font-size: 0.95em;
    line-height: 1.5em;
    padding: 0 20px 20px 20px;
}
/*#content .content_box {
    position: relative;
    overflow: hidden;
    border: 1px solid #CCC;
    background-color: #FFF;
    margin: 0 0 10px 0;
    padding: 20px;
}*/
* html #content .content_box { height: 1%} /* Force 'has layout' for IE 6 */
* html #content { height: 1%} /* Force 'has layout' for IE 6 */

#content .col-1 {
    float: left;
    margin:0 8px 0 0;
    width: 43.5%;
}

/*#content .content_box.with_inner { padding: 10px;}
#content .content_inner_border {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 10px;
    border: 1px solid #DFDFDF;
}*/
* html #content .content_inner_border {height:1%} /* Force 'has layout' for IE 6 */
#content p {margin: 0.2em 0 1em 0;}
#content p.center {text-align: center;}
#content img {position: relative;}
#content img.border {border: 1px solid #CCC;}
#content img.margin {margin: 1em;}
#content .right {float: right; margin: 0.5em; margin-right: 0; position: relative;}
#content .left {float: left; margin: 0.5em; margin-left: 0; position: relative;}
#content .no_margin {margin: 0;}

#content span.footnote {
    display: block;
    border: 1px solid #ececec;
    padding: 0.4em;
    margin-top: 5px;
    color: #58595b;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.3em;
}

#content a:hover, #content a:focus, #content a:active {
    text-decoration: none;
    color: #CC0033;
}

/* Standard Lists
****************************************************************/
#content ul {
    position: relative;
    overflow: hidden;
    margin: 0.5em 0 0 1em;
    padding: 0;
    list-style: none;
}
* html #content ul {height: 1%;} /* Force 'has layout' for IE 6 */
#content ul li {
    position: relative;
    background-image: url(http://www.netalert.gov.au/__data/assets/image/0003/2937/list_bullet.gif);
    background-position: 0 0.3em;
    background-repeat: no-repeat;
    padding: 0 0 0 17px;
    margin: 0 0 0.4em 0;
}
#content ol {
    position: relative;
    margin: 1em;
    padding: 10px;
}
#content ol li {
    margin: 0 0 0.4em 0;
}

/* Highlight Box & Lists
****************************************************************/
.highlight_box {
    border: 1px solid #dfd597;
    margin: 1em 0 1em 0;
    background-color: #FAFAE6;
    overflow: hidden;
    clear: both;
}
.highlight_box h2, .highlight_box p { /* Used as a heading in the box */
    position: relative;
    padding: 5px 14px 5px 14px !important;
    margin: 0 !important;
    background-color: #e3daa6;
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
}
.highlight_box ul {
    list-style-type : none;
    padding : 0.8em 1.2em 0.8em 0.8em !important;
    margin: 0 0 0px 0;
}
.highlight_box ul li {
    position: relative;
    color: #000;
    margin : 0 1em 0 1em;
    padding : 6px 0 6px 16px;
    background-image: url(http://www.netalert.gov.au/__data/assets/image/0020/2936/list_bullet_alt.gif) !important;
    background-position: 0 7px;
    background-repeat: no-repeat;
}
* html .highlight_box ul li {height: 1%;} /* Force 'has layout' for IE 6 */

.highlight_box ul li a,
.highlight_box ul li a:visited {
    position: relative;
    color: #16518C;
    text-decoration: none;
}
.highlight_box ul li a:hover {
    text-decoration: underline;
}

/* Tables
***************************************************************/
#content table.table-data {
    border: none;
    width: 100%;
    margin: 1.5em 0 2em 0;
}
#content table.table-data th {
    padding: 0.9em;
    font-weight: bold;
    color: #262626;
    text-align: left;
    background-color: #DDD48E;
}
#content table.table-data tr.highlight {
    background-color: #FAFAE6;
}
#content table.table-data td {
    padding: 0.9em;
    border: 1px solid #D9CF7C;
    border-top: none;
    border-left: none;
    color: #414042;
}

/* Right Column Styles
***************************************************************/

/* Shadow
************************************/
#cim_right-col .right_shadow_mid {
    position: relative;
    margin-bottom: 20px;
    background-image: url(http://www.netalert.gov.au/__data/assets/image/0015/2940/right_col_shadow_mid.gif);
    background-position: 50% 0;
    background-repeat: repeat-y;
}
* html #cim_right-col .right_shadow_mid {height: 1%;} /* Force 'has layout' for IE 6 */
*:first-child+html .right_shadow_mid {height: 1%;} /* Force 'has layout' for IE 7 */

#cim_right-col .right_shadow_top {
    position: relative;
   /* margin-bot--tom: 20px; */
    background-image: url(http://www.netalert.gov.au/__data/assets/image/0016/2941/right_col_shadow_top.gif);
    background-position: 50% 0;
    background-repeat: no-repeat;
}
#cim_right-col .right_shadow_bot {
    position: relative;
    padding: 2px;
    background-image: url(http://www.netalert.gov.au/__data/assets/image/0005/2939/right_col_shadow_bot.gif);
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
/* End Shadow
************************************/

#cim_right-col .right_box {
    position: relative;
    margin: 0;
    border: 1px solid #C1C1C1;
    background-color: #FFF;
    padding: 4px;
    color: #000;
}
.right_box .right_content {
    position: relative;
    overflow: hidden;
    margin: 0 1px 1px 1px;
    background-color: #FAFAE6;
    border: 1px solid #F2F1C0;
    font-size: 0.92em;
}
* html .right_box .right_content { height: 1%;} /* Force 'has layout' for IE 6 */

#cim_right-col h2 {
    position: relative;
    height: 1%;
    font-size: 1.5em;
    margin: 0;
    padding: 0.2em 0.5em 0.2em 0.8em;
    color: #262626;
}
#cim_right-col .right_box h2 {
    background-color: #DDD48E;
}
#cim_right-col ul {
    list-style-type : none;
    padding : 0;
    margin: 0 0 0px 0;
}
.right_box .right_content ul li {
    position: relative;
    border-bottom: 1px solid #D9CF7C;
    color: #000;
    margin : 0 1em 0 1em;
    padding : 6px 0 6px 16px;
    background-image: url(http://www.netalert.gov.au/__data/assets/image/0020/2936/list_bullet_alt.gif);
    background-position: 0 7px;
    background-repeat: no-repeat;
}
.right_box .right_content ul li.icon_phone {
    padding-left: 23px;
    background-position: 0 3px;
    background-image: url(http://www.netalert.gov.au/__data/assets/image/0004/2938/list_icon_phone.gif);
    border-bottom: none;
}
* html .right_box .right_content ul li {height: 1%;} /* Force 'has layout' for IE 6 */

.right_box .right_content ul li a,
.right_box .right_content ul li a:visited {
    position: relative;
    color: #16518C;
    text-decoration: none;
}
.right_box .right_content ul li a:hover,
.right_box .right_content ul li a:active,
.right_box .right_content ul li a:focus {
    text-decoration: underline;
}
.right_box .right_content p {
    padding: 0.7em;
    font-family: Arial, Verdana, sans-serif;
    line-height: 1.6em;
    font-size: 1.1em;
}

#cim_right-col .right {float: right; margin: 0.5em; margin-right: 0; position: relative;}
#cim_right-col .left {float: left; margin: 0.5em; margin-left: 0; position: relative;}

/* homepage specific
*******************************************************************************/
.home_left_col {
    float: left;
    margin-right: 2em;
    width: 49%;
}
.home_right_col {
    position: relative;
    overflow: hidden;
}
* html .home_right_col { /* Force 'has layout' for IE6 */
    height: 1%;
}

.home_left_col p,
.home_right_col p {
    padding: 0 2em 2em 0;
}
.home_left_col h2,
.home_right_col h2 {
    padding: 0;
    margin: 8px 0 8px 0;
    color: #3770a8;
    font-size: 1.25em;
}

.home_left_col h2 a, .home_right_col h2 a {
    text-decoration: none;
}

.home_feature_row {
    float: left;
    width: 100%;
}

.home_feature_row .item {
    float: left;
    width: 49%;
    height: 1%;
}

.layout_row {
    float: left;
    width: 100%;
    margin: 1em 0;
}

.layout_row .item {
    float: left;
    height: 1%;
}

.home_feature_row .item p {
    padding: 0 2em 2em 0;
}

.home_feature_row .item h2 {
    padding: 0;
    margin: 8px 0 8px 0;
    color: #3770a8;
    font-size: 1.25em;
}

.home_feature_row .item h2 a {
   text-decoration: underline;
}

#intro_text {
    width: 100%;
    margin-bottom: 20px;
}

#intro_text p {
    margin: 0 200px 0 25px;
}


/* general 2col content styles
*******************************************************************************/
.left_col {
    float: left;
    width: 49%;
}
.left_img_align img, .right_img_align img { float: left; padding-right: 0.5em; clear: both;}
.right_col {
    float: left;
    width: 49%;
}
* html .right_col { /* Force 'has layout' for IE6 */
    height: 1%;
}

/* generic reusable classes
*******************************************************************************/
.float-left {float: left; position: relative;}
.float-right {float: right; position: relative;}
.float_clear {width: 100%; height: 1%; clear: both;} /* used to wrap around floated containers */
.width-33 { width: 33%; }
.width-50 { width: 49%; }
.width-100 { width: 99%; }
.margin_bottom {margin-bottom: 2em !important;}
.indent-2 { padding-left: 2em; }
.centered { text-align: center; }
.image-text-centre{ vertical-align: middle;} /* centres the image with text, used on the comparison table page */
#no-script { border: 1px  dotted #000; background-color: #f3f3f3; margin: 1em 0; padding: 1em; color:  #000 } /* used to highlight text for users who don't have JavaScript enabled */