BODY
{
    font-size: 8pt;
    color: #FFFFB4;
    FONT-FAMILY: Verdana, Arial;
    font-weight: normal;
    background-color: #181C1F;

}
A:link
{
    COLOR: #56B9FF;
    TEXT-DECORATION: none;
}
A:active
{
    COLOR: #56B9FF;
    TEXT-DECORATION: underline;
}
A:visited
{
    COLOR: #56B9FF;
    TEXT-DECORATION: none;
}
A:hover
{
    COLOR: #56B9FF;
    TEXT-DECORATION: none;
}


.float_right {
	float: right;
}

.float_left {
	float: left;
}


.myTable
{  
    BORDER-RIGHT: 0px solid #004DB1;
    BORDER-TOP: 0px solid #004DB1;
    FONT-SIZE: 10pt;
    BORDER-LEFT: 0px solid #004DB1;
    BORDER-BOTTOM: 0px solid #004DB1;
    FONT-FAMILY: Verdana, Arial;
    font-weight: normal;
    background : #181C1F;
    COLOR: #FFFFB4;
	height: 29px;
}
.myDateTable
{  
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial;
    font-weight: normal;
    COLOR: #FFFFB4 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
}

.mylist
{  
    BORDER-RIGHT: 0px solid #004DB1;
    BORDER-TOP: 0px solid #004DB1;
    FONT-SIZE: 10pt;
    BORDER-LEFT: 0px solid #004DB1;
    BORDER-BOTTOM: 0px solid #004DB1;
    FONT-FAMILY: Verdana, Arial;
    font-weight: normal;
    COLOR: #FFFFB4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
}
.mylistAdress
{  
    BORDER-RIGHT: 0px solid #004DB1;
    BORDER-TOP: 0px solid #004DB1;
    FONT-SIZE: 10pt;
    BORDER-LEFT: 0px solid #004DB1;
    BORDER-BOTTOM: 0px solid #004DB1;
    FONT-FAMILY: Verdana, Arial;
    font-weight: normal;
    COLOR: #56B9FF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
}


div.Container
{
  font-family: Verdana, Arial;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FFFFB4;
  background-color: #181C1F;
  padding: 0px 0px 0px 0px; 
  position:absolute;
  left:0px;
  width:174px;
  overflow:hidden;
  border-style:solid;
  border-width:1px;
  border-color:#808080
}


.button
		{
			display: inline-block;
			-webkit-border-radius: 5px;
	        -webkit-border-radius: 5px;
	        border-radius: 5px;
	        border: 1px solid;
	        color: #FFFFB4;
	        font-size: 12px;
	        line-height: 22px;
	        margin: 0px 0px 0px;
	        overflow: hidden;
	        padding: 0px 0px;
	        text-decoration: none;
	       
	        height: 24px;
	        margin-left: 0px;
	        float: left;
	 	
		}
		.button.blue
		{
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4286f5), to(#194fdb));
			border: solid 1px rgba(25, 79, 219, 0.25);
			-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
		}
		.button.blue:hover, .button.blue.hover {
			-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5),	inset 0px 0px 2px rgba(255, 255, 255, 0.25), inset 0px 0px 2px rgba(0, 0, 0, 0.25);
			padding: 5px 9px 3px 11px;
		}
		.button.black {
			background: #2F302F; /* old browsers */
            background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* firefox */
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d828c),color-stop(0.5, #303749), color-stop(0.5, #121a2e), to(#121a2e)); /* webkit */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4B4C4B', endColorstr='#2F302F',GradientType=0 ); /* ie */
			border: solid 1px rgba(79, 79, 79, 0.75);
		}
		.button.blackLeft {
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d828c),color-stop(0.5, #303749), color-stop(0.5, #121a2e), to(#121a2e));
			border: solid 1px rgba(79, 79, 79, 0.75);
			float: left;
		}
		.button.black:hover {
			background: #4286f5; /* old browsers */
            background: -moz-linear-gradient(top, #4CA0FF 0%, #4286f5 100%); /* firefox */
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4286f5), color-stop(0.5, #4286f5), color-stop(0.5, #194fdb), to(#194fdb));
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CA0FF', endColorstr='#4286f5',GradientType=0 ); /* ie */
		}
		
		header .button
		{
			/*position: absolute;
			right: 8px;
			top: 4px; */
			margin-top: 6px;
		}
		.button.back {
			position: relative;
			padding-left: 5px;
			margin-left: 8px;
		}
		.back.black > .pointer {
			background-image: -webkit-gradient(linear, left top, right bottom, from(#7d828c),color-stop(0.5, #303749), color-stop(0.5, #121a2e), to(#121a2e));
			border-left: solid 1px rgba(79, 79, 79, 0.75);
			border: solid 1px rgba(79, 79, 79, 0.75);
			-webkit-border-top-left-radius: 6px;
			-webkit-border-bottom-right-radius: 6px;
			height: 19px;
			width: 19px;
			display: inline-block;
			-webkit-transform: rotate(45deg);
			-webkit-mask-image: -webkit-gradient(linear, left bottom, right top, from(#000000), color-stop(0.5,#000000), color-stop(0.5, transparent), to(transparent));
			position: absolute;
			left: -7px;
			top: 1px;
			-webkit-background-clip: content
		}
		.back:hover .pointer, .back.hover .pointer {
			background-image: -webkit-gradient(linear, left top, right bottom, 
				from(#4286f5), 
				color-stop(0.5, #4286f5),
				color-stop(0.5, #194fdb),
				to(#194fdb));
		}
		
		.button.forward {
			position: relative;
			padding-right: 5px;
			margin-right: 8px;
		}
		.forward.black > .pointer {
			background-image: -webkit-gradient(linear, left top, right bottom, from(#7d828c),color-stop(0.5, #303749), color-stop(0.5, #121a2e), to(#121a2e));
			border-left: solid 1px rgba(79, 79, 79, 0.75);
			border: solid 1px rgba(79, 79, 79, 0.75);
			border-top-left-radius: 6px;
			border-bottom-right-radius: 6px;
			height: 19px;
			width: 19px;
			display: inline-block;
			-webkit-transform: rotate(45deg);
			-webkit-mask-image: -webkit-gradient(linear, right top, left bottom, from(#000000), color-stop(0.5,#000000), color-stop(0.5, transparent), to(transparent));
			position: absolute;
			right: -7px;
			top: 1px;
			-webkit-background-clip: content
		}
		.forward:hover > .pointer, .forward.hover > .pointer {
			background-image: -webkit-gradient(linear, left top, right bottom, 
				from(#4286f5), 
				color-stop(0.5, #4286f5),
				color-stop(0.5, #194fdb),
				to(#194fdb));
		}




