/* Standard styles sheet for Admin site */

body
{
    margin: 0 0 0 0;
    background-color: WHITE;
    color:  #4F4F52;	
}

.header
{
    height:76px;
}

.footer {
    height: 30px;
}

.footer .ReportDuration
{
    text-align: center;
    font-size: 8pt;
}

a, a:visited
{
    color:   Black;  
}

a:hover
{
    color:  red;		
	Font-Size:100%;
}

.CompanyName
{
    width: 100%;
    height: 60px;
    color:  #4F4F52; 					
	font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 16pt;
    text-align: center;
    vertical-align: middle;
    background-position: 50px 5px;
    background-repeat: no-repeat;
}

.CompanyImage
{
    width: 955px;
    cursor: pointer;
}

.FormTitle
{
	margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;    
    font-size: 20pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

#adminPage
{
    width: 955px;
}


#Footer
{
    text-align: center;
    background-color: red;
    color: White;
    font-size: 8pt;
    width: 100%;
}

#Author
{
    font-size: xx-small;
    background-color: #595959; 
    color: #66ddff;
    text-align: center;
    width: 100%;
}

#Author a
{
    color: #66ddff; 
}

/* NavBar */
#navBar {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    height: 17px;   
    background-image: url(../Images/NavBar.gif);
    background-repeat: repeat-x;
    color: palevioletred;      
}

#navBar span
{
	text-decoration: none;
	color: #676767; 
	cursor: pointer;
}

#navBar td
{
	padding-left: 5px;
	padding-right: 5px;
}

#navBar #UserName
{
    text-align: right;
    padding-right: 10px;
    width: 100%;
}

#divErrorPage
{
    font-size: 16pt;
}

/* Menu */
.mainMenuItem
{
    background-position: Center center;
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
}

.selectable
{
    cursor: pointer;
}

#MainMenu
{
    width: 100%;
}

#MainMenu td
{
    width: 50%;
    height: 50%;
    text-align: Center;
}

#ReportingMenu {
    width: 350px;
    height: 350px;
    border: solid 2px Red;    
}



#AdminMenu
{
    width: 350px;
    height: 350px;
    border: solid 2px Red; 
}



.BestViewed
{
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: bottom;
    font-size: 12pt;
    color: Yellow; 
    font-weight: bold;
    text-decoration: underline;
}

.BestViewed td
{
    vertical-align: bottom;
}


#menuCallReport
{
    background-image: url(../images/MainMenu/Disabled/CallReports.gif);
}

#menuCreditCardInterface
{
    background-image: url(../images/MainMenu/Disabled/CreditCardInterface.gif);
	
}
    /*
        #menuCompetitionReport
        {
            background-image: url(../images/MainMenu/Disabled/Wallet.gif); 
        }
    */

#menuSMSReport 
{
    background-image: url(../images/MainMenu/Disabled/SMSReports.gif);
}

#menuWalletReports
{
    background-image: url(../images/MainMenu/Disabled/Wallet.gif);
}

#menuCallCentre
{
    background-image: url(../images/MainMenu/Disabled/CallCentre.gif);
}


#menuUserAdmin
{
    background-image: url(../images/MainMenu/Disabled/UserAdministration.gif);
}
    /*    #menuTechSupport
        {
            background-image: url(../images/MainMenu/Disabled/TechSupport.gif);
        }
    */
#menuLiveOperator
{
    background-image: url(../images/MainMenu/Disabled/LiveOperator.gif);
}
    /*    
        #menuChatnDateScreening
        {
            background-image: url(../images/MainMenu/Disabled/ChatnDateScreening.gif);
        }
    */


