/* General article formatting
DO NOT CHANGE CLASSNAMES OR CSS NAME
This stylesheet also in use by preview.tpl and help.tpl */


/* General typography */
.header            			{text-transform: uppercase; font-family: helvetica, sans-serif; font-size: 22px; color: #393939; font-weight: normal; line-height: 24px; background-color: transparent; display: block; padding-top: 15px; padding-left: 20px; padding-bottom: 0px; padding-right: 15px;}
.lead              			{font-family: helvetica, sans-serif; font-size: 16px; color: #393939; font-weight: normal; font-style: italic; line-height: 20px; display: block; padding-top: 15px; padding-left: 20px; padding-bottom: 15px; padding-right: 25px; background-color: transparent;}
.body              			{font-family: verdana, helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: normal; line-height: 14px; background-color: transparent;display: block; padding-top: 10px; padding-left: 20px; padding-bottom: 15px; padding-right: 15px;}
.userheader        			{font-family: helvetica, arial, helvetica, sans-serif; font-size: 18px; color: #000000; font-weight: normal; line-height: 20px; background-color: transparent;}


/* Link class below should follow 'body' settings */

A                   		{color : #0E53A8; font-size : 11px; font-family: verdana, helvetica, sans-serif; font-weight : normal; text-decoration : underline; line-height: 14px; background-color: transparent;}
A:Visited           		{color : #C03712; font-size : 11px; font-family: verdana, helvetica, sans-serif; font-weight : normal; text-decoration : underline; line-height: 14px; background-color: transparent;}
A:Active            		{color : #0E53A8; font-size : 11px; font-family: verdana, helvetica, sans-serif; font-weight : normal; text-decoration : underline; line-height: 14px; background-color: transparent;}
A:Hover             		{color : #000000; font-size : 11px; font-family: verdana, helvetica, sans-serif; font-weight : normal; text-decoration : underline; line-height: 14px; background-color: transparent;}


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


/* Article images */

.imagetable					{padding: 0px; margin: 6px; background-color: #ffffff; color: inherit; border: 1px #E5E5E5 solid;}
.imagetxt   				{font-family: verdana, helvetica, sans-serif; font-size: 10px; color: #393939; font-weight: normal; line-height: 12px; background-color: transparent; display: block; padding-top: 7px;}



/* Article table layout */

.tablemaster   				{color: inherit; background-color: transparent; border: 1px #E5E5E5 solid; margin: 6px;}
.tabletitle       			{font-family: verdana, helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal; line-height: 18px; background-color: transparent; padding-left: 4px; display: block;}
.tableclass   				{font-family: verdana, helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal; line-height: 13px; background-color: transparent;}
.thclass					{text-align: right; font-family: verdana, helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold; line-height: 14px; background-color: #E5E5E5; padding-top: 6px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px;}
.tdclass   					{text-align: right; font-family: verdana, helvetica, 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-right:10px; margin-top:5px; margin-bottom: 5px; margin-left: 0px;}
div.floatright 				{float: right; margin-left:10px; margin-top:5px; margin-bottom: 5px; margin-right: 0px;}


