/*
	######################################
	general formating tags
	######################################
*/

	a {
		color: #2B3055;
		font-weight: bold;
		text-decoration: none
	}
	a:hover {
		color: #2B3055;
		text-decoration: underline
	}


	body {
		background-color: #A9C4D2;
		text-align: left;
		margin: 0 0 0 0;
	}

	h1 {
		font-weight: bold;
		font-size: 28px;
		line-height: 28px ;
		font-family: Arial,Tahoma, Swiss, Verdana, Geneva, Helvetica, Helv;
		color : #2B3055;
	}
	h2 {
		font-weight: bold;
		font-size: 20px;
		line-height: 18px ;
		font-family: Arial,Tahoma, Swiss, Verdana, Geneva, Helvetica, Helv;
		color : #2B3055;
	}
	h3 {
		font-weight: bold;
		font-size: 16px;
		line-height: 16px ;
		font-family: Arial,Tahoma, Swiss, Verdana, Geneva, Helvetica, Helv;
		color : #2B3055;
	}

	img { border: 0 }
	p { 
		line-height: 20px; 
		font-family: Arial, Tahoma, Swiss, Verdana, Geneva, Helvetica, Helv;
		text-indent: 0px; 
		font-size:16px;
		color:#000000
	}

	td { color: black; font-size: 15px; font-family: Arial, Tahoma, Swiss, Verdana, Geneva, Helvetica, Helv; vertical-align: top }

	ul {
		list-style-image : url(img/ul.gif);
	}

	/*
	######################################
	#user formating tags
	######################################
	*/

	SPAN.zitat {
		font-weight: bold;
		color : #A0522D;
	}

	span.big {
		font-weight: bold;
		font-size: 28px;
		font-family: Arial,Tahoma, Swiss, Verdana, Geneva, Helvetica, Helv;
		color : #2B3055;
	}

	span.big2 {
		font-weight: bold;
		font-size: 20px;
		font-family: Arial,Tahoma, Swiss, Verdana, Geneva, Helvetica, Helv;
		color : #2B3055;
	}

	table.std1 {
		border-width:	1;
		border-style:	solid;
		border-spacing:	0;
		border-color:	#000000;

	}

	/*
	######################################
	#admin pages formating tags
	######################################
	*/

	/*use for the standard lists*/
	table.listing {
		border:		0;
		border-width:	0;
		border-spacing:	1px;

		background-color: #EEF1F4;
		width:		90%;

	}

	th {
		background-color: #EEF1F4;
		text-align:	left;
		padding:	5px;
	}

	/*use for the field description*/
	th.title {
		background-color: #A9C4D2;
		text-align:	left;
		vertical-align:	top;
		font-weight:	bold;

		padding:	5;
	}

	/*use for the field description*/
	th.title_alt {
		background-color: #A4B5C8;
		text-align:	left;
		vertical-align:	top;
		font-weight:	bold;

		padding:	5;
	}

	/*use for "selected" header*/
	th.selected {
		background-color: #a9c4d2;
		text-align:	left;
		vertical-align:	middle;
		font-weight:	bold;
		padding:	5;
	}

	/*use for inverted rows for a listing*/
	tr.data {
		background-color: #C0CDD9;
		padding: 5px;		
	}

	tr.data_invers {
		background-color: #EEF1F4;
		padding: 5px;		
	}
	
	/*use for the field description*/
	td.title {
		background-color: #A9C4D2;
		text-align:	left;
		vertical-align:	middle;
		font-weight:	bold;

		padding:	5;
	}

	/*use for the field description*/
	td.title1 {
		background-color: #909090;
		text-align:	left;
		font-weight: 	bold;
		font-size: 	20px;
		font-family: 	Arial,Tahoma, Swiss, Verdana, Geneva, Helvetica, Helv;
		color : 	#2B3055;
		vertical-align:	middle;
		height:		30;
	}

	/*use for the field data*/
	tr.data td {
		background-color: #C0CDD9;
		text-align:	left;
		font-weight:	normal;
		padding:	5;
	}

	/*use for the field data - invers (for listing)*/
	tr.data_invers td {
		background-color: #EEF1F4;
		text-align:	left;
		font-weight:	normal;
		padding:	5;
	}

	/*mark required field*/
	td.required {
		background-color: #91452F;
		text-align:	left;
		font-weight:	normal;
		padding:	5;
	}

	/*text format for a standard message*/
	SPAN.msg
	{
	COLOR: #00994c;
	FONT-FAMILY: Tahoma,Verdana,Geneva,Arial,Helvetica,Helv,Swiss;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
	LINE-HEIGHT: 20pt;
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: top;
	}

	/*text format for a standard message*/
	SPAN.help
	{
	FONT-FAMILY: Tahoma,Verdana,Geneva,Arial,Helvetica,Helv,Swiss;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
	LINE-HEIGHT: 20pt;
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: top;
	}

	/*text format for a error message*/
	SPAN.error
	{
	COLOR: #dd004c;
	FONT-FAMILY: Tahoma,Verdana,Geneva,Arial,Helvetica,Helv,Swiss;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
	LINE-HEIGHT: 20pt;
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: top;
	}

	/*text format for a marking a line or a list entry*/
	SPAN.mark
	{
	COLOR: #161de2;
	FONT-FAMILY: Tahoma,Verdana,Geneva,Arial,Helvetica,Helv,Swiss;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
	LINE-HEIGHT: 20pt;
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: top;
	}

/*
  ############################################
   end of tk.css
  ############################################
*/

