/* CSS Document */
/*pozadí + rozložení*/
/*
@font-face {
    font-family: 'MyriadProLight';
    src: url('./fonts/my_pro_light-webfont.eot');
    src: local('MyriadProLight'), local('MyriadProLight'),
         url('./fonts/my_pro_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/my_pro_light-webfont.woff') format('woff'),
         url('./fonts/my_pro_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OrmaloBye';
    src: url('./fonts/ormalobye.eot');
	  src: local('OrmaloBye'), local('OrmaloBye'),
         url('./fonts/ormalobye.eot?#iefix') format('embedded-opentype'),
         url('./fonts/ormalobye.woff') format('woff'),
         url('./fonts/ormalobye.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Titillium Maps';
	src: url("http://tristan.mh2net.cz/is/fonts/TitilliumMaps29L002.eot");
	src: local('Titillium Maps'), local('TitilliumMaps'),
		url("./fonts/TitilliumMaps29L002.otf") format("opentype"),
		url("./fonts/TitilliumMaps29L002.woff") format("woff");
}

@font-face {
	font-family: 'Myriad Pro';
	src: url("./fonts/myriadproregular.eot");
	src: local('Myriad Pro'), local('Myriad Pro'),
		url("./fonts/myriadproregular.otf") format("opentype"),
}
*/
body {
	background: #eeeeee  url(./img/background.png) no-repeat top center;
	margin: 0px;
	color: #000;
	text-align: center;
	font-size: 12px;
	font-family: MyriadProLight;
}

table#telo {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: none;
	height: 100%;
	padding: 0px;
}

