﻿	article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, section, summary, video {
    	display: block;
	}
	.font_color_primary_calendar
    {
	    color: #7ac142 !important;
    }
	
	.font_color_primary, h1
	{
	/*	color: #565656 !important;*/
	}
	h2 
	{
		color: #55218F;
	}
	
	.font_color_secondary, h3, h4
	{
		color: #512d91 !important;
	}
	
	.font_color_tertiary
	{
		color: #ffffff !important;
	}
	
		.font_color_expired
	{
		color:Red !important;
	}
	
	.font_color_grey, h5, h6
	{
		color: #6b797e !important;
	}
	
	.bg_color_primary
	{
		background-color: #333 !important;
	}
	
	.bg_color_primaryDA
	{
		background: #368F1D;
		font-weight:bold;
		font-size: 14px;
		color:#FFFFFF !important;		
		border-color: #535850;
		border-width: 1px;
		vertical-align:middle;
	}

	.bg_color_secondary
	{
		background-color: #333 !important;/*b5bcbe*/
	}

	.bg_color_tertiary
	{
		background-color: #f7f7f7 !important;
	}

	.bg_color_white
	{
		background-color: #ffffff !important;
	}
	
	.bg_color_grey
	{
		background-color: #d6d6d7 !important;
	}
	
	.bg_color_light_grey
	{
		background-color: #efefef;
	}

	.dotted_line
	{
		border-bottom: 1px dotted #6b797e;
		clear: both;
	}

	a {
		color : #26cfc4;
		text-decoration: none;
	}
	
	a:hover {
		color : #26cfc4;
		text-decoration: underline;
	}

	.link 
	{
		cursor: pointer;
		color:#26cfc4 !important;
		
	}
	
	.bold
	{
		font-weight: bold;
	}
	
		.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;
	}

/*
Styling the Twitter Feed
*/

	.tweet_text
	{
		font-weight: normal;
	}

	.tweet_date
	{
		font-size: 9px;
	}
/*
Below is the old style sheet that needs to be left for backwards compatability
*/

	h1 {
		font-size: 20px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	h2 {
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	h3 {
		font-size: 20px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	h4 {
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	h5{
		font-size: 16px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	h6 {
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	
	
	#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: #afafaf;
	}
	
	#table_title_2 {
		background: #919191;
	}
	
	#FacebookApp {
		display: none;
	}
	
	#FacebookIcon {
		display: none;
	}
