Subversion Repositories SmartDukaan

Rev

Rev 5203 | Rev 7572 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

body{
    font-family:Verdana, Verdana, Geneva, sans-serif;
    font-size:12px;
    color:#000;
    line-height:18px;
    margin: 0 auto;
    width:1200px;
}

#line{
        background-color:black;
        width:100%;
        height:8px;
        float:left;
}

#separator-line{
        width:100%;
        color: black;
}

#topbar{
        width:100%;
    height:4%;
    background-color: #EEF
}

#topbar-left{
        float:left;
        width:82%;
        height:inherit;
}

#topbar-right{
        float:right;
    width:18%;
    height:inherit;
}

#middle{
    width:100%;
    height:96%;
    background-color: #EFF
}

/*___ Sidebar ___*/
#sidebar{
        float:left;
        width:20%;
        max-height:2000px;
        min-height:1080px;
        background-color: lightBlue;
}

/*___ infopane ___*/
#infopane{
    float:left;
    width:80%;
    height:100%;
    overflow: auto;
}

/*___ top-infopane ___*/
#top-infopane{
    float:left;
    width:100%;
}

/*___ bottom-infopane ___*/
#bottom-infopane{
    float:left;
    width:100%;
}

/*___ orderTopLeft ___*/
#orderTopLeft{
    float:left;
    width:33%;
}

/*___ orderTopMiddle ___*/
#orderTopMiddle{
    float:left;
    width:34%;
}

/*___ orderTopRight ___*/
#orderTopRight{
    float:left;
    width:33%;
}

/*___ orderMiddle ___*/
#orderMiddle{
    float:left;
    width:100%;
}

/*___ orderMiddleLeft ___*/
#orderMiddleLeft{
    float:left;
    width:33%;
}

/*___ orderMiddleMiddle ___*/
#orderMiddleMiddle{
    float:left;
    width:33%;
}

/*___ orderMiddleRight ___*/
#orderMiddleRight{
    float:left;
    width:34%;
}

/*___ orderMiddle ___*/
#orderBottom{
    float:left;
    width:100%;
}

/*___ footer ___*/
#footer{
    width:100%;
    height:0%;
    background-color: #EEF
}

#user-orders tr.selected {
        font-weight: bold;
}

#recharge-orders tr.selected {
        font-weight: bold;
}

span.error{
        color: red;
}

div.message{
    color: red;
}

#activity tr.selected {
    font-weight: bold;
}

#activity-table tr.selected {
    font-weight: bold;
}

#tickets tr.selected {
    font-weight: bold;
}

.center-aligned {
        text-align:center;
}

.width10{
    width:175px;
}

.width-activity-type {
    width:250px;
}

.table-tr-odd {
        background-color: #EAEBFF;
}

.table-tr-even {
    background-color: white;
}

.home-page {
        cursor: pointer;
}

.hidden {
        display: none;
}

.bold {
        font: italic;
        font-style: oblique;
        font-weight: bold;
}

.center-image {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
  z-index: 100;
}

div#mail-div {
        background-color: #EFF;
        width:  740px;
    height: 380px;
}

a:active {color:#0000FF;}

table.display {
    table-layout: fixed;
}

pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.CODButton {
        width: 80px;
        font-size: smaller;
        height: 30px;
}

.smallButton {
        width:70px;
        font-size:smaller;
        height:30px;
} 

.underline {
        text-decoration: underline;
}

.heading {
        font-weight: bold;
        font-size: larger;
}

.activity-description-bg {
        background-color: silver;
}

#cancelReasonBox {
        display: none;
}

.agent-option {
        font-size:16px;
}

.agent-form-error {
        background : yellow;    
}

.info {
        color : RED;
        font-size : 15px;
}

#common-activity-desc {
        display: none;
}