/*Buttons and icons*/

button.buttonOk{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/apply.png");
    cursor: pointer;
}
input.buttonOk{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/apply.png");
    cursor: pointer;
}
input.buttonCancel{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/no.png");
    cursor: pointer;
}
button.runningVAS, input.runningVAS{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/statusOk.png");
    cursor: auto;
}
button.suspendedVAS, input.suspendedVAS{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/messagebox_warning.png");
    cursor: auto;
}
button.deleteNumber{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/no.png");
    cursor: auto;
}
button.failedVAS, input.failedVAS{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/statusNotOk.png");
    cursor: auto;
}
button.unknownVAS{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/unknown.png");
    cursor: auto;
}

button.shownMessage, input.shownMessage{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/shown.png");
    cursor: auto;
}
button.waitButton{
/*Set the width and height to the height of the image.. */
    width:32px;
    height:32px;
    border:0;
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/smsp-busy.gif");
    cursor: auto;
}
button.waitButtonGrey{
/*Set the width and height to the height of the image.. */
    width:32px;
    height:32px;
    border:0;
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/smsp-busy_grey.gif");
    cursor: auto;
}
span.pleaseWaitMessage{
    color: #d68332;
    padding-top: 5px;
}
button.smsLog{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background: url("../images/queue.png");
}
button.startVAS{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background: url("../images/player_play.png");
}
button.stopVAS{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background: url("../images/player_stop.png");
}
button.pauseVAS{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
/* background: url("../images/pause_button.png"); */
    background: url("../images/player_pause.png");
}
button.reconfigureVAS{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
/*background: url("../images/large_edit.gif");*/
    background: url("../images/configure.png");
}



button.actionstop{
/*Set the width and height to the height of the image.. */
    width:22px;
    height:22px;
    border:0;
    background-position: center;
    margin-left:50px;
    margin-bottom:10px;
    background:url(../images/controls/action_stop.png) no-repeat;
}
button.actionpause{
/*Set the width and height to the height of the image.. */
    width:22px;
    height:22px;
    border:0;
    background-position: center;
    margin-left:50px;
    margin-bottom:10px;
    background:url(../images/controls/action_pause.png) no-repeat;
}
button.actionresume{
/*Set the width and height to the height of the image.. */
    width:22px;
    height:22px;
    border:0;
    background-position: center;
    margin-left:50px;
    margin-bottom:10px;
    background:url(../images/controls/action_resume.png) no-repeat;
}
button.actionreconfigure{
/*Set the width and height to the height of the image.. */
    width:22px;
    height:22px;
    border:0;
    background-position: center;
    margin-bottom:10px;
    margin-left:50px;
    background:url(../images/controls/action_reconfigure.png) no-repeat;
}
button.actionmoderate{
/*Set the width and height to the height of the image.. */
    width:18px;
    height:18px;
    border:0;
    background-position: center;
    margin-left:50px;
    margin-bottom:10px;
    background:url(../images/controls/action_moderate.png) no-repeat;
}
button.actionrole{
/*Set the width and height to the height of the image.. */
    width:22px;
    height:22px;
    border:0;
    background-position: center;
    margin-left:50px;
    margin-bottom:10px;
    background:url(../images/controls/action_role_mgt.png) no-repeat;
}
button.actionmovetosms{
/*Set the width and height to the height of the image.. */
    width:22px;
    height:22px;
    border:0;
    background-position: center;
    margin-left:50px;
    margin-bottom:10px;
    background:url(../images/controls/action_movetosms.png) no-repeat;
}
button.actionlottery{
/*Set the width and height to the height of the image.. */
    width:22px;
    height:16px;
    border:0;
    background-position: center;
    /*margin-left:50px;*/
    margin-bottom:10px;
    background:url(../images/controls/lottery.png) no-repeat;
}


/********************disabled action buttons*******************************************/


button.startVAS_disabled{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background: url("../images/player_play_disabled.png");
    /*opacity:0.25;
    filter: alpha(opacity=25);
    zoom:1;*/
}
button.stopVAS_disabled{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background: url("../images/player_stop_disabled.png");
    /*opacity:0.25;
    filter: alpha(opacity=25);
    zoom:1;*/
}
button.pauseVAS_disabled{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background: url("../images/player_pause_disabled.png");
    /*opacity:0.25;
    filter: alpha(opacity=25);
    zoom:1;*/
}
button.reconfigureVAS_disabled{
/*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background: url("../images/configure_disabled.png");
    /*opacity:0.25;
    filter: alpha(opacity=25);
    zoom:1;*/
}


button.actionstop_disabled{
/*Set the width and height to the height of the image.. */
    width:22px;
    height:22px;
    border:0;
    background-position: center;
    margin-left:50px;
    margin-bottom:10px;
    background:url(../images/controls/action_stop_disabled.png) no-repeat;
    /*opacity:0.25;
    filter: alpha(opacity=25);
    zoom:1;*/
}
button.actionpause_disabled{
/*Set the width and height to the height of the image.. */
    width:22px;
    height:22px;
    border:0;
    background-position: center;
    margin-left:50px;
    margin-bottom:10px;
    background:url(../images/controls/action_pause_disabled.png) no-repeat;
    /*opacity:0.25;
    filter: alpha(opacity=25);
    zoom:1;*/
}
button.actionresume_disabled{
/*Set the width and height to the height of the image.. */
    width:22px;
    height:22px;
    border:0;
    background-position: center;
    margin-left:50px;
    margin-bottom:10px;
    background:url(../images/controls/action_resume_disabled.png) no-repeat;
    /*opacity:0.25;
    filter: alpha(opacity=25);
    zoom:1;*/
}
button.actionreconfigure_disabled{
/*Set the width and height to the height of the image.. */
    width:22px;
    height:22px;
    border:0;
    background-position: center;
    margin-bottom:10px;
    margin-left:50px;
    background:url(../images/controls/action_reconfigure_disabled.png) no-repeat;
    /*opacity:0.25;
    filter: alpha(opacity=25);
    zoom:1;*/
}
button.actionmoderate_disabled{
/*Set the width and height to the height of the image.. */
    width:18px;
    height:18px;
    border:0;
    background-position: center;
    margin-left:50px;
    margin-bottom:10px;
    background:url(../images/controls/action_moderate_disabled.png) no-repeat;
    /*opacity:0.25;
    filter: alpha(opacity=25);
    zoom:1;*/
}
button.actionlottery_disabled{
/*Set the width and height to the height of the image.. */
    width:22px;
    height:16px;
    border:0;
    background-position: center;
    /*margin-left:50px;*/
    margin-bottom:10px;
    background:url(../images/controls/lottery_disabled.png) no-repeat;
}


