/*

Stylesheet that contains all elements used by the website AND by the Editor.
This is so that the way the site looks in the editor is the same as on the actual
content of the site. This stylesheet should not contain rogue classnames that are not
prefixed with a tag.

eg.

.myclass is invalid
p.myclass is valid

This is because when you right click on a tag in the editor, it only lists classes that relate to that tag.
If you place classes here without a prefix, they appear in every list of classes because the editor doesn't know
where to put them.

To include classes that you want the Editor to ignore, place them after this line.
--------------------------------------------------------------------------------*/


/*MAIN STATIC TEMPLATE
=======================================*/
#tpl_siteframe	{	background-color:#ffffff;
					color:#000000;
					width:92%;
					max-width:920px;
					min-width:500px;
					margin-left:auto;
					margin-right:auto;}
#tpl_shadowleft	{	background-image:url("/images/template/shadow_right.jpg");
					background-repeat:repeat-y;
					background-position:top right;
					height:1%;}
#tpl_shadowright{	background-image:url("/images/template/shadow_left.jpg");
					background-repeat:repeat-y;
					background-position:top left;
					height:1%;}
#tpl_shadowtop	{	background-image:url("/images/template/shadow_top.jpg");
					background-repeat:repeat-x;
					background-position: bottom left;
					height:1%;}
#tpl_shadowtop .shadowtopleft{
					background-image:url("/images/template/shadow_topleft.jpg");
					background-repeat:no-repeat;
					background-position:top left;}
#tpl_shadowtop .shadowtopright{
					background-image:url("/images/template/shadow_topright.jpg");
					background-repeat:no-repeat;
					background-position:top right;
					font-size:1px;
					height:21px;}
#tpl_shadowbot	{	background-image:url("/images/template/shadow_bot.jpg");
					background-repeat:repeat-x;
					background-position: bottom left;}
#tpl_shadowbot .shadowbotleft{
					background-image:url("/images/template/shadow_botleft.jpg");
					background-repeat:no-repeat;
					background-position:top left;}
#tpl_shadowbot .shadowbotright{
					background-image:url("/images/template/shadow_botright.jpg");
					background-repeat:no-repeat;
					background-position:top right;
					height:21px;
					font-size:1px;}
#tpl_shadowcontainer{
					padding-left:26px;
					padding-right:26px;}
#tpl_mainlogo{		height:180px;}


/* TOP BAR 01
=============== */
#tpl_topbar01	{	height:150px;
					border-bottom:2px solid #ffffff;
					background-image:url("/images/template/topbar01_bg.jpg");
					background-repeat:no-repeat;
					background-position:top right;
					position:relative;}

/* TOP BAR 01 - Links
================ */
#tpl_topbar01_links{
					position:absolute;
					bottom:0px;
					right:0px;
					padding:10px;
}
#tpl_topbar01_links a{
					color:#ffffff;
					background-color:inherit;
					text-decoration:none;}
#tpl_topbar01_links a:hover{
					text-decoration:underline;}

/* TOP BAR 02
=============== */
#tpl_topbar02	{	color:#ffffff;
					background-color:#333333;
					border:1px solid #333333; 
					background-image:url("/images/template/topbar02_bg.jpg");
					background-repeat:repeat-x;
					background-position:top left;
					padding:5px;}
#tpl_topbar02 a	{	color:#ffffff;
					background-color:inherit;
					text-decoration:none;}
#tpl_topbar02 a:hover{
					text-decoration:underline;}


/* LEFT BAR
================ */
#tpl_leftbar	{	width:200px;}

/* NAVIGATION BAR
================= */
#tpl_nav{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#tpl_nav ul{
	list-style-type:none;
	margin:10px 0px 15px 0px;
	padding:0px;
}

#tpl_nav ul li{
	margin-bottom:1px;
}

#tpl_nav ul a{
	color:#465F6A;
	background-color:#ffffff;
	display:block;
	background-image:url("/images/template/nav_lev01bga.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:bold;
	text-decoration:none;
}

#tpl_nav ul a span{
	display:block;
	background-image:url("/images/template/nav_lev01bgb.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	padding:13px 5px 15px 10px;
}


#tpl_nav ul a:hover,
#tpl_nav ul a.selected{
	color:#20A245;
	background-color:inherit;
	background-image:url("/images/template/nav_lev01bga2.jpg");
}

#tpl_nav ul a:hover span,
#tpl_nav ul a.selected span{
	background-image:url("/images/template/nav_lev01bgb2.jpg");
}
#tpl_nav ul a.selected{
	color:#000000;
	background-color:inherit;
}

