﻿body
{
background-image:url('images/topline.jpg');
background-repeat:repeat-x;
background-color:d5dfff;
}
h1
{
font-family:"Lucida Calligraphy Italic";
font-size:400%;
color:black;
display:inline;
}
h2
{
text-align:center;
}
h3
{text-align:left;
}
p
{
font-family:helvetica;
font-size:95%;
}
p.timestamp
{
font-family:verdana;
font-size:55%;
text-align:right;
}


a.button {
    /* Sliding right image */
    background:transparent url('images/buttonright.png') no-repeat scroll top right; 
display:inline-block;
float:inline;
height:34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right:6px;
padding-right:20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration:none;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.button span {
/* Backgroundleft image */ 
background:transparent url('images/buttonleft.png') no-repeat; 
display:inline-block;
line-height:22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding:7px 0 5px 18px;
} 
a.button:hover span{
text-decoration:blink;
}

table
{border-collapse:collapse;}
table,td,th
{border: 0px solid blue;}




div.box
{
background-color:e1e1e1;
-moz-border-radius:5px; 
-webkit-border-radius:5px;
border:1px solid blue; 
padding:10px; width:*; 
word-wrap:break-word; 
margin-bottom:25px;"
}

div.sidemenu
{
background-color:#CFC996 ;
-moz-border-radius:5px; 
-webkit-border-radius:5px;
border:1px solid blue; 
padding:10px; width:*; 
word-wrap:break-word; 
margin-bottom:25px;"
}