em {
	font-weight: bold;
	font-style: normal;
}

#output a {
	font-weight: bold;
}

span#searchword  {
	background-color: #FFDD90;
	color: #666666;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

#searchfooter {
	font-size: .8em;
	margin-top: 1em;
}

#powered {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.9em;
	text-align: center; 
	padding-top: 0.5em; 
	padding-bottom: 0.5em;
	display: block;
	background-color: #000000;
	color: #CCCCCC;
}

#powered a, #powered a:visited, #powered a:active {
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	text-align: center; 
	text-decoration: none;
	margin-top: 1.0em; 
	margin-bottom: 1.0em;
	background-color: #000000;
	color: #CCCCCC;
}

#powered a:hover, #powered a:focus {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.alphaWhite70 {
	background-image: url(../images/alpha-white_100x70_70perc.png);
	background-repeat: repeat;
	color:#fff;
}

.alphaWhite50 {
	background-image: url(../images/alpha-white_100x70_50perc.png);
	background-repeat: repeat;
	color:#fff;
}

.alphaWhite30 {
	background-image: url(../images/alpha-white_100x70_30perc.png);
	background-repeat: repeat;
	color:#fff;
}

.alphaBlack70 {
	background-image: url(../images/alpha-black_100x70_70perc.png);
	background-repeat: repeat;
	color:#fff;
}

.alphaBlack50 {
	background-image: url(../images/alpha-black_100x70_50perc.png);
	background-repeat: repeat;
	color:#fff;
}

.alphaBlack30 {
	background-image: url(../images/alpha-black_100x70_30perc.png);
	background-repeat: repeat;
	color:#fff;
}
.alphaVideo70 {
	background-image: url(../images/alpha-video_100x70_70perc.png);
	background-repeat: repeat;
	color:#fff;
}

.alphaVideo50 {
	background-image: url(../images/alpha-video_100x70_50perc.png);
	background-repeat: repeat;
	color:#fff;
}

.alphaVideo30 {
	background-image: url(../images/alpha-video_100x70_30perc.png);
	background-repeat: repeat;
	color:#fff;
}

img.mlskype {
	margin: 0;
	margin-top: -5px;
	border: 0;
	vertical-align: top;
	cursor: pointer;
}

img.newsimage {
	margin:5px;
	border:1px solid #999;
}

.pickerImg {
	position: absolute;
	margin-left: -16px;
	margin-top: 5px;
	cursor: pointer;
}

#evcal{
	cursor: default;
	text-align: center;
}

/* CALENDAR */

#container {
	padding: 0px;
	margin: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-color: #FFFFFF;
	text-align: center;
}
#container #header #header_left {
	padding: 0px;
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}
#container #header #header_right {
	padding: 0px;
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}
#container #content {
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.month{
	padding: 0px;
    width:90%;
	text-align: center;
    border:1px solid #ccc;
    margin:0px;
	margin-bottom: 5px;
	margin-top: 5px;
    border-collapse:collapse;
}

td.cal {
	padding: 0px;
    width: 24px;
	height: 20px;
    color:#000000;
    text-align:center;
	vertical-align: middle;
	margin-bottom: 2px;
	text-decoration: none; 
	font-weight: normal; 
	font-size: 11px;
}

td.calemp {
	padding: 0px;
    width: 24px;
	height: 20px;
    color:#000000;
    text-align:center;
	cursor: default;
	vertical-align: middle;
	margin-top: -2px;
}

td.cal:hover {
	padding: 0px;
    width: 24px;
	height: 20px;
	background-image: url(images/hbgsel.gif);
	background-position:center;
	background-repeat: no-repeat;
	background-position:
    color:#000000;
    text-align:center;
	vertical-align: middle;
	margin-top: -2px;
}

td.calevt {
	padding: 0px;
    width: 24px;
	height: 20px;
	background-image: url(images/hbgevt.gif);
	background-position:center;
	background-repeat: no-repeat;
    color:#000000;
    text-align:center;
	vertical-align: middle;
	margin-top: -2px;
}

td.calevt:hover {
	padding: 0px;
    width: 24px;
	height: 20px;
	background-image: url(images/hbgsel.gif);
	background-position:center;
	background-repeat: no-repeat;
    color:#000000;
    text-align:center;
	vertical-align: middle;
	margin-top: -2px;
}

th {
	padding: 0px;
	padding-left: 3px;
    /*color:#000000;*/
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px;
}