tr.zarovnani_nahoru {
	vertical-align: top;
}
tr.zarovnani_stred {
	vertical-align: middle;
}
tr.zarovnani_dolu {
	vertical-align: bottom;
}
table#rozlozeni {
	background-color: #FFF;
	width: 1060px;
	height: 100%;
}
table#rozlozeni td.hlavicka {
	height: 130px;

} 
div.prave_zarovnani {
	float: right;
	text-align: right;
	margin: 0px;
	margin-right: 2px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
table#rozlozeni td.nadpis_levy {
	width: 1060px;
	padding: 7px;
	text-align: right;
	text-transform: uppercase;
	color: #FFF;
	font-family:  Verdana;
	background:#333333 url(./images/dotted_bg_light.png);
	font-size: 12px;
	font-family: Arial, sans-serif;
}
tr#paticka {
	padding: 0px;
	height: 30px;
	background:#333333 url(./images/dotted_bg.png);
	color: #FFF;
	width: 860px;
	font-size: 10px;
	font-family: Arial, sans-serif;
	vertical-align: middle;
}
div.leve_zarovnani {
	float: left;
	text-align: left;
	margin: 0px;
	margin-left: 2px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
div.paticka_prava {
	float: right;
	text-align: right;
	margin: 0px;
	margin-right: 2px;
}
div.paticka_leva {
	float: left;
	text-align: left;
	margin: 0px;
	margin-left: 2px;
}
/*menu nahoře*/
table.menu_odkaz {
	width: 90px;
	height: 50px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #CD3541;
	padding: 0px;
	cursor: pointer;
	font-size: 12px;
	vertical-align: bottom;
}
table.menu_odkaz:hover {
	background-color: #E08C3B;
}
table.menu_odkaz:hover span {
	color: #FFF;
	text-transform: uppercase;
	background-color: #E08C3B;
}
table.menu_odkaz td {
	text-align: right;
	vertical-align: bottom;
}
table.menu_odkaz td span {
	color: #FFF;
	text-transform: uppercase;
	background-color: #CD3541;
}

table.menu_odkaz_g {
	width: 90px;
	height: 50px;
	border:0; 
	margin:0 !important;
	background-color: #8FA759;
	padding: 5px;
	cursor: pointer;
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	text-align:center;
	display:block;
	float: left;
	list-style: none;   
	-moz-box-shadow: 0 0 2px 2px #d0d0d0;
	-webkit-box-shadow: 0 0 2px 2px #d0d0d0;
	box-shadow: 0 0 2px 2px #d0d0d0;
	display: block;
	float: left; 
}
table.menu_odkaz_g td {
	text-align: right;
	vertical-align: bottom;
}
table.menu_odkaz_g td span {
	color: #FFF;
	background-color: #8FA759;
}

table.menu_odkaz_b {
	width: 90px;
	height: 50px;
	border:0; 
	margin:0 !important;	
	background-color: #0082AF;
	padding: 5px;
	cursor: pointer;
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	text-align:center;
	display:block;
	float: left;
	list-style: none;   
	-moz-box-shadow: 0 0 2px 2px #d0d0d0;
	-webkit-box-shadow: 0 0 2px 2px #d0d0d0;
	box-shadow: 0 0 2px 2px #d0d0d0;
	display: block;
	float: left; 
}
table.menu_odkaz_b td {
	text-align: right;
	vertical-align: bottom;
}
table.menu_odkaz_b td span {
	color: #FFF;
	background-color: #0082AF;
}

table.menu_odkaz_y {
	width: 90px;
	height: 50px;
	border:0; 
	margin:0 !important;	
	background-color: #FFB429;
	padding: 5px;
	cursor: pointer;
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	text-align:center;
	display:block;
	float: left;
	list-style: none;   
	-moz-box-shadow: 0 0 2px 2px #d0d0d0;
	-webkit-box-shadow: 0 0 2px 2px #d0d0d0;
	box-shadow: 0 0 2px 2px #d0d0d0;
	display: block;
	float: left; 
}
table.menu_odkaz_y td {
	text-align: right;
	vertical-align: bottom;
}
table.menu_odkaz_y td span {
	color: #FFF;
	background-color: #FFB429;
}
table.menu_odkaz_r {
	width: 90px;
	height: 50px;
	border:0; 
	margin:0 !important;	
	background-color: #D33E1D;
	padding: 5px;
	cursor: pointer;
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	text-align:center;
	display:block;
	float: left;
	list-style: none;   
	-moz-box-shadow: 0 0 2px 2px #d0d0d0;
	-webkit-box-shadow: 0 0 2px 2px #d0d0d0;
	box-shadow: 0 0 2px 2px #d0d0d0;
	display: block;
	float: left; 
}
table.menu_odkaz_r td {
	text-align: right;
	vertical-align: bottom;
}
table.menu_odkaz_r td span {
	color: #FFF;
	background-color: #D33E1D;
}

table.menu_moduly {
	width: 40px;
	height: 50px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #CD3541;
	padding: 2px;
	cursor: pointer;
	font-size: 12px;
	vertical-align: bottom;
}
table.menu_moduly td {
	text-align: right;
	vertical-align: bottom;
}
table.menu_moduly td span {
	color: #FFF;
	background-color: #CD3541;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

table.menu_moduly_b {
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	list-style: none;
	margin:0 !important;	
	-moz-box-shadow: 0 0 2px 2px #d0d0d0;
	-webkit-box-shadow: 0 0 2px 2px #d0d0d0;
	box-shadow: 0 0 2px 2px #d0d0d0;
	display: block;
	float: left; 
	height: 50px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #0082AF;
	padding: 2px;
	cursor: pointer;
	font-size: 12px;
	vertical-align: bottom;
}
table.menu_moduly_b td {
	text-align: right;
	vertical-align: bottom;
}
table.menu_moduly_b td span {
	color: #FFF;
	background-color: #0082AF;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

table.menu_moduly_g {
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	list-style: none;
	margin:0 !important;	
	-moz-box-shadow: 0 0 2px 2px #d0d0d0;
	-webkit-box-shadow: 0 0 2px 2px #d0d0d0;
	box-shadow: 0 0 2px 2px #d0d0d0;
	display: block;
	float: left; 
	height: 50px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #8FA759;
	padding: 2px;
	cursor: pointer;
	font-size: 12px;
	vertical-align: bottom;
}
table.menu_moduly_g td {
	text-align: right;
	vertical-align: bottom;
}
table.menu_moduly_g td span {
	color: #FFF;
	background-color: #8FA759;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

table.menu_moduly_y {
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	list-style: none;
	margin:0 !important;	
	-moz-box-shadow: 0 0 2px 2px #d0d0d0;
	-webkit-box-shadow: 0 0 2px 2px #d0d0d0;
	box-shadow: 0 0 2px 2px #d0d0d0;
	display: block;
	float: left; 
	height: 50px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFB429;
	padding: 2px;
	cursor: pointer;
	font-size: 12px;
	vertical-align: bottom;
}
table.menu_moduly_y td {
	text-align: right;
	vertical-align: bottom;
}
table.menu_moduly_y td span {
	color: #FFF;
	background-color: #FFB429;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

table.menu_moduly_r {
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	list-style: none;
	margin:0 !important;	
	-moz-box-shadow: 0 0 2px 2px #d0d0d0;
	-webkit-box-shadow: 0 0 2px 2px #d0d0d0;
	box-shadow: 0 0 2px 2px #d0d0d0;
	display: block;
	float: left; 
	height: 50px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #D33E1D;
	padding: 2px;
	cursor: pointer;
	font-size: 12px;
	vertical-align: bottom;
}
table.menu_moduly_r td {
	text-align: right;
	vertical-align: bottom;
}
table.menu_moduly_r td span {
	color: #FFF;
	background-color: #D33E1D;
	font-size: 12px;
	font-family: Arial, sans-serif;
}


/*Pravé menu*/
ul#menu_prave {
  float: left;
  width: 99%;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  list-style-position: outside;
  list-style-type: none;
}
ul#menu_prave li{
  margin: 2px 0px 2px 0px;
  background-color: #EEE;
  border-bottom: 4px solid #FFF;
  padding: 5px;
}
/*Hlavní obsah stránky*/
table.obsah {
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
table.obsah strong {
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
table#obsah td.obsah_td {
	height: 100%;
	text-align: right;
}
/*odkazy*/
a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #555;
	text-decoration: underline;
}
a.vyrazny {
  color: #F00;
}
/*texty // spany*/
span.mh2net_text {
	font-weight: bold;
}

font.chyba {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
}
/*ostatní grafika*/
input.pole {
	font-family: arial;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding: 3px;
}
/*Grafika IS*/
table#log {
  width: 99%;
}
table#log th {
  background-color: #EEE;
  text-align: center;
  font-size: 12px;
  font-family: Verdana;
}
table#log tr {
  background-color: #FFF;
  font-size: 12px;
  font-family: arial, sans-serif;
}
table#log tr:hover {
  background-color: #EEF;
  font-size: 12px;
  font-family: arial, sans-serif;
  cursor: pointer;
}
div#menu_banka {
  width: 260px;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
