﻿.title
{
	font-family:    Verdana, Arial, Helvetica, sans-serif;
	font-size:      14px;
	color:          #FFFFFF;
}
.title th
{
	font-family:    Verdana, Arial, Helvetica, sans-serif;
	font-weight:	normal;
	font-size:      11px;
	color:          #FFFFFF;
}
.title td
{	
	padding:0px;
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#aaaaaa;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#666666;
	border-right-style:solid;
	border-right-width:0px;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

div.ResizeBorder
{
	cursor:e-resize !important;
	border-right: 1px solid #666666;
	text-align:left;
}
div.NoResizeBorderRight
{
	cursor:default;
	border-right: 1px solid #666666;
}
div.ResizeHead
{
	padding-top:4px;
	padding-left:0px;
	height:21px;
	cursor:default;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align:center;
}
img.Sort
{
	position:absolute;
	margin-top:5px;
	margin-left:2px;
	cursor:default;
}
a.Sort:link
{
    TEXT-DECORATION:underline;
	color: #ffffff;
}
a.Sort:visited
{
    TEXT-DECORATION: underline;
	color: #ffffff;
}
a.Sort:hover
{
    TEXT-DECORATION: none;
	color: #ffffff;
	cursor:pointer;
}
a.Sort:active
{
    TEXT-DECORATION: underline;
	color: #ffffff;
}


div.legend
{
	height: 25px;
	margin-bottom: 10px;
	line-height: 25px;
}

.buttons
{
	font-family:    Tahoma;
	font-size:      12px;
	color:          #FFFFFF;
	text-transform: uppercase;
	width: 75px;
}
.content
{
	font-family:    Verdana, Arial, Helvetica, sans-serif;
	font-size:      12px;
	color:          #737373;
	text-transform: uppercase;
}
.content1
{
	font-family:    Verdana, Arial, Helvetica, sans-serif;
	font-size:      12px;
	color:          #484848;
}

.adcontent
{
	background-color:#E6E6E6;
}

.adtitle
{
	text-align:center;
	background: transparent url(../images/grey.png) repeat-x scroll 0%; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;	
	font-size:13px;
}
.titleview td
{	
	padding:0px;
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#aaaaaa;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#666666;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#ffffff;
}

.adcontent td
{
	
	border-top-color:#ADADAD;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#ADADAD;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:24px;	
}

.adcontent #Tabl_CallerOptions td
{
	text-align:left;
	border-top-color:#ADADAD;
	border-top-style:solid;
	border-top-width:0px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#ADADAD;
	border-right-style:solid;
	border-right-width:0px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:0px;
	height:24px;	
}

.recstyle td
{
	border-top-color:#ADADAD;
	border-top-style:solid;
	border-top-width:0px !important;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:0px !important;
	border-right-color:#ADADAD;
	border-right-style:solid;
	border-right-width:0px !important;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:0px !important;
	height:14px;	
}

.EditADTbl
{
	width:800px;	
}

.EditTable td
{
	border: 0px !important;
}

.EditTable A
{
	border: 0px;
}

.EditADTbl td
{
	border: 0px !important;
}

.EditAdTxt
{
	width:182px;
	height:40px;
	text-align:right;
}

.EditADTbl_inp
{
	vertical-align:top;
		
}

/*
STYLES FOR MODAL EXTENSION WINDOW
START
*/
div#modalExtensionContent
{
	display:none;
	width:360px;
	background-color:#E6E6E6;
	border:1px solid gray;	
}

div#modalExtensionContent table
{
    border-collapse:collapse;
    width:100%; 
}
    
div#modalExtensionContent th
{ 
	height: 22px; 
	background: url(../images/grey.png) repeat-x; 
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	text-align:center;
	font-weight:normal;
}

div#modalExtensionContent tbody td
{
	color:#737373;	
	text-transform:uppercase;		
	height:24px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;			
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;	
}
div#modalExtensionContent tbody td.left
{
	font-weight:bold;
	text-align:right;
	width:140px;
	padding:1px 4px 1px 1px;
}

div#modalExtensionContent tbody tr.lastRow td
{
	text-align:right;
	height:25px;
	padding-right:4px;
}

select.extensionsList
{
	width:100%;
	border: 1px solid #A4A4A4;
}

#outMarketingSource select
{
	vertical-align:top;
	width:140px;
	border: 1px solid #A4A4A4;
}

div#modalExtensionContent #inMarketingSource
{
	vertical-align:top;
	text-transform:uppercase;
}

div#modalExtensionContent tbody td .addMarketSource
{		
	position:absolute;
	left:4px;	
}

div#modalExtensionContent tbody td .addMarketSource input
{
	vertical-align:top;
}

div#modalExtensionContent tbody td .editMarketSource
{
	padding-left:5px;
}

div#modalExtensionContent tbody td input
{
	width:136px;
	padding:1px;
}
/*
END
*/

div#modalMSContent
{
	display:none;
	width:360px;
	background-color:#E6E6E6;
	border:1px solid gray;	
}

div#modalMSContent table
{
    border-collapse:collapse;
    width:100%; 
}
    
div#modalMSContent th
{ 
	height: 22px; 
	background: url(../images/grey.png) repeat-x; 
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	text-align:center;
	font-weight:normal;
}

div#modalMSContent tbody td
{
	color:#737373;	
	text-transform:uppercase;		
	height:24px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;			
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;	
}
div#modalMSContent tbody td.left
{
	font-weight:bold;
	text-align:right;
	width:140px;
	padding:1px 4px 1px 1px;
}

div#modalMSContent tbody tr.lastRow td
{
	text-align:right;
	height:25px;
	padding-right:4px;
}

select.extensionsList
{
	width:100%;
	border: 1px solid #A4A4A4;
}

#outMarketingSource select
{
	vertical-align:top;
	width:140px;
	border: 1px solid #A4A4A4;
}

div#modalMSContent #inMarketingSource
{
	vertical-align:top;
}

div#modalMSContent tbody td .addMarketSource
{		
	position:absolute;
	left:4px;	
}

div#modalMSContent tbody td .addMarketSource input
{
	vertical-align:top;
}

div#modalMSContent tbody td .editMarketSource
{
	padding-left:5px;
}

div#modalMSContent tbody td input
{
	width:136px;
	padding:1px;
}

.btn_act
{
	cursor:pointer;
	margin: 4px 4px 0 4px;
}

.btn_pas
{
	margin: 4px 4px 0 4px;
}
