


	
	

	
	

	
	

	
	

	
	
	



	
		
		
	

	
	
	

	
	/***********oletus HTML elementit  *************************
	 - käytetään sivupohjissa, editrowssa, extroissa..
***********************************************************/




TABLE.eeTbl{ 
}
TABLE.eeTblBorder{
	border-collapse: collapse;
}
TABLE.eeTblBorder TD{ 
	border: 1px solid #000000;
	padding: 5px;
}



/************************** IE **************************/
FONT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	color: #;
}
TH, SPAN, DIV, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :  11px;
	color: #;
}

P, LI {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #d9d9d9;
	color: #000000;
	font-size :  11px;
	overflow-y: auto;
}

A {
	color: #BF3029;
}

INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
 
foo { bar }


	
	/*********** Extra CSS - Slulle *************************/
.divDark {
	background-color: #000000;
}

.divBlendToBgr {
	background-color: #d9d9d9;
}


.topbar {
	background-color: #476DA5;
	color: #ffffff;
	font-size: 130%;
	text-decoration:none;
	font-weight: bold;
}

 
.functionBar {
	background-color: #CECECE;
}

A.functionBar {
	text-decoration: underline;
	color: #000000;
}


.captionMain {
	background-color: #8C8C8C;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
}


.contentBgr {
	background-color: #e9e9e9;
}


.menu {
	color: #000000;
	
}

.menu:hover {
	text-decoration: underline;
}

.menuS {
	color: #BF3029;
	text-decoration: none;
}


A.copy,
TD.copy,
A.copyMagic {
	text-decoration:none;
	color: #666666;
}

	
	/***********oletus Lista CSS  *************************
	 - käytetään sivupohjissa, editrowssa, extroissa
	 - täällä on nyt toistaiseksi kategoria muokkaus
***********************************************************/



/*haun tyylit - aktiivinen alue, jolla hakulaatikko*/
.searchTitle {
	background-color : #8C8C8C;
	font-weight: bold;
	color: #ffffff;
}

.searchActive {
	background-color : #E5E5E5;
}

/*haun tyylit- passiivinen alue hakulaatikon oikealla puolella*/
.searchPassive {
	background-color : #E3E3E3;
}

/* käytetään listan tablessa (myös muokkaus ja uusi tietue) ,
 tällä voidaan tehdä taululle tumma kehys, 
oletusväri valkoinen (ei kehystä) */
.tableList {
	/*background-color : #e9e9e9;*/
}


/*uusi tietue ja muokkaa&poista napit*/
TD.newRecord,
TD.editCell {
	text-align: center;
	padding: 0px;
	padding-left: 1px;
	height: 100%;
	vertical-align: middle;
}
A.newRecord,
A.editCell {
	width: 100%;
	font-weight: bold;
	color: #ffffff;
	background-color: #39CC49;	
	border-top: #8EE292 1px solid;
	border-left: #8EE292 1px solid;
	border-right: #179F1E 1px solid;
	border-bottom: #179F1E 1px solid;
	padding: 5px;
	vertical-align: middle;
	text-decoration: none;
}
A.newRecord:hover,
A.editCell:hover {
	background-color: #4FB743;
	border-bottom: #8EE292 1px solid;
	border-right: #8EE292 1px solid;
	border-left: #179F1E 1px solid;
	border-top: #179F1E 1px solid;
}

/* listan sivulinkit */
.showlinks {
	background-color: #E5E5E5;
}

/* taulu jossa listan sivulinkit */
. tableShowlinks {
	/*background-color : #e9e9e9;*/
}


/* HORIZONTAL *********/

/* rivi 1(horisontaali näkymässä)*/
.r1,
TABLE.pick TD {
	background-color: #E5E5E5;
}

/* rivi 2 (horisontaali näkymässä) */
.r2
{
	background-color: #E3E3E3;
}

/* sarakkeen otsikko */
TABLE.pick TD.title,
.colTitle {
	background-color : #8C8C8C;
	font-weight: bold;
	color: #ffffff;
}

/* VERTICAL *********/
/* rivi 1(vertikaali näkymässä)*/
.rV1
{
	background-color: #E5E5E5;
}

/* rivi 2 (vertikaali näkymässä) */
.rV2
{
	background-color: #E3E3E3;
}
/* rivin otsikko */
.rowTitle {
	background-color : #8C8C8C;
	font-weight: bold;
	color: #ffffff;
}

/*kuvan tausta*/
.imageBgr {
	background-color: #E5E5E5;
}


TD.categoriesCaption {
	font-size: 110%;
}

TD.categoriesDiv {
	background-color: #000000;
}

/*Pääkategorioiden muokkaus*/
.categoriesMainEdit {
	color: #ffffff;
	background-color: #DD8221;
}

/* --- aktivoitu kategoria --- */
TD.categoriesMainDefined {
	font-weight: bold;
	color: #ffffff;
	background-color: #6279A0;
}
TD.categoriesBorder {
	background-color: #000000;
}

/* -- aktivoimaton kategoria --- */
TD.categoriesMainUndefined {
	font-style: italic;
	color: #8C8C8C;
	background-color: #E5E5E5;
}
TD.categoriesBorderUndefined {
	background-color: #8C8C8C;
}
		
/*alakategoriat*/
.categoriesSubsRow1 {
	background-color: #f2f2f2;
}

	/**** oletus otsikointi css - yksi plussa on vaan bold ****/



/* yksi plussa */
.PlusHeader1,
H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	color: #000000;
}

/* kaksi plussaa */
.PlusHeader2,
H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #000000;
}

/* kolme plussaa */
.PlusHeader3,
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 159%;
	font-weight: bold;
	color: #000000;
}