/*------------------------------------------------------------------
[Master Stylesheet]

Project:		IS Tech Support "Static Three"
Version:		2009.02.07.1
Last change:	[formatting]
Developer:		colin@grassyhillsoftware.com
Primary use:	evoerp.com, istechsupport.com, evo2web.com
-------------------------------------------------------------------*/
@import "reset.css";

/*------------------------------------------------------------------
[Color codes]

Background:	#eeeeff (pale-pale blue)
Content:	#1e1e1e (light black)
Header h1:	#333399 (royal blue)
Header h2:	#1e1e1e (light black)
Header h3:	#1e1e1e (light black)
Header h4:	#1e1e1e (light black)
Header h5:	#222277 (navy blue)
Header h6:	#1e1e1e (light black)

a (standard):	#333399 (royal blue)
a (hover):		#333399 (royal blue)
a (visited):	#666699 (royal blue)
a (active):		#333399 (royal blue)
-------------------------------------------------------------------*/


/* ---------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>> HTML Selectors <<<<<<<<<<<<<<<<<<<<<<<<<<
--------------------------------------------------------------- */
body {
	background:#eeeeff url(images/gears-bkg-1600.jpg) no-repeat top left;
	color:#1e1e1e;
	font:1.0em Helvetica, Arial, sans-serif;
	min-width:800px;
}
h1 {
	color:#333399;
	font-size:1.8em;
	margin:0 0 0 4px;
	text-align:center;
}
h1.sm {
	font-size:1.3em
}
h2 {
	color:#1e1e6e;
	font-size:1.4em;
	font-style:italic;
	font-weight:bold;
	margin:5px;
	text-align:center;
}
h3 {
	color:#1e1e1e;
	font-size:1.2em;
	font-weight:bold;
	margin:3px;
}
h4 {
	color:#1e1e1e;
	font-size:1.1em;
	font-style:italic;
	margin:3px;
	text-align:center;
}
h5 {
	color:#222277;
	font-size:0.95em;
	font-weight:bold;
	margin:8px 5px -1px 5px;
}
h6 {
	color:#1e1e1e;
	font-size:0.95em;
	font-weight:bold;
	margin:5px 5px -3px 5px;
}
a {
	background-color:inherit;
	border-bottom:1px dotted #008;
	color:#333399;
	text-decoration:none;
}
	a:visited {
		color:#666699;
	}
	a:hover {
		background-color:#eeeeff;
		border-bottom:1px solid #000088;
	}
fieldset {
	background-color:#ccccee;
	border:1px solid #666699;
	margin:0 0 10px 0; padding: 0;
	width:auto;
}
	fieldset ol {
		list-style:none;
		padding:5px 5px 0 5px;
	}
		fieldset ol li {
			padding-bottom:5px;
		}
	fieldset.submit {
		background-color:transparent;
		border:0;
		border-style:none;
		padding-left:200px;
		width:auto;
	}
form {
	width:auto;
}
hr {
	border-top:1px solid #9999c0;
	margin-top:25px;
}
img {
	border:0;
}
input {
	background-color:#e0e0f0;
}
label {
	float:left;
	margin-right:10px;
	text-align:right;
	width:185px;
}
legend {
	color:#000000;
	font-weight:bold;
	margin-left:5px;
}
p {
	line-height:1.4em;
	text-align:justify;
	margin:10px auto;
}
strong {
	font-weight:bold;
}
sup {
	font-size:0.6em;
}
th {
	font-weight:bold;
}

/* ------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>> ID Selectors  <<<<<<<<<<<<<<<<<<<<<<<<<<<
------------------------------------------------------------ */
#content {
	background-color:#ffffff;
	border:0 solid #9999f0;
	border-width:1px 0 1px 1px;
	float:right;
	margin:5px 0 10px 160px;
	padding:5px 15px;
	width:auto}
#header {
	margin:5px 0 0 160px;
	padding:3px;
	position:relative;
	text-align:center;
}
#navigation {
	position:absolute;
	top:0;
	width:160px;
}
#right {
	float:right;
	width:200px;
}
#topdate {
	color:#333399;
	font-size:0.75em;
	margin:5px;
	text-align:right;
}

