﻿body 
{
}

.menuLeftCellSelected
{
    background-image:url(../images/menu_selected_left.gif);
    height:33px;
}

.menuMiddleCellSelected
{
    background-image:url(../images/menu_selected_middle.gif);
    height:33px;
    color:White;
    text-align:center;
    font-family:Arial;
    font-size:medium;
    
}

.menuRightCellSelected
{
    background-image:url(../images/menu_selected_right.gif);
    height:33px;
    color: White;
    text-decoration:none;
}

.menuLeftCellUnselected
{
    background-image:url(../images/menu_unselected_left.gif);
    height:33px;
}

.menuMiddleCellUnselected
{
    background-image:url(../images/menu_unselected_middle.gif);
    height:33px;
    color:Black;
    text-align:center;
    font-family:Arial;
    font-size:medium;
    
}

.menuRightCellUnselected
{
    background-image:url(../images/menu_unselected_right.gif);
    height:33px;
}

.menuSeperator
{
    background-image:url(../images/menu_seperator.gif);
    height:9px;
}

.menuLinkSelected
{
    font-family:Arial;
    font-weight:bold;
    font-size:small;
    text-decoration:none;
    color:White;
}

.menuLinkUnselected
{
    font-family:Arial;
    font-weight:bold;
    font-size:small;
    text-decoration:none;
    color:Black;
}

.homeGradient
{
    background-image:url(../images/home_gradient.gif);
    height:22px;
}

.callPanel
{
    background-color:#CBE1EE
}

.callPanelTopLeft
{
    background-image:url(../images/CallPanel_TopLeft.gif);
    width:8px;
    height:9px;
}

.callPanelTop
{
    background-image:url(../images/CallPanel_Top.gif);
    height:9px;
}

.callPanelTopRight
{
    background-image:url(../images/CallPanel_TopRight.gif);
    width:8px;
    height:9px;
}

.callPanelLeft
{
    background-image:url(../images/CallPanel_left.gif);
    width:8px;
}

.callPanelRight
{
    background-image:url(../images/CallPanel_right.gif);
    width:8px;
}

.callPanelBottomLeft
{
    background-image:url(../images/CallPanel_BottomLeft.gif);
    width:8px;
    height:9px;
}

.callPanelBottom
{
    background-image:url(../images/CallPanel_Bottom.gif);
    height:9px;
}

.callPanelBottomRight
{
    background-image:url(../images/CallPanel_BottomRight.gif);
    width:8px;
    height:9px;
}

.callPanelBullet
{
    background-image:url(../images/CallPanel_Bullet.gif);
    height:27px;
    width:20px;
}

.callPanelBulletItem
{
    text-align:left;
    vertical-align:middle;
    text-decoration:none;
    font-size:small;
    font-family:Arial;
}

.callPanelLinkButton
{
    color:Black;
    font-family:Arial;
    text-decoration:none;
    font-size:small;
}


.callPanelSeperator
{
    background-image:url(../images/CallPanel_Seperator.gif);
}

.statisticsTitle
{
    color: Black;
    font-family:Arial;
    font-weight:bold;
    text-align:left;
    font-size:small;
}

.statisticsItem
{
    color: Black;
    font-family:Arial;
    text-align:left;
    font-size:small;
}

.titleBarTopLeft
{
    background-image:url(../images/titlebar_TopLeft.gif);
    width:7px;
    height:7px;
}

.titleBarTop
{
    background-image:url(../images/titlebar_Top.gif);
    height:7px;
}

.titleBarTopRight
{
    background-image:url(../images/titlebar_TopRight.gif);
    width:7px;
    height:7px;
}

.titleBarLeft
{
    background-image:url(../images/titlebar_Left.gif);
    width:7px;
}

.titleBar
{
    background-color:#1F74B5;
    color:White;
    font-family:Arial;
    font-weight:bold;
    font-size:large;
}

.titleBarRight
{
    background-image:url(../images/titlebar_Right.gif);
    width:7px;
}

.titleBarBottomLeft
{
    background-image:url(../images/titlebar_BottomLeft.gif);
    width:7px;
    height:7px;
}

.titleBarBottom
{
    background-image:url(../images/titlebar_Bottom.gif);
    height:7px;
}

.titleBarBottomRight
{
    background-image:url(../images/titlebar_BottomRight.gif);
    width:7px;
    height:7px;
}

.manageCallHeader
{
    background-color:#E8F3F7;
    font-family:Arial;
    font-weight:bold;
    color:Black;
    text-align:center;
    vertical-align:middle;
    font-size:small;
    height:25px;
}

.manageCallPager
{
    background-color:#E8F3F7;
    font-family:Arial;
    color:Black;
    text-align:center;
    vertical-align:middle;
    font-size:small;
    height:25px;
}