/* Input area of forms */
.InputArea .header 
{
	width: 100%;
	height: 36px;
}
.InputArea .header .Left 
{
	width: 36px;
	background-image: url(../images/frame/topleft.png);
	background-repeat: no-repeat;
}
.InputArea .header .Center 
{
	background-image: url(../images/frame/topcenter.png);
	background-repeat: repeat-x;
}
.InputArea .header .Right 
{
	width: 36px;
	background-image: url(../images/frame/topright.png);
	background-repeat: no-repeat;
}
.InputArea .middle 
{
	width: 100%;
}
.InputArea .middle .left 
{
	width: 36px;
	background-image: url(../images/frame/left.png);
	background-repeat: repeat-y;
}
.InputArea .middle .Center 
{

}
.InputArea .middle .right 
{
	width: 36px;
	background-image: url(../images/frame/right.png);
	background-repeat: repeat-y;
}
.InputArea .footer 
{
	width: 100%;
	height: 36px;
}
.InputArea .footer .left 
{
	width: 36px;
	background-image: url(../images/frame/bottomleft.png);
	background-repeat: no-repeat;
}
.InputArea .footer .center 
{
	background-image: url(../images/frame/bottomcenter.png);
	background-repeat: repeat-x;
}
.InputArea .footer .right 
{
	width: 36px;
	background-image: url(../images/frame/bottomright.png);
	background-repeat: no-repeat;
}

.InputArea .content
{
background-color: white;			
	font-family: Arial;
    font-size: 10pt;
}

.InputArea .buttons
{
    padding-top: 20px;
    text-align: Center;
}


/* Login form */
#LoginArea .content .title
{
    font-size: 18pt;
    text-align: center;
    padding-bottom: 20px;
}

#LoginArea .content #txtUserName
{
    width: 150px;
}

#LoginArea .content #txtPassword
{
    width: 150px;
}

#LoginArea .buttons input
{
    width: 100px;
}


#LoginArea .buttons active
{
	Color: RED;
}

#LoginArea .buttons focus
{
	Color: RED;
}

#LoginArea .buttons hover
{
	Color: RED;
}

#LoginFailed
{
    text-align: center;
    vertical-align: top;
    height: 30px;
}

#RememberLogin
{
    height: 30px;
    vertical-align: bottom;
    text-align: center;
}








/* Call Report input */
#CallReportInput
{
	width: 550px;
    height: 100px;
}
#CallReportInput .title
{
	font-size: 14pt;
    text-align: Center;
    padding-bottom: 20px;
    height: 20px;
}

#CallReportInput td 
{	
	text-align: Center;
}

#CallReportInput select	
{
	width: 450px;
}
#CallReportInput .buttons
{
	text-align: right;
    height: 20px;
 }

#CallReportInput .buttons input   
{
	width: 100px;
    cursor: pointer;
}

#CallReportInput .request
{
	text-align: right;
}

#CallReportInput .input
{
	text-align: left;
    font-size: 10pt;
}

.date
{
    width: 80px;    
}

.errorMessage
{
    color: Red;
    text-align: center;
    font-size: 14pt;
}




/* Call Reports */
.CallReport
{
    width: 100%;
	Color: Black;
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;
}

.CallReport .Title
{
    font-weight: bold;
    font-size: 14pt;
    color: #4F4F52; 
    height: 70px;
    text-align: center;
}

.CallReport .Title p
{
    color: #4F4F52;
	font-size: 12pt;
    margin-top: 5px;
    margin-bottom: 0px;
}

.CallReport .DateRange
{
    color: #4F4F52;
    font-size: 10pt;    
    height: 30px;       
    text-align: center;
    vertical-align: top;   
}

.CallReport .Header
{
    font-size: 10.0pt; 
    font-weight:bold;
	height: 15px;
    text-align: center;
	border-top: double 3px DarkGray;
	border-bottom: double 3px DarkGray;
	background-image: url(../images/Reports/Bar_head.gif);
	background-repeat: repeat-x;
	color: #4F4F52; 
}

    .CallReport .SubHeader {
        height: 30px;
        text-align: right;
        border-top: double 3px DarkGray;
        border-bottom: double 3px DarkGray;
        background-image: url(../images/Reports/Bar_head.gif);
        background-repeat: repeat-x;
        font-size: 9.0pt;
        font-weight: 600;
        color: Black; 
        padding-right: 5px;
    }

