
/*CSS for media screen*/
body {
    margin:0;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    color:#777777;
    text-align: center;
    background-color:#C9C9C9;
    direction:ltr;
}

body.BodyPopup {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

/* Block Elements */
address, blockquote, del, div, dl, fieldset, form, h1, h2, h3, h4, h5, h6, hr, ins, noscript, ol, p, pre, script, table, ul {
    direction:ltr;
}

/* List Item Elements */
dd, dt, li {
    direction:ltr;
}

/* Table Content Elements */
caption, col, colgroup, tbody, td, tfoot, th, thead, tr {
    direction:ltr;
}

td, th, input, select, option, textarea {
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    color:#707070;
    direction:ltr;
}

input[type=text], input[type=password], select, textarea {border:1px solid #aaa; padding: 0 2px;}
input[type=text]:focus, input[type=password]:focus, textarea:focus {border:1px solid #111;}
input[class~="adFocusInput"] {border:1px solid #111;}
.adDisableInput {background-color: #BDBDBB; color: #000}
.adEnableInput {background-color: #FFFFFF; color: #777777}

.PhoneNumber {
    direction: ltr;
}

a:link, a:active, a:visited {
    color:#000;
    text-decoration:none;
}

a:hover {
    color:#707070;
    text-decoration:underline;
}

img {
    border: 0;
}

p {
    margin: 0;
}

input {
    vertical-align: middle;
}

ul img {
    display: block;
}

.right_align {
    text-align: right;
}

.left_align {
    text-align: left;
}

.center_align {
    text-align: center;
}

#wrapper {
    width: 845px;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    background: url(/template/GCI/images/common/bg.jpg) center repeat-y #FFFFFF;
}

#header {
    margin-left:auto;
    margin-right:auto;
    width: 825px;
    text-align:center;
    padding-bottom: 0px;
    background-color: #FFFFFF;
}

#header img{
    width: 825px;
    display: block;
}

.spacer {
    margin-bottom: 10px;
}

.redirectmenu {
    margin: 0 auto 10px;
    width: 250px;
}

.viewEyeAdminMsg {
	cursor:pointer;
}

.loginSubmit {
    background: url(/template/GCI/images/common/BtnBg.jpg);
    border: 0;
    width: 101px;
    height: 19px;
    padding: 0;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
    cursor:pointer;
}

.loginSubmitExtended {
    background: url(/template/GCI/images/common/BtnResBg.jpg);
    border: 0;
    width: 125px;
    height: 19px;
    padding: 0;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
    cursor:pointer;
}

.loginSubmitExtendedMore {
    background: url(/template/GCI/images/common/BtnBlockBg.jpg);
    border: 0;
    width: 165px;
    height: 19px;
    padding: 0;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
    cursor:pointer;
}

.resetPassword {
    background: url(/template/GCI/images/common/BtnResBg.jpg);
    border: 0;
    width: 125px;
    height: 19px;
    padding: 0;
    color: #000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
    cursor:pointer;
}

#title {
    clear: both;
    width: 805px;
    margin-right:auto;
    margin-left:auto;
    background: url(/template/GCI/images/common/bgMenuTitle.jpg);
    font-size:12px;
    font-weight:bold;
    line-height: 33px;
    height:39px;
    color:#000000;
    vertical-align:top;
}

#title input {
    margin: 1px 0 9px;
    float: right;
    background: url(/template/GCI/images/common/transparent.gif);
    border:0;
    width: 101px;
    height: 19px;
    padding: 0;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
    text-decoration:underline;
}

#title input:hover {
    margin: 1px 0 9px;
    float: right;
    background: url(/template/GCI/images/common/transparent.gif);
    border: 0;
    width: 101px;
    height: 19px;
    padding: 0;
    color: #777777;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
    text-decoration:underline;
}

img#titlePhoneImage {
    padding: 6px 10px 0px;
    float: left;
    vertical-align: middle;
}