div#menu_banka ul {
  margin: 0px;
  margin-left: auto;
  padding: 0px;
  position: relative;
  float: left;
}
div#menu_banka ul li {
  list-style-position: outside;
  list-style-type: none;
  padding: 0px 10px 0px 10px;
  float: left;
}
tr.yellow {
  width: 100%;
  background-color: #FFFACD;
  font-size: 12px;
  font-family: arial, sans-serif;
  text-align: center;
}
tr.grey {
  background-color: #EEE;
  font-size: 12px;
  font-family: arial, sans-serif;
  text-align: center;
}
tr.ok {
  background-color: #9FF781;
  font-size: 12px;
  font-family: arial, sans-serif;
  text-align: center;
}

.hot {
  color: #F00;
  text-align: center;
  font-size: 13px;
  font-family: Verdana;
}
table.is_stroje {
  width: 99%;
  min-height: 100%;
  font-size: 12px;
  font-family: arial, sans-serif;
  margin: 5px 0px 5px 0px;
  padding: 0px;
}
table.is_stroje tr {
  margin: 0px;
  text-align: center;
}
table.is_stroje th {
  background-color: #EEE;
  width: 33%;
  font-family: Verdana;
  border: none;
}
table.housing {
  width: 99%;
  min-height: 100%;
  font-size: 12px;
  font-family: arial, sans-serif;
  margin: 5px 0px 5px 0px;
  padding: 0px;
}
table.housing tr {
  margin: 0px;
  text-align: center;
}
table.housing th {
  background-color: #EEE;
  width: 25%;
  font-family: Verdana;
  border: none;
}
table#is_maily {
  width: 99%;
  min-height: 100%;
  font-size: 12px;
  font-family: arial, sans-serif;
  margin: 5px 0px 5px 0px;
  padding: 0px;
}
table#is_maily tr {
  margin: 0px;
  text-align: center;
}
table#is_maily tr:hover {
  background-color: #EEF;
}
table#is_maily th {
  background-color: #EEE;
  font-family: Verdana;
  border: none;
}
ul#mail {
#  float: left;
#  width: 99%;
#  padding: 0px;
    padding-left:10px;
