/*
** HTML elements
*/

.cluster_menuitem
{
    display: inline;
    font-weight: 700;
    color:#993300;
}

#row_editor, #tester
{
    z-index: +998;
    position: absolute;
    visibility: hidden;
    background-color: #cccccc;
    font-size: 0.8em;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
}

#move_user
{
    z-index: +998;
    position: absolute;
    visibility: hidden;
    background-color: #cccccc;
    font-size: 0.8em;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    vertical-align: middle;
}

#rule_line
{
    display: none;
}

.actions_cont
{
    display: inline;
    overflow: hidden;
    vertical-align: bottom;
}

.group_actions
{
    display:inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    zoom:1;
    min-height: 0;
    _height:0;
    opacity: 0;
    filter:alpha(opacity=0);
    -ms-filter:"alpha(opacity=0)";
}

.lang_select
{
    display: block;
}

.rules_table tr th
{
    padding-left: 5px;
    padding-right: 5px;
    border: solid 1px #000;
}

.rules_folder td
{
    background-color: #b4e1d4;
    padding-left: 5px;
    padding-right: 5px;
    border: solid 1px #000;
}

.rules_table tr td
{
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border: solid 1px #000;
}

.rules_editor
{
/*    border:solid 1px #848388;    */
    border: none;
    width:20px;
}

.table_editrow tr td
{
    border:solid 1px #848388;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}

.tr_folder td
{
    background-color: #b4e1d4;
}

a, a:link, a:active {
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.timetable{
    border: 1px solid #336600; 
}

.timetable tr td{
    border: 1px solid #336600;
    padding-left: 3px;
    padding-right: 3px;
}

.timetable tr td ul{
    margin-bottom: 0px;
    margin-top: 0px;
}

.timetable tr th
{
   border: 1px solid #336600;
}

.timetable_1{
    background-color: #ebfbf2;
}

.timetable_holi{
    background-color: #a47acf;
}

.timeul{
padding-left: 15px;
}
.timeul li{
padding-bottom: 2px;
}

.apptable{
width:100%;
border: 0px;
}

.apptable tr td{
border: 0px;
}
.app_detail{
    display: none;
    position: absolute;
    border: 1px solid #5e8400;
    background-color: #e6fea9;
}

.nonconfirmed tr td, .nonconfirmed tr th{
    border: 1px solid #d06800;
    padding-left:2px;
    padding-right:2px;
}

.filter_table
{
    margin-bottom:5px;
}

.filter_name
{
    padding-right:2px;
    padding-left:5px;
}

.filter_val
{
    padding-right:5px;
    border-right:solid 1px lightgray;
}


hr
{
    border:0;
    height:1px;
    color:grey;
    background-color:grey;
}

blockquote {
  font-style: italic;
}
/* table {
  margin: 0;
  padding: .5em;
  border-collapse: collapse;
} */
code, pre {
 font-size: 1em;
}
pre {
 font-size: 0.8em;
 padding: 1em;
 background: #eee;
}
li {
 padding-bottom: .3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .25em;
  margin-top: .25em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
h4, h5, h6 {
  font-size: 1em;
}
p {
  margin: 0 0 .5em 0;
}
br {
  line-height: 0.6em;
}

/*
** Page layout blocks / IDs
*/
#header {
  margin-bottom: 1em;
}
#help {
  font-size: 0.8em;
}
#content {
  clear: both;
  width:100%;
  border-top: solid 1px lightgray;
}
#sidebar-left, #sidebar-right {
  vertical-align: top;
  border-right: solid 1px gray;
  padding: 10px;
  width: 175px;
}

#main {
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: top;
}
#footer {
 font-size: 0.8em;
 padding-top: 2em;
 text-align: center;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
.title {
  margin: 0 0 .25em 0;
}
.content {
  margin: 0 0 .5em 0;
}
ul.links.inline {
  font-size: 0.8em;
  line-height: 1.25em;
}

.messages {
  padding: 0.3em;
  margin: 0.5em 0em 0.5em 0em;
}
.status {
  border: 1px solid #3a3;
  color: #3a3;
}
.error, form-item input.error {
  border: 1px solid red;
  color: red;
}

