/* ---------------------------------------------------- */
/*             Special fonts used in system             */
/*  Define these also in /up/inc/editor_fontstyles.jsp  */
/*             And localized descriptions in            */
/*            /conf/localization_customer.xml           */
/* ---------------------------------------------------- */
font.headline
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
}
font.basictext
{
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px; 
	color: black;
}

/* ---------------------------------------------------- */
/* 				  Basic definitions.                    */
/*    These are needed for htmlarea to work properly    */
/* ---------------------------------------------------- */
p
{
	padding: 3px 0px 3px 0px;
	margin: 5px 5px 5px 5px;
    font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: black;
}
th
{
	text-align: left;
	font-weight: bolder;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
}
td
{
	cell-spacing: 0px;
    font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
}
tr
{
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
}
img
{
    border-width: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
strong
{
    font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
a:link
{
    font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: blue;
	text-decoration: none;        
}
a:visited
{
    font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: blue;
	text-decoration: none;
}
a:hover
{
    font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: blue;
	text-decoration: underline;
}
input
{
    font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}
textarea
{
    font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}
/* --------------------------------------------- */
/* 				End basic definitions	         */
/* --------------------------------------------- */



body.live
{
	background-color: white;
	background-image: url("/images/bg.gif");
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px; 
	text-align: center;
}
body
{
	background-color: white;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px; 
	text-align: center;
}
table
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
td
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
tr
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
img
{
	border: 0px;
}

table.main
{
	width: 800px;
	background-color: white;
	border-width: 1px 1px 1px 1px;
	border-color: black;
	border-style: solid;
	align: center;
}
table.main_left
{
	width: 100%;
	height: 420px;
}
table.top
{
	width: 100%;
	height: 100%;
}



/* TD definitions */

td.lang
{
	height: 25px;
	vertical-align: bottom;
	text-align: right;
	background-color: white;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}
td.general
{
	height: 48px;
	color: white;
	background-image: url("/images/top_0-6.jpg");
	background-repeat: repeat-y;
	vertical-align: bottom;
	text-align: right;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}
td.lowerstage
{
	height: 48px;
	color: white;
	background-image: url("/images/top.jpg");
	background-repeat: repeat-y;
	vertical-align: bottom;
	text-align: right;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}
td.upperstage
{
	height: 48px;
	color: white;
	background-image: url("/images/top_7-9.jpg");
	background-repeat: repeat-y;
	vertical-align: bottom;
	text-align: right;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
td.highschool
{
	height: 48px;
	color: white;
	background-image: url("/images/top_highschool.jpg");
	background-repeat: repeat-y;
	vertical-align: bottom;
	text-align: right;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}
td.top_left
{
	vertical-align: middle;
	text-align: center;
	background-color: white;
	border-width: 0px 1px 0px 0px;
	border-color: black;
	border-style: solid;
}
td.top_right
{
	text-align: left;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	padding: 0px 0px 0px 0px;
}
td.link
{
	vertical-align: top;
	text-align: left;
	background-color: white;
	border-width: 0px 1px 0px 0px;
	border-color: black;
	border-style: solid;
}
td.main_left_general
{
	vertical-align: top;
	text-align: left;
	background-color: #CC6257;
	border-width: 0px 1px 0px 0px;
	border-color: black;
	border-style: solid;
}
td.main_left_lowerstage
{
	vertical-align: top;
	text-align: left;
	background-color: #E7BF1E;
	border-width: 0px 1px 0px 0px;
	border-color: black;
	border-style: solid;
}
td.main_left_upperstage
{
	vertical-align: top;
	text-align: left;
	background-color: #148BE4;
	border-width: 0px 1px 0px 0px;
	border-color: black;
	border-style: solid;
}
td.main_left_highschool
{
	vertical-align: top;
	text-align: left;
	background-color: #8DC221;
	border-width: 0px 1px 0px 0px;
	border-color: black;
	border-style: solid;
}
td.main_right
{
	vertical-align: top;
	text-align: left;
	padding: 10px 0px 10px 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
td.link_sub
{
	height: 150px;
	vertical-align: top;
	text-align: left;
	background-color: white;
	padding: 10px 0px 10px 10px;	 
}
td.search_general
{
	height: 50px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #CC6257;
	vertical-align: middle;
	text-align: left;
	border-width: 1px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	padding: 2px 0px 2px 5px;	 
}
td.search_lowerstage
{
	height: 50px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #E7BF1E;
	vertical-align: middle;
	text-align: left;
	border-width: 1px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	padding: 2px 0px 2px 5px;	 
}
td.search_upperstage
{
	height: 50px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #148BE4;
	vertical-align: middle;
	text-align: left;
	border-width: 1px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	padding: 2px 0px 2px 5px;	 
}
td.search_highschool
{
	height: 50px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #8DC221;
	vertical-align: middle;
	text-align: left;
	border-width: 1px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	padding: 2px 0px 2px 5px;	 
}
td.logo_bottom_general
{
	height: 190px;
	vertical-align: middle;
	text-align: center;	
	background-color: #CC6257;
}
td.logo_bottom_lowerstage
{
	height: 190px;
	vertical-align: middle;
	text-align: center;	
	background-color: #E7BF1E;
}
td.logo_bottom_upperstage
{
	height: 190px;
	vertical-align: middle;
	text-align: center;	
	background-color: #148BE4;
}
td.logo_bottom_highschool
{
	height: 190px;
	vertical-align: middle;
	text-align: center;	
	background-color: #8DC221;
}
td.con
{
	height: 30px;
	vertical-align: middle;
	text-align: center;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	background-color: white;
	padding: 5px 0px 5px 10px;
}

/* End od TD definitions */

/* Paragraph definitions */

p.link
{
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}
p.path
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	text-decoration: none; 
}

/* End of Paragraph definitions */



/* Table definitions */

a:link.main
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: black;
	text-decoration: none;        
}
a:visited.main
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: black;
	text-decoration: none;
}
a:hover.main
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: black;
	text-decoration: underline;
}
a:link.lang
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
a:visited.lang
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
a:hover.lang
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
a:link.kont
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;

}
a:visited.kont
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a:hover.kont
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
a:link.news
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #001ADD;
	text-decoration: none;

}
a:visited.news
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #001ADD;
	text-decoration: underline;
}
a:hover.news
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #001ADD;
	text-decoration: underline;
}
a:link.path
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	text-decoration: underline;
}
a:visited.path
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	text-decoration: underline;
}
a:hover.path
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	text-decoration: underline;
}
/* End of Table definitions */


input.search
{
	border-style: solid;
	border-color: #b7b7b7;
	border: 1px 1px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #f4f4f4;
	text-decoration: none;
	margin: 0px 5px 0px 7px;
	width: 85px;
	vertical-align: -4px;
}
input.searchbtn
{
	border-style: solid;
	border-color: #b7b7b7;
	border: 1px 1px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #cccccc;
	text-decoration: none;
	vertical-align: 0px;
	margin: 5px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 55px;
	vertical-align: -4px;
}
form.search
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}
span.news
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}


