.headlinebar {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #ff9900;
}

.nav-tabs > li {
  text-align: center;
}

.popover.navbar {
  margin-top: 5px;
}
.popover.navbar .arrow {
  top: 0;
  left: 75%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.popover-title {
  background-color: Black;
}

.popover-content {
  background-color: #555555;
  color: White;
}

@font-face {
  font-family: 'SmallPixel';
  src: local('04b03'), url('../fonts/smallpixel.woff') format('woff');
}

.smallpixel {
	font-family: "SmallPixel";
	font-size: 8px;
	line-height: 0px;
	color: #ffffff;
}

div.calCol 
{
    float: left;
    width: 13%;
    height: 720px;
    margin: 0px 0px 0px 1px;
    background-color: #373737;
    background-image: url('../img/calendar-grid.png');
    position: relative; 
}

div.calColWeekend 
{
    background-color: #444;
}

div.calHeading 
{
    float: left;
    width: 13%;
    margin: 0px 0px 0px 1px;
    position: relative; 
    text-align: center;
}

div.calTimeline
{
    float: left;
    width: 5%;

    position: relative; 
    text-align: right;
    font-size: 10px;
}

div.calTimeline p 
{
    width: 100%; 
    margin: 0px 0px 0px -3px; 
    border-top: 1px solid #aaa;
    color: #999;
    position: absolute;
}

div.calCol div 
{
     width: 100%; 
     margin: 0px 1px 0px 0px; 
     position: absolute;
     background-color: #666;
}

div.calCol div.past
{
     width: 100%; 
     margin: 0px 1px 0px 0px; 
     position: absolute;
     background-color: #555;
}

div.calRecurring 
{
    background-image: url('../img/back-recurring.png');
    background-position: right top;
    background-repeat: no-repeat;
}

div.calSun 
{
    background-image: url('../img/back-sun.png');
    background-position: right top;
    background-repeat: no-repeat;
}

div.calException 
{
    background-image: url('../img/back-warning.png');
    background-position: right top;
    background-repeat: no-repeat;
}

div.eventShowAo
{
    background-image: url('../img/gsp/show-ao-icon.png');
    background-position: right top;
    background-repeat: no-repeat;    
}
div.eventShowTsw
{
    background-image: url('../img/gsp/show-tsw-icon.png');
    background-position: right top;
    background-repeat: no-repeat;    
}

div.calCol div > p 
{
    font-size: 12px;
    padding: 0px 0px 0px 10px; 
    margin: -5px 0px 0px 0px;
}
div.calCol div > p > a
{
    color: White;
}

div.calCol div > div.calRed 
{
    float: left; 
    background-color: #f45151; 
    width: 5px; 
    height: 100%;
}

div.calCol div > div.calBlue 
{
    float: left; 
    width: 5px; 
    height: 100%;
    background-color: #7fbae8; 
}

div.calCol div > div.calGreen 
{
    float: left; 
    width: 5px; 
    height: 100%;
    background-color: #7fe887; 
}

div.calCol div > div.calMango
{
    float: left; 
    width: 5px; 
    height: 100%;
    background-color: #f4a951; 
}

div.calCol div > div.calPast
{
    float: left; 
    width: 5px; 
    height: 100%;
    background-color: #000000; 
}

.dropdown-menu 
{
    background: #555;
}

.dropdown-menu a 
{
    color: White;
}


.hicon-recurring 
{
    background-image: url('../img/back-recurring.png');
    float: right;
    width: 50px;
    height: 50px;
}

.hicon-single
{
    background-image: url('../img/back-single.png');
    float: right;
    width: 50px;
    height: 50px;
}

.hicon-exception
{
    background-image: url('../img/back-warning.png');
    float: right;
    width: 50px;
    height: 50px;
}

.followList 
{
    list-style: none;
    margin-left: 0;
	padding-left: 0;

}

.followList:before,
.followList:after
{
  display: table;
  content: "";
}
.followList:after
{
  clear: both;
}
.followList > li {
  float: left;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
}


.alert-error {
  background-color: #b20000;
  border-color: #d30000;
  color: #ffffff;
}

.alert-success {
  background-color: #4aa500;
  border-color: #54bd00;
  color: #ffffff;
}