/* 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: #ffffff; font-family:Verdana, sans-serif; font-size: 9px; font-weight: normal; line-height: 20px;  background-color: transparent; display: block;  padding:20px 20px 0px 20px; margin:18px 0px 3px 0px;}
.userheader        			{color: #ffffff; font-family:Verdana, sans-serif; font-size: 13px; font-weight: normal; line-height: 14px; background-color: transparent; }
.lead              			{color: #FFFFFF; font-family:Verdana, sans-serif; font-size: 9px; font-weight: normal; line-height: 16px;  font-style: italic;  display: block; padding: 0px 20px 25px 0px; background-color: transparent;}
.body              			{color: #FFFFFF; font-family:Verdana, sans-serif; font-size: 9px; font-weight: normal; line-height: 16px;  background-color: transparent;display: block; padding: 10px 18px 20px 20px; margin:0px 40px 0px 0px;}


/* Link class below should follow 'body' settings */
div.body A               	{color : #FFFFFF; font-size: inherit; font-family: inherit; font-weight : normal; text-decoration:underline; line-height: inherit; background-color: transparent;}
div.body A:Visited          {color : #FFFFFF; font-size: inherit; font-family: inherit; font-weight : normal; text-decoration:underline; line-height: inherit; background-color: transparent;}
div.body A:Active           {color : #FFFFFF; font-size: inherit; font-family: inherit; font-weight : normal; text-decoration:underline; line-height: inherit; background-color: transparent;}
div.body A:Hover            {color : #ff0000; font-size: inherit; font-family: inherit; font-weight : normal; text-decoration:underline; 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: 0px 0px 0px 30px;}
.bulletli                   {color: inherit; font-family: inherit; font-size: inherit;  font-weight: normal; line-height: inherit; background-color: transparent; padding-top: 3px; }


/* Article images */
.imagetable					{color: inherit;background-color: transparent;  margin: 0px; padding: 0px; border-spacing: 0px; border:0px solid #000000; border-collapse: collapse;}
.imagetxt   				{color: #FFFFFF; font-family: verdana, sans-serif; font-size: 9px; 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: 7px;}
.tabletitle       			{color: #FFFFFF; font-family: Verdana, sans-serif; font-size: 9px; font-weight: normal; line-height: 1.2em;   background-color: transparent; padding: 0px 0px 0px 7px; display: block;}
.tableclass   				{color: #FFFFFF; font-family: Verdana, sans-serif; font-size: 9px; font-weight: normal; line-height: 1.2em;   background-color: transparent;}
.thclass					{color: #FFFFFF; font-family: Verdana, sans-serif; font-size: 9px; font-weight: normal; line-height: 1.2em;   background-color: transparent; text-align: left; padding: 2px 6px 2px 6px;}
.tdclass   					{color: #FFFFFF; font-family: Verdana, sans-serif; font-size: 9px; font-weight: normal; line-height: 1.2em;   background-color: transparent; text-align: left; padding: 2px 6px 2px 6px;}


/* 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 #000000; border-collapse: collapse;}
.contenttypeimagetxt 		{color: #000000; font-family: Verdana, sans-serif; font-size: 9px;  font-weight: normal; line-height: 11px; background-color: transparent; display: block; padding: 7px 0px 0px 0px;}

/* Form table layout */
.formtable 					{width:500px; font-family:Verdana, sans-serif; font-size:9px;}
.formtablerow				{}

/* these lines here are n1nj4! */
/* _pos#x means a row width 1,2 or 3 columns placed to the [l]eft, [m]iddle or [r]ight */
.formtablecolumn_pos1l		{padding-bottom:20px;}

.formtablecolumn_pos2l,
.formtablecolumn_pos2r		{padding-bottom:20px;}

.formtablecolumn_pos3l,		
.formtablecolumn_pos3m,
.formtablecolumn_pos3r  	{padding-bottom:20px;}


.formtableheader			{font-family:Verdana, sans-serif;}
.formtableheaderx			{}

.formtableinputsubmit		{}
.formtableinputreset		{}
.formtableinputcaption		{font-family:Verdana, sans-serif;}
.formtableinputcheckbox 	{}
.formtableinputselect		{}
.formtableinputselectmultiple {}
.formtableinputoption		{}
.formtableinputtext			{}
.formtableinputtextarea 	{width:100%;height:80px;}
.formtableinputradio 		{}
.formtableinputtitle		{}
