﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
}

body
{	
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #99FF66;
    color: white;
    background-color: limegreen;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{    border: 1px solid #99FF66;
    color: white;
    background-color: limegreen;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px; 
}

.accordionLink
{
	text-decoration: none;
	color: white;
	font-style:italic;
}

.accordionLink:hover
{
	text-decoration: underline;
	color: white;
	font-style:italic;
}
.accordionContent
{
    background-color: white;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: black;
}
.accordionContentMenuItem{
    color: black;
    font-weight:normal;
	text-decoration: none;
	font-family: verdana;
    font-size	:	8pt	;
}
.accordionContentMenuItem:hover{
    background-color: white;
    color: black;    
    text-decoration: underline;
    font-family: verdana;
    font-size	:	8pt	;
    font-weight:bold;
}
a.label_link
{
	color: blue;	
	text-decoration: underline;
	font-family: Verdana;
	font-size: x-small;
}
a.label_link:hover{
    background-color: #FFE6A0;
	color: blue;	
	text-decoration: none;
	font-family: Verdana;
	font-size: smaller;
}
a.ContextMenuItem:hover{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
	text-decoration:none;
}
a.label_tab{
    color: white;
    font-weight:bold;
	text-decoration: underline;
}
a.label_tab:hover{
    background-color: White;
    color: #6699CC;
    text-decoration: none;
    font-family: verdana;
    font-size	:	8pt	;
    font-weight:bold;
}
.tab
{
    background-color: #3333ff;
}

.label_invalid{
    color: red;	
	font-family: verdana;
	font-size: 10pt;
}
.label{			
    color	:	black ;	
    font-family	:	verdana ;	
    font-size	:	10pt ;
}
.label_header{			
    color	:	black ;	
    font-family	:	verdana ;	
    font-size	:	10pt ;
    font-weight	:	bold;
}
.table_header{			
    background-color	:#6699CC	;
    color	:	white	;
    font-family	:	verdana	;
    font-size	:	8pt	;
}
.table_title{			
    background-color	:#3333ff	;
    color	:	white	;
    font-family	:	verdana	;
    font-size	:	8pt	;
    font-weight	:	bold;
}
.message_title{			
    background-color	:gray	;
    color	:	white	;
    font-family	:	verdana	;
    font-size	:	8pt	;
    font-weight	:	bold;
}
.day_active{
    background-color	:#6699CC	;
    color	:	white	;
    font-family	:	verdana	;
    font-size	:	8pt	;     
}
.day_inactive{
    background-color	:beige	;
    font-family	:	verdana	;
    font-size	:	8pt	;    
}
.data_row1{			
background-color	:	white	;
font-family	:	verdana	;
font-size	:	8pt	;
}			

.data_row2{			
background-color	: beige	;
color	:	black	;
font-family	:	verdana	;
font-size	:	8pt	;
}

.bar_active
{
background-color	:orange ;
color	:	white ;	
font-family	:	verdana ;	
font-size	:	8pt ;
}

.bar_inactive
{
background-color	:Silver		;
color	:	black ;	
font-family	:	verdana ;	
font-size	:	8pt ;
}

.panelHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold; 
}
.panelBody
{
    background-color: Gray;
    font-family: verdana;
	font-size: 10px;
}

.panelContent
{	
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;   

}

.panelIDcolor
{
    background-color :white  ;
}
.StaticTemplateTitle
{
    color	:	Black ;
    font-family: verdana;
	font-size: 14px;
    font-weight	:	bold;
}
.StaticTemplateBody
{
    color	:	Black ;
    font-family: verdana;
	font-size: 12px;
}