/* default styles for all BSCW pages */

/*************************** general defaults *****************************/ 

/* html or body tag
   (interpreted variously with different browsers and doc types)
*/
html, body {
    background-color:       white;
    margin:                 0px;
    padding:                0px;
}
table.main {
    table-layout:           fixed;
    border-spacing:         0px;
}
td.main { 
    vertical-align:	    top;
    padding:                0px;
}
div.main { 
    font-family:            helvetica, arial, sans-serif; 
    font-size:              14px; 
    margin:                 0px 1px 5px 0px;
    padding:                0px 0px 10px 0px;
    /* for centered page
    margin:                 0 auto;
    */
} 

/* link colors */
a:link, a:visited, a:focus, a:active {
    color:		    black;
    text-decoration:	    none; 
}

a:hover {
    color:		    black;
    text-decoration:	    underline; 
}

/***************************** fixes ***************************************/

/* for opera */
div.main form {
    margin:                 0px;
}

/* some browsers have unlikely defaults for input elements */
.main input, .main textarea, .main select, .main button, .main table { 
    font-family:            inherit; 
    font-size:              inherit; 
    font-size-adjust:       inherit;
}

/* damned IE5.01 */
* html .main table { 
    font-size:              14px;
    f\ont-size:             inherit;
}

/* On <hr> tag never make margin-top or margin-bottom less than 14px - IE 
   won't render that correctly. Use the <div> tag to fake such ruler. For
   larger margins don't forget to define an override reduced by 14px for IE. 
hr {
    margin-top:             14px;
    margin-bottom:          14px;
}
*/

/***************** more or less general elements ***************************/
.menuNoJs {
    white-space:            nowrap;
}
.menuNoJs input { /* enter button */
    vertical-align:         bottom;
}
img.plain {
    border: none;
    
}
img.inlist {
    width: 21px;
    height: 21px;
}
img.toggle {
    width: 14px;
    height: 18px;
}
img.cal_m {
    width: 17px;
    height: 17px;
}
img.cal_s {
    width: 14px;
    height: 14px;
}
img.object {
    width: 46px;
    height: 43px;
}
img.btn {
    width: 85px;
    height: 18px;
}
img.desktop {
    width: 35px;
    height: 34px;
}
img.info {
    width: 7px;
    height: 10px;
}
img.strip {
    width: 3px;
    height: 20px;
}

