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

/* General typography */
h1							{color: #FFFF00; font:normal 12px Arial; margin:0px; padding:0px;}
h1.news						{color: #FF0000;}
h1.green					{color: #00FF00;}
p							{color: #FFFFFF; font:normal 12px Arial; margin:0px;}
p.date						{color: #959595;}

.userheader        			{color: #ffffff; font:bold 12px Arial; margin:0px; padding: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 : #cecece; 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 : #ffffff; 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; padding: 0; border-spacing: 0; border:0 solid black; border-collapse: collapse;}
.imagetxt   				{font-family: arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; line-height: 11px; background-color: transparent; display: block; padding: 7px 0 0 0;}


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


/* Article image and table common */						
div.floatleft div 				{float: left;}
div.floatleft 					{float: left; margin-right:10px; margin-top:3px; 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;}

.body img[align=left] {
	margin-right: 10px;
}
.body img[align=right] {
	margin-left: 10px;
}
.body img {
	margin-top: 5px;
}


