#content img
{
	padding:15px;
}
p
{
	margin-top:16px;
	margin-bottom:10px;
	line-height: 1.5em;
}

li{

line-height: 1.5em;

}


.rightpod
{
width:186px;
font-size:12px;
}
.podhead{
height:15px;
background-repeat:no-repeat;
background-position:bottom left;
background-image:url(/template/zewn/images/podhead.gif);
}
.podbody{
padding: 0 5px;
background-color:#f8f8f8;
background-image:url(/template/zewn/images/podback.gif);
background-repeat:repeat-x;
background-position:top;
border:1px solid #bed730;
border-bottom:none;
border-top:none;

}
.podfoot{
height:50px;
background-repeat:no-repeat;
background-position:top left;
background-image: url(/template/zewn/images/podfoot.gif);

}


.scedule
{
	width:752px;
}
.scedule .top
{
	width:712px;
	padding:0px 20px;
	background: url(/images/ourschedule_head.jpg) top left no-repeat;
	color:#C0DA3B;
	height:65px;
}
.scedule .top td
{
	text-align:left;
	font-weight:bold;
}
.scedule .top h1
{
	margin:0px;
	padding:0px;
	font-size:16px;
} 
.scedule .content
{
	width:712px; 
	padding:10px 20px 0px;
	background: url(/images/ourschedule_mid.gif) top left repeat-y;
	line-height:15px;
}
.scedule .bottom
{
	width:752px;
	background: url(/images/ourschedule_foot.gif) top left no-repeat;
	height:30px;
}
.scedule .signup
{
	width:58px;
	background: url(/images/signup.gif) top center no-repeat;
	height:26px;
	display:block;
	text-decoration:none;
}
.scedule .signup:hover
{
	background-position: bottom center;
}
	
.scedule .content form 
{
	display:block;
	float:left;
	height:17px;
}

.bullet {list-style-image: url(/images/icons/arrow.gif);}


.flash {
position: relative; /*or absolute*/
z-index: 0;
}

.ecatch-overlay{
	background:#000;
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	z-index:100001;
}
.ecatch-hold{
    background-image: url("/images/popupb.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
	width:550px;
	height:250px;
	position: fixed;
	margin:-200px  0 0 -300px;
	padding:85px 35px 50px;
	top:50%;
	left:50%;
	z-index:100002;
}
.ecatch-hold p{
	color:#FFF;
	font-family: arial,helvetica,sans-serif; 
}
.ecatch-hold a{
	color:#FFF;
	font-family: arial,helvetica,sans-serif; 
}
.ecatch-hold a:hover{
	text-decoration:underline;
}

.ecatch-hold input.text{
	background-color:transparent;
    background-image: url("/images/input.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
	height:40px;
	line-height:40px;
	width:200px;
	border:2px solid #000;
	padding:0px 10px;
	font-size:20px;
}
.ecatch-hold input.button{
	background-color:transparent;
    background-image: url("/images/g-button.png");
    background-position: left top;
    background-repeat: no-repeat;
	height:44px;
	width:197px;
	border:none;
	padding:0px 10px;
	font-size:20px;
	color:#CCC;
}
.ecatch-hold input.button:hover{
    background-position: left bottom;
	color:#FFF;
}

.ecatch-hold .bodyText{
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color:#CCC
}
.ecatch-hold .titleText{
	font-family: arial,helvetica,sans-serif; 
	font-size:16px;
	color:#FFF;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
}



.ecatch-close{
    background-image: url("/images/close.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    float: right;
    height: 45px;
    position: relative;
    right: -30px;
    top: -30px;
    width: 45px;
	z-index:100003;

}
.ecatch-close:hover{
    background-position: left top;
}


