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


/* General typography */
h1, 
.header            			{font:normal 24px Tahoma, Verdana, sans-serif; color: #abc11a; padding: 0px; margin:0px 10px 10px 0px;}
.lead              			{font:bold 14px Tahoma, Verdana, sans-serif; color: #00609D; padding: 0px; margin:0px 10px 10px 0px;}
p,
.userheader        			{color: #00609D;font:bold 12px Tahoma, Verdana, sans-serif; line-height: 1em;  margin:0 0 3px 0; display:block;}
.body              			{color: #000000; font:normal 11px Verdana, sans-serif;  line-height: 16px; margin:0px 10px 20px 0px; }
.body img[align=left] {margin: 5px 10px 5px 0px;}
.body img[align=right] {margin: 5px 0px 5px 10px;}





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


/* Article bullets class below should follow 'body' settings */
.bulletul                   {color: #000000; background-color: transparent; list-style: url("/1image/bullet.gif"); display: block;}
.bulletli                   {font-family: inherit; font-size: inherit; line-height: 1.4em; color: inherit; font-weight: normal; background-color: transparent; padding-top: 5px;}



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



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








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

div.floatright div 				{float: right;}
div.floatright					{float: right; margin-left:10px; margin-top:5px; margin-bottom: 5px; margin-right: 0;}

div.floatcenter 			{text-align:center; margin-left:0; margin-top:5px; margin-bottom: 5px; margin-right: 0;}



/*image hack*/
div.floatright img 				{margin-top:0px}


/* Imagetext float*/
.textinnerTest					{font-size:10px; float: left;}


div.floatright .textinnerTest 	{text-align:left;}
div.floatleft .textinnerTest 	{text-align:left;}
div.floatcenter .textinnerTest 	{text-align:left;}

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

