/*
 * created by www.blazsak.pl
 */

/**************************
 * CSS RESET 
 */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend 
,table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  vertical-align: top;
  background:transparent;
  color: inherit;
}
em { font-style:italic; }
strong { font-weight:bold; }

textarea{ overflow: auto; }
a img, :link img, :visited img {border: 0;}
table { border-spacing: 0;}
  td{ vertical-align: top; }
ul {list-style: none;}
q:before, q:after,blockquote:before, blockquote:after {content: "";}
:focus {outline: 0;}

sup { font-size:0.7em; position:relative; top:-0.6em; left:0;}
small {font-size: 0.9em;}

/********************************
 * STANDARD
 */

.createdby
{
  padding-right: 30px;
  float: right;
  text-align: right;
  width: 250px;
}
.createdby strong { letter-spacing: 1px; }

.hr,
.hr-news
{ 
  border-bottom:1px solid #c7c7c7;
  clear: both; 
  font-size: 1px; 
  height:1px; 
}
.hr-news 
{
  height:20px; 
  width: 200px; 
  margin: 0 auto;
}

.ui-tabs-hide { display: none; }

.noramka{padding:0 !important; margin:0 !important; border:0 !important;}
.hidden { display: none;}
/********************************
 * DEBUG
 */

#debug{text-align: left; margin-top:500px; padding: 100px; background: #fff; border: 1px solid black; color: #000; } 
#debug textarea {font-size: 12px; width:95%; height: 500px;}

#debug h2 {margin-top:20px; padding-top:20px;font-size: 14px; font-weight: bold; border-top: 1px dotted #dedede}
#debug li
{
  border: 1px solid #999;
  padding: 5px;
  margin:5px;
}
#debug li a 
{
  color: #333;
  display: block;
  
  border-bottom: 1px solid #eee;
  
  font-size: 13px;
  font-weight: bold;
  
}
#debug li div {}

/********************************
 * OTHER
 */
.tr { text-align: right !important;}
.tc { text-align: center !important;}
.tl { text-align: left !important;}
p.rinfo
{
  font-size: 10px;
  color: #BD0909;
  font-weight: bold;
  padding-left: 20px;
  background: url(/gfx/admin/icons/exclamation.png) 0 12px no-repeat;
} 

p.ginfo
{
  font-size: 10px;
  color: #009900;
  font-weight: bold;
  padding-left: 20px;
  background: url(/gfx/admin/icons/tick.png) 0 10px no-repeat;
} 
p.yinfo 
{
  font-size: 10px;
  color: #343434; 
  font-weight: bold; 
  padding-left: 20px;
  background: url(/gfx/admin/icon_notice.gif) 0 3px no-repeat;
}

.clear,
.clear30,
.clear45,
.clear60 
{
  clear: both; 
  font-size:1px; 
  height: 1px;
}
.clear30 {height: 30px;}
.clear45 {height: 45px; background: #fff;}
.clear60 {height: 60px;}

.center{ text-align: center;}
 
