/**********************************
Utility........: style.css
Description....: Screen CSS file
Copyright......: Persona Creative
Email..........: lewis@personacreative.com
Last Changed...: 20/04/07
Notes..........: For all browsers
**********************************/
/******************
Layout
******************/
* {
	padding:0;
	margin:0;
}
body {
	text-align:center;
	font-family:tahoma, verdana, arial, helvetica, sans-serif;
	font-size:100%;
	background-color:#fff;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url('../images/onfire/bg2.gif');

}
img {
	border:0;
}
.container {
	position:relative;
	width:1040px;
	margin:0px auto;
	text-align:left;
}
/******************
Options (Top Links)
******************/
#options {
	float:left;
	width:943px;
	text-align:right;
	font-size:0.7em;
	margin:4px 10px 4px 0px;
	background:#fff;
}
#options img {
	border:0;
}
/******************
Masthead Area
******************/

#top_bar {
	height: 30px;
	float: left;
	width: 1040px;
	text-align: right;
	margin-top:20px;
	color: #FFF;
	font-size: 1.2em;
}

#top_bar span {
	margin-right: 15px;
	font-size: 1.0em;
	font-weight: bold;
}


#masthead_area {
	margin-top: 11px;
	float:left;
	width:1040px;
	height:120px;
	/*	background:#fff url(../images/masthead_bg.gif);	*/
}
/******************
Logo
******************/
#logo {
	float:left;
	height: 103px;
	width: 479px;
}
#logo h1 {
	height:103px;
	background:#fff url(../images/onfire/logo2.gif);
}
#logo h1 a {
	display:block;
	height:83px;
}
#logo h1 span, #logo p {
	display:none;
}
/******************
Masthead Nav
******************/
#masthead_nav {
	float:left;
	clear:left;
}
#masthead_nav ul {
	list-style:none;
	display:block;
	padding:0px;
	margin:0px;
}
#masthead_nav li a {
	color:#000;
	display:block;
	font-size:0.8em;
	font-weight:bold;
	padding:5px 0px 5px 41px;
	margin:2px 2px 2px 2px;
	text-decoration:none;
	background:url(../images/masthead_nav_icon.gif) no-repeat 8px 2px;
}
#masthead_nav a {
	color:#000;
	font-size:0.9em;
	text-decoration:none;
}
#masthead_nav a:hover {
 	text-decoration:underline;
	color:#000;
	background:url(../images/masthead_nav_icon_on.gif) no-repeat 8px 2px;
}
#masthead_nav a:visited {
 	color:#000;
}


/************************
Content Login Block Area
************************/

#login_block_content {
        font-family:arial, tahoma, verdana, helvetica, sans-serif;
        color:#000;
        font-size:0.8em;
        height:86px;
        width:182px;
        margin:10px 12px 10px 10px;
        /* background:#4dc2ee url(../images/login_block_bg.gif) no-repeat; */
}



#login_block_content input {
        width:150px;
        border:1px solid #999;
        border-bottom:0;
        border-right:0;
	font-size:1em;
}
#login_block_content input.submit {
        width:110px;
        height:40px;
        border:0;
        margin-top:3px;
        background:#FFF url(../images/login.png) no-repeat;
}
#login_block_content input.submit:hover {
        /* background:#4dc2ee url(../images/login_submit_btn_on.gif) no-repeat; */
        cursor:pointer;
}
#login_block_content img {
        float:right;
        border:0;
}
.loginform_content {
        float:left;
        width:140px;
        margin:10px;
}




#phone_block {
}

/**************************
MenuBar - Login Block Area
***************************/

#login_block {
	float:right;
	font-family:arial, tahoma, verdana, helvetica, sans-serif;
	color:#fff;
	font-size:0.8em;
	height:86px;
	width:182px;
	margin-top: 10px;
        margin-right: 10px;
	background:#4dc2ee url(../images/login_block_bg.gif) no-repeat;
}


