body {
    padding: 10px 10px 0 10px;
    margin-left:auto;
    margin-right:auto;
    width:1150px;
}

.rowStrike {
ÊÊÊÊÊÊÊÊÊÊÊÊbackground-image:url(/images/strikethrough.png);
ÊÊÊÊÊÊÊÊÊÊÊÊbackground-repeat: repeat-x;
ÊÊÊÊÊÊÊÊÊÊÊÊbackground-position: center;
   			background-color: pink !important;
}
ÊÊÊÊ
.global_content {
	width: 100%;
	/* border: 1px solid #A9A9A9; */
}

.logo_header {
    background-repeat: no-repeat;
    height: 60px;
    text-align: right;
}

#logout_btn {
    padding-top:10px;
    width: 100px;
    float: right;
}

.record th {
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #232323;
    color: #666666;
}

.record td {
    font-size: 13px;
    padding-left: 10px;
    text-align: left;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: black;
}

.text-red {
    color: red;
}

.text-blue {
    color: blue;
}

.text-green {
    color: green;
}

.customer_billing_info th {
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #232323;
    color: #666666;
}

.customer_billing_info td {
    font-size: 13px;
    padding-left: 10px;
    text-align: left;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: black;
}

.blue-row .x-grid3-cell-inner{
    color:blue;
    white-space: normal;
    font-size: 12px;
}
.red-row .x-grid3-cell-inner{
    color:red;
    white-space: normal;
    font-size: 12px;
}

.green-row .x-grid3-cell-inner{
    color:green;
    white-space: normal;
    font-size: 12px;
}

.red-row-strike .x-grid3-cell-inner{
    white-space: normal;
    text-decoration: line-through;
}

/*Month/Year Styles*/
.x-month-mp {
    width: 165px;
}
.x-month-mp .x-month-mp-month{
    height: 25px;
}
td.x-date-mp-month a.x-date-mp-disabled, td.x-date-mp-year a.x-date-mp-disabled{
    color: gray;
}

td.x-date-mp-month a:hover.x-date-mp-disabled, td.x-date-mp-year a:hover.x-date-mp-disabled {
    background:none;
    color:gray;
    cursor:default;
}

.icon-grid {
    background-image:url(icons/fam/grid.png) !important;
}

#navTree .x-panel-body {
    background: transparent;
}

.navigation-tree {
    width:160px;
}

.navigation-tree .x-tree-node {
    font-weight: bold;
}

.navigation-tree .x-tree-node a span, .x-dd-drag-ghost a span {
    color:#000000;
}

.navigation-tree .x-tree-node .x-tree-selected {
    background-color:#A9A9A9;
}

.navigation-tree .x-tree-node .x-tree-node-over {
    background-color:transparent;
}

.navigation-tree .x-tree-node .x-tree-node .x-tree-node-over {
    background-color:#D3D3D3;
}

.ticket-messages-respond-panel {
    margin-left: auto ;
    margin-right: auto ;
    padding: 10px 0 0 10px;
    width:350px;
}

.ticket-messages-respond-body-panel {
    padding: 1px 2px 5px 2px;
}

.login_page {
    width:900px;
    height:300px;
    margin: 0 auto;
    background-repeat:no-repeat;
}

.login_page_left {
    background-repeat:no-repeat;
    float:left;
    width:400px;
    height:100px;
}

.login_page_right {
    float:right;
    color:#666666;
    font-family:Lucida Grande,Verdana,Sans-serif;
    font-size:14px;
}

.login_page_right A {
    color:#666666;
    font-weight:normal;
}
