﻿/* Common Style */
body
{
	background-color: #2C2C2C;
	margin: 0px 0px 0px 0px;
	margin-top:0px;
	scrollbar-face-color:#2C2C2C;
	scrollbar-base-color:#2C2C2C;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#2C2C2C;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#2C2C2C;
	scrollbar-darkshadow-Color:#2C2C2C;
}

table,td,tr,div {
	color:#CCCCCC; font-size: 12px; Font-family: Tahoma, Arial, Verdana;
}

a{text-decoration:none; color:#CCCCCC; font-size: 12px;}
a:hover{text-decoration:underline; color:#F9F9F9; }


.table_main {
	background-color: #191919;
	width: 980px;
	height: 139px;
}

.border_menu {
	border: 1pt solid #191919;
	background-color: #212121;
}

.top_menu_1 {
	padding-left: 5px;
	background-image:url('http://hinhanh.tretoday.net/newuploads/11_2008/7bdbe9c619.gif');
	border: 1pt solid #333333;
	height: 30px;
	text-transform:uppercase;
	font-family: Tahoma;
	font-weight: bold;
	color: #00B6F2;
	font-size: 12px;
}

.content_menu_1 {
	padding-left: 8px;
	background-color: #212121;
	background-position:center top;
	color: #ffffff;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

/************** Content Layout *****************/
.Top_L{
	background-image:url('img/Top_L.gif');
	background-position:left top;
	background-repeat:no-repeat;
	width:7px;
	height:30px;
	}
.Top_C{
	background-image:url('img/Top_C.gif');
	background-position:top;
	background-repeat:repeat-x;
	height:30px;
	padding-left: 5px;
	text-transform:uppercase;
	font-weight: bold;
	color: #00B6F2;
	font-size: 12px;
	}
.Top_R{
	background-image:url('img/Top_R.gif');
	background-position:right top;
	background-repeat:no-repeat;
	width:7px;
	height:30px;
	}
.content_menu_2 {
	background-image:url('img/bg_content.gif');
	background-position:center top;
	background-repeat:repeat-x;
	padding-left: 3px;
	background-color: #212121;
	color: #959494;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}

.menu_1_c {
	padding-bottom: 2px;
	padding-top: 0px;
}
	
	
.User{
	font-size: 11px;
	}
.CommentTitle{
	color:#FD8415;
	font-weight: bold;
	}
.YellowText{
	color:#FDB242;
	font-size:12px;
	}
.RedText{
	font-size:12px;
	color:#FD9E10;
	}
.InputWeb{
	background:#FFFFFF;
	border:#FD9E10 1px solid;
	color:#454545;
	font-size:12px;
	font-family: Tahoma;
	}
.buttons {
	COLOR: #FF8600;
	border: 1px solid #FCB003;
	background-color: #FFF;
	font-size: 11px;
	font-family: Verdana;
	height: 20px;
	width: 50px;
}
/****************************************************/

.pagecurrent
{
	background-color: #212121;
	color: #CCCCCC;
	border: #444444 1px solid;
	width: 20px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-size: 12px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}
.pagelink, .pagelink:hover
{
	font-size: 12px;
	background-color: #444444;
	color: #FFFFFF;
	border: #444444 1px solid;
	width: 20px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-weight: normal;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}
.pagelink:hover
{
	background-color: #212121;
	color: white;
}
.checkbox {	background: none;border: 0; cursor: hand }

.InputUser{
	background-position:left;
	background-repeat:no-repeat;
	border:#FD9E10 1px solid;
	padding-left:5px;
	width: 140px;
	font-size:12px;
	color:#020202;
	}
.InputPass{
	background-position:left;
	background-repeat:no-repeat;
	border:#FD9E10 1px solid;
	padding-left:5px;
	width: 140px;
	font-size:12px;
	color:#020202;
	}
	
.Button{
	background-image:url('img/button_2.gif');
	background-repeat:repeat-x;
	width:73px;
	height:23px;
	font-size:11px;
	color:#FFFFFF;
	font-weight: bold;
	border:0px;
	margin-right:30px;
	}

/****** Album Layout Styles ******/
.top-music ul {
    margin: 0;
    padding: 0;
    }
.top-music li {
    width: 100px;
    margin: 0 4px 10px;
    list-style: none;
    float: left;
    display: inline;
    overflow: hidden;
    }
.top-music .cover {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    display: block;
    background-color: #EEE;
    padding: 4px;
    border: 1px solid #CCC;
    }
.top-music .cover:hover {
    background-color:#444;
    background-image:url('img/play-rollover.gif');
    }
.top-music .cover img {
    width: 75px;
    height: 75px;
    display: block;
    background: center no-repeat #000;
    }
.top-music .cover:hover img {
    opacity: .2;
    filter: alpha(opacity=20);
    }
.top-music .refs {
    height: 60px;
    margin: 5px;
    font-size: 11px;
    text-align: center;
    overflow: hidden;
    }
	
	
.top-music2 ul {
    margin: 0;
    padding: 0;
    }
.top-music2 li {
    width: 100px;
    margin: 0 4px 10px;
    list-style: none;
    float: left;
    display: inline;
    overflow: hidden;
    }
.top-music2 .cover {
    width: 90px;
    height: 110px;
    margin: 0 auto;
    display: block;
    background-color: #EEE;
    padding: 4px;
    border: 1px solid #CCC;
    }
.top-music2 .cover:hover {
    background-color:#444;
    background-image:url('img/play-rollover.gif');
	background-position:center;
	background-repeat:no-repeat;
    }
.top-music2 .cover img {
    width: 90px;
    height: 110px;
    display: block;
    background: center no-repeat #000;
    }
.top-music2 .cover:hover img {
    opacity: .2;
    filter: alpha(opacity=20);
    }
.top-music2 .refs {
    height: 100px;
    margin: 5px;
    font-size: 11px;
    text-align: center;
    overflow: hidden;
    }
	
.top-music3 ul {
    margin: 0;
    padding: 0;
    }
.top-music3 li {
    width: 50px;
    margin: 0 4px 4px;
    list-style: none;
    float: left;
    display: inline;
    overflow: hidden;
    }
.top-music3 .cover {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
    background-color: #EEE;
    padding: 4px;
    border: 1px solid #CCC;
    }
.top-music3 .cover:hover {
    background-color:#444;
    background-image:url('img/play-rollover2.gif');
	background-position:center;
	background-repeat:no-repeat;
    }
.top-music3 .cover img {
    width: 40px;
    height: 40px;
    display: block;
    background: center no-repeat #000;
    }
.top-music3 .cover:hover img {
    opacity: .2;
    filter: alpha(opacity=20);
    }
	
.TitAlbum{
	font-size:12px;
	color:#FF992B;
	font-weight: bold;
	text-decoration:none;
	}
.TitAlbum2{
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
	font-weight:normal;
	text-transform:capitalize;
	}

.MenuTop_L{
	background-image:url('img/menu_left.gif');
	background-position:left top;
	background-repeat:no-repeat;
	width:8px;
	height:33px;
	}
.MenuTop_C{
	background-image:url('img/bg_menu.gif');
	background-position:top;
	background-repeat:repeat-x;
	height:33px;
	}
.MenuTop_R{
	background-image:url('img/menu_right.gif');
	background-position:right top;
	background-repeat:no-repeat;
	width:8px;
	height:33px;
	}
	
.BGSearch{
	background:#FFFFFF;
	border:#FF8026 2px solid;
	padding:1px;
	}
.Button_Search{
	background-image:url('img/button.gif');
	background-position:top;
	background-repeat:repeat-x;
	height:30px;
	width:104px;
	border:#000000 0px solid;
	color:#FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
.InputSearch{
	background-position:left;
	background-repeat:no-repeat;
	border:#000000 0px solid;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#020202;
	width:98%;
	}
	
/*****************************************/

.footer {
	text-align:center;
	padding: 15px;
	background-color: #191919;
	color: #808080;
	font-size: 12px;
}

.footer a{ text-decoration:none; color:#808080; font-size: 12px;font-weight: bold;}
.footer a:hover{ text-decoration:none; color:#FF9915; font-weight: bold;}


#thicktabs{
	margin: 0;
	padding: 0;
	float: left;
	font: normal 11px Arial,Verdana,  Helvetica, sans-serif;
}

#thicktabs li{
	display: inline;
}

#thicktabs li a{
	float: left;
	color: FFFFFF;
	padding: 8px 20px; 
	text-decoration: none;
	font-weight: bold;
	background: transparent url('img/menu_seperator.jpg') right no-repeat;
}

#thicktabs li a#leftmostitem{
	border-left: 1px solid #d3bdbe;
}

#thicktabs li a#rightmostitem{
	border-right: 1px solid #d3bdbe;
	background-position: top left;
}

#thicktabs li a:visited{
	color: #FFFFFF;
	background-image: url('img/menu_seperator.jpg');
}

#thicktabs li a:hover{
	color: #FD9E10;
	background-image: url('img/menu_seperator.jpg');
}

p.iepara{ 
	padding-top: 1em;
}
<![endif]