#login_block input {
	width:90px;
	border:1px solid #999;
	border-bottom:0;
	border-right:0;
}
#login_block input.submit {
	width:70px;
	height:23px;
	border:0;
	margin-top:3px;
	background:#4dc2ee url(../images/login_submit_btn.gif) no-repeat;
}
#login_block input.submit:hover {
	background:#4dc2ee url(../images/login_submit_btn_on.gif) no-repeat;
	cursor:pointer;
}
#login_block img {
	float:right;
	border:0;
}
.loginform {
	float:left;
	width:140px;
	margin:10px;
}
/******************
LogOut Block Area
******************/
#logout_block {
	float:right;
	font-family:arial, tahoma, verdana, helvetica, sans-serif;
	color:#fff;
	font-size:0.8em;
	height:45px;
	width:200px;
	margin:15px 12px 0px 0px;
	/*	background:#4dc2ee url(../images/logout_block_bg.gif);*/
}
#logout_block input {
	width:90px;
	border:1px solid #999;
	border-bottom:0;
	border-right:0;
}
#logout_block input.logout {
	float:right;
	margin:6px 5px 0px 0px;
	width:140px;
	height:40px;
	border:0;
	background:#FFF url(../images/logout.png) no-repeat;
}
#logout_block input.logout:hover {
	/* background:#4dc2ee url(../images/logout_submit_btn_on.gif) no-repeat;*/
	cursor:pointer;
}
#logout_block img {
	float:right;
	margin:6px 6px 0px 0px;
	border:0;
}
/******************
Navigation (MAIN)
******************/
#leftcol {
	float:left;
	width:192px;
	background:#fff;
}
#navigation {
	list-style:none;
	padding:0px;
	margin:0px;
}
#navigation li {
	float:left;
	display:inline;
	padding:0px;
	width:183px;
	margin:0px 0px 8px 9px;
}
#navigation li a {
	display:block;
	border:0;
	color:#fff;
	font-size:0.75em;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/nav_bg.gif) no-repeat;
	padding:12px 0px 15px 13px;
	margin:0px 0px 0px 0px;
}
#navigation a:hover {
	color:#fff;
	text-decoration:underline;
	background:url(../images/nav_on_bg.gif) no-repeat;
}
#navigation a img {
	border:0;
	height:41px;
	width:183px;
}
#navigation li.double a {
	display:block;
	border:0;
	color:#fff;
	font-size:0.75em;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/nav_bg.gif) no-repeat;
	padding:5px 0px 8px 13px;
	margin:0px 0px 0px 0px;
}
#navigation li.double a:hover {
	color:#fff;
	text-decoration:underline;
	background:url(../images/nav_on_bg.gif) no-repeat;
}
#navigation span {
	display:none;
}
/******************
Navigation (Sub-Sections)
******************/
#navigation ul.subnav li {
	float:left;
	display:inline;
	padding:0px;
	height:auto;
	width:183px;
	margin:5px 0px 0px 0px;
}
#navigation ul.subnav li a {
	display:block;
	border:0;
	color:#78981d;
	font-size:0.75em;
	text-decoration:underline;
	background:none;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 13px;
}
#navigation ul.subnav li a:hover {
	color:#78981d;
	text-decoration:none;
	background:none;
}
/******************
Network Area
******************/
.network_area {
	float:right;
	margin:15px 0px 0px 0px;
}
/******************
Central content (standard pages)
******************/
.central_content {
	float:left;
	width:1000px;
	margin-left:17px;
	background:#fff;
}
.central_content h1 {
	margin:10px;
	font-size:1.1em;
	color:#78981d;
}
.central_content h2 {
	color:#78981d;
	font-size:1.1em;
	margin:10px 0px 10px 10px;
}
.central_content h3 {
	color:#78981d;
	font-size:1.0em;
	margin:10px 0px 10px 10px;
}
.central_content p {
	font-size:0.8em;
	margin:10px 0px 0px 10px;
}
.central_content ul li {
	font-size:0.8em;
	list-style:square;
	margin:10px 0px 5px 25px;
}
.central_content a, .central_content a:active, .central_content a:visited {
	color:#78981d;
	text-decoration:none;
	font-weight:bold;
	padding:0px 1px 0px 1px;
	border-bottom:1px solid #78981d;
}
.central_content a:hover {
	color:#78981d;
	text-decoration:none;
	border-bottom:0;
}
.central_content a.remove {
	border-bottom:0;
	background:none;
}
/******************
Advert Blocks
******************/
.ad_block {
	float:left;
	width:262px;
	height:157px;
	margin:10px 0px 0px 0px;
	background:url(../images/divatxt_ukpricing.gif) no-repeat;
}
.ad_block p {
	position:relative;
	top:115px;
	text-align:right;
	margin-right:6px;
}
.ad_block img {
	border:0;
	vertical-align:middle;
}
/******************
Flash Content
******************/
#flashcontent {
	float:left;
	width:534px;
	height:173px;
	margin-bottom:10px;
	z-index: -1;
}
#flashcontent img {
	margin-left:0px;
	border:0;
}
/******************
Register Content (account area)
******************/
.register_content {
	float:left;
	width:738px;
	min-height:411px;
	margin-left:13px;
/*	background:#a3e8ff url(../images/create_account_bg.gif) no-repeat;*/
}
.register_content a, .register_content a:active, .register_content a:visited {
	color:#78981d;
	text-decoration:none;
	font-weight:bold;
	padding:0px 1px 0px 1px;
	border-bottom:1px solid #78981d;
}
.register_content a:hover {
	color:#78981d;
	text-decoration:none;
	border-bottom:0;
}
.register_content a.remove {
	border-bottom:0;
	background:none;
}
.register_content h1 {
 color:#78981d;
        font-size:1.1em;
        margin:10px 0px 10px 0px;
}
.updated {
	margin: 10px;
	font-size:1.1em;
	color: #91ec4f;
}
.failure {
        margin: 10px;
        font-size:1.1em;
        color: #ff4f3d;
}