#leftMenuContainer {
    background-color:#FFFFFF;
    width: 175px;
    float: left;
    margin: 0;
    margin-left: 10px;
    padding: 20px 0 0 0;
    padding-left: 5px;
}

#leftMenu, #leftMenuUser {
    list-style: none;
    padding: 0;
    margin: 0;
}

#leftMenu li.menuContainer {
    margin: 0 0 10px;
    padding: 0;
    background-color: #FFFFFF;
}

#leftMenuUser li.menuContainer {
    margin: 0 0 10px;
    padding: 0;
    background-color: #FFFFFF;
}

#leftMenu li.menuContainer {
    height: 20px;
}

html>body #leftMenu li.menuContainer {
    min-height: 20px;
    height: auto;
}

ul.menuContainer {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    border-left: 1px solid #C80000;
}

li.menuTitle {
    background : url(/template/GCI/images/common/bgMenu.jpg) top left #ffffff no-repeat;
    margin: 0;
    color: #000000;
    font-weight: bold;
    line-height: 25px;
    height:25px;
    font-size: 10px;
    text-align: left;
    padding-left: 30px;
    cursor:pointer;
}

li.menuTitle img {
    display: block;
}

li.menuContainer {
    margin-bottom: 10px;
}

li.menuItem {
    font-size: 10px;
    padding: 0;
    padding-left: 5px;
    line-height : 25px;
    background-color : #FFFFFF;
    margin-bottom: 1px;
}
li.menuItem a{
    color:#777777;
    font-weight:bold;
}

#mainContentContainer {
    margin: 20px 10px;
    float: left;
    width: 600px;
    text-align: center;
}

#mainContentLoginContainer {
    clear: both;
    padding: 20px 0;
    text-align: center;
}

#mainContentLoginTitle {
    text-align: left;
    margin: 0 20px;
    width: 765px;
    height: 25px;
    background : url(/template/GCI/images/common/bgMenu.jpg) top left #ffffff no-repeat;
    color: #000000;
    font-weight: bold;
    line-height: 25px;
    font-size: 12px;
    padding-left: 30px;
}

#mainContentLogin {
    margin: 0 10px;
    text-align: left;
    width: auto;
    height: 395px;
    background-color: #FFFFFF;
    padding: 10px;
}

#mainContentTitle {
    float: left;
    text-align: left;
    width: auto;
    height: 25px;
    background : url(/template/GCI/images/common/bgMenu.jpg) top left #ffffff no-repeat;
    padding-left: 30px;
    color: #000000;
    font-weight: bold;
    line-height: 25px;
    font-size: 12px;
}

#mainContentLoginTitle img, #mainContentTitle img {
    display: block;
}

#mainContent {
    float: right;
    text-align: left;
    width: 585px;
    height: 532px;
    background-color: #FFFFFF;
    padding: 10px;
    padding-left: 5px;
    padding-right: 15px;
}

html>body #mainContent {
    min-height: 533px;
    height: auto;
}

#footer {
    width:825px;
    clear: both;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    height: 60px;
    background : url(/template/GCI/images/common/footer.jpg) top left #ffffff no-repeat;
}

.feedback {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.feedbackUser {
    margin: 10px 0 10px;
    padding: 0;
    list-style: none;
}

.feedback li, .feedbackUser li {
    color: #f00;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

/*Sections Styles*/

/*LOGIN*/
form#loginForm {
    padding: 55px 0 0;
}

form#loginForm table {
    margin: 50px auto 0;
}

form#loginForm table td {
    padding: 0 20px;
}

form#loginForm select {
    width: 161px;
}

form#loginForm input.loginSubmit {
    margin-top: 101px;
    background: url(/template/GCI/images/common/BtnBg.jpg);
    border: 0;
    width: 101px;
    height: 19px;
    padding: 0;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
}

form#loginForm input.loginSubmitExtended {
    margin-top: 101px;
    background: url(/template/GCI/images/common/BtnResBg.jpg);
    border: 0;
    width: 125px;
    height: 19px;
    padding: 0;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
}

