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


/* General typography */
.header            			{color: #333333; font-size: 12px; line-height: 18px; font-weight: bold; font-family:  verdana, helvetica,sans-serif; text-transform: uppercase;   background-color: transparent; display: block; padding: 20px 20px 0px 20px;}
.lead              			{color: #333333; font-size: 12px; line-height: 16px; font-weight: normal; font-family: verdana, helvetica,sans-serif; font-style: italic;  display: block;  background-color: transparent;padding: 0px 20px 0px 20px ;}
.body              			{color: #333333; font-size: 10px; line-height: 16px; font-weight: normal; font-family: verdana, helvetica, sans-serif; background-color: transparent;display: block; padding: 0px 20px 20px 20px;}
.userheader        			{color: #333333; font-size: 13px; line-height: 16px; font-weight: bold; font-family: verdana, helvetica, sans-serif;  background-color: transparent;}


/* Link class below should follow 'body' settings */
div.body A               	{color : #2e3e4b; font-size: inherit; font-family: inherit; font-weight : normal; text-decoration : underline; line-height: inherit; background-color: transparent;}
div.body A:Visited          {color : #2e3e4b; font-size: inherit; font-family: inherit; font-weight : normal; text-decoration : underline; line-height: inherit; background-color: transparent;}
div.body A:Active           {color : #2e3e4b; font-size: inherit; font-family: inherit; font-weight : normal; text-decoration : underline; line-height: inherit; background-color: transparent;}
div.body A:Hover            {color : #2e3e4b; font-size: inherit; font-family: inherit; font-weight : normal; text-decoration : none; line-height: inherit; 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					{background-color: transparent; color: inherit; margin: 0px 0px 20px 0px; padding: 0px; border-spacing: 0px; border:0px solid black; border-collapse: collapse;}
.imagetxt   				{color: #000000; font-family: verdana, helvetica, sans-serif; font-size: 10px;  font-weight: normal; line-height: 11px; background-color: transparent; display: block; padding: 7px 0px 0px 0px;}



/* Article table layout */
.tablemaster   				{color: inherit; background-color: transparent; margin: 6px;}
.tabletitle       			{color: #ffffff;font-size: 10px; line-height: 1.2em; font-weight: bold; font-family: verdana, helvetica, sans-serif;  background-color: transparent; padding: 0px 0px 0px 4px; display: block;}
.tableclass   				{color: #ffffff;font-size: 10px; line-height: 1.2em; font-weight: normal; font-family: verdana, helvetica, sans-serif;  background-color: transparent;}
.thclass					{color: #ffffff;font-size: 10px; line-height: 1.2em; font-weight: bold; font-family: verdana, helvetica, sans-serif;  text-align: left; background-color: transparent; padding: 2px 6px 2px 6px; border: 1px #bd1b47 solid;}
.tdclass   					{color: #ffffff;font-size: 10px; line-height: 1.2em; font-weight: normal; font-family: verdana, helvetica, sans-serif;  text-align: left; background-color: transparent; padding: 2px 6px 2px 6px; border: 1px #bd1b47 solid;}


/* Article image and table common */						
div.floatleft 				{float: left; margin-right:15px; margin-top:5px; margin-bottom: 5px; margin-left: 0px;}
div.floatright 				{float: right; margin-left:15px; margin-top:5px; margin-bottom: 5px; margin-right: 0px;}


.contenttypeimage			{background-color: transparent; color: inherit; margin: 0px; padding: 0px 0px 0px 0px; border-spacing: 0px; border:0px solid black; border-collapse: collapse;}
.contenttypeimagetxt 		{color: #000000; font-size: 10px; line-height: 11px; font-weight: normal; font-family: verdana, sans-serif;  background-color: transparent; display: block; padding: 7px 0px 0px 0px;}

/* Form table layout */
.formtable 					{font-family:verdana;font-size:11px;}
.formtablerow				  		{}


