body {
	padding: 0px;
	margin: 0px;
	scrollbar-face-color: #336699;
	scrollbar-highlight-color: #CFD8DF;
	scrollbar-shadow-color: #CFD8DF;
	scrollbar-3dlight-color: #336699;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-darkshadow-color: #336699;
	scrollbar-track-color: #CFD8DF;
	color: #333333;
}

body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	padding: 0px;
	margin: 0px;
	/*height: 0px;
	width: 0px;*/
}

label {
	cursor: hand;
	cursor: pointer;
}

input, textarea, select {
	font-family: Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #111111;
	background: #E4E4E4;
	font-weight: bold;
}

.header_nav {
	width: 100%;
	padding: 2px;
	height: 25px;
	background-image: url(../images/header-rep.gif);
}

.header_nav td {
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 10px;
	vertical-align:center;
}

.header_nav a:link, .header_nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.preview_frame {
	overflow: hidden;
	width: 100%;
	height: 500;
}

.nav_links {
	vertical-align: bottom;
	text-align: right;
	padding-right: 2px;
	padding-bottom: 2px;
}

.nav_links a:link, .nav_links a:visited {
	color: #003366;
	text-decoration: none;
}

.nav_links a:hover {
	color: #333333;
}

.content_window {
	width: 100%;
}

.left_side_bar {
	/*padding-top:5px;*/
	width: 125px;
}

.left_nav_head {
	width: 180px;
	border: 1px solid #000;
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	height: 26px;
}

.left_nav {
	width: 180px;
	margin: 3px;
	border: 0px solid #000000;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	font-size: 12px;
}

.left_nav tr {
	border: solid 1px #000000;
}

.menu {
	padding: 2px;
	width: 175px;
	background-color: none;
	border: solid 0px #000000;
	font-size:10px;
	font-weight: bold;
}

.menu a {
	display: block;
	width: 174px;
	text-decoration: none;
	line-height: 11px;
	margin-bottom: 0px;
	/*border: 1px solid #FFF;*/
}

.menu a:link, .menu a:visited {
	color: #000;
	padding: 3px;
	text-decoration: none;
}

.menu a:hover{
	background-color: #ABBDCD;
	color: #FFFFFF;
	/*border: 1px solid #333333;*/
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}

.menu li{
	margin: 0px;
	padding:0px;
	padding-bottom:1px;
	margin-bottom: 1px;
	background-color: #E4E4E4;
}

.menu .blue {
	margin: 0px;
	padding:0px;
	padding-bottom:1px;
	margin-bottom: 1px;
	background-color: #C8D5FF;
	color: #333;
}

.menu .green {
	margin: 0px;
	padding:0px;
	padding-bottom:1px;
	margin-bottom: 1px;
	background-color: #C5F3CA;
	color: #333;
}

.menu .red {
	margin: 0px;
	padding:0px;
	padding-bottom:1px;
	margin-bottom: 1px;
	background-color: #FFB4AA;
	color: #333;
}

.sub_nav a:link, .sub_nav a:visited {
	padding-left: 10px;
}

.sub_nav a:hover {
	background-color: #CFD8DF;
	color: #333333;
	line-height: 11px;
}

.sub_nav li {
	background-color: #EFEFEF;
}

.sub_nav .blue {
	background-color: #DBE4FF;
}

.sub_nav .green {
	background-color: #DDF7E0;
}

.sub_nav .red {
	background-color: #FFCEC8;
}

.submenu {
	padding: 0px 0px 0px 0px;
	width: 160px;
}

.submenu a:link, .submenu a:visited {
	color: #333333;
	padding: 4px;
}

.submenu a:hover {
	padding: 3px;
	color: #FFFFFF;
}

.content_display {
	margin: 3px;
	border: 0px solid #E4E4E4;
	padding: 3px;
	width: 99%;
	font-size: 11px;
}

.content_display table {
	width: 100%;
}

.content_display td {
	font-size: 11px;
}

.link_table input, .link_table textarea, .link_table select {
	background: #E4E4E4;
	color: #222222;
}

.link_table {
	border: solid 1px #ABBDCD;
	width: 80%;
}

.link_table td {
	font-size: 12px;
	background-color: #ABBDCD;
	color: #003366;
	vertical-align: top;
	vertical-align: middle;
}

.link_table tr.alt td {
	background-color: #CFD8DF;
}

.link_table th {
	background-color: #1584C7;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	background-image: url('../images/head_nav_back.gif');
	height: 25px;
}

.link_table a {
	font-weight: bold;
	text-decoration: none;
}

.link_table a:link, .link_table a:visited{
	color: #F5F5F5;
}