input.update_success {
	background: #a3faff;
}

/******************
Secure Content (main area)
******************/
.secure_content {
	float:left;
	width:760px;
	min-height:550px;
	margin-left:13px;
	/* background:#FFF url(../images/secure_block_bg_NG.gif) no-repeat; */
}
.secure_content a, .secure_content a:active, .secure_content a:visited {
	color:#78981d;
	text-decoration:none;
	font-weight:bold;
	padding:0px 1px 0px 1px;
	border-bottom:1px solid #78981d;
}
.secure_content a:hover {
	color:#78981d;
	text-decoration:none;
	border-bottom:0;
}
.secure_content a.remove {
	border-bottom:0;
	background:none;
}
.secure_content  h2 {
        color:#78981d;
        font-size:1.1em;
        margin:10px 0px 10px 0px;
}
.secure_content td {
	font-size:0.8em;
}
#reportTable {
	margin: 20px;
	width: 300px;
	
}
#reportTable td, th {
	text-align: left;
/*	border: 1px solid #000000;*/
	margin: 0;
        padding: 0;
}
#reportTable img {
	vertical-align: top;
	width: 15px;
	height: 15px;	
	display: block;
    	margin: 0;
    	border: 0;
    	padding: 0;
}
table.manageKeywords {
	width: 400px;
	margin: 20px;
}
table.viewReport {
	width: 750px;
}
.reportCol1 {
	width: 140px;
}
.reportCol2 {
        width: 120px;
}
.reportCol3 {
        width: 140px;
}
.reportCol4 {
        width: 80px;
}
.reportCol5 {
        width: 80px;
}
.reportCol5b {
        width: 100px;
}

.reportCol6 {
        width: 80px;
}

.reportCol6b {
        width: 60px;
}
.reportCol7 {
        width: 60px;
}
.reportCol8 {
        width: 60px;
}


.reportDayCol1 {
	width: 140px;
}

.reportDayCol2 {
        width: 110px;
}
.reportDayCol3 {
        width: 110px;
}
.reportDayCol4 {
        width: 110px;
}
.reportDayCol5 {
        width: 110px;
}
.reportDayCol6 {
        width: 110px;
}


.ka_col1
{
	width: 90px;
}

.ka_col2
{
	width: 420px;
}

.ka_col3
{
	width: 25px;
}

.ka_col4
{
	width: 110px;
}

.vm_col1
{
        width: 70px;
}

.vm_col2
{
        width: 90px;
}

.vm_col3
{
        width: 250px;
}

.vm_col4
{
        width: 120px;
}

.vm_col5
{
        width: 110px;
}




.inboundCol1
{
	width: 140px;
}
.inboundCol2
{
	width: 80px;
}
.inboundCol3
{
	width: 80px;
}
.inboundCol4
{
	width: 60px;
}
.inboundCol5
{
	width: 100px;
}
.inboundCol6
{
	width: 190px;
}



.menu_icon {
	background-image: url('images/nav_bg_sm.gif');
	padding: 5px;
	text-align: left;
	width: 130px;
	height: 50px;
	border: 1px solid #FF0000;
}
 .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
/******************
Manage Tables
******************/

div.manage_content {
	text-align: left;
	float:left;
        width:740px;
        margin:15px 0px 0px 17px;
        background:#fff;

}

.manage_content h1 {
        font-size:1.4em;
        color:#78981d;
        margin:10px 0px 10px 10px;
}