#    padding-bottom: 1px;
  margin: 4px 0px 0px 0px;
#  list-style-position: outside;
#  list-style-type: none;
}
ul#mail li{
  margin: 4px 0px 2px 0px;
#  background-color: #EEE;
#  border-bottom: 4px solid #FFF;
#  padding: 5px;
}
p.mejl {
  text-indent: 15px;
  font-size: 13px;
  font-family: arial, sans-serif;
  color: #000;
  margin: 5px;
}
input.ou_edit {
  background-color: #BEB;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  font-family: arial, sans-serif;
  padding: 2px;
  margin: 0px;
  width: 100%;
  border: none;
}
table.stroje_vypis{
  width: 100%;
  font-size: 12px;
  font-family: arial, sans-serif;
  border: none;
}
table.stroje_vypis tr:hover{
  background-color: #EEF;
  cursor: pointer;
}
table.stroje_vypis td{
  width: 33%;
  border: none;
}
/*sytly admin*/
ul#podmenu_admin{
  float: right;
  font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
ul#podmenu_admin li#b{
  float: right;
  padding: 0px;
  margin: 0px;
  background-color: #0082AF;
  border-right: 0px solid #FFF;
  list-style-type: none;
  list-style-position: outside;
  display:block;
  float: left;
  list-style: none;   
  -moz-box-shadow: 0 0 2px 2px #d0d0d0;
  -webkit-box-shadow: 0 0 2px 2px #d0d0d0;
  box-shadow: 0 0 2px 2px #d0d0d0;
}
ul#podmenu_admin li#b:hover{
  background-color: #0082AF;
}
ul#podmenu_admin li#b a{
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  color: #FFF;
  font-size: 12px;
}


ul#podmenu_admin li#g{
  float: right;
  padding: 0px;
  margin: 0px;
  background-color: #8FA759;
  border-right: 0px solid #FFF;
  list-style-type: none;
  list-style-position: outside;
  display:block;
  float: left;
  list-style: none;   
  -moz-box-shadow: 0 0 2px 2px #d0d0d0;
  -webkit-box-shadow: 0 0 2px 2px #d0d0d0;
  box-shadow: 0 0 2px 2px #d0d0d0;
}
ul#podmenu_admin li#g:hover{
  background-color: #8FA759;
}
ul#podmenu_admin li#g a{
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  color: #FFF;
  font-size: 12px;
}

ul#podmenu_admin li#y{
  float: right;
  padding: 0px;
  margin: 0px;
  background-color: #FFB429;
  border-right: 0px solid #FFF;
  list-style-type: none;
  list-style-position: outside;
  display:block;
  float: left;
  list-style: none;   
  -moz-box-shadow: 0 0 2px 2px #d0d0d0;
  -webkit-box-shadow: 0 0 2px 2px #d0d0d0;
  box-shadow: 0 0 2px 2px #d0d0d0;
}
ul#podmenu_admin li#y:hover{
  background-color: #FFB429;
}
ul#podmenu_admin li#y a{
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  color: #FFF;
  font-size: 12px;
}

ul#podmenu_admin li#r{
  float: right;
  padding: 0px;
  margin: 0px;
  background-color: #D33E1D;
  border-right: 0px solid #FFF;
  list-style-type: none;
  list-style-position: outside;
  display:block;
  float: left;
  list-style: none;   
  -moz-box-shadow: 0 0 2px 2px #d0d0d0;
  -webkit-box-shadow: 0 0 2px 2px #d0d0d0;
  box-shadow: 0 0 2px 2px #d0d0d0;
}
ul#podmenu_admin li#r:hover{
  background-color: #D33E1D;
}
ul#podmenu_admin li#r a{
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  color: #FFF;
  font-size: 12px;
}

