/******************** Header ********************/

/******************** Body ********************/

div.content_title {
	text-decoration: underline;
}

.content_title_tag
{
	background:none repeat scroll 0 0 transparent !important;
	color:inherit;
	font-size:10px;
	text-decoration:none;
}

.content_title_tag a
{
	color: inherit;
}

#content h2.content_title, #content h3.content_title, #content h4.content_title {
	text-transform: uppercase;
}

#content h2, #content h3 {
	font-size: 11pt;
}

#content h2 span, #content h3 span, #content h4 span {
	display: block;
	text-decoration: none;
	//border-bottom: 1px solid black;
	background-image: url('http://static.inops.com.au/domains/inops.com.au/images/seperator.png');
	background-repeat:  repeat-x;
	background-position: bottom left;
}

.icon_news, .icon_home, .icon_print, .icon_lock, .icon_unlock, .icon_info, .icon_mail, .icon_search, .icon_save, .icon_download, .icon_upload, .icon_calendar, .icon_modify {
	margin-bottom: 0px !important;
	padding-left: 37px;
	padding-top: 18px !important;
	position: relative !important;
	height: 37px;
}

.spacer {
	margin-top: 20px !important;
}

/******************** Comments ********************/

#comments {
	display: block;
	padding: 10px;
}

#comments h4 span {
	background-image: none !important;
}

#comments ol, #comments .comment_actions ul {
	list-style-type:none;
	margin:0;
	padding:1px 0;
}

#comments .comment {
	width: 100%;
	min-height: 120px;
	margin: 10px 0px;
	display: block;
	position: relative;
	border: 1px solid #E6E6E6;
}

#comments .pri_row {
	background-color: white;
}

#comments .alt_row {
	background-color: #F6F6F6;
}

.comment_meta {
	margin-left: 135px;
	padding: 7px 0px;
}

.comment_body {
	margin: 0px 0px 0px 135px;
}

#comments .comment_actions {
	position: absolute;
	top: 0px;
	right: 0px;
}

#comments  div.comment_author {
	/*
	width: 130px;
	padding: 3px;
	position: absolute;
	text-align: left;
	left: 0px;
	*/
	width: 130px;
	padding: 3px;
	float: left;
}

#addcomment textarea {
	width: 420px;
	height: 80px;
}

#addcomment #submitbutton {
	margin-left: 0px;
}
#comments div.comment_author img {
	padding: 4px;
	background-color: white;
	border: 1px solid #CCC;
}

cite.author {
	display: block;
}

#comments .comment_actions li {
	float: right;
	display: inline;
	padding: 7px;
	text-align: center;
}

/******************** Contact Form ********************/

#contactform {
	position: relative;
	text-align: left;
}

#contactform #contact {
	width: 180px;
	float: right;
	font-size: 12px;
}
#contactform .label {
	font-weight: bold;
	margin-right: 10px;
}
#contactform #company_name {
	font-weight: bold;
	color: #008D00;
}

#contactform #mail  {
	text-align: right;
}

#contactform label {
	float: left;
	width: 200px;
}

#contactform input, #contactform select, #contactform textarea {
	width: 150px;
	margin-bottom: 5px;
}

#contactform textarea {
	width: 400px !important;
	height: 100px;
}

#contactform #submit {
	margin-left: 120px;
	margin-top: 5px;
}

/* END Contact Form */

/* code style */

code {
	padding: 10px;
	border: 1px solid #EEEEEE;
	border-left-width: 15px;
	display: block;
}
/* END code style */

/* Error Styles */

/* END Error Styles */

/* Form Styles */
form label {
	float: left;
	width: 120px;
	font-weight: bold;
}

form .chkstatus
{
	width: 5px;
	text-align: left;
}

form input, form password
{
	width: 400px;
	margin-bottom: 5px;
}

form input, form select, form textarea {
	width: 300px;
}

form #submit, form #submitbutton {
	margin-left: 120px;
	margin-top: 5px;
}

form .fieldrow {
	margin: 3px 0px;
}

#submitbutton, #cancelbutton {
	color:#224466;
	background-color: #CEE0F2 !important;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	padding: 3px 5px;
	border: 1px solid #A3B1BF;
	font-size: 13px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	text-decoration: none;	
	width: 90px !important;
}

/* END Form Styles */


/******************** Footer ********************/