.LeftEdge
{
	border-left: solid 1px DarkGray;
}

.RightEdge
{
	border-right: solid 1px DarkGray;
}    

.CallReport .Disclaimer
{
    Color: #4F4F52;
	text-align: center;
    font-size: 7pt;
    vertical-align: bottom;
    height: 60px;
}

.CallReport .ReportDate
{
    Color: #4F4F52; 	
	text-align: right;
    font-size: 8.5pt;
    vertical-align: top;
    height: 100%;
}

.CallReport .Data
{
    font-size: 8.5pt;      
	text-align: right;
    height: 18px;           
    padding-left: 5px;
    padding-right: 5px;
	Color: Black;	
	font-weight: semi-expanded;
}

.CallReport .Text
{
    text-align: left;
    color: Black;	
	
	
	
}

.CallReport .Date
{
    text-align: right;
    width: 90px;
    padding-right: 10px;
    color: Black;
}

.CallReport .Time
{
    text-align: center;
    width: 30px;
    padding-right: 10px;
    padding-left: 10px;
}

.CallReport .Totals {
    background-image: url(../images/Reports/Bar_Total.gif);
    color: Black;
    background-repeat: repeat-x;
    height: 15px;
    text-align: right;
    border-top: #ccc 3px double;
    border-bottom: solid 1px #ccc;
    font-size: 9.0pt;          
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
}

.CallReport .MouseOver
{
    background-color:  #c3dfe8;	
	Font-Size:180%;
}

.CallReport .Normal
{
    background-color: 	white;	
}

.CallReport .Alternate
{
    background-color: #b8b9ba;		
}

.CacheWarning
{
    width: 100%;
    height: 20px;
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;
}
.CacheWarning tr
{
    width: 100%;
    text-align: center;
    font-size: 10pt;
    color: Red;
}

.CacheWarning input
{
    cursor: pointer;
}
    

/* Progress Bar */
#Processing
{
    visibility: hidden;
}

#Progress
{
    width: 500px;
    text-align: center;
    height: 40px;
}

#Progress #ProgressCounter
{
	font-family: arial, helvetica, sans-serif;
    font-size: 14pt;
    height: 100%;
    text-align: center;
    vertical-align: top;
}

#Progress #ProgressGraph
{
    height: 10px;
    background-color: White;
}

#Progress #ProgressGraph #ProgressValue
{
    background-color: DarkGrey;
}

#Progress image
{
    height: 10px;
}