form#loginForm input.loginSubmitExtendedMore {
    margin-top: 101px;
    background: url(/template/GCI/images/common/BtnBlockBg.jpg);
    border: 0;
    width: 165px;
    height: 19px;
    padding: 0;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
}

form#loginForm input.resetPassword {
	margin-top: 101px;
    background: url(/template/GCI/images/common/BtnResBg.jpg);
    border: 0;
    width: 125px;
    height: 19px;
    padding: 0;
    color: #000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
}

/*Normal forms*/

form.create {
    padding: 10px 0 0;
}

form.create table {
    width: 100%;
}

form.create table td label{
    padding-left: 20px;
}

form.create table td label.block {
    display: block
}

form.create table td label.dependency{
    padding-left: 40px;
}

form.create table td label.dependency2{
    padding-left: 60px;
}

label.no_padding, form.create table td label.no_padding {
    padding: 0;
}

form.create table td input {
    width: 200px;
}

form.create table td input[type="radio"] {
    width: auto;
}

form.create table#ProfileTable td input, form.create table#CompanyDirectoryTable td input{
    width: 100px;
}

form.create table td select{
    width: 205px;
}

form.create table td select.date_select{
    width: auto;
}

form.create table#ProfileTable td select{
    width: 105px;
}

form.create table td input.short_input, form.create table td select.short_input{
    width: 100px;
}

form.create table td input {
    vertical-align: middle;
}

form.create table td input.checkbox, form.create table td input.file, form.create table td input.button_auto, form.create table td input.clear {
    width: auto;
}

form.create table td input.loginSubmit {
    margin: 30px 0 0 0;
    margin-right: 25px;
    background: url(/template/GCI/images/common/BtnBg.jpg);
    border: 0;
    width: 101px;
    height: 19px;
    padding: 0;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
}

form.create table td input.loginSubmitExtended {
    margin: 30px 0 0 0;
    margin-right: 25px;
    background: url(/template/GCI/images/common/BtnResBg.jpg);
    border: 0;
    width: 125px;
    height: 19px;
    padding: 0;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
}

form.create table td input.loginSubmitExtendedMore {
    margin: 30px 0 0 0;
    margin-right: 25px;
    background: url(/template/GCI/images/common/BtnBlockBg.jpg);
    border: 0;
    width: 165px;
    height: 19px;
    padding: 0;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
}

form.create table td input.resetPassword {
	margin: 30px 0 0;
    margin-right: 25px;
    background: url(/template/GCI/images/common/BtnResBg.jpg);
    border: 0;
    width: 125px;
    height: 19px;
    padding: 0;
    color: #000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
}

form.create table td input.loginSubmitSecret {
    width: 160px;
    margin: 30px 0 0;
    margin-right: 25px;
}

form.create table td input.button {
    width: 101px;
    background: url(/template/GCI/images/common/BtnBg.jpg);
    border: 0;
    width: 101px;
    height: 19px;
    padding: 0;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
}

span.indented {
    padding-left: 20px;
}

span.indented_extra {
    padding-left: 40px;
}

/*RESELLER*/

#ResellerProfilesTable {
    margin: 20px 0;
}

#ResellerProfilesTable td {
    vertical-align: bottom;
}

/*MEDIABOX*/
#BalCallHours{
    width: 420px;
    margin: 0 auto;
}

form.create table td input.viewSubmit {
    margin: 30px 0;
    margin-right: 25px;
    width: 101px;
    background: url(/template/GCI/images/common/BtnBg.jpg);
    border: 0;
    width: 101px;
    height: 19px;
    padding: 0;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
}

/*ADMIN MESSAGE*/

table.spaced {
    margin-top: 20px;
}

td.spaced {
    padding-top: 20px;
}

#ViewAdminMsg {
    width: 100%;
}

