/* ------------------------------------------------------------

    Yritys:   Koodiavain
    Pivitetty:   4.11.2008

------------------------------------------------------------ */

/* -----------------------------------

YLEISET MUOTOILUT 

-------------------------------------- */



div {
padding:0px;
text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

p {
padding-bottom:15px;
line-height:1.8;
margin:0;
}

ul {
margin-left:15px;
margin-bottom:10px;
}

ul ul {
margin-left:15px;
margin-bottom:0;
}

ul ul ul {
margin-left:15px;
margin-bottom:0;
}

ul ul ul ul {
margin-left:15px;
margin-bottom:0;
}

li {
margin-left:15px;
line-height:2;
}

a {
text-decoration:none;
color:#0085e2;
}

a:hover {
text-decoration:underline;
}

.strong {
font-weight:bolder;
}
.left {
float:left;
}

.right {
float:right;
}

img.imgborder{
padding:2px;
border:1px solid #999;
}

.clear {
clear:both;
}

.center {
text-align:center;
}

.underline {
text-decoration:underline;
}

select {
font-size:80%;
}


img {border:0;}


/* -----------------------------------

RAKENTEEN MUOTOILUT

-------------------------------------- */
html {
height:100%;
}



body {
margin: 0;
padding: 0;
color: #464b5c;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
background-color:#ebf0f6;
background-position:top center;
text-align:left;
}


#wrapper {
padding:20px;
margin-left:auto;
margin-right:auto;
position: relative;
}



/* -----------------------------------

HEADINGS

-------------------------------------- */

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:26px;
letter-spacing:-1px;
margin:0;
padding:10px 0 0px 0;
margin-bottom:15px;
border-bottom:1px dashed #666
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#666;
letter-spacing:-1px;
margin:0;
padding:15px 0 10px 0;
}

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#666;
letter-spacing:-1px;
margin:0;
padding:9px 0 6px 0;
}

h5
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 14px;
    color: #FF0000;
    letter-spacing: -1px;
    margin: 0;
    padding: 9px 0 6px 0;
}

/* -----------------------------------

TEKSTIEN MUOTOILUT

-------------------------------------- */

/* -----------------------------------

IMAGE BUTTONS MUOTOILUT

-------------------------------------- */

a.search {
background-image:url(../images/bg_haeBT.gif);
background-repeat:no-repeat;
color:#fff;
text-align:center;
padding:2px 7px 2px 7px;
font-size:12px;
}

a.search:hover {
text-decoration:none;
background-image:url(../images/bg_haeBThover.gif);
background-repeat:no-repeat;
}

a.logout {
background-image:url(../images/bg_logout.gif);
background-repeat:no-repeat;
color:#fff;
text-align:left;
padding:2px 7px 2px 7px;
font-size:12px;
font-weight:bold;
width:95px;
display:block;
}

a.logout:hover {
background-image:url(../images/bg_logout_hover.gif);
text-decoration:none;
}


a.login {
background-image:url(../images/bg_login.gif);
background-repeat:no-repeat;
color:#fff;
text-align:left;
padding:1px 8px 3px 8px;
font-size:12px;
font-weight:bold;
}

a.login:hover {
background-image:url(../images/bg_login_hover.gif);
text-decoration:none;
}

a.add_new {
background-image:url(../images/bg_add_new.gif);
background-repeat:repeat-x;
color:#fff;
text-align:left;
padding:1px 8px 1px 8px;
font-size:12px;
font-weight:bold;
border:1px solid #6a9502;
}

a.add_new:hover {
background-image:url(../images/bg_add_new_hover.gif);
text-decoration:none;
}


/* -----------------------------------

HEADER

-------------------------------------- */

#header  {
width:100%;
background-color:#0095ff;
height:72px;
background-image:url(../images/bg_header.gif);
background-repeat:repeat-x;
}

#header a {}

	#logo {
	float:left;
	padding-left:50px;
	}
	
	#topRight {
	float:right;
	padding:15px;
	}
	
		#topRight .search {
		}
			#topRight .search input.textfield {
			border-top:1px solid #0075c6;
			border-left:1px solid #0075c6;
			border-right:1px solid #fff;
			border-bottom:1px solid #fff;
			margin-right:5px;
			font-size:11px;
			width:150px;
			}
			
		
		#topRight .sitemap {
		padding:10px 0 0 0;
		}
		
		
		/* Top right link styles */
		
		#topRight a.search {
		font-size:12px;
		}
		
		#topRight a.sitemap {
		font-size:12px;
		color:#fff;
		text-decoration:underline;
		border-right:1px solid #409ee1;
		padding:0 10px 0 0;
		}
		
		#topRight a.sitemap:hover {
		color:#FFFF00;
		}
		
		#topRight a.print {
		font-size:12px;
		color:#fff;
		text-decoration:underline;
		background-image:url(../images/icon_print.gif);
		background-repeat:no-repeat;
		padding:0 0 0 20px;
		margin-left:10px;
		}	
		
		#topRight a.print:hover {
		color:#FFFF00;
		}		

