.bottomRightRoundedButton, .controlPanelButton{
border: 0;
height: 30px;
width:50px;
-moz-border-radius-bottomright: 50px;
border-bottom-right-radius: 50px;
}

.bottomRightRoundedButton2 {
border: 0;
height: 30px;
width:50px;
-moz-border-radius-bottomright: 50px 25px;
border-bottom-right-radius: 50px 25px;
}

.bottomRightRoundedButton3 {
border: 0;
height: 30px;
width:50px;
-moz-border-radius-bottomright: 25px 50px;
border-bottom-right-radius: 25px 50px;
}


.searchButton{
cursor: pointer;
background: transparent url('cssImage/search.png') center center no-repeat;
}
.searchButton{
height: 24px;
width:30px;
border:none;
/*
-moz-border-radius: 1em 4em 1em 4em;
border-radius: 1em 4em 1em 4em;
*/
}

.button4CornerAntiRounded {
border: 0;
height: 30px;
width:50px;
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
}

.rounded-corners, .createNewButtonx{
	height: 10px;
	width:35px;
	border: 0;
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.buttonFullCircle{
border: 0;
height: 30px;
width: 30px;
-moz-border-radius: 35px;
border-radius: 35px;
}

/* Icon Base Styles */

a.icon,a.createNewButton {
	margin:0 5px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0400de), color-stop(1, #0095ff) );
	background:-moz-linear-gradient( center top, #0400de 5%, #0095ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0400de', endColorstr='#0095ff');
	background-color:#0400de;
    /*background-color: #fed;*/
    border: 2px solid #fc6;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
a.icon:after,
a.icon:before,
a.createNewButton:after,
a.createNewButton:before {
    background: #fed;
    border: 2px solid #fc6;
    content: '';
    position: absolute;
}
a.icon:hover,
a.icon:hover:after,
a.icon:hover:before
a.createNewButton:hover,
a.createNewButton:after,
a.createNewButton:before {
    /*background-color: #ffe;*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0095ff), color-stop(1, #0400de) );
	background:-moz-linear-gradient( center top, #0095ff 5%, #0400de 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095ff', endColorstr='#0400de');
	background-color:#0095ff;
}
/* Previous Icon */

a.prev {
    border-radius: 100%;
    height: 26px;
    width: 26px;
}
a.prev:after,
a.prev:before {
    border-radius: 2px;
    height: 0;
    left: 5px;
    width: 9px;
}
a.prev:after {
    bottom: 8px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
a.prev:before {
    top: 8px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* Add Icon */

a.newDoc, a.createNewButton{
    border-radius: 100%;
    height: 26px;
    width: 26px;
}
a.newDoc:after, a.createNewButton:after {
    height: 16px;
    left: 11px;
    top: 3px;
    width: 0;
}
a.newDoc:before, a.createNewButton:before {
    height: 0;
    left: 3px;
    top: 11px;
    width: 16px;
}

/* Tick Icon */
a.tick {
    border-radius: 100%;
    height: 26px;
    width: 26px;
}
a.tick:after {
    height: 14px;
    left: 13px;
    top: 5px;
    width: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

}
a.tick:before {
    height: 0;
    left: 4px;
    top: 14px;
    width: 2px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}



.createNewButtonx {
	-moz-box-shadow:inset 0px 1px 4px 0px #0011ff;
	-webkit-box-shadow:inset 0px 1px 4px 0px #0011ff;
	box-shadow:inset 0px 1px 4px 0px #0011ff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0400de), color-stop(1, #0095ff) );
	background:-moz-linear-gradient( center top, #0400de 5%, #0095ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0400de', endColorstr='#0095ff');
	background-color:#0400de;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #3661eb;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:30px;
	text-decoration:none;
	text-align:center;
}
.createNewButtonx:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0095ff), color-stop(1, #0400de) );
	background:-moz-linear-gradient( center top, #0095ff 5%, #0400de 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095ff', endColorstr='#0400de');
	background-color:#0095ff;
}.createNewButtonx:active {
	position:relative;
	top:1px;
}

.createNewButtonx{
	float:left;
	margin-left: 10px;
}
.createNewButtonx:before{
		content: "\271A";
}
.controlPanal{
	float: right;
	right: 0;
}
.controlPanelButton{
	cursor: pointer;
	background: transparent url('cssImage/wrench.png') center center no-repeat;
}

.button
{        
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
	border: 1px solid #777;
	padding: 0 1.5em;
	margin: 0.5em;
	font: bold 1em/2em Arial, Helvetica;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

.button:hover
{
	background-color: #ddd;        
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
	background-image: -moz-linear-gradient(top, #fafafa, #ddd);
	background-image: -ms-linear-gradient(top, #fafafa, #ddd);
	background-image: -o-linear-gradient(top, #fafafa, #ddd);
	background-image: linear-gradient(top, #fafafa, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');        
}

.button:active
{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.button:focus
{
	outline: 0;
	background: #fafafa;
}    

.button:before
{
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;        
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
        pointer-events: none;        
}

/* Hexadecimal entities for the icons */

.add:before
{
	content: "\271A";
}

.edit:before
{
	content: "\270E";        
}

.delete:before
{
	content: "\2718";        
}

.save:before
{
	content: "\2714";        
}

.email:before
{
	content: "\2709";        
}

.like:before
{
	content: "\2764";        
}


.nextIcon:before
{
	content: "\279C";
}

.star:before
{
	content: "\2605";
}

.spark:before
{
	content: "\2737";
}

.play:before
{
	content: "\25B6";
}

.submitButton {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:31px;
	line-height:31px;
	/* width:100px; */
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.submitButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.submitButton:active {
	position:relative;
	top:1px;
}

.blueSqBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
	cursor: pointer;
}
.blueSqBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.blueSqBtn:active {
	position:relative;
	top:1px;
}



.edirButton {
   margin:10px;
   cursor:pointer;	

 
   padding: 13px 10px;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;

   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.edirButxton:hover {
   border-top-color: #ce1fff;
   background: #ce1fff;
   color: #000000;
   }
   
.edirButtonx:active {
   border-top-color: #ce1fff;
   background: #ce1fff;
   }
   
   
   
.edirButtonActive {
	margin:10px;

  
   padding: 13px 10px;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }

/*https://github.com/alanhogan/CSS-Only-Lightbox-Close-Button*/  
.closeBtn{
display: block;
position: absolute;
height: 0px;
width: 42px;
padding: 42px 0px 0px;
overflow: hidden;
background: none repeat scroll 0% 0% rgb(0, 0, 0);
border: 4.77273px solid rgb(255, 255, 255);
border-radius: 30px 30px 30px 30px;
box-shadow: 0px 0px 6px rgb(0, 0, 0), 1.63636px 1.63636px 1.63636px rgba(0, 0, 0, 0.3), -1.63636px 1.63636px 1.63636px rgba(0, 0, 0, 0.3), 1.63636px -1.63636px 1.63636px rgba(0, 0, 0, 0.3), -1.63636px -1.63636px 1.63636px rgba(0, 0, 0, 0.3);
color: rgb(255, 255, 255);
cursor: pointer;
-moz-user-select: none;
}
.closeBtn:before{
  content: "\D7";
  display: block;
  text-align: center;
  width: 42px;
  position: absolute;
  top: -1.2px;
  left: 0;
  font-size: 42px;
  line-height: 42px;
  font-family: "Helvetica Neue", Consolas, Verdana, Tahoma, Calibri, Helvetica, Menlo, "Droid Sans", sans-serif;
}

.closeBtnRawBlue{
	background: none repeat scroll 0% 0% blue;
}
.closeBtnRaw{
display: block;
position: absolute;
height: 0px;
width: 42px;
padding: 42px 0px 0px;
overflow: hidden;
border: 4.77273px solid rgb(255, 255, 255);
border-radius: 30px 30px 30px 30px;
box-shadow: 0px 0px 6px rgb(0, 0, 0), 1.63636px 1.63636px 1.63636px rgba(0, 0, 0, 0.3), -1.63636px 1.63636px 1.63636px rgba(0, 0, 0, 0.3), 1.63636px -1.63636px 1.63636px rgba(0, 0, 0, 0.3), -1.63636px -1.63636px 1.63636px rgba(0, 0, 0, 0.3);
color: rgb(255, 255, 255);
cursor: pointer;
-moz-user-select: none;
}

.closeBtnRaw:before{
  content: "\D7";
  display: block;
  text-align: center;
  width: 42px;
  position: absolute;
  top: -1.2px;
  left: 0;
  font-size: 42px;
  line-height: 42px;
  font-family: "Helvetica Neue", Consolas, Verdana, Tahoma, Calibri, Helvetica, Menlo, "Droid Sans", sans-serif;
}

.play:before,
.play:after {
    content:"";
    position:absolute;
    top:50%;
    left:0;
}

.play:before,
.play:after {
    margin:-8px 0 0;
    background:#c55500;
}

.play:hover:before,
.play:focus:before,
.play:active:before {
    background:#730800;
}
.play:before {
    width:16px;
    height:16px;
    /* css3 */
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}
 
.play:after {
    left:7px;
    border:4px solid transparent;
    border-left-color:#fff;
    margin-top:-4px;
    background:transparent;
}
.play2:before {
    width:16px;
    height:16px;
    /* css3 */
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}
.play2{
    left:7px;
    border:4px solid transparent;
    border-left-color:#fff;
    margin-top:-4px;
    background:transparent;
}

