/* General article formatting
DO NOT CHANGE CLASSNAMES OR CSS NAME
This stylesheet also in use by preview.tpl and help.tpl */


/* General typography */
.header            			{font-family: arial, sans-serif; font-size: 1.0em; line-height: 1.1em; color: #000000; font-weight: bold;  background-color: transparent; display: block; padding: 30px 20px 0px 20px;}
.lead              			{font-family: arial, sans-serif; font-size: 0.6em; line-height: 1.1em; color: #000000; font-weight: normal; display: block; padding-top: 5px; padding-bottom: 10px; padding-left: 20px; padding-right: 10px; background-color: transparent;}
.body              			{font-family: verdana, sans-serif; font-size: .7em; line-height: 1.4em; color: #000000; font-weight: normal; background-color: transparent; display: block; padding: 5px 30px 20px 20px;}
.userheader        			{font-family: arial, sans-serif; font-size: 1.3em; line-height: 1.4em; color: #000000; font-weight: bold; background-color: transparent;}


/* Link class below should follow 'body' settings */
A                   		{color : #000000; font-size : inherit; line-height: inherit; font-family: inherit; font-weight : normal; text-decoration : underline; background-color: transparent;}
A:Visited           		{color : #9A0B0B; font-size : inherit; line-height: inherit; font-family: inherit; font-weight : normal; text-decoration : underline; background-color: transparent;}
A:Active            		{color : #000000; font-size : inherit; line-height: inherit; font-family: inherit; font-weight : normal; text-decoration : underline; background-color: transparent;}
A:Hover             		{color : #000000; font-size : inherit; line-height: inherit; font-family: inherit; font-weight : normal; text-decoration : none; background-color: transparent;}


/* Article bullets class below should follow 'body' settings */
.bulletul                   {color: #000000; list-style: url("../1image/bullet.gif"); background-color: transparent; display: block; padding-left: inherit;}
.bulletli                   {list-style-type: disc; font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; font-weight: normal; background-color: transparent; padding-bottom: 2px;}



/* Article images */
.imagetable					{background-color: transparent; color: inherit; margin: 0px; padding: 0px; border-spacing: 0px;}
.imagetxt   				{font-family: arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; line-height: 12px; background-color: transparent; display: block; padding-top: 7px;}



/* Article table layout */
.tablemaster   				{color: inherit; background-color: transparent; margin: 0px; padding: 0px; border-spacing: 0px;}
.tabletitle       			{font-family: arial, sans-serif; font-size: .9em; line-height: 1.2em; color: #000000; font-weight: normal; background-color: transparent; padding-bottom: 2px; padding-top: 4px; display: block;}
.tableclass   				{color: inherit; background-color: transparent; border-spacing: 0px;}
.thclass					{text-align: left; font-family: verdana, sans-serif; font-size: .6em; line-height: 1.2em; color: #000000; font-weight: bold; background-color: #EAEAEA; padding:4px;}
.tdclass   					{text-align: right; font-family: verdana, sans-serif; font-size: .6em; line-height: 1.2em; color: #000000; font-weight: normal;  background-color: transparent; padding: 4px; border: 1px #EAEAEA solid;}



/* Article image and table common */						
div.floatleft 				{float: left; margin-right:15px; margin-top:5px; margin-bottom: 5px; margin-left: 0;}
div.floatright 				{float: right; margin-left:15px; margin-top:5px; margin-bottom: 5px; margin-right: 0;}
