/* 
Stylesheet for Konica Minolta Users pages on PBase
  
Change History: 
Jan 31, 2005 - changes by Alan Grant 
- inserted table.imagetable margins to ensure individual images are centered in non-IE browsers
- various minor changes (typos etc.) to ensure that stylesheet is completely valid CSS
*/ 



div.galleryheader { 
text-align: center;
margin-left: 150px;
margin-right: 150px; 
color: ivory;
font-weight: normal;
font-size: 14pt;
font-family: arial;
padding-bottom: 50px;
display: block; 
margin-top: 1em; 
} 


a,a:link,a:visited,a:active
{ 
color: rgb(204, 204, 255); 
text-decoration: underline;
font-weight: bold;
} 

a:hover
{
        color: rgb(95, 121, 216);
        text-decoration: underline;
}

a.thumbnail,a.thumbnail:link,a.thumbnail:visited,
a.thumbnail:active
{
        border: rgb(0, 0, 0) 1px solid;
        margin-bottom: -35px;
        padding-top: 5px;
        width: 172px;
        display: block;
        background: rgb(30, 30, 30);
        height: 200px;
}

a.thumbnail:hover
{
        border: rgb(95, 121, 216) 1px solid;
        margin-bottom: -35px;
        padding-top: 5px;
        width: 172px;
        display: block;
        background: rgb(50, 50, 50);
        height: 200px;
}

td.thumbnail 
{ 
   height: 220px; 
} 

body
{
        margin-bottom: 1em;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 10px;
        background: rgb(40, 40, 40);
}

div,th,tr,td,table,font,li,ul,form,
blockquote,p,b,i,h1,h2,h3,h4,h5
{
        border: 0px;
        margin-left: 20px;
        margin-right: 20px;
        color: rgb(210, 210, 210);
        font: 11px verdana, Tahoma, Helvetica, sans-serif;
}

div
{
   margin-left: 0;
   margin-right: 0;
}

table,th,tr,td
{
   margin-left: 0;
   margin-right: 0;
}

li { line-height: 1.2em }

br { line-height: 50% }

p { padding: 0; margin: 0 }

ul { padding: 0; margin: 0 0 0.5em }


/* we need to override the previous settings for individual image tables to ensure they are centered in non-IE browsers */
table.imagetable
{
   margin-left: auto;
   margin-right: auto;
}

b
{
        font-weight: bold;
        color: white;
        margin-left: 0;
        margin-right: 0;
}

font
{
        margin-left: 4px;
        margin-right: 4px;
        width: 160px;
        display: block;
        color: rgb(210, 210, 210);
        font: 12px Verdana, Tahoma, Helvetica, sans-serif;
        letter-spacing: 0px;
}

.red { color: red }
.boldred { color: red }
.orange { color: #FFA500 }
.boldorange { color: #FFA500 }
.yellow { color: yellow }
.boldyellow { color: yellow }
.green { color: green }
.boldgreen { color: green }
.lime { color: lime }
.boldlime { color: lime }
.blue { color: blue }
.boldblue { color: blue }
.midblue {color: rgb(0,100,255) }
.boldmidblue {color: rgb(0,100,255) }
.cyan { color: #00FFFF }
.boldcyan { color: #00FFFF }
.magenta { color: #FF00FF }
.boldmagenta { color: #FF00FF }
.ltpurple { color: rgb(150,75,255) }
.boldltpurple { color: rgb(150,75,255) }
.purple { color: purple }
.boldpurple { color: purple }
.indigo { color: #4B0082 }
.boldindigo { color: #4B0082 }
.violet { color: #EE82EE }
.boldviolet { color: #EE82EE }

.boldred,.boldorange,.boldyellow,.boldgreen,.boldlime,.boldblue,.boldmidblue,.boldcyan,.boldmagenta,.boldltpurple,.boldpurple,.boldindigo,.boldviolet
{
font-weight: bold;
}

h1, h2
{
        border:#3A5FCD 2px solid;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        margin-bottom: 1em;
        margin-left: 0px;
        margin-right: 0px;
        padding: 20px;
        width: 100%;
        display: block;
        background: rgb(0, 0, 0);
        color: #cccccc;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 4px;
        text-align: right;
        height: 21px;
        position: relative;
}

h2:first-letter
{
  color: #3A5FCD;
  font-weight: bold;
  font-size: 22pt;
}

h3
{
        border-bottom: rgb(0, 0, 0) 1px solid;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        padding: 2px;
        margin: 0 15% 0.5em;
        display: block;
        background: rgb(25, 25, 25);
        color: #CCCCCC;
        font-size: 11px;
        font-weight: normal;
        letter-spacing: 0px;
        text-align: center;
}

h5
{
        padding-left: 2px;
        width: 400px;
        display: block;
        color: #CCCCCC;
        font-size: 12px;
        font-weight: bold;
}

img
{
        border: rgb(0, 0, 0) 1px none;
}

img.thumbnail
{
        border: rgb(0, 0, 0) 1px solid;
        margin: 0px;
        padding: 0px;
        background: rgb(30, 30, 30);
        vertical-align: middle;
}

input
{
        border: rgb(0, 0, 0) 1px solid;
}

table.thumbnail { width: 10% }

td
{
        border: 1px none;
        background: none;
        border-collapse: collapse;
        empty-cells: show;
}

td.message_body
{
        border-bottom: #009933 1px solid;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        display: block;
        background:#292929;
}

.caption
{
        color: rgb(95, 121, 216);
        font: 11pt Verdana, Tahoma, Helvetica, sans-serif;
}

.message_body
{
        margin: 5px 0px 10px;
        color: white;
        font: 11px Verdana, Tahoma, Helvetica, sans-serif;
}

.lid
{
        background: rgb(40, 40, 40);
        border: rgb(100, 100, 100) 1px solid;
        color: rgb(200, 200, 200);
        font: 11px Verdana, Tahoma, Helvetica, sans-serif;
        text-decoration: none;
}


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