/*
** Common navigation links added on the admin/build/themes/settings page
*/
.navlinks {
  padding: 0em 0.5em 1.5em 0em; /* LTR */
  clear: both;
}
.primary a {
  font-size: 1.0em;
  padding: 0em 0.5em 0em 0em; /* LTR */
}
.secondary a {
  font-size: 0.9em;
  padding: 0em 0.5em 0em 0em; /* LTR */
}

/*
** Logo Image Positioning
*/
#header img {
  float: left; /* LTR */
  padding: 0em 1em .5em 0em; /* LTR */
}
#header {
  clear: both;
}
/*
** Module specific styles
*/
.form-item textarea {
  font-size: 1em;
}
#aggregator .feed-source {
  border: 1px solid gray;
  padding: 1em;
}

/* $Id: style.css,v 1.7 2007/06/04 11:10:38 goba Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  color: #930;
}
a:visited {
  color: #630;
}

body {
  padding: 0 0 0 0;
  /* background-image: url(../images/background.png); */
  /* background-repeat: repeat-x; */
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
  margin: 2px 2px 2px 2px;
}

ul {
  list-style-type: disc;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
#header .title {
  font-size: 2em;
  font-weight: bold;
  padding-top: .25em;
}
#header .title a,
#header .title a:link,
#header .title a:visited,
#header .title a:active {
  text-decoration: none;
  color: #aaa;
}
#header .title a:hover {
  color: #930;
}
#header .site-slogan {
  margin-top: -0.1em;
  font-size: 0.8em;
}
#subnavlist {
  font-size: 0.8em;
}
ul.links li {
  border-left: 1px solid #000; /* LTR */
}
ul.links li.first {
  border-left: none; /* LTR */
}
.node .title {
  font-size: 1.2em;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: normal;
}
.node .title a:hover {
  text-decoration: underline;
}
div.links {
  margin: 1em 0 3em 0;
  text-align: right; /* LTR */
}
.comment .content, .block .content, .menu {
  font-size: 0.9em;
}

.block {
  padding-bottom: 1em;
}
.block .title {
  font-size: 1em;
}

/*
** Module specific styles
*/
.item-list ul li {
  list-style: square;
}

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}


div.admin-panel h3 {
  background-color: #999;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

ul.links li {
  border-left: none;
  border-right: 1px solid #000;
}
ul.links li.first {
  border-left: none;
  border-right: none;
}
div.links {
  text-align: left;
}

.db_table
{
   border: 1px solid gray;
   margin-left:3px;
   margin-right:3px;
}

.db_table tr th
{
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 2px;
    font-size:0.8em;
}

.db_table tr td
{
    border-right: 1px solid gray;
    border-top: 1px solid lightgray;
    padding: 2px;
    font-size:0.8em;
}

.table_edit tr td
{
    border-top: 1px solid lightgray;
    padding: 2px;
    font-size:0.6em;
}

.rep_edit
{
    font-size:10px;
}

.table_ruleline
{
    border-bottom: 1px solid lightgray;
    font-size:0.8em;
    padding: 1px 1px 1px 1px;
}

.table_ruleline tr td
{
    border-top: none;
    padding: 1px 1px 1px 1px;
}

.invisible tr td
{
    border-top: none;
    padding: 2px;
    font-size:0.8em;
}

.limit_helper
{
    z-index: 999;
    position: absolute;
    visibility: hidden;
    display: none;
    border-width: 1px;
    border-spacing: 0px;
    border-color:gray;
    border-style: solid;
    border-collapse: collapse;
    background-color: lightgrey;
}

.paginator
{
    margin-top:5px;
    /*text-align:left;*/
}

input {border:solid 1px #848388; display: inline;}
select {border:solid 1px #848388; display: inline;}
textarea {border:solid 1px #848388;}


.cluster_menu
{
    Border:none;
    list-style-type: none;
}

.cluster_hidden
{
    display: none;
    list-style-type: none;
}

.cluster_shown
{
    display: block;
    list-style-type: none;
}

.climg
{
    border: none;
    margin-right: 5px;
}

iframe
{
    display: none;
}


a.cluster_group, a:link.cluster_group
{
    color:#555555;
}

a.cluster_user, a:link.cluster_user
{
    color:#222222;
}

.add_rule
{
    width: 100%; 
    text-align: center;
    cursor: pointer;
}

img
{
    border: none;
    vertical-align: middle;
}