.OperatorAdmin
{
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.OperatorAdmin input
{
    width: 120px;
}

.OperatorAdmin .label
{
    width: 50%;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.OperatorAdmin .data
{
    width: 50%;
    vertical-align: bottom;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.OperatorAdmin #ButtonArea1
{
    height: 50px;
}

.OperatorAdmin #ButtonArea2
{
    height: 40px;
}

.OperatorAdmin .Error
{
    color: Red;
    font-weight: normal;
}

.OperatorAdmin .Result
{
    text-align: center;
    vertical-align: top;
    padding-top: 20px;
}


.OperatorAdmin #ddlClient
{
    width: 300px;
}

/*.OperatorAdmin #ddlIDCode{ width:300px;}*/


.OperatorAdmin #txtClientID
{
    width: 50px;
}

.OperatorAdmin #txtName
{
    width: 400px;
}

.OperatorAdmin #txtAudioPath
{
    width: 400px;
}

.OperatorAdmin #ddlState
{
    width: 110px;
    /*background-color: greenyellow;*/
}

.OperatorAdmin #ddlInternationalCodes
{
    width: 200px;
    background-color: red;
}

.OperatorAdmin #txtMaxOperators
{
    width: 50px;
}

.OperatorAdmin #btnEditOperatingHours
{
    width: 50px;
}

.OperatorAdmin #chkUseOperatingHours, #chkRejectCallOnNoOperator, #chkUseOperatorPaymentSystem, #chkShowOperatorPay
{
    width: 30px;
    position:relative;
}


.OperatorAdmin #txtWaitPeriodIfReserved
{
    width: 30px;
}

.OperatorAdmin #ShowEnabledOperatorsOnly
{
    font: normal;
    font-size: 10pt;
}
.OperatorAdmin #chkShowEnabledOperatorsOnly
{
    width:30px;
}

.OperatorAdmin a
{
    font-size: 10pt;
}


.LiveOperatorTable
{
	color: White;
	font-size: 10pt;
    font-family: arial, helvetica, sans-serif;
}

.LiveOperatorTable th
{
    height: 20px;
    font-weight: bold;
	border-top: double 3px DarkGray;
	border-bottom: double 3px DarkGray;
	background-image: url(../images/Reports/Bar_head.gif);
	background-repeat: repeat-x;
	background-position: 0px -10px;
	color:  #4F4F52;
	padding-left: 5px;
	padding-right: 5px;
}

.LiveOperatorTable .Disabled
{
    color: Silver;
}

.LiveOperatorTable td
{
    text-align: center; 
    height: 20px;
    padding-left: 2px;
    padding-right: 2px;
}

.LiveOperatorTable input
{
    width: 15px;
    font-size: 10pt;
}

.LiveOperatorTable .Bottom
{
    height: 3px;
    border-top: double 3px DarkGray;
	color: #4F4F52;
}

.LiveOperatorTable .Text
{
    text-align: left;
}

.LiveOperatorTable .Number
{
    text-align: right;
}

.LiveOperatorTable .MouseOver
{
    background-color: #353436;
}

.LiveOperatorTable .Normal
{
    background-color: #747475; 
								/*background-color: magenta;*/
}

.LiveOperatorTable .Alternate
{
    background-color: #959395;	
}

.LiveOperatorTable a
{
    font-size: 10pt;
}

.LiveOperatorTable .Delete
{
    font-size: 6pt;
    height: 15px;
    width: 15px;
}

#tblServices .IncomingNumber
{
    width: 110px;
}

#tblServices .ServiceName
{
    width: 220px;
}

#tblServices .IntroFile
{
    width: 200px;
}

#tblServices .OnConnectFile
{
    width: 200px;
}

#tblServices .Created
{
    width: 120px;
    font-size: 8pt;
}

#tblServices .Link
{
    width: 30px;
}
#tblServices .Link A
{
    font-size: 8pt;
}

#tblUsers #btnAdd, #tblUsers #btnRemove
{
    width: 30px;
}

#tblUsers .List
{
    width: 250px;
}






/* Operator reports */


.OperatorReport
{
	width: 750px;	
 	background-color: white;	
    color: BLACK;
}
    .OperatorReport .title {
        height: 40px;
        font-size: 16pt;
        font-weight: bold;
        text-align: center;
        vertical-align: top;
    }

info at top of report
.OperatorReport .info {
    height: 25px;
    font-size: 12pt;
    font-weight: bold;
}
    .OperatorReport .info td {
     padding-left: 10px;
    }

 Display of operator name 
    .OperatorReport .operator {
        height: 40px;
        vertical-align: top;
        font-weight: bold;
        padding-top: 10px;
    }

    .OperatorReport .operator td {
            padding-left: 10px;
    }

 Display of column headings 
    .OperatorReport .heading {
        font-size: 10pt;
        text-align: right;
    }


.OperatorReport .count {
    width: 100px;
    text-align: right;
    padding-right: 20px;
    }


    .OperatorReport .duration {
        width: 100px;
        text-align: right;
        padding-right: 20px;
    }

.OperatorReport .payment {
    width: 100px;
    text-align: right;
    padding-right: 20px;
}

    .OperatorReport .event {
        text-align: left;
        padding-left: 10px;
        width: 550px;
     }


    .OperatorReport .callReportOperator {
        text-align: left;
        padding-left: 50px;
        width: 550px;
     }


 Row data
    .OperatorReport .rowData
    {
        font-size: 10pt;
    }
    .OperatorReport .rowData .action {
        text-align: left;
        padding-left: 100px;
        width: 550px;
    }


    .OperatorReport .rowData .count {
        text-align: right;
        padding-right: 20px;
        width: 50px;
    }


    .OperatorReport .rowData .duration {
        text-align: right;
        padding-right: 20px;
        width: 20px;
      }

    .OperatorReport .rowData .payment {
       text-align: right;
       padding-right: 10px;
       width: 20px;
    }



.OperatorReport .rowData .timestamp
{
    text-align: right;
    padding-right: 20px;
    width: 150px;
}
.OperatorReport a
{
    padding-left: 20px;
    font-size: 11pt;
    font-weight: normal;
	color: Blue;
}

.OperatorReport a:HOVER
{
	Color: Cyan;
}
.OperatorReport .event a
{
    Color: Blue;
	padding: 0px;
    font-size: 10pt;
}
.OperatorReport .event a:visited
{
    color: Blue;
}
.OperatorReport .event a:hover
{
    color: cyan;
}













/* Border of Operator reports */
.OperatorReport .Top
{
	width: 100%;
	height: 36px;
}
.OperatorReport .Top .left 
{
	width: 36px;
	background-image: url(../images/frame/topleft.png);	
	background-repeat: no-repeat;
}
.OperatorReport .Top .center 
{
	background-image: url(../images/frame/Topcenter.png);
	background-repeat: repeat-x	
}
.OperatorReport .Top .right 
{
	width: 36px;
	background-image: url(../images/frame/Topright.png);
	background-repeat: no-repeat;
}
.OperatorReport .middle 
{
	width: 100%; 
}
.OperatorReport .middle .left 
{
	width: 36px;
	background-image: url(../images/frame/Left.png);
	background-repeat: repeat-y;
	}
.OperatorReport .middle .center 
{
	/*background-color: cyan; */
}
.OperatorReport .middle .right 
{
	width: 36px;
	background-image: url(../images/frame/Right.png);
	background-repeat: repeat-y;
/*	padding: 0px; */
}
.OperatorReport .bottom
{
	width: 100%;
	height: 36px;
}
.OperatorReport .bottom .left 
{
	width: 36px;
	background-image: url(../images/frame/Bottomleft.png);
	background-repeat: no-repeat;
}
.OperatorReport .bottom .center 
{
	background-image: url(../images/frame/Bottomcenter.png);
	background-repeat: repeat-x;
}
.OperatorReport .bottom .right 
{
	width: 36px;
	background-image: url(../images/frame/Bottomright.png);
	background-repeat: no-repeat;
}
.OperatorReport .horizontalline
{
	width: 36px;
	height: 16px;
	line-height: 0px;
}
.OperatorReport .horizontalline .left 
{
	width: 36px;
	background-image: url(../images/frame/horizontallineleft.png);
	background-repeat: no-repeat;
}
.OperatorReport .horizontalline .center 
{
	width: 36px;
	background-image: url(../images/frame/horizontalLineCenter.png);
	background-repeat: repeat-x;
}
.OperatorReport .horizontalline .right 
{
	width: 36px;
	background-image: url(../images/frame/horizontallineright.png);			/*url(../images/frame/Operator_horizontallineright.png);*/
	background-repeat: no-repeat;
}


















/* Wallet Report input */
#WalletReportInput
{
	width: 550px;
    height: 100px;
}
#WalletReportInput .title
{
	font-size: 14pt;
    text-align: Center;
    padding-bottom: 20px;
    height: 20px;
	
}
#WalletReportInput td 
{	
	text-align: Center;
}

#WalletReportInput select	
{
	width: 450px;
}
#WalletReportInput .buttons
{
	text-align: right;
    height: 20px;
 }



#WalletReportInput .buttons input   
{
	width: 100px;
    cursor: pointer;
}

#WalletReportInput .request
{
	text-align: right;
}


#WalletReportInput .input
{
	text-align: left;
    font-size: 10pt;
}

.date
{
    width: 80px;    
}


.errorMessage
{
    color: Red;
    text-align: center;
    font-size: 14pt;
}


/* Wallet Reports */
.WalletReport
{
    width: 100%;
	Color: Black;
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;
}

.WalletReport .Title
{
    font-weight: bold;
    font-size: 14pt;
    color: #4F4F52; 
    height: 70px;
    text-align: center;
}

.WalletReport .Title p
{
    color: #4F4F52;
	font-size: 12pt;
    margin-top: 5px;
    margin-bottom: 0px;
}

.WalletReport .DateRange
{
    color: #4F4F52;
    font-size: 10pt;    
    height: 30px;       
    text-align: center;
    vertical-align: top;   
}

.WalletReport .Header
{
    font-size: 10.0pt; 
    font-weight:bold;
	height: 15px;
    text-align: center;
	border-top: double 3px DarkGray;
	border-bottom: double 3px DarkGray;
	background-image: url(../images/Reports/Bar_head.gif);
	background-repeat: repeat-x;
	color: #4F4F52; 
}

    .WalletReport .SubHeader {
        height: 30px;
        text-align: right;
        border-top: double 3px DarkGray;
        border-bottom: double 3px DarkGray;
        background-image: url(../images/Reports/Bar_head.gif);
        background-repeat: repeat-x;
        font-size: 9.0pt;
        font-weight: 600;
        color: Black; /* #4F4F52;*/
        padding-right: 5px;
    }

.LeftEdge
{
	border-left: solid 1px DarkGray;
}

.RightEdge
{
	border-right: solid 1px DarkGray;
}    

.WalletReport .Disclaimer
{
    Color: #4F4F52;
	text-align: center;
    font-size: 7pt;
    vertical-align: bottom;
    height: 60px;
}

.WalletReport .ReportDate
{
    Color: Magenta;               /*   #4F4F52 ; 	*/ 
	text-align: right;
    font-size: 18.5pt;
    vertical-align: top;
    height: 100%;
}

.WalletReport .Data
{
    font-size: 8.5pt;       /*Was 8.5pt */
	text-align: right;
    height: 18px;           /*Was 15px */
    padding-left: 5px;
    padding-right: 5px;
	Color: Black;	/*White; */
	font-weight: semi-expanded;
}

.WalletReport .Text
{
    text-align: left;
    color: Black;	/*Silver;*/
	
	
	
}

.WalletReport .Date
{
    text-align: right;
    width: 90px;
    padding-right: 10px;
    color: Black;
}

.WalletReport .Time
{
    text-align: center;
    width: 30px;
    padding-right: 10px;
    padding-left: 10px;
}

.WalletReport .Totals {
    background-image: url(../images/Reports/Bar_Total.gif);
    color: Black;
    background-repeat: repeat-x;
    height: 15px;
    text-align: right;
    border-top: #ccc 3px double;
    border-bottom: solid 1px #ccc;
    font-size: 9.0pt;           /*Was 8.5pt */
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
}

.WalletReport .MouseOver
{
    background-color:  #c3dfe8;	/*#83cc8c;		 #c688fc;  #353436;								MOUSE OVER										*/
	Font-Size:180%;
}

.WalletReport .Normal
{
    background-color: 	white;	/*#747475;*/
}

.WalletReport .Alternate
{
    background-color: #b8b9ba;			/*#929395;*/
}










