﻿
.presneceAccordion li { list-style-type: none; }

.presneceAccordion, .presenceToolbar
{
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

div.presneceAccordion
{
	margin: 0 16px 0 16px;
}

.presneceAccordion .coutnry
{
	background-color: #eee;	
}

.presneceAccordion table
{
	width: 100%;
	margin: 6px;
	table-layout: fixed;
}

.presneceAccordion td
{
	text-align: left;
	vertical-align: top;
	width: 50%;
	padding-top: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;	
}


.presneceAccordion .branch
{
	/*margin: 5px 0 5px 0;
	border: solid 1px;*/
	/*height: 180px;*/
	/*float: left;*/
}
	
.presneceAccordion a.country {
	cursor:pointer;
	display:block;
	line-height: 18px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	padding: 1px 0 1px 5px;
	background-color: #B5D091;
}

/*
.presneceAccordion a:hover.country {
	background-color: green !important;
}
*/

.presneceAccordion a.selected {
	color: black;
	background-color: #62a422;
	cursor:default;
}


.PresenceGridView td
{
	/*background-color: white;*/
	white-space: nowrap;
	font: 12px arial;
}

.PresenceGridView .HeaderStyle
{
	background-color: #B5D091;
}

.PresenceGridView .HeaderStyle th
{
	padding: 6px;
	font: bold 14px;
	color: Black;
}


.PresenceGridView .RowStyle th
{
	padding: 3px;	
}

.PrsenceGridView .newRow
{
	background-color: #62a422 !important; 
}

.PresenceGridView .RowStyle
{
	background-color: #ffffff;
}


.PresenceGridView .AlternatingRowStyle
{
	background-color: #dddddd;
} 
        

                
/*
.PresenceGridContainer 
{
	width: 100%;
	overflow: auto;
}
*/