table#podmenu_tabulka{
  border: none;
  float: right;
  padding: 0px;
  margin: 0px
  text-align: right;
  width: 100%;
}
table#admin_vypis{
  width: 99%;
  font-size: 12px;
  font-family: arial, sans-serif;
  text-align: center;
}
table#admin_vypis th{
  background-color: #EEE;
  font-family: Verdana;
}
table#admin_vypis tr:hover{
  background-color: #EEF;
}
table#admin_vypis a:hover{
  color: #000;
}
table#mail{
  font-size: 12px;
  font-family: arial, sans-serif;
  text-align: left;
  border-spacing: 5px;
}
table#mail th{
  background-color: #EEE;
  font-family: Verdana;
}
table#mail tr:hover{
  background-color: #EEF;
}
table#mail a:hover{
  color: #000;
}
table#admin_vypis_spodek{
  width: 99%;
  font-size: 12px;
  font-family: arial, sans-serif;
  text-align: center;
}
table#admin_detail{
  width: 40%;
  font-size: 12px;
  font-family: arial, sans-serif;
  text-align: left;
  margin: 1px 0px 5px 0px;
}
table#admin_detail td.jmeno{
  background-color: #DBE6EB;
  font-weight: bold;
}
table#admin_detail textarea{
  font-weight: bold;
  background-color: #BEB;
  border: none;
  width: 100%;
}
table#admin_detail td.leve{
  width: 160px;
}
table#admin_detail select{
  font-weight: bold;
  background-color: #BEB;
  border: none;
  width: 100%;
  color: #000;
}

select.den{
	width: 135px;
	float: left;
	font-weight: bold;
	background-color: #BEB;
	border: none;
	color: #000;
}

textarea.projekt{
  font-weight: bold;
  background-color: #BEB;
  border: none;
  width: 100%;
}

select.projekt{
  font-weight: bold;
  background-color: #BEB;
  border: none;
  width: 100%;
  color: #000;
}

table#admin_systemovky {
  width: 99%;
  font-size: 12px;
  font-family: arial, sans-serif;
  text-align: center;
  border: none;
}
table#admin_systemovky th {
  background-color: #EEE;
  font-family: Verdana;
}
table#admin_systemovky tr:hover {
  background-color: #EEF;
}

span.mh2net_dluh1 {
	color: #FFCC33;
	font-weight: bold;
}

span.mh2net_dluh2 {
	color: #FF6600;
	font-weight: bold;
}

span.mh2net_dluh3 {
	color: #FF0000;
	font-weight: bold;
	text-decoration:blink;
}

span.rozdil_minus {
	color: #FF0000;
	font-weight: bold;
}

span.rozdil_plus {
	color: #4AA02C;
	font-weight: bold;
}
table.detail {
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

table#detail th{
  background-color: #EEE;
  text-align: left;
}

table#detail td{
  background-color: #FFFFCC;
  text-align: center;
}

table#detail td.dluh_akt {
	height: 100%;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
}
table#detail td.dluh_neakt {
	height: 100%;
	text-align: center;
	color: #FF0000;
}
table#detail td.prepl_akt {
	height: 100%;
	text-align: center;
	font-weight: bold;
}
table#detail td.prepl_neakt {
	height: 100%;
	text-align: center;
}
font.vitis{
	color: #CD3541;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

/* grafika podle prani */

a.modry{
	color: #00F;
	text-decoration: blink;
}

div#apryl{
	vertical-align: middle;
	height: 100%;
}

font.err{
	color: #F00;
}

#overlay {
		background: #000;
		opacity: 0.5;
		display: none;
		top: 0px;
		left: 0px;
		position: absolute; 
		width: 100%;
		height: 100%;
		z-index: 100;
		cursor: pointer;
		/*cursor: hand;*/
}

#gallery {
		position: absolute;
		top: 13%;
		left: 13%;
		width: 582px;
		height: 800px;
		background: #FFF;
		z-index: 110;
		display: none;
}

#gallery_prev, #gallery_next {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 120;
    width: 80px;
    text-align: center;
    font-size: 12px;
    padding: 4px;
}

#gallery_prev {
    left: 0px;
}

#gallery_prev a, #gallery_next a {
    color: #000;
    text-decoration: none;
}

#gallery_title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

#gallery img {
		position: absolute;
		top: 5px;
		left: 5px;
		width: 100%;
		height: 100%;
		border: 0px;
		z-index: 115;
}

#gallery.tall {
		width: 430px;
		height: 590px;
}

#gallery.tall img {
		width: 420px;
		height: 560px;
}
ul.gallery li{
	float: left;
	list-style-type: none;
	list-position: outside;
	margin-right: 5px;
}

tag {
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: red;
}

untag {
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: blue;
}