table.manage_functions
{
	width: 720px;
	margin: 10px;
}


img.manage_functions {
	position: relative;
	left: 0px;
	border : 0px ;
}
/******************
Reminder Block
******************/
.viewReminderHeader {
        width: 650px;
        margin-left: 10px;
        margin-top: 10px;
        text-align: left;
        color:#78981d;
        font-size:1.1em;
}

.viewReminderData {
        overflow: scroll;
        height: 160px;
        width: 670px;
        margin-left: 10px;
}


/******************
ViewGroup Block
******************/
.viewGroupHeader {
	width: 750px;
        margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	color:#78981d;
        font-size:1.1em;
}


.viewGroupData {
	overflow: scroll;
	height: 300px; 
	width: 750px; 
	margin-left: 10px;
}
font.viewGroupHeader {
	color:#78981d;
        font-size:1.1em;
        /*margin:10px 10px 10px 0px;*/
}
table.viewGroup {
	width: 650px;
}
img.viewGroup {
	width: 20px;
	height: 20px;
}
.col1 {
	width: 105px;	
}
.col2 {
	width: 78px;
}
.col3 {
        width: 78px;
}
.col4 {
        width: 78px;
}
.col5 {
        width: 78px;
}
.col6 {
        width: 78px;
}
.col7 {
        width: 78px;
}
.col8 {
        width: 75px;
}

.jlcol1 {
	width: 120px;
}
.jlcol2 {
        width: 165px;
}
.jlcol3 {
        width: 50px;
}
.jlcol4 {
        width: 150px;
}
.jlcol5 {
        width: 75px;
}


td.highlight {
	background-color: #cadd8b;
}
td.example {
	background-color: #CCCCCC;
}
td.normal {
	background-color: #FFFFFF;
}
td.header {
	font-size: 0.8em;
	color: #000;
	font-weight: bold;
}
input.normal {
	background: #FFFFFF;
	border:1px solid #000;
        border-bottom:1px solid #999;
        border-right:1px solid #999;
}
input.highlight {
	background: #cadd8b;
	border:1px solid #000;
        border-bottom:1px solid #999;
        border-right:1px solid #999;
}

/******************
Purchase Block
******************/
.purchase_content {
	float:left;
	width:932px;
	height:508px;
	margin-left:13px;
	/* background:#999 url(../images/purchase_block_bg.gif) no-repeat; */
}
.purchase_content a, .purchase_content a:active, .purchase_content a:visited {
	color:#78981d;
	text-decoration:none;
	font-weight:bold;
	padding:0px 1px 0px 1px;
	border-bottom:1px solid #78981d;
}
.purchase_content a:hover {
	color:#78981d;
	text-decoration:none;
	border-bottom:0;
}
.purchase_content a.remove {
	border-bottom:0;
	background:none;
}
/******************
Purchase Area1 (Secure section)
******************/
.purchase_content_text {
	float:left;
	width:320px;
	height:475px;
	margin:15px 0px 0px 10px;
	background:#fff;
}
.purchase_content_text h1 {
	font-size:1.4em;
	color:#78981d;
	margin:10px 20px 10px 10px;
}
.purchase_content_text h2 {
	font-size:0.9em;
	color:#000;
	margin:20px 20px 20px 10px;
}
.purchase_content_text p {
	font-size:0.8em;
	margin:0px 20px 10px 10px;
}
.purchase_content_text img {
	float:left;
	margin:0px 20px 20px 10px;
}
/******************
Purchase Area2 (Secure section)
******************/
.purchase_content_text2 {
	float:left;
	width:320px;
	height:475px;
	margin:15px 0px 0px 0px;
	background:#fff;
}
.purchase_content_text2 h1 {
	font-size:1.4em;
	color:#78981d;
	margin:10px 0px 10px 10px;
}
.purchase_content_text2 h2 {
	font-size:1.2em;
	color:#78981d;
	text-align:center;
	margin:20px 0px 20px 10px;
}
.purchase_content_text2 p {
	font-size:0.8em;
	margin:10px 0px 10px 10px;
}
.purchase_content_text2 img {
	vertical-align:middle;
	border:0;
}

/******************
Purchase Area3 (Secure section)
******************/
.purchase_content_text3 {
        float:right;
        width:620px;
        height:475px;
        margin:15px 15px 0px 0px;
        background:#fff;
}
.purchase_content_text3 h1 {
        font-size:1.4em;
        color:#78981d;
        margin:10px 0px 10px 10px;
}
.purchase_content_text3 h2 {
        font-size:1.2em;
        color:#78981d;
        text-align:center;
        margin:20px 0px 20px 10px;
}
.purchase_content_text3 p {
        font-size:0.8em;
        margin:10px 10px 10px 10px;
}
.purchase_content_text3 img {
        vertical-align:middle;
        border:0;
}


