/**
* @package RPG Date and Calendar Mod
*
* @author Cody Williams
* @copyright 2015
* @version 1.2
* @license BSD 3-clause
*/

table.rpgCal { /*Calendar Table*/
	border-collapse: collapse;
	margin:auto;
	border:1px #186565 solid;
} 

table.rpgCal caption { /*Calendar Table*/
	font-weight:bolder;
} 

tr.rpgCal-row { /*Each row in the calendar*/
}

th.rpgCal-day-head { /*Headings with days of the week*/
	background-color: #4f4f4f;
	text-align:center;
	color:rgb(180, 180, 180);
	padding:1px;
}

td.rpgCal-day-np { /*Blank days */
}

td.rpgCal-day { /*Days*/
	color:rgb(175, 175, 175);
	text-align:center;
}
h4.rpgCal-dates-header {
	color:orange;
	font-size:12pt;
	text-align:center;
}

ul.rpg-cal-legend {
	padding: 0;
}
li.rpgCal-legend-item {
	margin: 0;
	display: inline;
	white-space: normal;
}
li.rpgCal-legend-item:after {
    content: " \2022 ";
    font-weight: bold;
	color:#afafaf;
}

li.rpgCal-legend-item:last-child:after {
    content: none;
}

/*
Tipr 1.0.1
Copyright (c) 2013 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/


.tipr_content
{
     font: 13px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color: rgb(180, 180, 180); 
     background-color: #4f4f4f;
     padding: 9px 9px;
}
.tipr_container_bottom
{
     display: none;
     position: absolute;
     margin-top: 13px;
     z-index: 1000;
}
.tipr_container_top
{
     display: none;
     position: absolute;
     margin-top: -75px;
     z-index: 1000;
}
.tipr_point_top, .tipr_point_bottom 
{
     position: relative;
	background: #4f4f4f;
	border: 1px solid #186565;
}
.tipr_point_top:after, .tipr_point_top:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_top:after
{
	border-top-color: #4f4f4f;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_top:before 
{
	border-top-color: #186565;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.tipr_point_bottom:after, .tipr_point_bottom:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_bottom:after
{
	border-bottom-color: #4f4f4f;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_bottom:before 
{
	border-bottom-color: #186565;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
