@charset "utf-8";
#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
	background-position: left;
	text-align: left;
}
caption {
	padding: 0 0 5px 0;
	width: 700px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

th.base {
	color: #666666;
	text-align: left;
	padding: 2px 2px 2px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #33FF00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td.base {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 2px 2px 2px 6px;
	color: #666666;
	text-align: left;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

th.smalltitle {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #CCCCCC;
	border-top-width: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
	text-transform: uppercase;
}
th.bigtitle {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FF7400;
	border-top-width: 0;
}
th.Col1 {
	background-color: #EEEEEE;
	text-align: center;
}
th.Col2 {
	background-color: #FFCC99;
	text-align: center;
}
/* TABLAS Albania */ 
th.bigtitlealb {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFCC33;
	border-top-width: 0;
}
th.Col2alb {
	background-color: #FFFFCC;
	text-align: center;
}
/* TABLAS Serbia */ 
th.bigtitleser {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FF3300;
	border-top-width: 0;
}
th.Col2ser {
	background-color: #FFCCCC;
	text-align: center;
}
/* TABLAS Montenegro */ 
th.bigtitlemng {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FF9933;
	border-top-width: 0;
}
th.Col2mng {
	background-color: #FFFFCC;
	text-align: center;
}
/* TABLAS Regionales */ 
th.bigtitlereg {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CC3333;
	border-top-width: 0;
}
th.Col2reg {
	background-color: #FFCCCC;
	text-align: center;
}