/******************
First Logon Block
******************/
.first_logon h1 {
	font-size:1.4em;
        color:#78981d;
        margin:10px 0px 10px 10px;
}
.first_logon p {
	font-size:0.8em;
        margin:0px 0px 10px 10px;
}

/******************
Welcome Area (Secure section)
******************/
.secure_content_welcome {
	float:left;
	width:740px;
	margin:10px 0px 0px 17px;
	/* background:#fff; */
}
.secure_content_welcome h1 {
	font-size:1.4em;
	color:#78981d;
	margin:10px 0px 10px 0px;
}
.secure_content_welcome h2 {
	font-size:1.2em;
	color:#78981d;
	text-align:center;
	margin:20px 0px 20px 0px;
}
.secure_content_welcome p {
	font-size:0.8em;
	margin:0px 0px 10px 0px;
}
.secure_content_welcome img {
	float:right;
	margin:0px 0px 20px 10px;
}
/******************
Welcome Area (Secure section)
******************/
.home_content {
        float:left;
        width:740px;
        margin:15px 0px 0px 17px;
        background:#fff;
}
.home_content h1 {
        font-size:1.4em;
        color:#78981d;
        margin:10px 0px 10px 0px;
}
.home_content h2 {
        font-size:1.2em;
        color:#78981d;
        text-align:center;
        margin:20px 0px 20px 10px;
}
.home_content p {
        font-size:0.8em;
        margin:0px 0px 10px 0px;
}
.home_content img {
        float:none;
	margin:0px 0px 0px 0px;
}

/******************
Welcome Blocks (Images)
******************/
.welcome_block {
	float:left;
	width:338px;
	height:233px;
	margin:10px 0px 10px 17px;
}
.welcome_block p {
	position:relative;
	top:50px;
	text-align:right;
	margin-right:6px;
}
.welcome_block img {
	border:0;
	vertical-align:middle;
}
/******************
Account Manage Blocks (Images)
******************/
.manage_block {
	float:left;
	width:180px;
	height:200px;
	margin:20px 67px 15px 0px;
}
.manage_block a img {
	border:0;
	margin:-10px;/*fixes weird, weird bug in opera*/
}
/******************
Welcome Edit textarea
******************/
.welcome_msg {
	font-family:tahoma, verdana, arial, helvetica, sans-serif;
	font-size:1.0em;	
	border:1px solid #999;
	width:420px;
	height:50px;
}
.welcome_message_edit {
	float:left;
	width:450px;
	margin:10px 10px 10px 115px;
	background:#fff;
}
.welcome_message_edit img {
	border:0;
	float:right;
	margin:0 0 10px 0;
}
/******************
Create message Area (Secure section)
******************/
.secure_content_message {
	float:left;
	width:800px;
	margin:15px 0px 0px 17px;
	background:#fff;
}
.secure_content_message h1 {
	font-size:1.2em;
	margin:10px 0px 5px 5px;
}
.secure_content_message h2 {
	font-size:1.0em;
	color:#78981d;
	text-align: center;
	margin:20px 0px 20px 10px;
}
.secure_content_message p {
	font-size:0.8em;
	margin:0px 0px 10px 10px;
}
.secure_content_message img {
	float:left;
	margin:0px 0px 0px 0px;
	border:0;
}
.secure_content_message a.remove {
	border-bottom:0;
	background:none;
}
/******************
Register Account Table
******************/
.register_table {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	width:283px;
	margin:0px 0px 9px 23px;
	border:1px solid #3cf;
}
.register_table td {
	padding:2px;
}
.register_table td.heading {
	font-size:1.3em;
	font-weight:bold;
	color:#78981d;
	padding-bottom:10px;
}
.register_table img {
	border:0;
	float:right;
}

/**
.register_table label {
	width:160px;
	height:17px;
	background:#FF0000;		
}*/
	
