body {
    background-color: #ffffff;
    color: #000000;
    margin-left: 2%;
    margin-right: 2%;
    font-family:  Tahoma, sans-serif;
        font-size: 12;
    text-align: justify;
}

#page {
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */

#skip-link {
  margin: 0;
}

#header {
	/*background: url(./images/bg_header_mytheme.png) no-repeat;
	padding: 15px 0px 25px;
	height: 81px;*/
	display: none;
}

#logo { /* Wrapping link for logo */
	float: right; /* LTR */
	margin: 0;
	padding: 0;
	width: 96px;
	height: 96px;
	/*background: transparent url(./images/mylogo96_24fps.png) 0 0 no-repeat;*/
}
#logo img {
  vertical-align: bottom;
  display: none;	/* laplima: do not show logo img (only bg) */
}

/*div#mylogo {
	position: absolute;
	left: 700px;
	top: -170px;
	width: 96px;
	height: 96px;
	background: transparent url(../images/mylogo96.png) 0 0 no-repeat;
}
*/
#name-and-slogan { /* Wrapper for website name and slogan */
  float: left;
}

#site-name { /* The name of the website */
	margin: 0;
	font-family: 'Allerta Stencil', Tahoma, sans-serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.2em;
}
#site-name a:link,
#site-name a:visited {
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 2px #363d52;
}
#site-name a:hover,
#site-name a:focus {
	color: #D3FF82;
}

#site-slogan { /* The slogan (or tagline) of a website */
	font-family: 'Allerta Stencil', Tahoma, sans-serif;
	padding-left: 2px;
	margin-top: -5px;
	color: blue;
	font-weight: normal;
	font-size:12px;
}

.region-header { /* Wrapper for any blocks placed in the header region */
  clear: both; /* Clear the logo */
}

#content {
	padding: 0 40px;
	font-size:12px;
}

#content .section {
	margin: 0;
	padding: 0 20px 20px;
}

h2 {
	color: #000;
	margin: 0 30px 30px 0;
	font-weight: normal;
	border-bottom: dotted 1px #000;
}

h3 {
	margin: 30px 3px;
	color: #000;
	font-weight: normal;
	line-height: 0;
}

ul li b {
	margin: 0 3px;
        margin-top:0;
	font-weight: normal;
	color: #000;
	font-style: italic;
	margin: 7px 10px auto;
}

hr {
 border:0;
 color: #000;
 border-bottom: dotted 1px #000;
}

ul {
	margin: 0 6px;
	margin-left: 20px;
}

ul li {
	list-style-image: url(./images/bullet_contents.png);
}

a:link,
a:visited,
a:focus
{
	color: #02aace;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #111B1C;
	text-decoration: underline;
}

table {
	font-size: 12px;
	color: #878787;
	line-height: 1.2em;
	border: 1px solid #CCC;
	background: #f8f8f8;
	padding: 5px;
}

tr td{
 font-family:  Tahoma, sans-serif;
 font-size: 12px;
 color: #5D68B5;
}

td.centered {

  text-align:center;
}

td.centered font{

  font-size: 10.5px;
  text-align:center;
}

.region-highlighted {
}

.breadcrumb { /* The path to the current page in the form of a list of links */
}

h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading 

tr.even { /* Some tables have rows marked even or odd. */
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages { /* Important messages (status, warning, and error) for the user. See also the 
  margin-bottom: 0;
}

div.status { /* Normal priority messages */
}

div.warning,
tr.warning { /* Medium priority messages */
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error { /* High priority messages. See also the .
}

.warning { /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

.tabs { /* See also the tabs.css file. */
}

.region-help { /* Help 

.region-content { /* Wrapper for the actual page content */
}

ul.inline { /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0; /* LTR */
}

span.field-label { /* The inline field label used by the Fences module */
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager { /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
.item-list .pager li { /* Each page number in the pager list */
  padding: 0 0.5em;
}

.feed-icon { /* The link to the RSS or Atom feed for the current list of content */
}

.more-link { /* Aggregator, blog, and forum more link */
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */

.region-sidebar-first {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */

.region-sidebar-second {
}

/*
 * Footer
 */

#footer {
}

/*
 * Page bottom
 */

.region-bottom { /* Wrapper for any blocks placed in the page bottom region */
}

.mysection {
	/* background-color: #f8f8f8; */
	background: url(./images/bg_mysection.png) no-repeat;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	margin-left: 11px;
	padding: 5px 11px;
}
