@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body {
	background-color:#FFFFFF;
	font-family:Verdana;
	font-size:13px;
}


/************ header Part ************/

#header
{
	height: 160px;
	background-image:url(../images/tab-nav-bg.jpg);
	background-repeat:repeat-x;
}

#header_block1
{
	height:80px;
	width:790px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.div_logo
{
	float:left;
	width:40%;
	height:100%;
	margin-left: 3px;
}


/************ End of header Part ************/



/************ Menu Box ************/

#menu
{
	height:60px;
	width:790px;
	padding-top: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#nav2 a {
	width: 192px; 
	background-image:url(../images/menu.png);	
}

#jqt1 { background-position: 0 0; width: 203px !important; }
#jqt2 { background-position: -203px 0; }
#jqt3 { background-position: -395px 0; }
#jqt4 { background-position: -587px 0; }
#jqt5 { background-position: -779px 0; width: 203px !important; }


/* mouseover */
#jqt1:hover { background-position: 0 -42px; }
#jqt2:hover { background-position: -203px -42px; }
#jqt3:hover { background-position: -395px -42px; }
#jqt4:hover { background-position: -587px -42px; }
#jqt5:hover { background-position: -779px -42px; }

/* mouse pressed */
#jqt1:active { background-position: 0 -84px; }
#jqt2:active { background-position: -203px -42px; }
#jqt3:active { background-position: -395px -42px; }
#jqt4:active { background-position: -587px -42px; }
#jqt5:active { background-position: -779px -42px; }


/* active button */
#jqt1.active {  background-position: 0 -42px; }
#jqt2.active { background-position: -203px -42px !important; }
#jqt3.active { background-position: -395px -42px !important; }
#jqt4.active { background-position: -587px -42px !important; }
#jqt5.active { background-position: -779px -42px !important; }

/*}}}*/



/* global navigations */
.globalnav {
	width: 790px;
	height: 30px;
	position: relative;
	text-align: left;
	height: 38px !important;
	z-index: 1;
	clear:both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.globalnav a { 
	float: left; 
	height: 38px; 
	line-height: 38px; 
	width: 138px; 
	overflow: hidden; 
	text-indent: -999em; 	
	background-image: url(../img/global/navi-fp.png); 
	background-repeat: no-repeat;	
}

.globalnav a.active { 
	cursor: default; 
}

/************ End of Menu Box ************/




/************ Body part ************/

#container
{
	height:500px;
	width:790px;
	padding-top: 10px;
	padding-bottom:20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

#container .player
{
	height:500px;
	width:700px;
	border:#AED0EA 1px solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container .playertitle
{
	height:30px;
	width:700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	
}

#vpanel
{
	height:27px;
	width:800px;
}

.vpanel_1
{
	background-image:url(../images/1.png); 
	background-repeat:no-repeat; 
	width:12px; 
	height:27px; 
	float:left;
}

.vpanel_2
{
	background-image:url(../images/2.png); 
	width:763px; 
	height:20px; 
	text-align:left;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	padding:5px 0px 2px 5px;
	color:#000000;
	float:left;
}

.vpanel_3
{
	background-image:url(../images/3.png); 
	background-repeat:no-repeat; 
	width:12px; 
	height:27px; 
	float:left;
}

#vlist {
	width:790px;
	height:250px;
	border:#cccccc 1px solid;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.div_vlist {
	margin:10px;
	font-size:12px;
}

.name{
	width:120px;
}

.thumbnail{
	width:120px; 
	height:100px;
}



/************ End of Body part ************/



/* -------------------------------------------- */
/* 		Pagination: Digg Style		*/
/* -------------------------------------------- */
	ul{
	   border:0; margin:0; padding:0;
	   font-family:Arial, Helvetica, sans-serif; 
           font-size:12px;
	}
	
	#Pagination
	{
		margin:0 auto;
		width:700px;
		height:30px;
	}

	#pagination-digg li{
		border:0; margin:0; padding:0;
		font-size:11px;
		list-style:none;
	}
	#pagination-digg a{
		border:solid 1px #9aafe5;
		margin-right:2px;
	}

	#pagination-digg .next a,
	#pagination-digg .previous a {
	 font-weight:bold;
	}	

	#pagination-digg .active{
		background:#2e6ab1;
		color:#FFFFFF;
		font-weight:bold;
		display:block;
		float:left;
		padding:4px 6px;
		margin-right:2px;
	}
	#pagination-digg a:link, 
	#pagination-digg a:visited {
		color:#0e509e;
		display:block;
		float:left;
		padding:3px 6px;
		text-decoration:none;
	}
	#pagination-digg a:hover{
		border:solid 1px #0e509e;
	}
	
	
/* -------------------------------------------- */
/*       End of Pagination: Digg Style		*/
/* -------------------------------------------- */





/* -------------------------------------------- */
/*       	Admin Login page       		*/
/* -------------------------------------------- */

#login_form {
	width: 300px;
	background: #aed0ea  repeat-x 0 0;
	border: 1px solid white;
	padding: 1em;
	-moz-border-radius: 3px;
}

.login_border {
	background:  repeat-x 0 0;
	border: 3px solid #aed0ed ;
	-moz-border-radius: 3px;
	width:327px;
	height:200px;
	margin: 100px auto 0;
}


#login_form  input[type=text], input[type=password] {
	display: block;
	margin: 0 0 1em 0;
	width: 280px;
	border: 5px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: 1em;
	color:#000000;
}


input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	-moz-border-radius: 4px;
	background:#3d6c99;
	color: white;
	box-shadow: 0 1px 0 white;
	-moz-box-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 0 white;

}

input[type=submit]:hover, form a:hover {
	background: #3d6cc9;
	cursor: pointer;
}

fieldset {
	width: 300px;
	margin: auto;
	margin-bottom: 2em;
	display: block;
}

.login_name {
	text-align:center;
	text-shadow:#FFFF00 1xp ;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}

.login_menu {
	background-color:#aed0ea; 
	color:#000000;
	margin:1px;
	font-family:arial;
	height:20px;
	padding:3px 5px 1px 5px;
}

.login_menu a:link, a:visited , a:active
{
	color:#000000;
	text-decoration: none;
	font-family:arial;
}

.login_menu a:hover
{
	color:#000000;
	text-decoration: underline;
	font-family:arial;
}


.login_menu_border {
	border:2px solid #aed0ea;
	height:26px;
}


/* -------------------------------------------- */
/*       End of Admin Login page   		*/
/* -------------------------------------------- */



/************ Footer ************/

#footer
{
	height:50px;
	width: 790px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer .foottext {
	text-align:center;
	font-size:12px;
	padding-top:10px;
	height:20px;
	font-weight:500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/************ End of Footer ************/
