﻿ #cms_bar {
    height:100%;
    width:160px;
    background-color: rgba(0, 0, 0, 0.8);
    position:fixed;
    right:-160px;
    top:0;
    border-radius: 5px;
	box-shadow:0 2px 5px #000;
	margin:0 auto;
}


.image
{
    float:right;height:30px;left:-160px;position:relative;top:360px;width:30px;	
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    content:url("../../images/sidepanel.png");
    font-weight:bold;
    font-size:14px;
    color:Blue;
}
.imagechange
{
    float:right;height:30px;left:-160px;position:relative;top:360px;width:30px;	
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    content:url('../../images/sidepanel.png');
    font-weight:bold;
    font-size:14px;
    color:Blue;
}
.sideheader
{
	font-family:Arial Sans-Serif;
	font-weight:bold;
	font-size:18px;
	color:#920808;
	padding:3px;
	letter-spacing: 2px;
	background-color:#FED201;
	height:20px;
	text-decoration:underline blink;
	box-shadow:0 2px 5px #FED201;
	text-transform:uppercase;
}
.sidecontent
{
	color: white;
	font-size:12px;
	text-align:left;
	height:135px;
}
.sidecontent a
{
	color: white;
	font-size:11px;
	text-align:left;
	height:135px;
	font-weight:bold;
}

@-webkit-keyframes blinker {
from {opacity: 1.0;}
to {opacity: 0.0;}
}
.blink{
text-decoration: blink;
-webkit-animation-name: blinker;
-webkit-animation-duration: 0.6s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-direction: alternate;
-moz-text-transform: blink;
}

