/**
 * Danger4k theme for Drupal 5.x
 *
 * Authors: danger4k, http://drupal.ru/user/3102
 *          garamond, http://drupal.ru/user/1408
 *
 */
@import "layout.css";

/* some common styles */

html, body, table th, table td {
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  color: #393939;
  line-height: 1.7em;
}
  
  h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 180%;
  font-weight: bold;
  margin-bottom: .5em;
  padding-bottom: .35em;
  color: #4270ae;
  border-bottom: 1px dotted #BFC4CF;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
  font-weight: bold;
  color: #505050;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 130%;
}

h6 {
  font-size: 120%;
}

/* links */

table.toplink td a {
  color: #FFFFFF;
  font-size:12pt;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
table.toplink td a:hover {
  color: #009900;
  font-size:12pt;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:underline;
  
  }
table.toplink td a:visited {
  color: #FFFFFF;
  font-size:12pt;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:underline;
    }
table.toplink td a:active {
  color: #FFFFFF;
  font-size:12pt;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:underline;
    }

a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}

a:hover {
  color: #009900;
}


/* some more items */

img, a img {
  border: none;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

/* lists, menu */

ul, ul.menu, .item-list ul {
  margin: 0;
  padding: 0 0 0 0.5em;
}

ul li, ul.menu li, .item-list ul li {
  margin: 0 0 0 1em;
  padding: 0;
  list-style: circle url(images/menu-leaf.gif);
}

ul li.expanded, ul.menu li.expanded, .item-list ul li.expanded {
  list-style: disc url(images/menu-expanded.gif);
}

ul li.collapsed, ul.menu li.collapsed, .item-list ul li.collapsed {
  list-style: square url(images/menu-collapsed.gif);
}

ul.menu li ul li {
  font-size: 95%;
}

ul.menu li ul li ul li {
  line-height: 1.6em;
}

#header {
  height: 91px;
  background: url(images/h1.gif) center left no-repeat;
  padding: 0;
  border-left: 1px solid #d1dbec;
  border-right: 1px solid #d1dbec;
  margin: 0px;
}

/* poll styles */

.poll .bar {
  height: 16px;
  background-color: #D4E2F2;
  text-align: center;
}

.poll .bar .foreground {
  text-align: center;
  background: url(images/bg-poll.gif) repeat-x;
  height: 16px;
  clear: none;
  float: left;

}

.poll .vote-form {
  padding:0px;
  margin:0px;
  text-align: center;
}

.poll .vote-form .choices {
	padding-left: 1%;
	text-align: center;
	display: block;
	background: #ffffff;
	text-align: center;
}

/* pager */

.pager {
  text-align: center;
  font-size: 90%;
}

.pager a, .pager a:visited  {
  padding: 2px 3px 2px 3px;
  margin-left: 5px;
  border: 1px solid #DADCE0;
  background-color: #FFFFFF;
  color: #5294C1;
}

.pager .pager-current {
  padding: 2px 3px 2px 3px;
  margin-left: 5px;
  border: 1px solid #DADCE0;
  background-color: #F7F8FA;
  color: #555;
}

.pager a:hover {
  border-color: #BABFC6;
  color: #555555;
}

/***********************
*   layout styling
***********************/
div.content p{
text-align:justify;
}
a.node_read_more {
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;	
}

div.editor-right-button{
text-align:right;
float:right;	
}
div.editor-left-button{
text-align:left;	
}
div.editor-center-button{
text-align:center;	
}
div.editor-justify-button{
text-align:justify;	
}

div.image-attach-teaser{
float:left;
padding:0px;
margin:5px;
}

div.image-attach-teaser img.image{
margin-right:0px;
margin-bottom:0px;
}

div.image-attach-body{
text-align:center;
float:none;
padding:0px;
margin:0px;
width:100%;
}

div.image-attach-body img.image{
text-align:center;
margin-right:5px;
margin-bottom:5px
}

table.table_block{
border:1px  solid #0894DE;
}

table.table_node{
border:1px  solid #CCCCCC;
}
code{
font-family:"Courier New", Courier, monospace;
font-size:12px;
color:#006600;
}

.table{
margin:1px;
padding:1px;
}

div.right div.block-menu div.title{
font-size:18px;
color:#6FD701;
}
#block-menu-123 iv.title{
font-size:18px;
color:#6FD701;
}

**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