/* ------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>> CLASS Selectors  <<<<<<<<<<<<<<<<<<<<<<<<
------------------------------------------------------------ */
.al {
	text-align:left !important;
}
.alc {
	text-align:center;
}
.alr {
	text-align:right;
}
.artbox {
	border:0;
	background:#fff;
	float:left;
	font-size:0.85em;
	margin:0;
	padding:5px;
	text-align:center;
	width:266px;
}
.article {
	border-top: 1px dotted #999999;
	margin:10px 5px 5px 0;
	min-height:150px;
	padding:3px 0;
}
.b {
	font-weight:bold;
}
.bblack {
	background-color:black !important;
}
.border1 {
	background-color:#eeeeee;
	border:1px dotted #666666;
	width:200px;
}
.bottombox {
	background:#fff;
	border: 1px solid #999999;
	margin:5px auto 5px auto;
	text-align:center;
	width:500px;
}
.box {
	background-color:#f0f0ff;
	border:1px solid #cc8080;
	font-size:0.9em;
	line-height:1.2em;
	margin:5px;
	padding:3px;
	width:600px;
}
.buybox {
	background-color:#f0f0d0;
	border:4px solid #907020;
	float:right;
	font-size:0.9em;
	margin:5px;
	padding:5px;
	text-align:justify;
	width:258px;
}
.centerbox {
	border:0;
	margin:5px auto;
	width:300px;
}
.contents {
	background-color:#f9f9f9;
	border:1px solid #aaaaaa;
	padding:2px;
	width:150px;
}
	.contents ul {
		font-size:0.9em;
		list-style-image:none;
		list-style-type:none;
		text-align:left;
	}
		.contents li {
			color:#333399;
			margin:0 0 0.1em 15px;
		}
.form {
	border:3px outset #3311aa;
	margin:5px 0;
	padding:10px;
	width:500px;
}
.formw {
	border:3px outset #3311aa;
	margin:5px 0;
	padding:10px;
	width:600px;
}
.hl {
	background-color:#e9e9f0 !important;
}
.i {
	font-style:italic;
}
.img {
	background-color:#ffffff;
	border:0 !important;
	padding:0;
}
.leftbox {
	background:#ffffff;
	border:0 solid #9999f0;
	border-width:1px 1px 1px 0;
	float:left;
	font-size:0.9em;
	margin:0 10px 4px 0;
	padding:2px;
	text-align:center;
	width:148px;
}
	.leftbox ul {
		font-size:0.9em;
		padding-bottom:3px;
	}
		.leftbox ul li {
			list-style-type:square;
			margin:5px 0 0 20px;
			text-align:left;
		}
.lihead {
	list-style:none !important;
	margin-top:20px !important;
}
.m-5 {
	margin:-5px;
}
.m0 {
	margin:0;
}
.m5 {
	margin-left:5px;
}
.m10 {
	margin-left:10px;
}
.m25 {
	margin-left:25px;
}
.m100 {
	margin-left:100px;
}
.m150 {
	margin-left:150px;
}
.maroon {
	color:#990000;
}
.mauto {
	margin-left:auto;
	margin-right:auto;
}
.med {
	font-size:0.95em;
	margin-bottom:15px;
}
.moviebox {
	background:#e9e9f0;
	border:1px solid #999999;
	font-size:0.9em;
	margin:5px 10px 5px 0;
	padding:3px;
	width:330px;
}
.p5 {
	padding:5px;
}
.p20 {
	padding:20px;
}
.pricing {
	font-size:0.9em;
	border:1px solid #999999;
	border-collapse:collapse;
	width:310px;
}
	.pricing tr td {
		border:1px solid #999999;
		padding:2px 5px;
		text-align:center;
	}
.red {
	color:red;
}
.required {
	background-color: #ff9 !important;
}
.right {
	float:right;
}
.rightbox {
	float:right;
	width:266px;
	border:0;
	background:#ffffff;
	margin:0 0 8px 8px;
	font-size:0.9em;
	text-align:center;
	padding:8px;
}
.small {
	font-size:0.85em;
}
.stdTable tr th {
	padding:2px 4px;
}
.stdTable tr td {
	padding:2px 4px;
}
.t10 {
	margin-top:10px;
}
.t25 {
	margin-top:25px;
}
.t50 {
	margin-top:50px;
}
.t100 {
	margin-top:100px;
}
.trialbox {
	background:#f0f0d0;
	border:4px solid #907020;
	float:right;
	font-size:0.9em;
	margin:5px;
	padding:5px;
	text-align:justify;
	width:240px;
}
.u {
	text-decoration:underline;
}
.ulist li {
	list-style-type:square;
	line-height:1.3em;
	margin:0 0 0 15px;
	text-align:justify;
}
.uldisc {
	list-style-type:disc;
}
	.uldisc li {
		margin:3px 20px;
	}
	.uldisc ul {
		list-style-type:circle;
		padding:3px;
	}
.update {
	font-size:0.9em;
	border:1px solid #999999;
	border-collapse:collapse;
	line-height:1.2em;
}
	.update tr td {
		border:1px solid #999999;
		padding:2px 5px;
	}
.w600 {
	width:600px;
}
.warning {
	background-color: #e3e0d6;
	border: 2px solid #660000;
	color: inherit;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
	width: 500px;
}
