Subversion Repositories SmartDukaan

Rev

Rev 3996 | Rev 4280 | 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;
    height:1600px;
}

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

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

#topbar-right{
        float:right;
    width:18%;
    height:4%;
    background-color: #EEF
}

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

/*___ Sidebar ___*/
#sidebar{
        float:left;
        width:20%;
        height:100%;
        background-color: #EEE
}

/*___ 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:24%;
}

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

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

/*___ 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;
}

span.error{
        color: red;
}

div.message{
    color: red;
}

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

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

.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-size: larger;
        font: italic;
        font-style: oblique;
        text-decoration: underline;
}

.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+ */
}

.update-order-status {
        width: 80px;
        font-size: smaller;
        height: 30px;
}

.underline {
        text-decoration: underline;
}

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