.register_table input {
	position: relative;
	float: right;
	margin-right: 9px;
	width:160px;
	height:17px;
	padding-top:2px;
	border:1px solid #000;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	
}
.register_table textarea {
	width:210px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.05em;
	border:1px solid #000;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
/******************
Register Account Table #2
******************/
.register_table_two {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	width:390px;
	margin:0px 0px 9px 23px;
	border:1px solid #3cf;
}
.register_table_two td {
	padding:2px;
}
.register_table_two td.heading {
	font-size:1.3em;
	font-weight:bold;
	color:#78981d;
	padding-bottom:10px;
}
.register_table_two img {
	border:0;
	vertical-align:middle;
}
.register_table_two input {
	position: relative;
	float: right;
	right: 48px;
	top: 0px;
	width:160px;
	height:17px;
	padding-top:2px;
	border:1px solid #000;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.register_table_two textarea {
	width:210px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.05em;
	border:1px solid #000;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
/******************
Register Account Table #3
******************/
.register_table_three {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	width:687px;
	margin:0px 0px 9px 23px;
	border:1px solid #3cf;
}
.register_table_three td {
	padding:2px;
}
.register_table_three td.heading {
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:10px;
}
.register_table_three img {
	border:0;
	vertical-align:middle;
}
.register_table_three input {
	width:160px;
	height:17px;
	padding-top:2px;
	border:1px solid #000;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.register_table_three input.ticky {
	width:20px;
	height:20px;
	vertical-align:middle;
	border:0;
}

font.heading {
 	font-size:1.3em;
        font-weight:bold;
        color:#78981d;
        padding-bottom:10px;
}




/******************
Create Message Table
******************/

.create_group {
	float:left;
	margin:0px 0px 9px 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	
}

.create_group td {
	vertical-align:middle;
}

.message_table {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background:#fff;
	width:650px;
	margin:0px 0px 9px 23px;
	border:1px solid #fff;
}
.message_table:hover {
	border:1px solid #CCC;
}
.message_table td {
	padding:1px;
}
.message_table img {
	border:0;
	float:right;
}
.message_table input {
	width:210px;
	height:17px;
	padding-top:2px;
	border:1px solid #000;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.message_table textarea {
	width:210px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.05em;
	border:1px solid #000;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.message_table select {
        width:210px;
        height:200px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:1.05em;
        border:1px solid #000;
        border-bottom:1px solid #999;
        border-right:1px solid #999;

}

/*****************
Job form
******************/
#job_form textarea {
        width:215px;
        margin:0px ;
        height:150px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:1.05em;
        background:#fff;
	border:1px solid #3cf;
}

/******************
Phone Area (background)
******************/
#phone_area {
	float:left;
	width:324px;
	height:339px;
	margin:10px 0px 10px 10px;
	background:url(../images/secure_phone_bg.gif);
}
#phone_area textarea {
	width:215px;
	margin:-10px -10px 0px -10px;
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.05em;
	background:#fff;
	border:1px solid #fff;
}
#phone_area textarea:hover {
	border:1px solid #3cf;
}
/******************
Phone Area (background)
******************/
.text_message_block {
	float:left;
	width:218px;
	height:219px;
	margin:90px 10px 10px 54px;
	background:#fff;
}
.text_message_block p {
	margin:10px;
	font-size:0.75em;
}
/******************
Back/Forward Links
******************/
.back_links {
	float:left;
	clear:left;
	margin:5px 10px 5px 15px;
}
.back_links p {
	width:300px;
}
.back_links img {
	margin:-2px 2px 0px 0px;
	border:0;
}
.forward_links {
	float:right;
	margin:5px 20px 5px 0px;
}
.forward_links img {
	margin:-2px 2px 0px 0px;
	border:0;
}
/******************
SMS Price/Dial Code Table
******************/
.pricetable {
	width:300px;
	margin:5px 0px 0px 10px;
	font:normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#4f6b72;
	background:#6cc6ef;
}
.pricetable caption {
	margin-top:10px;
	width:300px;	 
	font:normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}
