/* CSS for web:              */
/* Author: , e-mail:         */
/* Update:                   */

/* Debug                     */
BODY {
  CURSOR: url(img/maus1.cur);
  font-family: tahoma, vendera, arial;
  font-size: 11px;
  color: #ffffff; 
	background-color: #000000;
	scrollbar-face-color: #272727;
	scrollbar-highlight-color: #909090;
	scrollbar-shadow-color: #171717;
	scrollbar-3dlight-color: #373737;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #090909;
	scrollbar-darkshadow-color: #151515;
}
table, td, div, li, th  {
  CURSOR: url(img/maus1.cur);
  font-family: tahoma, vendera, arial; font-size: 11px; color: #ffffff;
}
INPUT, TEXTAREA, SELECT, OPTION, FORM{
  CURSOR: url(img/maus1.cur);
  font-family: tahoma, vendera, arial;
  font-size: 11px;
  color: #ffffff; 
  border-color: #101418 #848284 #848284 #101418;
  background-color: #272727;
}

.text  { font-size: 12px; }
.small  {font-family: tahoma, vendera, arial; font-size: 10px; }
.nadpis  {font-family: tahoma, vendera, arial; color: #ffffff; font-weight: bold; font-size: 13px; }
.input  {font-size: 12px; font-family: tahoma, vendera, arial; color: #ffffff; font-weight: bold;CURSOR: url(img/mausaktiv1.cur)}
.mactive {font-family: tahoma, vendera, arial; color: #ffffff; font-weight: bold;CURSOR: url(img/mausaktiv1.cur)}

a:link    {font-family: tahoma, vendera, arial; color: #ffffff; font-weight: normal; text-decoration: none;CURSOR: url(img/mausaktiv1.cur) }
a:visited {font-family: tahoma, vendera, arial; color: #ffffff; font-weight: normal; text-decoration: none }
a:active  {font-family: tahoma, vendera, arial; color: #ffffff; font-weight: normal; text-decoration: none;CURSOR: url(img/mausaktiv1.cur) }
a:hover   {font-family: tahoma, vendera, arial; color: #ffffff; font-weight: normal; text-decoration: none;CURSOR: url(img/mausaktiv1.cur) }

a.green:link    {font-family: tahoma, vendera, arial; color: #66ee66; font-weight: normal; text-decoration: none;CURSOR: url(img/mausaktiv1.cur) }
a.green:visited {font-family: tahoma, vendera, arial; color: #66ee66; font-weight: normal; text-decoration: none }
a.green:active  {font-family: tahoma, vendera, arial; color: #66ee66; font-weight: normal; text-decoration: none;CURSOR: url(img/mausaktiv1.cur) }
a.green:hover   {font-family: tahoma, vendera, arial; color: #66ee66; font-weight: normal; text-decoration: none;CURSOR: url(img/mausaktiv1.cur) }

a.red:link    {font-family: tahoma, vendera, arial; color: #ee6666; font-weight: normal; text-decoration: none;CURSOR: url(img/mausaktiv1.cur) }
a.red:visited {font-family: tahoma, vendera, arial; color: #ee6666; font-weight: normal; text-decoration: none }
a.red:active  {font-family: tahoma, vendera, arial; color: #ee6666; font-weight: normal; text-decoration: none;CURSOR: url(img/mausaktiv1.cur) }
a.red:hover   {font-family: tahoma, vendera, arial; color: #ee6666; font-weight: normal; text-decoration: none;CURSOR: url(img/mausaktiv1.cur) }

#mainTable{

  background-color: #272727;
}
#menuTable{
  background-color: #000000;
}
#bodyCell {
  background-image: url('img/hh_back.jpg');
  background-repeat: no-repeat;
  background-color: #191919;
}
#menuStart {
  background-image: url('img/menu_start.gif');
}
#menuEnd {
  background-image: url('img/menu_end.gif');
}
#menuBottom {
  background-image: url('img/menu_bottom.gif');
}
#loginTop {
  background-image: url('img/login_top.gif');
}
.disabledLink{
  font-color: #767D76;
  color:  #767D76;
}
.toppanel {
  background-image: url('img/toppanel.gif');
}
.panel {
  background-image: url('img/panel.gif');
}
.bottompanel {
  background-image: url('img/bottompanel.gif');
}
.loginBodyFade {
  background-image: url('img/login_bg.gif');
  filter: Alpha(opacity=60);
  opacity: 0.6;
}
.loginBodyFadeSmall {
  font-family: tahoma, vendera, arial; font-size: 10px; color: #dddddd;
  background-image: url('img/login_bg.gif');
  filter: Alpha(opacity=60);
  opacity: 0.6;
}
.loginBodyFade2 {
  background-image: url('img/login_bg2.gif');
  filter: Alpha(opacity=60);
  opacity: 0.6;
}
.loginBodyFade2Small {
  font-family: tahoma, vendera, arial; font-size: 10px; color: #dddddd;
  background-image: url('img/login_bg2.gif');
  filter: Alpha(opacity=60);
  opacity: 0.6;
}

.loginOutline{
    background-color: #101418;
}
#movedTr{
  position: relative;
  top: -124px;
  left: 2px;
}
.sscomment{
  font-color: #AAAAFF;
  color:  #AAAAFF;
}