/* -----------------------------------

LOGGED IN BOX

-------------------------------------- */

#loggedIn {
position:absolute;
right:260px;
top:20px;
padding:15px 25px 5px 25px;
border-left:1px solid #3b9de2;
border-right:1px solid #3b9de2;
z-index:999;
height:51px;
color:#fff;
font-weight:bold;
}


/* -----------------------------------

MAIN NAVIGATION

-------------------------------------- */

#mainnav {
width:100%;
background-color:#0095ff;
height:29px;
background-image:url(../images/bg_mainnav.gif);
background-repeat:repeat-x;
}

#mainnav ul {
margin:0 0 0 40px;
padding:3px 0 0 0;
}

#mainnav li {
float:left;
list-style:none;
margin:0;
}

#mainnav li a {
color:#fff;
border-right:1px solid #409ee1;
padding:0 12px 0 12px;
}
	
/* -----------------------------------

CONTENT

-------------------------------------- */

#contentbody {
background-color:#fff;
border:2px solid #e2ebf4;
margin-top:15px;
}

#contentbody th{
text-align: left;
}

#leftColumn {
width:270px;
padding:4px;
background-color:#eaf0f6;
border-bottom:1px solid #d6dae1;
border-top:1px solid #d6dae1;
border-left:1px solid #d6dae1;
border-right:1px solid #d6dae1;
vertical-align:top;
}
	#leftColumn div.login { 
	width:246px;
	border-left:1px solid #d6dae1;
	border-bottom:1px solid #d6dae1;
	border-right:1px solid #d6dae1;
	border-top:1px solid #d6dae1;
	background-color:#fff;
	padding-left:20px;
	background-color:#eaf0f6;
	}
	
			#leftColumn div.login input.textfield {
			border-top:1px solid #bbc8d5;
			border-left:1px solid #bbc8d5;
			border-right:1px solid #fff;
			border-bottom:1px solid #fff;
			font-size:12px;
			width:220px;
			}
			
			#leftColumn div.login p{
			padding:0 0 5px 0;
			margin:0;
			}
			
			#leftColumn div.login form{
			padding:0;
			margin:0;
			}
			
			#leftColumn div.login p.login{
			margin-bottom:25px;
			}
			
			#leftColumn div.login p.p_bottom_border {
			border-bottom:1px solid #bbc8d5;
			margin-bottom:10px;
			margin-right:15px;
			margin-top:-5px;
			padding-bottom:0px;
			}

#rightColumn {
width:100%;
vertical-align:top;
}



#mainContent {
display:block;
padding: 0 15px 15px 15px;
}

/* Areas tree menu */

div.areatree {}

div.areatree td {
padding:2px 0 2px 0;}


/* -----------------------------------

TABLES

-------------------------------------- */

/* HORIZONTAL LIST TABLE */

#mainbody table.list-horizontal{
border-left:1px solid #d6dae1;
border-bottom:1px solid #d6dae1;
border-top:1px solid #d6dae1;
font-size:11px;
margin-top:5px;
margin-bottom:15px;
    width: 740px;
}

#mainbody table.list-horizontal tr.row1{

}

#mainbody table.list-horizontal tr.row2{
background:#eef3f7;

}

#mainbody table.list-horizontal th
{
    /*background-color:#202020;*/
    background-color:#0095ff;
background-image:url(../images/bg_header.gif);
background-repeat:repeat-x;
    padding: 7px 7px 6px 7px; /*background-image:url(../images/bg_horizontal_listheading.gif);
background-repeat:repeat-x;*/
    background-position: bottom;
    color: #fff;
    text-align: left;
}

	#mainbody table.list-horizontal th a{
	text-decoration:underline;
	color:#fff;
	}
	
	#mainbody table.list-horizontal th a:hover{
	text-decoration:underline;
	color:#ccc;
	}


#mainbody table.list-horizontal td{
padding:5px 7px 5px 7px;
border-right:1px solid #d6dae1;
}

/* WELL INFO TABLE */

#mainbody table.list-wellinfo {
color:#000;
text-align:center;
border-collapse:collapse;
}

