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


/* Link class below should follow 'body' settings */
A                   		{color : #000000; font-size : 11px; font-family: verdana, sans-serif; font-weight : normal; text-decoration : underline; line-height: 18px; background-color: transparent;}
A:Visited           		{color : #000000; font-size : 11px; font-family: verdana, sans-serif; font-weight : normal; text-decoration : underline; line-height: 18px; background-color: transparent;}
A:Active            		{color : #8A8A8A; font-size : 11px; font-family: verdana, sans-serif; font-weight : normal; text-decoration : underline; line-height: 18px; background-color: transparent;}
A:Hover             		{color : #8A8A8A; font-size : 11px; font-family: verdana, sans-serif; font-weight : normal; text-decoration : none; line-height: 18px; background-color: transparent;}


/* Article bullets class below should follow 'body' settings */
.bulletul                   {color: inherit; background-color: transparent; list-style: disc; display: block; padding-top: 10px;}
.bulletli                   {font-family: inherit; font-size: inherit; color: inherit; font-weight: normal; line-height: inherit; background-color: transparent; padding-top: 3px; }



/* Article images */
.imagetable					{padding: 0px; margin: 0px; background-color: transparent; color: inherit;}
.imagetxt   				{font-family: arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; line-height: 11px; background-color: transparent; display: block; padding-top: 7px;}



/* Article table layout */
.tablemaster   				{color: inherit; background-color: transparent; margin: 0px;}
.tabletitle       			{font-family: arial, sans-serif; font-size: 12px; color: #ffffff; font-weight: normal; line-height: 18px; background-color: transparent; padding-left: 4px; display: block;}
.tableclass   				{font-family: arial, sans-serif; font-size: 12px; color: #ffffff; 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: #cecece; 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; margin: 2px 6px 6px 0px;}
div.floatright 				{float: right; margin: 2px 0px 6px 6px;}

