﻿html, body {		
	background-color:#000;		
	width:100%;	
	margin: 0px;		
	padding:0px;
}

#mastercontent
{
    width:1000px;
    height: 748px;
    margin:20px auto;
    color:#FFFFFF;    
    font-family:Verdana;
    font-size:11px;    
}

#contentcontainer
{
    width:948px;
    margin:22px auto 0px 26px;        
}

/*------------------MENU and MENU ITEMS------------------*/
#menu
{
    width:100%;
    height:19px; 
    display:none;   
}

    #menu a
    {
        margin-left:38px;
        outline:none;
    }

#menuitem1
{
    background: url('/images/menu/menu_01.png');
    background-repeat:no-repeat;
    width:159px;   
    height:19px;
    float:left;     
}

#menuitem1:hover
{
    background-position: 0px -19px;
}

#menuitem1.selected
{    
    background-position: 0px -19px;    
}

#menuitem1.selected:hover
{
    background-position: 0px 0px;
}

#menuitem2
{
    background: url('/images/menu/menu_02.png');
    background-repeat:no-repeat;
    width:81px;   
    height:19px;
    float:left; 
}

#menuitem2:hover
{
    background-position: 0px -19px;
}

#menuitem2.selected
{    
    background-position: 0px -19px;    
}

#menuitem2.selected:hover
{
    background-position: 0px 0px;
}

#menuitem3
{
    background: url('/images/menu/menu_03.png');
    background-repeat:no-repeat;
    width:102px;   
    height:19px;
    float:left; 
}

#menuitem3:hover
{
    background-position: 0px -19px;
}

#menuitem3.selected
{    
    background-position: 0px -19px;    
}

#menuitem3.selected:hover
{
    background-position: 0px 0px;
}

#menuitem4
{
    background: url('/images/menu/menu_04.png');
    background-repeat:no-repeat;
    width:47px;   
    height:19px;
    float:left; 
}

#menuitem4:hover
{
    background-position: 0px -19px;
}

#menuitem4.selected
{    
    background-position: 0px -19px;    
}

#menuitem4.selected:hover
{
    background-position: 0px 0px;
}

#menuitem5
{
    background: url('/images/menu/menu_05.png');
    background-repeat:no-repeat;
    width:86px;   
    height:19px;
    float:left; 
}

#menuitem5:hover
{
    background-position: 0px -19px;
}

#menuitem5.selected
{    
    background-position: 0px -19px;    
}

#menuitem5.selected:hover
{
    background-position: 0px 0px;
}

#menuitem6
{
    background: url('/images/menu/menu_06.png');
    background-repeat:no-repeat;
    width:77px;   
    height:19px;
    float:left; 
}

#menuitem6:hover
{
    background-position: 0px -19px;
}

#menuitem6.selected
{    
    background-position: 0px -19px;    
}

#menuitem6.selected:hover
{
    background-position: 0px 0px;
}

#menuitem7
{
    background: url('/images/menu/menu_07.png');
    background-repeat:no-repeat;
    width:219px;   
    height:19px;
    float:left; 
}

#menuitem7:hover
{
    background-position: 0px -19px;
}

#menuitem7.selected
{    
    background-position: 0px -19px;    
}

#menuitem7.selected:hover
{
    background-position: 0px 0px;
}


/*----------------Custom scrollbar-----------------------*/

.customScrollerContainer {

}
.customScrollerContent {
    padding:0px;
}

/* SCROLLER STYLE */
/* VERTICAL */
.divVScrollerBar {
	width: 18px;
	margin-left: 1px;
}

/* ORIZONTAL */
.divOScrollerBar {
	height: 18px;
	margin-top: 1px;
}

/* AREA UP */
.divVScrollerBarUp {
	cursor: pointer;
	height: 17px;
}
/* AREA LEFT */
.divOScrollerBarLeft {
	cursor: pointer;
	width: 17px;
}
/* AREA DOWN */
.divVScrollerBarDown {
	cursor: pointer;
	height: 17px;
}
/* AREA RIGHT */
.divOScrollerBarRight {
	cursor: pointer;
	width: 17px;
}
/* ARROW UP AND DOWN */
.divVScrollerBarUp span,
.divVScrollerBarDown span {
	display: block;
	border: 1px solid #FFFFFF;
	width: 12px;
	height: 13px;
	line-height: 0;
	font-size: 0;
}

.divVScrollerBarUp span {
	background: #000000 url(/images/scrollbar/vtop.png) no-repeat center center;
}
.divVScrollerBarDown span {
	background: #000000 url(/images/scrollbar/vbottom.png) no-repeat center center;
}
/* ARROW LEFT AND RIGHT */
.divOScrollerBarLeft span,
.divOScrollerBarRight span {
	display: block;
	border: 1px solid #dae4eb;
	height: 16px;
	width: 15px;
	line-height: 0;
	font-size: 0;
}
.divOScrollerBarLeft span {
	background: #baccda url(/images/scrollbar/oleft.gif) no-repeat center center;
}
.divOScrollerBarRight span {
	background: #baccda url(/images/scrollbar/oright.gif) no-repeat center center;
}

/* ARROWS HOVER */
.divVScrollerBarUp span.hover,
.divOScrollerBarLeft span.hover,
.divVScrollerBarDown span.hover,
.divOScrollerBarRight span.hover {
	border: 1px solid #FFFFFF;
	background-color: #000000;
}

/* TRACE */
.divVScrollerBarTrace, .divOScrollerBarTrace {
	background-color: #000000;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	line-height: 0;
	width:12px;
	font-size: 0;
	margin: -3px 0 -1px;
}

/* CURSORS */
.divVScrollerBarCursor {
	cursor: pointer;
}
.divOScrollerBarCursor {
	cursor: pointer;
}
.divVScrollerBarCursor span {
	display: block;	
	height: 100%;
	width: 12px;
	background: #646464;
	line-height: 0;
	font-size: 0;
}
.divOScrollerBarCursor span {
	display: block;
	border-top: 1px solid #dae4eb;
	border-bottom: 1px solid #dae4eb;
	height: 16px;
	width: 100%;
	background: #baccda url(/images/scrollbar/ocursor.gif) no-repeat center center;
	line-height: 0;
	font-size: 0;
}
/* CURSORS HOVER */
.divVScrollerBarCursor span.hover {
	border-left: 1px solid #a3bbce;
	border-right: 1px solid #a3bbce;
	background-color: #527fa2;
}
.divOScrollerBarCursor span.hover {
	border-top: 1px solid #a3bbce;
	border-bottom: 1px solid #a3bbce;
	background-color: #527fa2;
}

#btn-play
{
    background: url('/images/slider/buttons/play.png');
    background-repeat:no-repeat;
    width:10px;
    height:10px;
    float:left;    
    cursor:pointer;
    margin-left:5px;
}

#btn-pause
{
    background: url('/images/slider/buttons/pause.png');
    background-repeat:no-repeat;
    width:10px;
    height:10px;
    float:left;
    cursor:pointer;
    margin-left:5px;
}

#btn-stop
{
    background: url('/images/slider/buttons/stop.png');
    background-repeat:no-repeat;
    width:10px;
    height:10px;
    float:left;    
    cursor:pointer;
}

#buttons
{
    float:left;
    margin-top:5px;  
    display:none;
    margin-left:25px;      
}
