/* $Id: drupal.css,v 1.1 2010/09/14 20:08:57 pvasili Exp $ */

/* Drupal only added */
table {
  width:740px;
  
}

th {
  font-size:14px;
  line-height:16px;
  
}

td {
  font-size:14px;
  line-height:16px;
}

tr.even {
  background-color:#F1F1F1;
}

tr.odd  {
  background-color:#F9F9F9;
}

.breadcrumb {
   padding-bottom:1.5em;
}

#tabs {
  padding:20px 0;
}

#user-login-form {
  text-align:left;
}

input {
  border-color:#999 #DDD #DDD #999;
  border-left:1px solid #999;
  border-style:solid;
  border-width:1px;
  color:#444;
  font-family:Georgia,"Times New Roman",serif;
}

.book-navigation {
  margin:0 0 30px;
}

.form-submit {
  -moz-border-radius:3px 3px 3px 3px;
  background:url("images/bg-button.png") repeat-x scroll 0 50% #21759B;
  border:0 none;
  color:#FFFFFF;
  cursor:pointer;
  font-family:Georgia,"Times New Roman",serif;
/*  font-size:1.3em;*/
  font-weight:bold;
  padding:2px 5px;
  width:auto;
}

.form-submit:hover {
  background-color: #1F536C;
  text-decoration: none;
}

#nav {
  overflow:hidden;
}

#search-theme-form input {
  width: 90%;
  padding: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #444;
  background:#FFF;
}

.admin-list, .node-type-list, .status, .compact-link, .standard, .poll, .warning { /*dl,*/
  font-size:14px;
  line-height:16px;
  margin:0 0 1.4em;
}

.form-item {
  color:#333333;
 
}

thead  th, .messages {
  border:1px solid #AD9356;
  padding:5px;
  background:#FEF7E3 !important;
  font-size:14px;
}


.comments, #forum h2, #comments h2 {
  color:#21759B;
  font-weight:normal;
  margin-bottom:1em;
}

.links {
  color:#777;
  
 
}

.comment-links {
  text-align:right;
}


.admin {
  font-size:14px;
}