th.cal {
	padding: 0px;
	text-align: center;
	background-image: url(images/hbg_top.gif);
	background-position:center;
	background-repeat: repeat-x;
    color:#000000;
	text-decoration: none; 
	font-weight: normal; 
	font-size: 11px;
}

th.tdy {
	padding: 0px;
	text-align: center;
    color:#000000;
}

.actday{
	padding: 0px;
	background-image: url(images/hbg.gif);
	background-position:center;
	background-repeat: no-repeat;
    color:#000000;
    text-align:center;
	vertical-align: middle;
	margin-top: -2px;
}

.selday{
	padding: 0px;
	background-image: url(images/hbgsel.gif);
	background-position:center;
	background-repeat: no-repeat;
    color:#000000;
	text-align:center;
	vertical-align: middle;
	margin-top: -2px;
}

.ael{
	float: left;
}

.aer{
	float: right;
}

.days{
    background-color:#f1f1f1;
}

a.ie_cal_days{
	padding: 0px;
	cursor: default;
	text-decoration: none;
	color: #000000; 
	text-align:center;
	vertical-align: middle;
	margin-top: -2px;
	font-weight: normal; 
	font-size: 11px;
}

a.ie_cal_days:link{
	padding: 0px;
	cursor: default;
	text-decoration: none;
	color: #000000; 
	text-align:center;
	vertical-align: middle;
	margin-top: -2px;
	font-weight: normal; 
	font-size: 11px;
}

a.ie_cal_days:hover{
	padding: 0px;
    color:#000000;
	text-align:center;
	vertical-align: middle;
	margin-top: -2px;
	text-decoration: none; 
	font-weight: normal; 
	font-size: 11px;
}

a.ie_cal_days:active{
	padding: 0px;
	background-position:inherit;
	text-align:center;
    color:#000000;
	vertical-align: middle;
	margin-top: -2px;
	text-decoration: none; 
	font-weight: normal; 
	font-size: 11px;
}

a.ie_cal_days:visited{
	padding: 0px;
	cursor: default;
	text-decoration: none;
	text-align:center;
	color: #000000; 
	vertical-align: middle;
	margin-top: -2px;
	font-weight: normal; 
	font-size: 11px;
}

/* CONTACT */

#container_contact {
	margin: auto;
	width: 400px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-color: #FFFFFF;
}
#container_contact #header_contact #header_contact_left {
	float: left;
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}
#container_contact #header_contact #header_contact_right {
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 6px;
	float: right;
}
#container_contact #content_contact {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#container_contact #footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container_contact a {
	color: #999999;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container_contact #header_contact #header_contact_main {
	float: left;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sbtn    {
	background-image: url(images/button.gif);
	border: 1px solid #000033;
	height: 22px;
	width: 82px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-position: center;
}

#container_contact #content_contact #form1_contact legend {
	padding: 5px;
	margin: auto;
}


#container_contact #header_contact {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}
label {
	padding: 0px;
	text-align: center;
}

form{
    margin-left:20px;
}

.msg {
	background-image: url(images/ok.gif);
	text-align:left;
	margin-left:30px;
    margin-right:30px;
	color:#666;
	background-repeat: no-repeat;
	padding:5px;
    padding-left:30px;
}

.emsg {
	background-image: url(images/nok.gif);
	text-align:left;
	margin-left:30px;
    margin-right:30px;
	color:#666;
	background-repeat: no-repeat;
	padding:5px;
    padding-left:30px;
}

.error {
    border:1px solid #D00;
    background-color:#FCC;
    width:80%;
    margin:auto;
    padding-top:5px;
    padding-bottom:5px;
}

INPUT#searchfield {
	border-right: #cbc2bd 1px solid; 
	padding-right: 4px; 
	border-top: #cbc2bd 1px solid; 
	display: inline; 
	padding-left: 4px; 
	font-size: 11px; 
	padding-bottom: 0px; 
	margin: 0px 2px 0px 0px; 
	vertical-align: middle; 
	border-left: #cbc2bd 1px solid; 
	width: 150px; 
	padding-top: 1px; 
	border-bottom: #cbc2bd 1px solid; 
	height: 17px;
}
INPUT#searchbutton {
	border-right: medium none; 
	padding-right: 0px; 
	border-top: medium none; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	vertical-align: middle; 
	border-left: medium none; 
	padding-top: 0px; 
	border-bottom: medium none; 
	height: 17px
}
