﻿	.font_color_primary_calendar
    {
	    color: #559b32 !important;
    }
	
	.bg_color_primary
	{
		background-color: #559B32 !important;
	}
	
	.font_color_tertiary
	{
		color: #ffffff !important;
	}
	
		.font_color_expired
	{
		color:Red !important;
	}
	
	h1 {
		font-size: 18px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #559b32;
	}
	
	h2 {
		font-size: 14px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #559b32;
	}
	
	h3 {
		font-size: 18px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #559b32;
	}
	
	h4 {
		font-size: 14px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #559b32;
	}
	
	h5{
		font-size: 18px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #559b32;
	}
	
	h6 {
		font-size: 14px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		color: #559b32;
	}
	
	
	a {
		color : #559b32;
		text-decoration: none;
	}
	
	a:hover {
		color : #559b32;
		text-decoration: none;
	}
	
	#page_options {
		font-size : 12px;
		font-weight: normal;
		padding: 0px 0px 5px 0px;
		color: #797979;
	}
	
	#page_title h3 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 0px;
	}
	
	#table_option a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}
	
	
	#table_title_1 {
		background: #3d72a7;
	}
	
	#table_title_2 {
		background: #919191;
	}
	
		.div_box_personal
	{
		border: 1px solid #8FBC8F;
		width:8px;
		height:8px;
		background-color:#8FBC8F;
	}
	
	.div_box_shared
	{
		border: 1px solid #D19275;
		width:8px;
		height:8px;
		background-color:#D19275;
	}
	
	.div_box_corporate
	{
		border: 1px solid #8E236B;
		width:8px;
		height:8px;
		background-color:#8E236B;
	}
	
	.bg_color_personal
	{
		background-color: #8FBC8F !important;
	}	
	
    .bg_color_shared
	{
		background-color: #D19275 !important;
	}
	
	.bg_color_corporate
	{
		background-color: #8E236B !important;
	}
	
	.font_color_personal
	{
		color: #8FBC8F !important;
	}
	
    .font_color_shared
	{
		color: #D19275 !important;
	}
	
	.font_color_corporate
	{
		color: #8E236B !important;
	}
	
    .font_color_calendar
	{
		background-color: #FFFFFF !important;
	}
