/**
 * AddToCalendar Icon Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
	float:left;
	width:195px;
	height:27px;
    background:url('/images/cal.png') no-repeat;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}
.atcb-item-link:hover{color:#fff;}
.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    position: absolute;
    z-index: 900;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 170px;
}

.atcb-list,
.atcb-item
{
    padding: 0;
    margin: 0;
    background: #fff;
    list-style: none;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    display: block;
    outline: none;
    text-decoration: none;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}


/* Orange */

.atc-style-glow-orange .atcb-list{
    zoom: 1;
    line-height: 1.3em;
    padding: 0;
    margin: 0px 0px 0px 0px;
    border-radius: 4px;
    color: #F5F5F5;
    vertical-align: middle;
}

.atc-style-glow-orange .atcb-link
{
    position: relative;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: rgba(255,255,255,1);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
}

.atc-style-glow-orange .atcb-link:active {
    position: relative;
    opacity:0.8;
}

.atc-style-glow-orange .atcb-link,
.atc-style-glow-orange .atcb-link:hover,
.atc-style-glow-orange .atcb-link:active,
.atc-style-glow-orange .atcb-link:focus
{
   width:195px;
	height:27px;
    outline: none;
    color: #F5F5F5;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
}

.atc-style-glow-orange .atcb-list {
    width: 193px;
    border-radius: 2px;
	/*
    border: 1px solid #fff;
    border: 1px solid rgb(186,186,186);
    box-shadow: 0 0 5px #AAA;
	*/
}

.atc-style-glow-orange .atcb-list,
.atc-style-glow-orange .atcb-item
{
   width: 100%!important;
	padding: 0!important;
    color: #000;
    background: #fff;

}

.atc-style-glow-orange .atcb-item,
.atc-style-glow-orange .atcb-item-link
{
    zoom: 1;
    line-height: 1.3em;
    vertical-align: middle;
}

.atc-style-glow-orange .atcb-item-link,
.atc-style-glow-orange .atcb-item-link:hover,
.atc-style-glow-orange .atcb-item-link:active,
.atc-style-glow-orange .atcb-item-link:focus
{
    padding: 5px 15px;
    outline: none;
    color: #000;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
}
.atc-style-glow-orange .atcb-item.hover,
.atc-style-glow-orange .atcb-item:hover {
	color:#fff;
    background: #114549;
}
span.addtocalendar.atc-style-glow-orange {
    display: inline-block;
    height: 36px;
    padding: 5px 10px;
    border-radius: 4px;
    color: #F5F5F5;
    background-color: #114549;
    text-align: center;
    font-weight: 500;
}

span.addtocalendar.atc-style-glow-orange a.atcb-link {
    padding: 18px 0;
    margin: -27px -10px;
}