.manageCallTimeZone
{
    background-color:#E8F3F7;
    font-family:Arial;
    color:Black;
    vertical-align:middle;
    font-size:small;
}

.manageCallRow
{
    background-color:#F3F4F6;
    font-family:Arial;
    color:Black;
    font-size:small;
    height:20px;
}

.manageCallAlternatingRow
{
    background-color:#F0F5F8;
    font-family:Arial;
    color:Black;
    font-size:small;
    height:20px;
}


.manageCallGrid
{
    border:solid 1px #D3E4EE;
}

.manageCallBottomLeft
{
    background-image:url(../images/manageCall_BottomLeft.gif);
    width:12px;
    height:12px;
}

.manageCallLeft
{
    background-image:url(../images/manageCall_Left.gif);
    width:12px;
}

.manageCallRight
{
    background-image:url(../images/manageCall_Right.gif);
    width:12px;
}

.manageCallBottom
{
    background-image:url(../images/manageCall_Bottom.gif);
    height:12px;
}

.manageCallBottomRight
{
    background-image:url(../images/manageCall_Bottom.gif);
    width:12px;
    height:12px;
}

.errorMessage
{
	font-size: 1.4em;
    font-family:Arial;    
    color:Red;    		
	overflow: hidden;
	float: left;
	text-align: right;
	
}

.registrationErrorMessage
{
    font-family:Arial;
    font-size:small;
    color:White;
    font-weight:bold;
}

.popupDiv
{
    background-color:#FFFFFF;
    border:none;
}

.darkenBackground 
{
    background-color: rgb(0, 0, 0);
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity:0.70; /* FireFox */
    filter: alpha(opacity=70); /* IE */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:repeat;
    position:fixed;
    top: 0px;
    left: 0px;
}

td.heading-text 
{
	background-image:url(../images/background1.gif);
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.subTitleText
{
    color:White;
    font-family:Arial;
    font-weight:bold;
    font-size:small;
}

.footer
{
    background-color:#3D4E58;
    font-family:Arial;
    font-size:x-small;
    color:Gray;
}

.homeFeature
{
    background-image:url(../images/HomeFeature.gif);
    height:95px;
}

.homeFeatureTopLeft
{
    background-image:url(../images/homeFeature_TopLeft.gif);
    width:3px;
    height:3px;
}

.homeFeatureTop
{
    background-image:url(../images/homeFeature_Top.gif);
    height:3px;
}

.homeFeatureTopRight
{
    background-image:url(../images/homeFeature_TopRight.gif);
    width:3px;
    height:3px;
}

.homeFeatureLeft
{
    background-image:url(../images/homeFeature_left.gif);
    width:3px;
}

.homeFeatureRight
{
    background-image:url(../images/homeFeature_right.gif);
    width:3px;
}

.homeFeatureBottomLeft
{
    background-image:url(../images/homeFeature_BottomLeft.gif);
    width:3px;
    height:3px;
}

.homeFeatureBottom
{
    background-image:url(../images/homeFeature_Bottom.gif);
    height:3px;
}

.homeFeatureBottomRight
{
    background-image:url(../images/homeFeature_BottomRight.gif);
    width:3px;
    height:3px;
}

.helpHeader
{
    background-color:#E9E9E9;
    border:solid 1px gray;
    color:Black;
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    width:90%;
}

.helpTopicsHidden
{
    border:none;
    color:Black;
    font-family:Arial;
    font-size:small;
    width:90%;
    display:none;
}

.helpTopicsVisible
{
    border:none;
    color:Black;
    font-family:Arial;
    font-size:small;
    width:90%;
    display:inline;
}


.helpTopicHeader
{
    text-align:left;
    font-family:Arial;
    font-size:small;
    font-weight:bold;
}

.helpTopicHeaderLink
{
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    text-decoration:none;
}

.helpTopicContentHidden
{
    text-align:left;
    font-family:Arial;
    font-size:small;
    text-indent:20px;
    display:none;
}

.helpTopicContentVisible
{
    text-align:left;
    font-family:Arial;
    font-size:small;
    text-indent:20px;
    display:inline;
}

ul
{
  list-style-type:decimal;
}

.popupDivTitle
{
    font-size:small;
    font-family:Arial;
    font-weight:bold;
}

.popupDivText
{
    font-size:small;
    font-family:Arial;
}

.dialInInfo
{
    text-align:left;
    vertical-align:middle;
    text-decoration:none;
    font-size:medium;
    font-family:Arial;
    font-weight:bold;
}

.largeViewStatistics
{
    font-family:Arial;
    font-weight:bold;
    font-size:large;
}






