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

body {
	font-family:Arial, sans-serif;
	font-size:12pt;
	padding:0;
	margin:0;
}

.clear {
	clear:both;
}

.ag_header {
    background: #e8e8e8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e8e8e8, #d1d1d1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e8e8e8, #d1d1d1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e8e8e8, #d1d1d1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e8e8e8, #d1d1d1); /* Standard syntax */
	border-bottom:1px solid #a3a3a3;
	border-radius:3px 3px 0 0;
	padding:0 0 0 20px;
}

.ag_header a {
	display:block;
	float:right;
	margin-right:20px;
}

.ag_header img:first-child {
	float:left;
}

.ag_main {
	background:#fff;
	padding:5px;
	border-radius:0 0 3px 3px;
}

.ag_middle {
	background:#f2f2f2;
	padding:5px;
	border-radius:3px;
}

.ag_video_big {
	width:460px;
	padding:10px;
	float:left;
}

.ag_video_big_in {
	position:relative;
}

.ag_video_big_in img {
	display:block;
	width: 440px;
	height: 248px;
}

.ag_video_big.schedule {
    background-color: white;
    margin-top: 10px;
}

.ag_video_big.schedule h3 {
    padding: 0;
    margin-bottom: 8px;
}

.ag_video_big_in table {
    display: block;
    background-color: white;
    border-collapse: collapse;
	width: 440px;
}

.ag_video_big_in table td {
    vertical-align: top;
    font-size: 11px;
    padding-right: 6px;
}

.ag_video_big_in table .row1 td {
    background-color: #EFEFEF
}

.ag_video_big_in table td.first {
    padding-left: 2px;
}

.ag_video_big_in .ag_name {
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	padding:8px;
	display:block;
	position:absolute;
	top:0;
	right:0;
}

.ag_video_big_in a {
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	color:#fff;
	background:url(../images/video_big_a.png) no-repeat center center;
	height:14px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	left:0;
	padding:124px 0;
	transition:0.3s;
}

.ag_video_big_in span {
	display:none;
}

.ag_video_big_in:hover a {
	display:block;
	background-color:rgba(29,158,216,0.70);
	background-image:none;
}

.ag_video_big_in:hover span {
	display:block;
}

.ag_video_big h3 {
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:15px 0 0 0;
}

.ag_video_big h3 a {
	text-decoration:none;
	color:#000;
}

.ag_video_small {
	margin-left: 20px;
	width:220px;
	height:160px;
	padding:10px;
	float:left;
}

.ag_video_small_in {
	position:relative;
}

.ag_video_small_in img {
	display:block;
	width: 200px;
	height: 113px;
}

.ag_video_small_in .ag_name {
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
	padding:4px;
	display:block;
	position:absolute;
	top:0;
	right:0;
}

.ag_video_small_in .ag_date {
	font-size:11px;
	color:#fff;
	display:block;
	padding:15px 0 5px 10px;
	position:absolute;
	right:0;
	bottom:0;
	left:0;
    background: #e8e8e8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.50)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.50)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.50)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.50)); /* Standard syntax */
}

.ag_video_small_in a {
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	color:#fff;
	background:url(../images/video_small_a.png) no-repeat 170px 82px;
	height:14px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	left:0;
	padding:57px 0;
	transition:0.3s;
}

.ag_video_small_in span {
	display:none;
}

.ag_video_small_in:hover a {
	display:block;
	background-color:rgba(29,158,216,0.70);
	background-image:none;
}

.ag_video_small_in:hover span {
	display:block;
}

.ag_video_small h3 {
	font-size:8pt;
	font-weight:normal;
	margin:0;
	padding:4px 0 0 0;
}

.ag_video_small h3 a {
	text-decoration:none;
	color:#000;
}

.blue {
	background-color:#00a3ff;
}

.red {
	background-color:#e52643;
}

.gray {
	background-color:#9f9f9f;
}

.yellow {
	background-color:#fcc304;
	color:#000 !important;
}

.black {
	background-color:#2d2d2d;
}

.green {
	background-color:#029348;
}

.darkblue {
	background-color:#0177be;
}

.lightblue {
	background-color:#a9daf6;
	color:#000 !important;
}