#mainbody table.list-wellinfo td {
padding:5px;
border:1px solid #fff;
}

#mainbody table.list-wellinfo td a{
color:#000;
text-decoration:underline;
}

#mainbody table.list-wellinfo td a:hover {
background-color:#fff;
color:#000;
display:block;
text-decoration:none;
}

#mainbody table.list-wellinfo td.ok {
background-color:#94d200;
}

#mainbody table.list-wellinfo td.error {
background-color:#ea1f0a;
}

#mainbody table.list-wellinfo td.indication {
background-color:#ffea00;
}

#mainbody table.list-wellinfo td.infomissing {
background-color:#31b7ef;
}

/* WELL SUMMARY TABLE */

#mainbody table.list-well-summary {

}

#mainbody table.list-well-summary th{
padding:5px;
border-bottom:1px solid #d6dae1;
text-align: left;
}

#mainbody table.list-well-summary td{
padding:5px;
border-bottom:1px solid #d6dae1;
}

#mainbody table.list-well-summary a.halytys{
background-image:url(../images/icon_halytys.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding:0 0 0 20px;
font-weight:normal;
}

#mainbody table.list-well-summary a.oire{
background-image:url(../images/icon_oire.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding:0 0 0 20px;
font-weight:normal;
}

#mainbody table.list-well-summary a.kunnossa{
background-image:url(../images/icon_kunnossa.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding:0 0 0 20px;
font-weight:normal;
}

#mainbody table.list-well-summary a.vika{
background-image:url(../images/icon_vika.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding:0 0 0 20px;
font-weight:normal;
}

#mainbody table.list-well-summary a.eilaitetta{
background-image:url(../images/icon_eilaitetta.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding:0 0 0 20px;
font-weight:normal;
}
/* ALL WELLS INFO TABLE */

#mainbody table.list-all-wells{
color:#000;
}

#mainbody table.list-all-wells td {
padding:0;
margin:0;
}

#mainbody table.list-all-wells td a{
color:#000;
text-decoration:underline;
height:45px;
padding-top:30px;
display:block;
}

#mainbody table.list-all-wells td a:hover {
background-color:#ededed;
color:#000;
text-decoration:none;
margin:-1px;
border:1px solid #ccc;
}

#mainbody table.list-all-wells td.state0 /* EI VIESTEJA */
{
    background-image:url(../images/icon_vika_large.gif);
    background-repeat:no-repeat;
    background-position:0 0;
	text-align:center;
    font-weight:normal;
	width:75px;
	height:75px;
	padding:0 0 10px 0;
	margin:0;
}

#mainbody table.list-all-wells td.state1 /* KUNNOSSA */
{
    background-image:url(../images/icon_kunnossa_large.gif);
    background-repeat:no-repeat;
     background-position:0 0;
    font-weight:normal;
	width:75px;
	height:75px;
	padding:0 0 10px 0;
	margin:0;
	text-align:center;
}
#mainbody table.list-all-wells td.state2 /* OIRE */
{
    background-image:url(../images/icon_oire_large.gif);
    background-repeat:no-repeat;
     background-position:0 0;
    font-weight:normal;
	width:75px;
	height:75px;
	padding:0 0 10px 0;
	margin:0;
	text-align:center;
}

#mainbody table.list-all-wells td.state3 /* HALYTYS */
{
    background-image:url(../images/icon_halytys_large.gif);
    background-repeat:no-repeat;
     background-position:0 0;
    font-weight:normal;
	width:75px;
	height:75px;
	padding:0 0 10px 0;
	margin:0;
	text-align:center;
}

#mainbody table.list-all-wells td.state99 /* EI LAITETTA */
{
    background-image:url(../images/icon_eilaitetta.gif.gif);
    background-repeat:no-repeat;
     background-position:0 0;
    font-weight:normal;
	width:75px;
	height:75px;
	padding:0 0 10px 0;
	margin:0;
	text-align:center;
}
/* MEASUREMENT TABLE */
#mainbody table.measurement-table{
border:1px solid #ccc;
}

	#mainbody table.measurement-table td{
	text-align:left;
	padding:5px;
	}
	
	#mainbody table.measurement-table th{
	text-align:left;
	padding:5px;
	background-color:#ccc;
	border-bottom:1px solid #fff;
	}

#mainbody table.measurement-table table{
text-align:left;
}


/* MEASUREMENT DATATABLE */
#mainbody table.measurement-datatable {
}

	#mainbody table.measurement-datatable td {
	}
	
	#mainbody table.measurement-datatable th {
	}
	
	#mainbody table.measurement-datatable .column150 {
	width:120px;
	}