.pricetable th {
	font:bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:200px;
	border-right:1px solid #222;
	border-bottom:1px solid #222;
	border-top:1px solid #222;
	letter-spacing:1px;
	text-align:left;
	padding:6px 6px 6px 12px;
	background:#6cc6ef;
}
.pricetable th.nobg {
	border-top:0;
	border-left:0;
	border-right:1px solid #666;
	background:none;
}
.pricetable td {
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	background:#fff;
	padding:6px 6px 6px 12px;
	color:#333;
}
.pricetable td.alt {
	background:#a8d8f4;
	color:#333;
}
.pricetable th.spec {
	border-left:1px solid #666;
	border-top:0;
	background:#fff;
	font:bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.pricetable th.specalt {
	border-left:1px solid #ccc;
	border-top:0;
	background:#e0effa;
	font:bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
.pricetable a, .pricetable a:visited, .pricetable a:active {
	border:0;
}
/******************
Right-Side Links
******************/
.right_side {
	float:right;
	width:184px;
	margin:0px 0px 12px 17px;
	/*background:#b1e1f7 url(../images/rhs_bg_01.gif) no-repeat;*/
}
.right_side h1 {
	font-size:0.8em;
	margin:10px 10px 10px 10px;
}
.right_side p {
	font-size:0.8em;
	margin:10px 10px 10px 10px;
}
.right_side ul {
}
.right_side ul li {
	list-style:none;
	background:url(../images/bullet_icon.gif) no-repeat 0px 3px;
	font-size:0.7em;
	font-weight:bold;
	line-height:normal;
	padding-left:15px;
	margin:5px 5px 5px 9px;
}
.right_side img {
	border:0;
	vertical-align:middle;
}
.right_side a, .right_side a:active, .right_side a:visited {
	color:#78981d;
	text-decoration:none;
	font-weight:bold;
	padding:0px 1px 0px 1px;
	border-bottom:1px solid #78981d;
}
.right_side a:hover {
	color:#78981d;
	text-decoration:none;
	border-bottom:0;
}
.right_side a.remove {
	border-bottom:0;
	background:none;
}
img.nah {
	margin:0;
	border-bottom:0;
}
/******************
Credits Left Block (RHS)
******************/
.right_side_credits {
	border: 1px dashed #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	width:184px;
	height:55px;
	/* background:#b1e1f7 url(../images/rhs_credits_bg.gif) no-repeat; */
}
.right_side_credits h1 {
	font-size:0.8em;
	color:#000;
	text-align:center;
}
.right_side_credits p {
	margin-top: 10px;
	font-size: 0.9em;
	text-align:center;
}
/******************
Contact Form
******************/
.contactform {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	width:300px;
	margin:10px;
}
.contactform td {
	padding:2px;
}
.contactform td.heading {
	font-size:1.3em;
	font-weight:bold;
	color:#78981d;
	padding-bottom:10px;
}
.contactform img {
	border:0;
	float:right;
}
.contactform input {
	width:160px;
	height:20px;
	padding-top:2px;
	border:1px solid #000;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.contactform textarea {
	width:210px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.05em;
	border:1px solid #000;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
/******************
Footer
******************/

div#footer 
{
		float: left;
		width: 100%;
		height: 252px;
		padding-top: 21px;
		background-repeat: repeat-x;
		background-image: url('../images/onfire/footer.gif');
		margin-top: 21px;
}

div#bottomtext {
		margin: 0 auto;
		width: 1040px;
		text-align: left;	
		color: #646464;
		font-size: 12px;
		padding-top: 12px;
	
}
	
	div#bottomtext span, div#bottomtext a {
	
		color: #999999;
		text-decoration: none;
	
	}
	
	div#bottomtext a:hover {
	
		color: #999999;
		text-decoration: underline;
	
	}



