/*
LI - arrow
BUTTONS - big_button awesome[medium blue] 
TEXT - smalltext help
TABLES - table1 gt-list-table simpleTable
FORM - form-tbl form_bigger
BOX - box1
*/

a.big_button, a.get_update, a.big_button_green{
    display:inline-block;
    height:45px;
    width:213px;
    margin: 0px;
    border: 0px none;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 19px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
    background: url(http://www.timecamp.com/en/wp-content/uploads/2010/10/przycisk1.png) no-repeat;
    text-align: center;
    color: #614709;
}
a.big_button:hover, a.get_update:hover{
    color: #614709;
    background: url(http://www.timecamp.com/en/wp-content/uploads/2010/10/przycisk2.png) no-repeat;
}
a.big_button_green{
	background: url(http://www.timecamp.com/en/wp-content/uploads/2010/10/zielony1.png) no-repeat;
    color: white;
    text-shadow: 1px 1px 1px  #1D4D0F;
    filter: dropshadow(color= #1D4D0F, offx=1, offy=1);
}
a.big_button_green:hover{
    background: url(http://www.timecamp.com/en/wp-content/uploads/2010/10/zielony2.png) no-repeat;
}

ul.arrow                {padding: 0px;border: 0px;margin: 6px 0 0 10px; }
ul.arrow li             {list-style: none;  background: url(images/v3/li.png) no-repeat -3px 3px;margin-bottom: 11px;margin-left: 0px;  padding-left: 15px; line-height: 1.8em; }
ul.arrow1 li             {list-style: none;  background: url(images/v3/li.png) no-repeat -3px 3px;margin-bottom: 11px;margin-left: 0px;  padding-left: 15px; line-height: 1.1em; }

a.awesome, .awesome{
    background: #222 repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    border: 0px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    text-shadow: 0 -1px 1px #222;
    border-bottom: 1px solid #222;
    position: relative;
    cursor: pointer;
    top: -1px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    text-align: center;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #2DAEBF;
    background-image: url(images/36px-blended.png);
    background-origin: padding-box;
    background-position: 0px 0px;
}
a.small.awesome, .small.awesome {
    font-size: 11px;
    padding: 3px 7px 2px;
}
a.medium.awesome, .medium.awesome {
    font-size: 13px;
    padding: 5px 10px;
}
a.large.awesome, .large.awesome {
    font-size: 14px;
    padding: 8px 14px 9px;
}
a.blue.awesome, .blue.awesome {
    background-color: #459C3E;
}
a.blue.awesome:hover, .blue.awesome:hover
{ background-color: #49B340; }
a.gray.awesome, .gray.awesome {
    background-color: #bbb;
}
a.gray.awesome:hover, .gray.awesome:hover
{ background-color: #aaa; }

 .smalltext             {font-size: 11px;color: #999;padding: 2px;}

.divider  {color: #bbb; font-size: 14px; position: relative; top: 0px; display: inline; padding: 0px 6px;} 

.table1 { width: 99%; margin: 0px 0;  border: 0px; border-collapse: collapse;     background: white url(dashboard/dashboard_bg.gif) repeat-x;   }
.table1 th  {border-left: 1px solid #eee; border-top: 1px solid #eee; border-bottom: 0px solid #A3A3A3; padding: 7px 0px 12px 5px; text-align: left; vertical-align: top; font-size: 18px; backgrounfd-color: #EEF9FA; color: #15701F;}
.table1 th.perm  {font-size: x-small;width:70px;}
.table1 td  {border: 0px;  border-left: 1px solid #eee; border-bottom: 1px solid #eee;   margin: 0px; padding: 4px 0px 4px 5px;}
.table1 td.important {backgroufnd-color: #EEF9FA; }    
.table1 td:last-child, .table1 th:last-child {border-right: 1px solid #eee;}
 
fieldset {
  border: 1px solid #ddd;
  padding: 1px 5 10px 0;
}
fieldset legend {
  font-weight: bold;
}
.hint {
  color: #555;
}
.help {
  font-weight: normal;
  font-size: 92%;
}
.form-tbl, .form {
  width: 100%;
  margin: 20px 0;
  border: 0px;
}
.form-tbl input, .form input {
  font-size: 100%;
  padding: 3px;
}
.form-tbl label, .form-tbl label {
  font-weight: bold;
}
.form-tbl th, .form th {
  border-bottom: 1px solid #eee;
  padding: 15px 20px 0px 0pt;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
}
.form-tbl td, .form td {
  border-bottom: 1px solid #eee;
  margin: 0pt;
  padding: 10px 20px 15px 0pt;
}

p.hint {
  color: #656565;
  margin: 0 !important;
  padding: 0 !important;
}

input[type=text].disabled, input[type=password].disabled,
select.disabled, textarea.disabled  { 
    color: lightgray;
    background-color: white;
    border-color: white;
    box-shadow: 0px 0px 0px #54BBEB;
    -moz-box-shadow:0px 0px 0px #54BBEB;
    -webkit-box-shadow:0px 0px 0px #54BBEB;
    cursor: default;
    color: gray;
}

.error, .notice, .success   {margin-bottom:1em; font-size: 13px; padding: 10px 20px;}
.error                      {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice                     {background:#DCF2D3;color:#224D12;border-color:#224D12;}
.success                    {background:#8F8F8F;color:white;border-color:#e8f3f4; display: none;}
#notice-info                {
    position: fixed;
    width: 745px;
    text-align: center;
    top: 50px;
    font-weight: bold;
    display: none; 
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background:#DCF2D3;
    color:#224D12;
    border-color:#224D12;
    box-shadow: 1px 1px 3px #777;
    -moz-box-shadow:1px 1px 3px #777;
    -webkit-box-shadow:1px 1px 3px #777;
}
.error a                    {}
.notice a                   { text-decoration: underline; color: #224D12;}
.notice a:hover             {background-color: transparent; }
.success a                  {color:white; text-decoration: underline;}

/* footer -------------------------------------------- */
#footer {
    position: relative;
    width: 100%;
    background:  url(dashboard/line.gif) repeat-x;
    color: #D0CDCF;
    font-size: 12px;
    clear: both;
    text-align: center;
    margin-top: 7px;
    color: #888;
    padding: 20px;
}
#footer a{
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}

/* Informacje w pasku bocznym */
.sideBarInfo{
    font-size: 12px;
    color: #444;
    line-height: 19px;
}

.sideBarInfo h3{
    font-weight: bold;
    margin: 14px 0 1px 0;
    font-size: 13px;
    padding: 0px;
}
 
ul#tabnav           { text-align: left; margin: 1em 0 2em 0; font: bold 10px ; border-bottom: 1px solid #777; list-style-type: none;padding: 5px 10px 5px 10px;}
ul#tabnav li        { display: inline;border-bottom: 1px solid #fff;background-color: #fff;margin: 0px;}
ul#tabnav li.selected a {background-color: #fff; color: #000; position: relative;top: 1px;padding-top: 5px; }
ul#tabnav li a      {font-size: 12px; padding: 5px 7px; border: 1px solid #777; background-color: #fff; color: #0187C5; margin-right: 10px; text-decoration: none;border-bottom: none;}
ul#tabnav a:hover   { background: #fff; text-decoration: underline;}
ul#tabnav li.selected a:hover   { background: #fff; text-decoration: none;} 

.gt-list-table              {width: 100%; font-size: 13px; border-collapse: collapse;}
.gt-list-table th           {border-left: 1px solid #C0E8EB; background-color: #e9f8f9; border-bottom: 2px solid #A1D0D4;  border-top: 1px solid #C0E8EB; font-weight: bold;font-size: 13px;padding: 8px 7px 8px 7px;color: #586E6E; margin: 0px; vertical-align: top;}
.gt-list-table tbody tr     {margin: 0px; padding: 0px;} 
.gt-list-table tbody td     {vertical-align: top; padding: 1px 7px; border: 1px solid #C0E8EB; color: black; margin:0px; }
.gt-list-table td a         {font-weight: bold; }
.gt-list-table td a:hover   {text-decoration: underline;}
.gt-list-table tbody tr:hover     {} 
.gt-list-table td.main {background-color: #e9f8f9; color: #586E6E;}
.gt-list-arrow{
    color: #e9f8f9;
    font-size: 23px;
    position: relative;
    bottom: -9px;
    left: 20px;
}

.form_bigger{
    padding: 2px;
    font-size: 14px;
}


