﻿.Text
{
    font-size:12px;
    color:Black;
}

.Title1
{
    color:#2469E0;
    font-size:14px;
    font-weight:bold;
}

.Title2
{
    font-size:14px;
    font-weight:bold;
}

.Title3
{
    font-size:12px;
    font-weight:bold;
}

.Title4
{
    font-size:12px;
    color:Black;
}

.title5
{
    font-size:12px;
    font-weight:bold;
    color:#D80000;
}

.TableTop
{
    background-color:#CAD9F9;
    /*background-image:url("../Images/Dialer/TableTop.jpg");*/
}

.TableBody
{
    background-color:#CAD9F9;
    font-size:12px;
    font-family:Arial (Hebrew);
}

.TableBody td
{
    font-size:12px;
    font-family:Arial (Hebrew);
    aline-height:25px;
}

.TableBody textbox
{
    width:195px;
}

.TableBottom
{
    background-color:#CAD9F9;
    /*background-image:url("../Images/Dialer/TableBottom.jpg");*/
}

.Tabs
{
    text-align:center;
}

.Tab
{
    background-color:#CAD9F9;
}

.ButtonTable td
{
    font-size:12px;
    font-family:Arial (Hebrew);
    vertical-align:top;
}

.ButtonAlign
{
    vertical-align:baseline;
}

.Seperator
{
    height:1px;
    border:dashed 1 #2469E0;
}

.SecSeperator
{
    height:1px;
    border:dashed 1 white;
}

.SecColor
{
    color:#ffffff;
}

.SecColorBG
{
    background-color:#E87071;
}

.SecRow
{
    background-color:#DBA1A0;
    border-bottom:dotted 1 white;
    border-top:dotted 1 white;    
}

.SecRow td
{
    background-color:#DBA1A0;
    border-bottom:dotted 1 white;
    border-top:dotted 1 white;    
}

.trdColorBG
{
    background-color:#F3B3B3;
}

.FirstRow
{
}

.SecLinkColor
{
    color:#D80000;
}

.HourCell
{
    width:20px;
    height:15px;
    background-color:#ffffff;
    border-left:solid 6px #77A1EB;
    padding-bottom:1px;
}

.HourCellSelected
{
    width:20px;
    height:15px;
    background-color:#2568E0;
    border-left:solid 6px #77A1EB;
    padding-bottom:1px;
}

.HourTable
{ 
    background-color:#77A1EB;
}
    

.Tabs
{
    color:#000000;
    font-size:13px;
    font-weight:bold;
}

.Tabs a
{
    color:#000000;
    font-size:13px;
    font-weight:bold;
}

.MainHeader
{
    font-size:20px;
    font-weight:bold;
    color:#4491E9;
}

.RadioDiv
{
    border:solid 1px #1469A9;
	width:480px;
	z-index:1;
	overflow-y: hidden;
	overflow-x: scroll;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #232323;
	scrollbar-darkshadow-color: #111111;
	scrollbar-face-color: #1469A9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #CAD9F9;
	color: #CAD9F9;
	background-attachment: scroll;
	background-color: #ffffff;
	visibility: visible;
	clear: right;
	float: none;
	overflow: auto;
	top: 138px;
}

.RadioDiv td
{
    vertical-align:top;
    width:220px;
    border:solid 1px #1469A9;
}