/************************ end disabled action buttons **************************/

button.pausedVAS{
/*Set the width and height to the height of the image.. */
    width:19px;
    height:19px;
    border:0;
    background-position: center;
    background: url("../images/messagebox_warning.png");
    cursor: auto;
}
button.inqueueVAS{
/*Set the width and height to the height of the image.. */
    width:22px;
    height:22px;
    border:0;
    background-position: center;
    background-repeat:no-repeat;
    background: url("../images/inqueue2.png");
    cursor: auto;
}
input.editButton{
    width:16px;
    height:16px;
    border:0;
    margin-right:3px;
    background-position: center;
    background-repeat: no-repeat;
      background: url("../images/xedit.png");
    cursor:pointer;
}
input.actionsButton{
    width:22px;
    height:22px;
    border:0;
    margin-right:3px;
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/controls/wizard.png");
    cursor:pointer;
}
button.moderateButton{
    /*Set the width and height to the height of the image.. */
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background-repeat:no-repeat;;
    background: url("../images/controls/moderate_s.png");
    cursor:pointer;
}
input.search{
    width:16px;
    height:16px;
    border:0;
    background-position: center;
    background: url("../images/search.png");
    cursor:auto;
}
span {
    /*margin:0px;
     padding:0px;*/
    font-size: 1em;
    background-repeat:no-repeat;
    list-style-type:none;
    font-weight:normal;
}
span.itemsfound{
    background-color: white;
    padding: 2px 4px 2px 4px;
    width: 98%;
    margin-top: 10px;
    display:block;
    border-bottom: 1px solid #ff9700;
    font-weight:bold;
}
span.pagebanner {
    border-bottom: 1px solid #ff9900;
    padding: 2px 4px 2px 4px;
    width: 99%;
    margin-top: 10px;
    margin-bottom:10px;
    display:block;
    text-align:left;
    font-weight:bold;
}
input.reply{
/*Set the width and height to the height of the image.. */
    width:12px;
    height:23px;
    border:0;
    background-position: center;
    background-repeat: no-repeat;
    background: url("../images/controls/reply.png");
    cursor: pointer;
}

span.pagelinks {
    background-color: white;
    border-bottom: 1px solid #9c9a9a;
    padding: 2px 4px 2px 4px;
    width: 99%;
    display:block;
    margin-bottom: 10px;
    text-align:center;
    font-weight:bold;
}

div.exportlinks {
    background:url(../images/exportlinks.png) no-repeat left top;
    width: 797px;
    height: 29px;
    padding: 6px 0 2px 4px;
    margin: 0;
    padding-left:17px;
    list-style-type:none;
    font-size: 1em;
    font-weight:bold;
}

span.export {
/*padding: 0px 4px 1px 18px;*/
    padding-right: 0;
    padding-left: 20px;
    margin-left:5px;
    display:inline;
    cursor: pointer;
    font-weight:normal;
}
span.excel {background-image: url(../images/ico_file_excel.gif);}
span.excel:hover {background-image: url(../images/ico_file_excel_col.gif);}
span.csv {background-image: url(../images/ico_file_csv.gif);}
span.csv:hover {background-image: url(../images/ico_file_csv_col.gif);}
span.xml {background-image: url(../images/ico_file_xml.gif);}
span.pdf {background-image: url(../images/ico_file_pdf.gif);}
span.pdf:hover {background-image: url(../images/ico_file_pdf_col.gif);}
span.rtf {background-image: url(../images/ico_file_rtf.gif);}
span.rtf:hover{	background-image: url(../images/ico_file_rtf_col.gif);}
table.display{background-repeat:no-repeat; width: 98%;}
th {text-align: left;color:#FFFFFF;}
td {text-align: left;vertical-align: top; }
th.sortable {background-color: #ff9a35;}
th.sorted {background-color: #e47200;}
th a {color: white;}
th a:visited {  color: white;}
th a:hover {  text-decoration: underline;  color: white;}
th.sorted a, th.sortable a {
    background-position: right;
    display: block;
    background-repeat:no-repeat;
    width: 100%;
    text-align:center;
    color: white;
}
th.sortable a {background-image: url(../images/arrow_off.png);}
th.order1 a {background-image: url(../images/arrow_down.png);}
th.order2 a {background-image: url(../images/arrow_up.png);}
tr.odd { background-color: #fff}
tr.tableRowEven, tr.even {background-color: #e9e9e9}
tr.odd:hover,tr.even:hover {background-color: #fdca80;}

.stats_caption{
	text-align: left;
	padding: 0;
    margin-top: 10px;
	margin-bottom: 0;
	margin-left:0;
	font-size: 14px;
	font-weight: bold;
}
