@charset "UTF-8";
/* CSS Document */

body
{
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	margin-top: 5px;
	color: #000000;
}
h1
{
	margin: 0;
	font-size: 21px;
	padding: 10px 0 0 0;
}
a
{
	color: #0056d4;
	text-decoration:none
}
a:hover
{
	text-decoration:underline;
}
img
{
	border: 0;
}
.footer_outside
{
color:#FFFFFF
}

#calendar
{
	height: 614px;
	width: 300px;
	background: #fff;
	position: absolute;
	right: 14px;
	top: 110px;
	overflow: hidden;
	display: none;
	z-index: 999;
}
#calendar iframe
{
	border: 1px solid #fff;
	width: 100%;
	overflow: hidden;
	height: 100%;
}
#calendar-button
{
	position: absolute;
	right: 34px;
	top: 20px;
	cursor: pointer;
}
#video
{
	margin: 10px 0 0 30px;
	background: url(images/twit.png) no-repeat 50% 50%;
}

#container
{
	width: 1001px;
	margin: 0 auto;
}

#container_inside
{
	width: 950px;
	margin: 0 auto;
}

#container_footer
{
	width: 900px;
	margin: 0 auto;
}

#menu ul
{
	position: absolute;
	top: 127px;
	right: 75px;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#menu ul li
{
	float: left;
	background: url(images/menu-divider.jpg) no-repeat;
	padding: 5px 10px 0 11px;
	display: block;
	font-size: 16px;
	height: 22px;
	
}
#menu ul li.first
{
	background-image: none;
}
#menu ul li a
{
	color: #000000;
	text-decoration: none;
}
#menu ul li a:hover
{
	color: #666666;
}
#content
{
	position: relative;
	width: 1001px;
	background: url(images/body_middle.jpg) repeat-y;
}
#header
{
	margin: 0px auto;
	width: 900px;
	padding-bottom:20px;
}
#searchbar
{
	position: absolute;
	width: auto;
	height: auto;
	right: 20px;
	top: 75px;

}
#help
{
	background: #3493b0;
	padding: 0 20px;
	color: #fff;
}
#help a:hover
{
	color: #ddd;
}

p.small
{
	font-size:10px;
}

#footer
{
	width:900px;
	margin: 0 auto;
	font-size:10px;
	color: #999999;
}

#footer a
{
	color: #0056d4;
	text-decoration: none;
}
#footer a:hover
{
    color: #0056d4;
	text-decoration:underline;
}

#video_space
{
	width:100%;
	background:url(images/player_bk.jpg);
	background-color:#000;
	border-bottom:#000 solid thin;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#video_space a
{
	color:#FFF;
	text-decoration:none;
}

#video_space a:hover
{
	color:#FFF;
	text-decoration:underline;
}

#menu_space
{
	width:100%;
	height:20px;
	background:url(images/menu_bk.jpg);
	background-color:#fff;
	color: #000;
	vertical-align:middle;
	font-size:14px;
}

.menu_top a
{
	font-size: 14px;
	color: #0056d4;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

.menu_top a:hover
{
	text-decoration:underline;
}

.menu_pad
{
	padding-right: 10px;
}

#title_space
{
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#ccc;
	color:#000;
}

#title_inside
{
	margin: 0px auto;
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.search
{
	padding-top:20px;
}

.logo_pad
{
	padding-right:15px;
}

.demo  {color:#000033; background-color:#cccccc; layer-background-color:#cccccc;
        position:absolute; top:100px; left:400px; width:480px; height:280px;
        z-index:99;  visibility:hidden;}
		
#videoinfo_inside
{
	margin: 0px auto;
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#main_inside
{
	margin: 0px auto;
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.pad10
{
	padding-left:10px;
}

.font80
{
	font-size:80%;
}