/* Level 2 */
#tpl_nav ul ul{
	list-style-type:disc;
	margin-left:35px;
}
#tpl_nav ul ul a{
	background-image:none;
	font-size:0.9em;
	font-weight:bold;
	color:#20A245;
	background-color:inherit;
}
#tpl_nav ul ul a span{
	background-image:none;
	padding:0px 0px 0px 0px;
}
#tpl_nav ul ul a:hover,
#tpl_nav ul ul a:hover span,
#tpl_nav ul ul a.selected,
#tpl_nav ul ul a.selected span{
	background-image:none;
	color:#000000;
	background-color:inherit;
	text-decoration:underline;
}
/* level 3*/
#tpl_nav ul ul ul{
	margin-left:25px;
	list-style-type:circle;
}
#tpl_nav ul ul ul a{
	font-weight:normal;
}



/* MAIN CONTENT
================ */
#tpl_maincontent{
					margin-left:0px;
					margin-left:200px;}
#tpl_page{
					padding:15px;}

#tpl_page ul.homepage_features li{
					padding-bottom:5px;}
#tpl_page ul.homepage_features div{
					color:#3366CC;
					background-color:inherit;
					position:relative;
					left:-32px;
					top:0px;}
#tpl_page .soeasy	{
					color:#555555;
					background-color:#fafafa;
					padding:5px;
					border:1px solid #dddddd;
					margin-right:285px;}
#tpl_page .soeasy p{margin:0px;}
					


/* BOTTOM BAR
================ */
#tpl_botbar01	{	clear:both;
					color:#ffffff;
					background-color:#20A245;
					padding:10px;
					text-align:right;
					font-size:0.9em;
					border-top:2px solid #ffffff;}
#tpl_botbar01 a	{	color:#ffffff;
					background-color:#20A245;
					text-decoration:none;}
#tpl_botbar01 a:hover{
					text-decoration:underline;}

/* BROWSER COMPATIBILITY
========================= */
#tpl_browsers{
	font-size:0.9em;
	padding:10px;
	font-weight:bold;
}
#tpl_browsers div{
	padding-bottom:2px;
	border-bottom:1px dotted #555555;
	margin-bottom:2px;
	margin-top:6px;}
	
/*  Gallery overwrite
=========================*/
#gallery .thumbnail_image {width:175px; height:170px;}


/*SEARCH HIGHLIGHT MATCHING TEXT
========================================*/
.searchHL{
	color:#007700;
	background-color:#e0ffe0;
}

/*COMMON CLASSES - Used for most sites
=======================================*/
.clearleft		{clear:left;}
.clearright		{clear:right;}
.clear			{clear:both}
.textright		{text-align:right;}
.textleft		{text-align:left;}
.textcenter		{text-align:center;}
.hidden			{display:none;}
.nobotgap		{padding-bottom:0px;margin-bottom:0px;}
.notopgap		{padding-top:0px;margin-top:0px;}
.nogaps			{padding:0px;margin:0px;}
.nobullets li	{background-image:none;
				 list-style-type:none;}
.mandatory		{	color:#dd0000;background-color:#ffffff;font-weight:bold;font-size:1.3em;}
.width100percent{width:100%;}
.width90percent	{width:90%;}
.width80percent	{width:80%;}
.width50percent	{width:50%;}
.smalltext		{font-size:85%;}
.relative_top-2	{position:relative;top:-2px;left:0px;}
.icon			{vertical-align:middle;}
.icon_border	{vertical-align:middle;border:1px solid #000000;margin:2px;}


/*ERROR MESSAGES
=======================================*/
#okmsg	{	
			color:#279876;
			background-color:#ffffff;
			text-indent:25px;
			width:100%;
			padding:5px 0px 5px 0px;
			background-image:url("/images/icon_ok.gif");
			background-position:3px 3px;
			background-repeat:no-repeat;
			font-size:0.85em;
			font-weight:bold;}

#errormsg{
			color:#cc0000;
			background-color:#ffffff;
			width:100%;
			padding:5px 0px 5px 0px;
			background-image:url("/images/icon_error.gif");
			background-position:3px 3px;
			background-repeat:no-repeat;}
#errormsg ul{
			background-image:none;
			list-style-type:disc;}
#mysqlerror	{color:#0000ff;
			 background-color:#ffffff;}


/*--------------------------------------------------------------------------------
Styles above here will not be included in the editor.
This is because the CSS will be divided into 2 parts using the split tag below
*/
/*<SPLIT>*/