.link_table a:hover {
	color: #003366;
}

.link_table a:active {
	color: #333333;
}

.link_table th a:hover{
	color: #336699;
	text-decoration: none;
}

.link_table th a:active{
	color: #336699;
	text-decoration: none;
}

.link_table .caption {
	font-size: 9px;
	color: #333333;
	display: block;
}

.sub_list td {
	background-color: #E4E4E4;
	color: #333333;
	font-size: 11px;
}

.sub_list td a:link, .sub_list td a:visited {
	color: #222222;
	text-decoration: underline;
}

.sub_list td a:hover, .sub_list td a:active {
	color: #666666;
	text-decoration: none;
}

.footer {
	width: 100%;
	border-top: 1px solid #666;
	text-align: right;
	font-size: 11px;
}

.footer .f1 {
	padding: 4px;
}

.main_form {
	border: solid 0px;
}

.main_form table tr td {
	font-size: 12px;
}

.wysiwyg_box {
	width: 100%;
	background-color: #FFFFFF;
}

.wysiwyg_button {
	margin:1;
	padding:0;
	border:solid 1px #999999;
	cursor:hand;
	cursor:pointer;
}

.immaterial {
	border: solid 0px #000000;
	margin: 0px;
	padding: 0px;
}

.listtime {
	font-size: 11px;
}

.up {
	color: #060;
}

.down {
	color: #F00;
}

.dime {
	padding: 2px;
	background-color: none;
	font-size:12px;
	width: 176px;
	border: solid 1px #FFFFFF;
	background-color: #E4E4E4;
	text-align: left;
	color: #333333;
	font-weight: normal;
	cursor:pointer;
}

/* 4 TAB - LATEST */

.tabs ul {
	list-style: none;
	padding: 10px 0px 0px 8px;
	margin: 0px 0px 10px 0px;
	float: left;
	height: 24px;
	width: 99%;
}

* html .tabs ul {
	width: 100%;
	height: 34px;
}

.tabs li {
	float: left;
	display: block;
	list-style: none;
}

.tabs li a {
	display: block;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 8px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
	/*width: 125px;*/
	width: 115px;
	height: 16px;
}

* html .tabs li a {
	width: 125px;
	height: 24px;
}

.tabs li a.active {
	padding: 8px 0px 0px 10px;
}

/*start*/

#start {
	border: 1px solid #006600;
}

#start .tabs ul {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/g_bg.gif);
}

#start .tabs li a {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/g_off.gif);
	color: #006600;
}

#start .tabs li a.active {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/g_on.gif);
	color: #339900;
}

#start .tabs li a.active:hover {
	color: #339900;
}

#start .tabs li a:hover {
	color: #339900;
}

.t_start h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.t_start td {
	font-size: 11px;
	padding: 5px;
}

.t_start p {
	font-size: 11px;
}

.t_start a {
	color: #006600;
	font-weight: bold;
}

.t_start a:hover {
	color: #009900;
	font-weight: bold;
}

#start .sml {
	border: 1px solid #AAEAB0;
	margin: 5px;
}

#start .sml .head {
	background-color: #C5F3CA;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 3px;
	font-weight: bold;
}

#start .sml .body {
	background-color: #DDF7E0;
	border-bottom: 1px solid #AAEAB0;
	padding: 5px;
}

/*dime*/

#dime {
	border: 1px solid #990000;
}

#dime .tabs ul {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/r_bg.gif);
}

#dime .tabs li a {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/r_off.gif);
	color: #990000;
}

#dime .tabs li a.active {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/r_on.gif);
	color: #CC0000;
}

#dime .tabs li a.active:hover {
	color: #CC0000;
}

#dime .tabs li a:hover {
	color: #CC0000;
}

.t_dime h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.t_dime td {
	font-size: 11px;
	padding: 5px;
}

.t_dime p {
	font-size: 11px;
}

.t_dime a {
	color: #990000;
	font-weight: bold;
}

.t_dime a:hover {
	color: #CC0000;
	font-weight: bold;
}

#dime .sml {
	border: 1px solid #FF9288;
	margin: 5px;
}

#dime .sml .head {
	background-color: #FFB4AA;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 3px;
	font-weight: bold;
}

#dime .sml .body {
	background-color: #FFCEC8;
	border-bottom: 1px solid #FF9288;
	padding: 5px;
}
/*corpplatform*/

#corpplatform {
	border: 1px solid #003399;
}

#corpplatform .tabs ul {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/b_bg.gif);
}

#corpplatform .tabs li a {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/b_off.gif);
	color: #003399;
}