/* DATA TABLE */

#mainbody table.data-table{
border-collapse:collapse;
vertical-align:top;
margin:0;
padding:0;
}

#mainbody table.data-table td{
padding:5px;
border:1px solid #ccc;
border-collapse:collapse;
vertical-align:top;
}

#mainbody table.data-table th{
padding:5px;
border:1px solid #ccc;
border-collapse:collapse;
background-color:#efefef;
}

#mainbody .th{
    color: #000000;
    padding:5px;
    border-collapse:collapse;
}

#mainbody table.data-table th.mainheading{
padding:5px;
border:1px solid #ccc;
border-collapse:collapse;
background-color:#202020;
color:#fff;
}

.measurement_menu
{
    border-left:1px solid #d6dae1;
	border-bottom:1px solid #d6dae1;
	border-right:1px solid #d6dae1;
	background-color:#fff;
}
.measurement_menu ul {
	text-align:left;
	margin:0;
	padding:0;
	}


.measurement_menu li {
	padding:0;
	margin:0;
	list-style-type:none;
	line-height:1.5;
	}

/* -----------------------------------

FOOTER

-------------------------------------- */

#footer {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:11px;
	color:#999;
	padding:12px 0 12px 0;
}

.footer_left {
float:left;
padding-left:50px;
color:#738490;
margin-right:20px;
}

.footer_right {
float:right;
padding-right:50px;
color:#738490;
}
		
		


/* ------------------------------------------------------------

	Alanavi

------------------------------------------------------------ */
.subnav { 
	width:266px;
	border-left:1px solid #d6dae1;
	border-bottom:1px solid #d6dae1;
	border-right:1px solid #d6dae1;
	background-color:#fff;
	}


.subnav ul {
	text-align:left;
	margin:0;
	padding:0;
	}


.subnav li {
	padding:0;
	margin:0;
	list-style-type:none;
	line-height:1.5;
	}
	
.subnav li a {
	font-weight:bold;
	display:block;
	color:#0085e2;
	}

