﻿/* ===== Primary Styles ========================================================
   Author: NTechi | WebsTutorial
   ========================================================================== */
body{
    font-family:Arial;
}

#sidePanel{
    width:245px;
    position:fixed;
    right:-250px;
    top:30%;
    
}
#panelHandle{
     background-color:#4ECC43;
	color: #B1F4AB;
    height:105px;
    width:40px;
    
    float:right;
    cursor:pointer;
	border-radius: 5px 5px ;

	border-color:white;
border:1px solid #ffffff;
	position:relative;
	right:245px;
}


#panelHandle p {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    color: #FFFFFF;
    font-size: 17px;
   background-color:#4ECC43;
    left: -4px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 48px;

}


#panelContent{

    float:left;
    border:1px solid #ffffff;
    width:200px;
    height:200px;
   background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

    font-family: Tahoma;
font-size: 12px;
text-align:center;

}