#corpplatform .tabs li a.active {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/b_on.gif);
	color: #0066CC;
}

#corpplatform .tabs li a.active:hover {
	color: #0066CC;
}

#corpplatform .tabs li a:hover {
	color: #0066CC;
}

.t_corpplatform h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.t_corpplatform td {
	font-size: 11px;
	padding: 5px;
}

.t_corpplatform p {
	font-size: 11px;
}

.t_corpplatform a {
	color: #003399;
	font-weight: bold;
}

.t_corpplatform a:hover {
	color: #0066CC;
	font-weight: bold;
}

#corpplatform .sml {
	border: 1px solid #B2C7FF;
	margin: 5px;
}

#corpplatform .sml .head {
	background-color: #C8D5FF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 3px;
	font-weight: bold;
}

#corpplatform .sml .body {
	background-color: #DBE4FF;
	border-bottom: 1px solid #B2C7FF;
	padding: 5px;
}
/*modules*/

#modules {
	border: 1px solid #999;
}

#modules .tabs ul {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/m_bg.gif);
}

#modules .tabs li a {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/m_off.gif);
	color: #666;
}

#modules .tabs li a.active {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/m_on.gif);
	color: #333;
}

#modules .tabs li a.active:hover {
	color: #333;
}

#modules .tabs li a:hover {
	color: #333;
}

.t_modules td.head {
	padding: 0px 5px 5px 5px;
	font-weight: bold;
	border-bottom: 2px solid #666;
}

.t_modules td {
	padding: 5px;
}

.t_modules td a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.t_modules .evn td {
	padding: 5px;
	background-color: #FAFAFA;
	border-bottom: 1px solid #CCC;
}

.t_modules .odd td {
	padding: 5px;
	border-bottom: 1px solid #CCC;
}

/*MODULE TABS*/

.moduletabs {

}

.moduletabs ul {
}

.moduletabs li a {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/module_off.gif);
	color: #666;
}

.moduletabs li a.active {
	background-image: url(http://resources.platformcms.ibc.com.au/admin_common/images/tabs/module_on.gif);
	color: #333;
}

.moduletabs li a.active:hover {
	color: #333;
}

.moduletabs li a:hover {
	color: #333;
}

.moduletabs ul {
	list-style: none;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	height: 24px;
	width: 99%;
}

* html .moduletabs ul {
	width: 100%;
	height: 34px;
}

.moduletabs li {
	float: left;
	display: block;
	list-style: none;
}

.moduletabs li a {
	display: block;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 8px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
	/*width: 125px;*/
	width: 103px;
	height: 16px;
}

* html .moduletabs li a {
	width: 113px;
	height: 24px;
}

.moduletabs li a.active {
	padding: 8px 0px 0px 8px;
	color: #FFF;
}

.moduletabs li a.active:hover {
	color: #FFF;
}


/*IMAGINE NOTES*/

a.special:link,a.special:visited {
            font: 11px "Verdana", Arial, Helvetica, sans-serif;
            color: #00f;
            text-decoration: underline;
}

a.special:hover {
            color: #f00;
}

.note {
            position: absolute;
            top: 0px;
            left: 0px;
            background: #ffc;
            padding: 10px;
            border: 1px solid #000;
            z-index: 1;
            visibility: hidden;
            font: 11px "Verdana", Arial, Helvetica, sans-serif;
            color: #000;
		width: 300px;
}

/** NEW EMAIL LOOK **/

.email_table {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width:100%;
}

.email_table a {
	color: #369;
}

.email_table th {
	background-color: #1584C7;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	height: 25px;
}

.email_table th a {
	color: #FFF;
	text-decoration: none;
}

.email_table th a:hover {
	color: #EEE;
}

.email_table td {
	border-bottom: 1px solid #666;
	font-size: 11px;
}

.email_table .summ_head {
	background-color: #EEE;
	font-weight: bold;
}

.subhead td {
	font-weight: bold;
}

.odd td {
	background-color: #EEE;
}

.evn td {
}

/*sub table*/

.email_in_table {
	margin-top: 15px;
}

.email_in_table td {
	border: none;
}

/*active row*/

.current td {
	background-color:#CCC;
}

.current .up, .current .down {
	color: #000;
}

.bottomfixed {
  position:fixed;
  _position:absolute;
  bottom:0;
  _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
  width:100%;
 }

 .grpinterface {
  position:fixed;
  _position:absolute;
  bottom:60;
  _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
  width:80%;
  filter: alpha(opacity=95);
  -moz-opacity:.95;
  opacity:.95;
  display: none;
 }
 .moduleVersion {
	color: Red;
	font-size: 9px;
}