.subnav li.level1_act {
	padding:5px 0 5px 15px;
	border-bottom:1px solid #e2eff7;
	background-image:url(../images/bg_subnav_act.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
	background-color:#0083de;
}

.subnav li.level1_act a {
background-image:url(../images/link_arrow_act.gif);
background-repeat:no-repeat;
background-position:0px 50%;
padding-left:15px;
color:#fff;
}


.subnav li.level1_act a:hover {
	text-decoration:underline;
}

.subnav li.level1 {
	background-image:url(../images/bg_subnav.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
	background-color:#fff;
	padding:5px 0 5px 15px;
	border-top:1px solid #d6dae1;

}

.subnav li.level1 a {
background-image:url(../images/link_arrow.gif);
background-repeat:no-repeat;
background-position:0px 50%;
padding-left:15px;
}
.subnav li.level1 a:hover {
	text-decoration:underline;
}


/*level 2*/

.subnav li.level2_act {
	padding:3px 0 3px 35px;
	font-size:11px;
}

.subnav li.level2_act a {
background-image:url(../images/link_arrow.gif);
background-repeat:no-repeat;
background-position:0px 50%;
color:#000;
padding-left:15px;
font-weight:normal;
}


.subnav li.level2_act a:hover {
	text-decoration:underline;
}

.subnav li.level2 {
	background-color:#fff;
	padding:3px 0 3px 35px;
	font-size:11px;
}

.subnav li.level2 a {
background-image:url(../images/link_arrow.gif);
background-repeat:no-repeat;
background-position:0px 50%;
padding-left:15px;
font-weight:normal;
}
.subnav li.level2 a:hover {
	text-decoration:underline;
}

.state0 /* EI VIESTEJA */
{
    background-image:url(../images/icon_vika.gif);
    background-repeat:no-repeat;
    background-position:0px 2px;
    padding:0 0 0 20px;
    font-weight:normal;
}
.state1 /* KUNNOSSA */
{
    background-image:url(../images/icon_kunnossa.gif);
    background-repeat:no-repeat;
    background-position:0px 2px;
    padding:0 0 0 20px;
    font-weight:normal;
}

.state2 /* OIRE */
{
    background-image:url(../images/icon_oire.gif);
    background-repeat:no-repeat;
    background-position:0px 2px;
    padding:0 0 0 20px;
    font-weight:normal;
}

.state3 /* HALYTYS */
{
    background-image:url(../images/icon_halytys.gif);
    background-repeat:no-repeat;
    background-position:0px 2px;
    padding:0 0 0 20px;
    font-weight:normal;
}

.state99 /* EI LAITETTA */
{
    background-image:url(../images/icon_eilaitetta.gif);
    background-repeat:no-repeat;
    background-position:0px 2px;
    padding:0 0 0 20px;
    font-weight:normal;
}
.state0_teksti /* EI VIESTEJA */
{
    background-color: White;
    padding:0 0 0 20px;
    font-weight:normal;
    width: 140px;
}
.state1_teksti
{
    background-color: #00CC66;
    padding: 0 0 0 20px;
    font-weight: normal;
    width: 140px;
    border: solid 1px silver;
    text-align: center;
}

.state2_teksti /* OIRE */
{
    background-color: Yellow;
    padding:0 0 0 20px;
    font-weight:normal;
    width: 140px;
    border: solid 1px silver;
    text-align: center;
}

.state3_teksti /* HALYTYS */
{
    background-color: Red;
    padding:0 0 0 20px;
    font-weight:normal;
    width: 140px;
    border: solid 1px silver;
    text-align: center;
}

.state99_teksti /* EI LAITETTA */
{
    background-color: Red;
    padding:0 0 0 20px;
    font-weight:normal;
    width: 140px;
    border: solid 1px silver;
    text-align: center;
}
.old_value
{
    border-color: #C0C0C0;
    border-style: double;
    background-color: #C0C0C0;
    text-align: center;
	width: 60px;
    font-weight: bold;
	text-align: center;
	height: 18px;
}
.new_value
{
    border-color: #C0C0C0;
    border-style: double;
    background-color: #FFFF00;
    width: 60px;
    font-weight: bold;
	text-align: center;
}
.new_value_textbox
{
    border: none;
    background-color: #FFFF00;
    width:  60px !important;
    font-weight: bold;
	text-align: center;
}

.onoff
{
    border-color: #C0C0C0;
    border-style: double;
    background-color: #FFFF00;
    width: 40px;
    font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	cursor: hand;
}

.onoff_dropdownlist
{
    border-color: #C0C0C0;
    border-style: double;
    background-color: #FFFF00;
    font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	cursor: hand;
}

.old_onoff
{
    border-color: #C0C0C0;
    border-style: double;
    background-color: #C0C0C0;
    font-weight: bold;
	height: 18px;
}

.info_value
{
    border-color: #C0C0C0;
    border-style: double;
    background-color: #99CCFF;
    width: 40px;
    text-align: center;
    font-weight: bold;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#mainContent .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#mainContent .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#mainContent .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#mainContent .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #FFFFFF; /*#D3DEEF*/
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


 #ctl00_contRight_plAlueet {
 margin-top:20px;
 }
 
  #ctl00_contRight_plAlueet td {
  padding:2px 0 2px 0;
 }
 
/* -----------------------------------

POPUP

-------------------------------------- */

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.popupInfo table
{
	background-color: #ffffff;
}

.textbox_kaivotila
{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/************** OMA KALENTERI TYYLIMAARITYKSET *************************/
.MunKalenteri .ajax__calendar_container {
    border:1px solid #646464;
    background-color: white;
}

.MunKalenteri .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years 
{
    top:0px;
    left:0px;
    height:139px;
    width:170px;
    position:absolute;
    text-align:center;
}

.MunKalenteri .ajax__calendar_other .ajax__calendar_day,
.MunKalenteri .ajax__calendar_other .ajax__calendar_year {
    color: black;
    
}

.MunKalenteri .ajax__calendar_hover .ajax__calendar_day,
.MunKalenteri .ajax__calendar_hover .ajax__calendar_month,
.MunKalenteri .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.MunKalenteri .ajax__calendar_active .ajax__calendar_day,
.MunKalenteri .ajax__calendar_active .ajax__calendar_month,
.MunKalenteri .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

.MunKalenteri .ajax__calendar_today {cursor:pointer;padding-top:3px;}
.MunKalenteri .ajax__calendar_dayname {height:10px;width:10px;text-align:right;padding:0;}
.MunKalenteri .ajax__calendar_day {height:10px;width:10px;text-align:right;padding:0;cursor:pointer;}
.MunKalenteri .ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.MunKalenteri .ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

/************** OMA KALENTERI TYYLIMAARITYKSET PAATTYY *******************/
.Kaivolaitteet
{ 
}

.paivitys
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:22px;
    color: Red;
    letter-spacing:-1px;
    margin:0;
    padding:9px 0 6px 0;
}

.smalltexttable
{
    font-size:smaller
}

.ajax__tab_default .ajax__tab_header a {color: black !important;}