/* ********************************************* 
 * 
 *   Small Componets Style Sheet
 *   
 *   Button, 
 *
 * ********************************************* */
 
 
/* -------------------------------------
 *   Button
 * ------------------------------------- */
.rssbutton{
background-color: #ff6600;
border: 1px #ff6600 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.litebluebutton{
background-color: #246498; /* #3161cf; */
border: 2px #1e4db9 outset;
padding: 1px 4px;
color: #f4f6fb;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.litebluebutton:visited{
color: #f4f6fb;
}

.litebluebutton:hover{
border-style: inset;
background-color: #5B87EE;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.litebluebutton:active{
color: black;
}

