/* 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: helvetica, sans-serif; font-size: 20px; color: #000000; font-weight: normal; line-height: 22px; background-color: transparent; display: block; padding-top: 10px; padding-left: 0px; padding-bottom: 0px; padding-right: 10px;}
.lead              			{text-transform:uppercase; font-family: arial, sans-serif; font-size: 12px; color: #393939; font-weight: normal; line-height: 20px; display: block; padding-top: 2px; padding-bottom: 5px; padding-left: 0px; padding-right: 10px; background-color: transparent;}
.body              			{font-family: arial, sans-serif; font-size: 12px; color: #000000; font-weight: normal; line-height: 18px; background-color: transparent; display: block; padding-top: 5px; padding-left: 0px; padding-bottom: 0px; padding-right: 10px;}
.userheader        			{font-family: arial, sans-serif; font-size: 18px; color: #000000; font-weight: bold; line-height: 22px; background-color: transparent;}


/* Link class below should follow 'body' settings */
A                   		{color : #535353; font-size : inherit; font-family: arial, serif; font-weight : normal; text-decoration : underline; line-height: inherit; background-color: transparent;}
A:Visited           		{color : #535353; font-size : inherit; font-family: arial, serif; font-weight : normal; text-decoration : underline; line-height: inherit; background-color: transparent;}
A:Active            		{color : #535353; font-size : inherit; font-family: arial, serif; font-weight : normal; text-decoration : underline; line-height: inherit; background-color: transparent;}
A:Hover             		{color : #FE671D; font-size : inherit; font-family: arial, serif; font-weight : normal; text-decoration : underline; line-height: inherit; background-color: transparent;}


/* Article bullets class below should follow 'body' settings */
.bulletul                   {color: #000000; background-color: transparent; list-style: circle; display: block; padding-top: 10px;}
.bulletli                   {font-family: times, serif; font-size: 12px; color: #000000; font-weight: normal; line-height: 14px; background-color: transparent; padding-top: 3px; }



/* Article images */
.imagetable					{padding: 2px; margin: 6px; background-color: #ffffff; color: inherit;}
.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: 6px;}
.tabletitle       			{font-family: arial, sans-serif; font-size: 12px; color: #000000; font-weight: normal; line-height: 18px; background-color: transparent; padding-left: 4px; display: block;}
.tableclass   				{font-family: arial, sans-serif; font-size: 12px; color: #000000; font-weight: normal; line-height: 13px; background-color: transparent;}
.thclass					{text-align: left; font-family: arial, sans-serif; font-size: 11px; color: #000000; font-weight: bold; line-height: 14px; background-color: #F4F2E1; padding-top: 6px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px;}
.tdclass   					{text-align: right; font-family: arial, sans-serif; font-size: 11px; color: #000000; font-weight: normal; line-height: 14px; background-color: #ffffff; padding: 6px; border: 1px #E5E5E5 solid;}


/* Article image and table common */						
div.floatleft 				{float: left;}
div.floatright 				{float: right;}
