﻿.MenuBarItemGrey
{
	background-image:url('../Images/GreyButtonLarge.gif');
	background-repeat:no-repeat;
	font-weight:900;
	color:Black;
	font-size:12px;
	text-align:center;
	width:209px;
	height:34px;
	line-height:34px;
	/*padding-top:10px;*/
	/*padding-left:30px;*/
	cursor:pointer;
	
}

.MenuBarItemRed
{
	background-image:url('../Images/RedButtonLarge.gif');
	background-repeat:no-repeat;
	font-weight:bold;
	color:White;
	font-size:12px;
	width:209px;
	height:34px;
	text-align:center;
	line-height:34px;
	/*padding-top:10px;*/
	/*padding-bottom:10px;*/
	/*padding-left:30px;*/
	cursor:pointer;
	
}

.MenuBarEmpty
{
	height:34px;
	background-image:url('../Images/GreyNav_bg.jpg');
	
}

.MenuBarItem a 
{
	
	display:block;
}

.PanelHeader
{
	background-image:url('../Images/butMid.gif');	
	/*background-repeat:repeat-x;*/
	height:32px;
	color:White;
	font-weight:bold;
	/*padding-top:5px;*/
	font-size:small;
}

.LeftPanelHeader
{
	background-image:url('../Images/butMidTile.gif');
	background-repeat:no-repeat;
	height:32px;
	color:White;
	font-weight:bold;
	/*padding-top:5px;*/
	font-size:small;
}

.RightPanelHeader
{
	background-image:url('../Images/butMidTile.gif');
	background-repeat:no-repeat;
	height:32px;
	color:White;
	font-weight:bold;
	/*padding-top:5px;*/
	font-size:small;
}

.DataLabels
{
	color:#49A1CA;
	font-size:9pt;
}

#UserPanel
{
	background-image:url('../images/01cBlue_tablebg.jpg');
	
	
	
}

.SMSBox
{
	position:absolute;
	margin-left:200px;
	top:45%;
	z-index:10000;
}

.Popup
{	
	background:#2667aa none repeat scroll 0%;
	width: 270px;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}


.Popup h1
{
	color:#ffffff;
	font-family:Arial;
	font-size:13pt;
	font-weight:bold;
	text-align:left;
	margin:0;
	padding-left:2px;
}
.Popup span
{
	padding-left:2px;
	margin:0;
	color:#ffffff;
	text-align:left;
	display:block;
	font-family:Arial;
	font-size:8pt;
}
.Popup a
{
	color:#ffffff;
	font-family:Arial;
	font-size:10pt;
}