/******************
Global Styles
******************/
acronym {
	cursor:help;
	border-bottom:1px solid #999;
}
.line {
	height:1px;
	border-bottom:3px solid #000;
	padding:0;
	margin:-3px 2px -2px 2px;
}
hr {display:none;}
fieldset {
	border:0;
}
.required {
	color:#78981d;
}
.dyn_number {
	color:#999;
	font-weight:bold;
}
img.nah a {
	border:0;
}
a {color: #00f;text-decoration:underline;}
a:visited {color:#00f;}
a:hover {color:#bd2d87;text-decoration:none;}
a:active {color:#00f;}


/*****************
*****************/

#noDecor a:hover 
{
	text-decoration:none;
	border: 0px;
}

#noDecor a:active
{
        text-decoration:none;
        border: 0px;
}

#noDecor a:visited
{
        text-decoration:none;
        border: 0px;
}

#noDecor a
{
        text-decoration:none;
        border: 0px;
}

/******************
Acivate Content (main area)
******************/
.activate_content {
        float:left;
        width:730px;
        height:508px;
        margin-left:13px;
}
.activate_content a, .activate_content a:active, .activate_content a:visited {
        color:#78981d;
        text-decoration:none;
        font-weight:bold;
        padding:0px 1px 0px 1px;
        border-bottom:1px solid #78981d;
}
.activate_content a:hover {
        color:#78981d;
        text-decoration:none;
        border-bottom:0;
}
.activate_content a.remove {
        border-bottom:0;
        background:none;
}
.activate_content  h2 {
        color:#78981d;
        font-size:1.1em;
	margin-bottom: 5px;
}
.activate_content td {
        font-size:0.8em;
}
.activate_content_welcome {
        float:left;
        width:800px;
        margin:15px 0px 0px 0px;
        background:#fff;
}
.activate_content_welcome p {
        margin: 0px;
}


/******************
Account manage
******************/

#links {
	width: 600px; 
	float: left; 
	margin: 20px;
	font-size:0.8em;
}


#signup ul{
	margin-left: 20px;
	font-size:0.8em;
}

#signup_new ul{
        margin-left: 20px;
        font-size:0.8em;
}

.secure_content ul{
	margin-left: 20px;
        font-size:0.8em;
}

/******************
Form validation
******************/
div.validated {
			
	/*width: 283px;*/
}

.showmsg {
	/*float:left;*/
	margin-top:10px;
	width:200px;
	/*height:0px;	*/
}
.hidemsg {
	/*float:left;*/
	/*margin-top:10px;*/
	width:200px;
	height:0px;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #78981d;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #EAE9E9;
	border-right-color: #8F2A2D;
	border-bottom-color: #8F2A2D;
	border-left-color: #EAE9E9;
	height: 22px;
}
.stdFont {
	text-align:center;
        font-family:tahoma, verdana, arial, helvetica, sans-serif;
        font-size:100%;
        background-color:#fff;

}

.erroritem {
	font-weight: bold;
	color: #F00;
}

.successitem {
	color:#0F0;
	font-weight: bold;
}

.error {
	border:1px solid #A90000;
	padding:1px 1px 1px 5px;
	background-color:#F8E5E5;
}
.success {
	/*border:1px solid #74F019;padding:4px 4px 4px 29px;background-color:#DEF8CA;*/}


div.paste {
	float: right;
	font-size: 0.8em;
	margin: 0 10px 0 0;
}

div.hidden {
	width: 0px;
	height: 0px;
	visibility:hidden;
}

textarea.hidden {
	width: 0px;
        height: 0px;
}


.upload_table {
	width: 900px;
}

.up_col {
	width: 112px;
}

div.upload_results {
	overflow: auto;
	width: 900px;
	height: 350px;
}



.search_table {
	border: 1px dashed #CCC;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}


.geCol {
	width: 90px;
	border: 1px solid #CCC;
}

.geColSelect {
	width: 25px;
}

.geInput {
	border: 1px solid #CCC;
}

.geHighlight {
	background: #cadd8b;
}

.disabled {
	background: #CCC;
	border: #CCC;
	color: #000;
}

h1.ge {
	float: left;
	display: inline;
	margin-bottom: 7px;
}

img.ge {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 2px;
}

.cleaner {
	width: 100%;
	clear: both;
}

.cleaner_h30 {
        width: 100%;
	height: 30px;
        clear: both;
}


div#loginpanel {
	
		background-repeat: no-repeat;
		background-image: url('../images/onfire/loginpanel.gif');
		float: left;
		width: 238px;
		height: 58px;
		text-align: left;
		padding-left: 90px;
		padding-top: 40px;
	
	}



input#loginname, input#loginemail {
	
		border: 1px solid #CDCDCD;
		background-color: #FFFFFF;
		color: #1A1A1A;
		font-size: 11px;
		font-family: Arial, sans-serif;
		width: 170px;
	
	}
	
	input#loginbutton {
	
		float: right;
		padding-right: 15px;
		padding-top: 10px;
	
	}


#top_right {
	float: right;
	width: 300px;
	height: 150px;
	text-align: right;
}

#top_right table {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}

#top_right a {
	color: #4D4D4D;
	text-decoration: none;

}

.errorBlock {
	margin: 5px;
}

.errorBlock ul {
	margin-left: 10px;
}

.groupTable {
	width: 440px;
	font-size: 1.1em;
}

.gtcol1 {
	width: 250px;
	height: 15px;
}

.gtcol2 { 
	width: 50px;
	height: 15px;
}

.gtcol3 {
	width: 150px;
	height: 15px;
}

.groupTable input {
	width: 45px;
	padding: 0px;
	margin: 0px;
	border: 0;
}
.groupHeader {
	width: 460px;
}
.groupList {
	width: 460px;
	height: 300px;
	overflow: auto;
}