#ViewAdminMsg th {
    background: #E5E5E5;
    color: #060606;
    text-align: center;
    padding: 2px;
}

#ViewAdminMsg td {
    background: #fff;
    text-align: center;
    padding: 2px;
}

#AdminMsgProfileOrgTable td {
    vertical-align: bottom;
}

#ListenAdminMsg:link, #ListenAdminMsg:active, #ListenAdminMsg:visited, #ListenAdminMsg:hover {
    padding: 2px 5px;

}

#ListenAdminMsg img {
    display: inline;
    vertical-align: middle;
}

/* BATCH PROVISIONNING */

#subTitle {
    float: left;
    text-align: left;
    width: auto;
    height: 25px;
    padding-left: 30px;
    color: #000000;
    font-weight: bold;
    line-height: 25px;
    font-size: 12px;
}

#small {
	font-size: 8px;
	margin:0px;
	padding:0px;
}


#BatchProvisionningTable {
	width: 60%;
}

#BatchProvisionningTable th {
	color: #060606;
	text-align: left;
	padding: 4px 4px 4px 8px;
}

#BatchProvisionningTable th {
	color: #060606;
	text-align: left;
	padding: 4px 4px 4px 8px;
}

.hSmall {
	width:15%;
	color: #060606;
	text-align:center;
	padding: 4px 4px 4px 8px;
}

.hBig {
	width:75%;
	color: #060606;
	padding: 4px 4px 4px 8px;
}

#BatchProvisionningTable tr {
    background: #fff;
}

#BatchProvisionningTable td {
	text-align: center;
	padding: 4px 4px 4px 8px;
}

#secondaryBatchProvisionning {
	width:100%;
}
#secondaryBatchProvisionning tr {

}
#secondaryBatchProvisionning td {
	width:40%;
	text-align:left;
	margin:0px;
	padding:1px 0px 0px 0px;
}

#secondaryBatchProvisionning #sName {
	width:200px;
}

#secondaryBatchProvisionning #sD {
	width:45px;
}

#secondaryBatchProvisionning #sM {
	width:45px;
}

#secondaryBatchProvisionning #sY {
	width:70px;
}

#centered {
	text-align:center;
}

/*STATS*/
.statTitle {
    text-align: right;
    padding: 10px 0;
    padding-right: 50px;
}

#statTable {
    width: 100%
}

#statTable tr.urgent {
    background: #FFE49F;
    color:#000000;
}

#statTable tr.private {
    background: #F2F9C6;
    color:#000000;
}

#statTable td.even {
    background: #fff;
}

#statTable td, #statTable th {
    text-align: center;
}

/* NOTIFICATION TEMPLATES */
.NotificationTemplateTextareaFrom {
    margin-left: 20px;
    width: 530px;
    height: 30px;
}

.NotificationTemplateTextareaSubject {
    margin-left: 20px;
    width: 530px;
    height: 30px;
}

.NotificationTemplateTextareaBody {
    margin-left: 20px;
    width: 530px;
    height: 160px;
}

/* DTMF MENUS */
form.create table .DtmfKeysTable {
    width: 100%;
    margin: 0;
    margin-left: 30px;
}

form.create table .DtmfKeysTable td{
    width: 25px;
    font-size: 8px;
}

form.create table .DtmfKeysTable th{
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    color: #f00;
    font-size: 7pt;
}

/* CALL BACK ALERT */

#notificationHoursTable {
    margin: 0 auto 10px;
    width: 450px;
}

#recordHoursTable {
    margin: 0 auto 10px;
    width: 450px;
}

#FilteringTable {
    margin: 0 auto 10px;
}

/* MESSAGES */

.BgGreen{
    background:#E5E5E5;
}

.BgGreenD{
    background:#CCCCCC;
}

#MessagesTable {
    width: 100%;
}

#MessagesTable th {
    color: #060606;
    text-align: center;
    padding: 2px;
}

#MessagesTable tr {
    background: #fff;
}