body{	color:#000000;
		background-color:#C7ECC3;
		font-family:Arial,sans-serif;
		font-size:0.75em;
		margin-left:0px;
		margin-right:0px;
		padding-left:0px;
		padding-right:0px;}
h1{		color:#20A245;
		background-color:#ffffff;
		letter-spacing:-1px;
		font-size:2.2em;
		font-weight:normal;}
h2{
	font-size:1.5em;
	color:#444444;
	background-color:#ffffff;
	font-weight:normal;}
h3{
	color:#000000;
	background-color:#ffffff;
	font-size:1.2em;
}
h4{
	color:#000000;
	background-color:#ffffff;
	font-size:1em;
}
a,a:active,a:link,a:visited{
	color:#0066CC;
	background-color:inherit;}
a:hover	{
	color:#000000;
	background-color:inherit;}

img		{	border:none;}
kbd		{	padding:0px 1px 0px 1px;
			border-width:1px 2px 2px 1px;
			border-style:solid;}
abbr	{	border-bottom:1px dashed #aaaaaa;
			cursor:help;}
acronym	{	border-bottom:1px dashed #aaaaaa;
			cursor:help;}
dfn		{	font-style:normal;
			border-bottom:1px dashed;
			cursor:help;}
code	{	font-family: courier, monospace;
			padding-left:1px;
			padding-right:1px;}
samp	{	font-family: courier, monospace;
			border:1px solid #cccccc;
			color:#000000;
			background-color:#ccffcc;
			padding-left:1px;
			padding-right:1px;}
blockquote{
			color:#000000;
			background-color:#eeeeee;
			border:1px solid #888888;
			padding:5px;}
table	{	border:1px solid #777777;}
th		{	font-weight:bold;
			padding:6px 5px 6px 5px;
			text-align:left;
			background-color:#f1f1f1;
			color:#000000;
			background-repeat:repeat-x;
			background-position:top left;
			background-image:url("/images/template/misc/table_th_bg.gif");
			border-bottom:1px solid #666666;}
td		{	border-color: #eeeeee #cccccc #cccccc #eeeeee;
			border-style:solid;
			border-width:1px;
			padding:2px 5px 2px 5px;
			text-align:left;}
select,input,textarea{
			font-family:Arial,Verdana,sans-serif;
			font-size:0.9em;}


/*CLASSES USED BY THE EDITOR*/
p.indent			{	margin-left:40px;}
div.left{text-align:left;}
div.right{text-align:right;}
div.center{text-align:center;}

p.left				{	text-align:left;}
p.center			{	text-align:center;}
p.right				{	text-align:right;}

img.border			{	padding:1px;border:4px solid #cccccc;}
img.icon			{	vertical-align:middle;}

span.underline		{	text-decoration:underline;}
span.strikethrough	{	text-decoration:line-through;}
span.highlight		{	color:green;
						background-color:inherit;
						text-decoration:underline;
						font-weight:bold;}
span.smalltext		{	font-size:0.9em;}
span.bigtext		{	font-size:1.3em;}
span.biggertext		{	font-size:1.7em;}

hr.clearall			{	clear:both;}

ul.square 			{	list-style-type:square;}
ul.circle			{	list-style-type:circle;}
ul.disc				{	list-style-type:disc;}
ol.lower-alpha		{	list-style-type:lower-alpha;}
ol.upper-alpha		{	list-style-type:upper-alpha;}
ol.lower-roman		{	list-style-type:lower-roman;}
ol.upper-roman		{	list-style-type:upper-roman;}
ol.numeric			{	list-style-type:decimal;}
ol.numeric_zeropad	{	list-style-type:decimal-leading-zero;}

li.alpha			{	list-style-type:lower-alpha;}
li.square			{	list-style-type:square;}
li.circle			{	list-style-type:circle;}
li.disc				{	list-style-type:disc;}
li.lower-alpha		{	list-style-type:lower-alpha;}
li.upper-alpha		{	list-style-type:upper-alpha;}
li.lower-roman		{	list-style-type:lower-roman;}
li.upper-roman		{	list-style-type:upper-roman;}
li.numeric			{	list-style-type:decimal;}
li.numeric_zeropad	{	list-style-type:decimal-leading-zero;}
li.alpha			{	list-style-type:lower-alpha;}


/* CUSTOM FOR WEB AND GO */
span.webandgo{
					color:#20A245;
					background-color:#ffffff;
					font-weight:bold;}
