/*-------------------------------------------------

  NeoCMS Core File : stylesheet_main.tpl

  This is a template file used by
  admin_update_stylesheets.php to generate
  stylesheet_main.css.

  That file contains CSS definitions
  that affect the main page.

-------------------------------------------------*/

/*-------------------------------------------------
    Sticky item on front page
-------------------------------------------------*/
.sticky {
  color: #FFFFFF;
  background-color: #000000;
  text-align:center;
  margin: 5px 0px 0px 0px;
  padding: 5px 10px;
  overflow:auto;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;    
}
.sticky h1,.sticky h2 {margin:5px;color: #FFFFFF;font-weight: bold;text-align: center;}
.stickyleftbox {margin: 0 5px 0 0;float: left;}

/*
#pagination table {margin:0px auto;}
#pagination a {color:#444444;text-decoration:none;}
#pagination td {text-align:center;width:25px;height:25px;border: 1px solid #888888;background-color:#b9d3ee;cursor:pointer;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
#pagination td:hover a, #pagination td:hover {color:#ffffff;background-color:#325198;}
#pagination .current {font-weight:bold;border: 1px solid #aaaaaa;color:#ffffff;background-color:#325198;cursor:auto;}
*/