#MessagesTable tr.urgent {
    background: #FFE49F;
    color:#000000;
}

#MessagesTable tr.urgentprivate {
    background: #FFE49F;
    color:#000000;
}

#MessagesTable tr.private {
    background: #F2F9C6;
    color:#000000;
}

#MessagesTable td {
    text-align: center;
    padding: 2px;
}

.CentredTable {
    margin: 0 auto;
}

.faxPage {
    display: block;
    margin: 0 auto;
    width: 670px;
}
.redirectmenu {
        margin: 0 auto 10px;
        width: 250px;
}

#helpTitle {
    margin: 0;
    color: #000000;
    font-weight: bold;
    line-height: 25px;
    height:25px;
    font-size: 12px;
    text-align: left;
    padding-left: 30px;
    background : url(/template/GCI/images/common/bgMenu.jpg) top left #ffffff no-repeat;
}

#helpContent {
    background-color:#FFFFFF;
    text-align: left;
    padding: 10px;
}

#helpContent h3{
    margin: 10px 0;
    padding: 0;
    font-size: 10pt;
    font-weight: bold;
}

#helpContent h4{
    margin: 10px 0;
    padding: 0;
    font-size: 9pt;
    font-weight: bold;
}

#helpContent img {
    display: block;
    margin: 0 auto;
    padding: 5px;
    background: #fff;
    border: 1px solid #BDBDBB;
}

#statistics_bugs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #000;
}

#statistics_bugs li {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 20px;
    line-height: 20px;
    display: inline;
}

#PhoneKeys {
    margin: 0 auto;
}

#PhoneKeysValues {
    margin: 0 auto;
}

#CompanyDirectoryTable {
    width: 100%;
}

#CompanyDirectoryTable th {
    color: #060606;
    background: #f3facb;
    text-align: center;
    padding: 2px;
    height: 30px;
}

#CompanyDirectoryTable td {
    text-align: center;
    padding: 2px;
}

#CompanyDirectoryElementForm table {
    width: 100%;
}
#editfamilyboxform div.fBoxFile {
    float:right;
    width:50%;
    text-align:right;
}
.clear {clear:both}
#editfamilyboxform .fBoxExt {border:1px solid #aaa; width:30px; padding:2px;}
#editfamilyboxform input.fBoxInput {border:1px solid #aaa; width:80px;}
#editfamilyboxform input.fBoxInput:focus {border:1px solid #111;}
#editfamilyboxform select.fBoxAdd {border:1px solid #aaa;width:40px;}
.no-space {
    padding: 0;
}
#call div.right {
    float:right;
    width:200px;
}
#call input.right {
    width:180px;
}
#call .left {
    float:left;
}

/* Transfer Pop-up */

#transferTitle {
    text-align: left;
    height: 25px;
    background : url(/template/GCI/images/common/bgMenu.jpg) top left #ffffff no-repeat;
    padding-left: 30px;
    color: #000;
    font-weight: bold;
    line-height: 25px;
    font-size: 12px;
}

#transferContent {
    text-align: left;
    background-color: #FFFFFF;
    padding: 10px;
    padding-left: 5px;
    padding-right: 15px;
}

#clickToCall {
    padding-top: 35px;
}

form.create table td .keyAction {
    padding: 4px 0;
    float: left;
}

form.create table td .keyAction label {
    float:left;
    width:70px;
    text-align:left;
    line-height:20px
}

form.create table td .keyAction select {
    width:auto;
    float:left;
    margin:4px 0;
}

form.create table td .keyAction div {
    float:left;
    padding-left:90px;
    text-align:left;
}

form.create table td .keyAction div label{
    width:auto;
    line-height:17px;
    float:none;
    vertical-align:bottom;
}

form.create table td .keyAction div select{
    float:none;
}

form.create table td input.timePickerInput{
    width: 63px;
    height: 18px;
    padding: 0 4px;
    margin: 4px 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #787878;
    border: 1px solid #BEBEBE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
