/*
NTSPL Hosting support system StyleSheet
*/

body
{
	padding: 0px;
	margin: 0px;
	background-color: #F8F8F8;
}

td, table
{
	font-family: Verdana, Arial; font-size: 8pt;
	border-color: #B2C2A9;
	border-style: solid;
	border-width: 0px;
}

form
{
	margin: 0px;
}

hr
{
	height: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #B2C2A9;
}

INPUT, TEXTAREA, SELECT
{
	background-color: #FFFFFF;
	font-family: arial, helvetica;
	font-size: 12px;
	border: solid 1px #95B97F;
}

button
{
	background-color: #6DCC33;
}

a:link
{
	color: #379200;
	text-decoration: none;
}

a:visited
{
	color: #379200;
	text-decoration: none;
}

a:active
{
	color: #379200;
	text-decoration: none;
}

a:hover
{
	color: #55E200;
	text-decoration: underline;
}

/* Header buttons (home, log in etc) 'off' style */
.button_off
{
	color: #FFFFFF;
	
	border-color: #D0DFC7;
	border-style: solid;
	background-color: #9EBC8E;
	border-width: 1px 0px 1px 1px;
	vertical-align: middle;
	text-align: center;
	
	cursor: pointer;
}

.button_off a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.button_off a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.button_off a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.button_off a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

/* Header buttons (home, log in etc) 'mouse over' style */
.button_on
{
	color: #FFFFFF;
	
	border-color: #D0DFC7;
	background-color: #8FB379;
	border-width: 1px 0px 1px 1px;
	vertical-align: middle;
	text-align: center;
	
	cursor: pointer;
}

.button_on a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.button_on a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.button_on a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.button_on a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

/* Main content box in main.tpl */
.main_content
{
	padding: 15px 15px 15px 15px;
}

/* Main footer box in main.tpl */
.main_footer
{
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 1px;
}

/* Generic content box table */
.content_box_table
{
	border-width: 0px;
	border-style: solid;
	border-color: #B2C2A9;
	border-width: 1px;
}
/* Generic content box content */
.content_box_cont
{
	background-color: #ECECEC;
	border-width: 0px;
}
/* Generic content box titlebar */
.content_box_title
{
	height: 25px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	
	background-image: url(images/titlebar.gif);
}

/* Generic content box titlebar | 2nd variation */
.content_box_title2
{
	height: 23px;
	color: #546F43;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	
	background-image: url(images/titlebar2.gif);
}

/* Generic content or in other words, anywhere where text appears | 1st Variation */
.content1
{
	background-color: #EAECEA;
	border-width: 0px;
	padding: 4px;
}

/* Generic content or in other words, anywhere where text appears | 2nd Variation */
.content2
{
	background-color: #DEE4DA;
	border-width: 0px;
	padding: 4px;
}

.line {
	border-top-width: 1px;
	border-top-color: #79A82C;
	border-right-color: #79A82C;
	border-bottom-color: #79A82C;
	border-left-color: #79A82C;
	border-top-style: solid;
}
.linelr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #708153;
	border-right-color: #708153;
	border-bottom-color: #708153;
	border-left-color: #708153;
	border-left-style: solid;
}