/*
+--------------------------------------------------------------------------
|   Cascading Style Sheet for Galantweb "Red" Template
|   ========================================
+--------------------------------------------------------------------------
*/
/*html { overflow-x: auto; } */
/*=============================
M
K  global styles
P
=============================*/
body
 {
	background-color: #1F1F1F;
	font-size: 11px;
	letter-spacing: 1px;
	color: #AFA4A5;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px; /* Opera 0 margin */	
	text-align: center; /* center in IE */ 

}

/* portal wrapper */
#gwewrapper {
	text-align:left; /* left-align text in IE */	
	width: 95%;margin-left: auto;margin-right: auto;
}

/* logostrip */
#gwwrapper {
	/* background-image: url(images/sf_logo.jpg); */	
	background-color: #1F1F1F;
	text-align: left;
}

/* global font formatting */
table,
tr,
td,
.tdglobal {
	font-size: 11px;
	letter-spacing: 1px;
	color: #AFA4A5;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
}

/* main portal table */
.tabmain {
	margin:0px;
	padding:0px;	
}

/* image link border */
img {
    vertical-align: middle;
    border: 0px;
    }

/* p */
p { 		
	font-size: 12px;
	line-height: 135%;
}
/*
p a:link, a:visited, a:active  { 	
    letter-spacing: 1px;
	color: #CFCFCF;	
	font-size: 12px;
	line-height: 135%;
}
p a:hover {
	letter-spacing: 1px;
	color: #DF0D0D;		
	font-size: 12px;
	line-height: 135%;
}
*/
/* catsitenav CSS */
a.subc:link
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #CFCFCF;
	font-weight: bold;
	text-decoration: none;	
}
a.subc:visited 
 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #CFCFCF;
	font-weight: bold;
	text-decoration: none;	
}
a.subc:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #DF0D0D;
	font-weight: bold;
	text-decoration: none;
	}
	
.subcatmid,
.subcatend{
	padding-left:5px;
}

/*=============================
M
K  LIGHT BACKGROUND
P
=============================*/
.modulecell,
.tabnews,
.tratorie,
.tabmain,
.tablemenu,
.taburlo {
	background-color: #1F1F1F;
	color: #AFA4A5;
}

.urlo2
    {
	background-color: #3E0B0B;
	color: #AFA4A5;
}
/*=============================
M
K  MEDIUM BACKGROUND
P
=============================*/
.navigace,
.tdblock
 {
    background-image: url(images/greydot01_2x2.gif);
	background-color: #3F3737;
	color: #AFA4A5;
}


.moduleborder {
    /*background-image: url(images/greydot01_2x2.gif);*/
	background-color: #3F3737;
	color: #AFA4A5;
}

.tdblock2 {
    
	background-color: #5F5959;
	color: #AFA4A5;
}
.tdblock3 {

	background-color: #3F3B3B;
	color: #AFA4A5;
}

/*=============================
M
K  DARK BACKGROUND
P
=============================*/
.urlo
 {
	background-image: url(images/m_sf.gif);
	background-color:#484F31;
	line-height: 33px;
	color: #DFDFDF;
	vertical-align: middle;
}
.nadpis {
	background-image: url(images/m_sf.gif);
	background-color:#484F31;
	color: #DFDFDF;
	vertical-align: middle;
}
.nadpisshop {
	background-image: url(images/m_sf2.gif);
	background-color:#484F31;
	color: #DFDFDF;
	vertical-align: middle;
}

.shopnadpis {
	background-image: url(images/tile_sub.gif);
	/*line-height: 26px;*/
	height:30px;
	background-color:#484F31;
	color: #DFDFDF;
	vertical-align: middle;
}
/*=============================
M
K  border and divider styles
P
=============================*/
.tabmain,
.taburlo,
.urlo2,
.tratorie,
.tratorie2,
.tratorie3 {
	border: 0px solid #AFA4A5;	
}

.tablemenu /* block wrapper, chat button strip */
 {
	border: 1px solid #BF0B0B;	
}
	
.tratorie {
	border-width: 1px 0 0 0;
	border-top-style: dashed;
}

/* blocks admin */
.tratorie2 {
	border-width: 0 1px 0 0;
	border-right-style: dashed;
}

/* Quotes, Shoutbox */
.tratorie3 {
	border-width: 0 0 1px 0;
	border-bottom-style: dashed;
}

/* vertical spacer image used in portal skin */
/* .vspacer
{
	background-image: url(MKPORTALIMGDIR/punto_vert.gif);
	background-repeat: repeat-y;
	background-color: transparent;	
} */

/*=============================
M
K  hyperlink styles
P
=============================*/
/* global links */
a:link, 
a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CFCFCF;	
	letter-spacing: 1px;
	text-decoration: none;
		
}

a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DF0D0D;	
	letter-spacing: 1px;
	text-decoration: none;
}

a:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CFCFCF;	
	letter-spacing: 1px;
	text-decoration: none; 	
}

/* bold navbar, block, module links */
a.menu:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #CFCFCF;
	font-weight: bold;
	text-decoration: none;
	
}

a.menu:visited {	
	font-size: 12px;
	letter-spacing: 1px;
	color: #CFCFCF;
	font-weight: bold;
	text-decoration: none;
	
}


a.menu:hover {
	font-size: 12px;
	letter-spacing: 1px;
	color: #DF0D0D;
	font-weight: bold;
	text-decoration: none;
}


/* block text links */
.tablemenu a:link, a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #CFCFCF;	
	text-decoration: none;	
}

.tablemenu a:hover {
    color: #DF0D0D;
	text-decoration: none;
}

.tablemenu a:active { 
    color: #CFCFCF;
	text-decoration: none; 	
}

/* global contrasting text and hyperlink color */
.gwtextcontr,
a.gwtextcontr:link, 
a.gwtextcontr:visited {
	color: #CFCFCF;
	font-weight: bold;
	text-decoration: none;
}

a.gwtextcontr:hover {
	font-weight: bold;
	color: #DF0D0D;
	text-decoration: none;
}

/* contrasting text and hyperlink color 2 (admin) */
.gwtextcontr2,
a.gwtextcontr2:link, 
a.gwtextcontr2:visited {
	color: #CFCFCF;
	font-weight: bold;
	text-decoration: none;
}

a.gwtextcontr2:hover {
    color: #DF0D0D;
	font-weight: bold;
	text-decoration: none;
}

/*=============================
M
K  form styles
P
=============================*/
.imgbutton
 /* input fields */

{
    vertical-align: middle;
    border: 0px solid #666666;
    background-image: url(images/t_blank.gif);
}

input,
textarea
 /* input fields */

{   vertical-align: middle;
    font-size: 12px;
    font-family: Tahoma, Arial, Sans-Serif;
    padding: 1px;
    color: #AFA4A5;
    background-color: #272625;
    border:1px solid #BF0B0B;
    padding:1px 2px 1px 2px;

}

select,
.bgselect
{
    vertical-align: middle;
    font-size: 12px;
    font-family: Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    border: 1px solid #BF0B0B;
    color: #AFA4A5;
    background-color: #272625;
    padding: 0px;
    margin: 1px;
}

button,
button2,
.gwbutton /* global submit buttons */
{
    vertical-align: middle;
    font-size: 12px;
    font-family: Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    border: 1px solid #BF0B0B;
    color: #AFA4A5;
    background-color: #272625;
    padding: 1px 2px 1px 2px;
}

/* button border - needed for blocks to display correctly in forum-view 	
.blsubmit,
.gwbutton {
	border: 2px #9cf outset;
}
*/
/* radio/checkbox buttons - remove background color and border in IE */	
.gwradio {
	background-color: transparent;
	border: 0px;		
}
.checkbox {
	background-color: transparent;
	border: 0px;		
}
/* configure blog textarea */
textarea.gwewrap1 {
	overflow: auto;
	/* width: 230px; */
	width: 100%;
}

/* edit blog textarea */
textarea.gwewrap2 {
	overflow: auto;
	width: 500px ;
}

/* block input */
.gwblokinput {
	vertical-align: middle;
    font-size: 12px;
    font-family: Tahoma, Sans-Serif;
    color: #BF0B0B;
    background-color: #272625;
    border: 1px solid #666666;
    padding: 1px 2px 1px 2px;
    margin: 2px;
}

/*=============================
M
K  navstrip styles
P
=============================*/
/* top navstrip */
.navigace {	
	vertical-align: middle;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 12px;
}

/*=============================
M
K  block styles
P
=============================*/
/* used in functions.php (function main_page) */
.blocks {
	padding: 0px;
}

/* block header/footer corner images - portal skin only */
.tdmenblock {
	font-size: 0px;	
	padding: 0px;  
	margin: 0px; 
	vertical-align: top;
	background-color:#1F1F1F;
}

/* block td cell */
.tdblock {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	margin: 2px;	
}
.tdblock2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 2px;	
}

/* block title bar */
.nadpis {
	vertical-align: middle;	
	text-align: left;
	letter-spacing: 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	/* color: #AFA4A5; */		
}

a.nadpis:link,
a.nadpis:visited,
a.nadpis:active
{
        color: #DFDFDF;
	text-decoration: none;
}

a.nadpis:hover
{
        color: #DFDFDF;
	text-decoration: none;
}

.nadpisshop {
	vertical-align: middle;	
	text-align: left;
	letter-spacing: 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	/* color: #AFA4A5; */		
}

a.nadpisshop:link,
a.nadpisshop:visited,
a.nadpisshop:active
{
        color: #CFCFCF;
	text-decoration: none;
}

a.nadpisshop:hover
{
        color: #DF0D0D;
	text-decoration: none;
}

/* shopblock title bar */
.shopnadpis {
	vertical-align: middle;	
	text-align: left;
	letter-spacing: 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	/* color: #AFA4A5; */		
}

a.shopnadpis:link,
a.shopnadpis:visited,
a.shopnadpis:active
{
    vertical-align: middle;
    color: #CFCFCF;
	text-decoration: none;
}

a.shopnadpis:hover
{
    color: #DF0D0D;
	text-decoration: none;
}
/* horizontal spacer between blocks */
.tdspacer {
	line-height: 3px;
}

/*=============================
M
K  module global styles
P
=============================*/
/* module table headings */
.modulex {	
	background-color: #1F1F1F;
	height: 25px;
}

th.modulex {	 
	color: #AFA4A5;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #1F1F1F !important;
	background-image: none !important;
	height: 25px;
	/* font-weight: normal;*/
	white-space: nowrap;
}

/* Reviews description text */
.modulelite {
	font-size: 10px;
	color: #AFA4A5;
}

/* center block padding (news, admin) */
.contents {
	padding: 12px;
}

/* module pagination links */
.gwpagelink {
	background-color: #272625;
	border: 1px solid #BF0B0B;
	padding:1px 3px 1px 3px;
	color: #AFA4A5;
	font-weight: bold;
}

.gwpagelinklast {
	background-color: #272625;
	border: 1px solid #BF0B0B;
	padding:1px 3px 1px 3px;
	color: #BF0B0B;
	font-weight:bold;
}

.gwpagecurrent {
	background-color: #BF0B0B;
	border: 1px solid #484F31;
	padding:1px 3px 1px 3px;
	color: #AFA4A5;
	font-weight:bold;
}

/*=============================
M
K  shoutbox module styles
P
=============================*/
/* module table with border (shoutbox, news) */
div.taburlo {	
	width: 100%; /* center in IE */	
}

td.taburlo{
	margin:5px;
	padding:5px;
	border: 0;
}
	
/* shouter and date cell */
.urlo {
	line-height: 18px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	/* color: #675656; */
	padding: 4px;		 
}

/* shout cell */
.urlo2 {
	padding: 6px;	
	/* border-bottom: 1px solid #5c88c8; */
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align: left;
	color: #AFA4A5;
	font-size: 12px;
	font-weight: bold;
}

/* white shouter text */
.urlocontrast {	
	color: #AFA4A5;
}

/*=============================
M
K  news module styles
P
=============================*/
/* news table with border */
.tabnews {
	border: 1px dashed #BF0B0B;
	margin:0px; 
	padding:0px;
	font-size: 12px;
	color: #AFA4A5;	
}

/*=============================
M
K  admin cp styles
P
=============================*/
/* admin cp titles with top border */
.titadmin {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #BF0B0B;
	border-top: 1px dashed #484F31;
}

/*=============================
M
K  font styles
P
=============================*/
/* red error page text */
.gwerror {	
	font-size: 12pt;
	color: #ff0000;
	font-weight:bold;
}

/* MKPQuote quotation text */
.gwquote { 		
	color: #0000ff;	
}

/* MKPGallery module ecard, offline page */
.ecardtitle,
.offlinetxt {
	font-size: 10pt; 
	font-weight: bold;
	text-align: center;
}

/* MKPGallery slideshow caption text (modules/gallery/index.php function slide_update) */
/*
.mkslidecap {	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	font-weight: bold; 
	color: #1F1F1F;
}
*/

/*=============================
M
K  BBcode quote styles
P
=============================*/
.gwquoteball {
	font-size: 11px;
	color: #AFA4A5;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #1F1F1F;	
	padding: 0;	
}

.gwquotetext {
	font-size: 11px;
	color: #AFA4A5;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #1F1F1F;
	margin: 0;
	padding: 0;	
}
table .gwquotetable{				
	width: auto; /* IE */	
	text-align: left;
}

.counter {	
	font-size: 13px;
	letter-spacing: 1px;
	color: #DF0D0D;
	font-weight:bold;
}

.copyright {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 14px;
    color:#999999;
}

.copyright a:link, .copyright a:visited, .copyright a:active {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 14px;
    color:#FF9933
}
.suggest
{
 font-family: Tahoma, Helvetica, sans-serif;
 font-size: 12px;
 padding: 0px;
 background-image: url(images/tecka2x2.gif);
 border-style: solid;
 border-width: 0px;
 border-color: #D0D0D0;
}

.suggesta
{
 font-family: vTahoma, Helvetica, sans-serif;
 font-size: 12px;
 padding: 0px;
 background-image: url(images/tecka2x2.gif);
 border-style: solid;
 border-width: 0px;
 border-color: #D0D0D0;
}

.suggestr
{
 font-family: Tahoma, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 150%;
 padding: 5px;
 border-style: solid;
 border-width: 0px;
 border-color: #D0D0D0;
}

.suggestrb
{
 background:#1F1F1F;
 font-family: Tahoma, Helvetica, sans-serif;
 font-size: 12px;
 padding: 0px;
 border-style: solid;
 border-width: 0px 2px 0px 2px;
 border-color: #D0D0D0;
}

.suggestrbb
{
 background:#1F1F1F;
 font-family: Tahoma, Helvetica, sans-serif;
 font-size: 12px;
 padding: 5px;
 border-style: solid;
 border-width: 0px 2px 0px 2px;
 border-color: #D0D0D0;
}

.pole{
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
width:auto;
background:#1F1F1F;
color: #AFA4A5;
font-family:Tahoma, Helvetica, sans-serif;
font-weight: normal;
font-size:12px;
}

.pole1{
border-color:#818183;
border-style:solid;
border-width:0px;
width:auto;
background:#D42626;
}

.pole2{
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
background-color:#1F1F1F;
background-image: url(images/greydot01_2x2.gif);
}

.pole3{
border:solid #D0D0D0 1px;
background:#1F1F1F;
}

.title  {
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 9px 0px 9px 5px;
    color: #DFDFDF;
}
.titles  {
text-align: center;
font-size: 12px;
font-weight: bold;
color: #DFDFDF;
letter-spacing: 1px;
background-color:#D0D0D0;
background-image: url(images/tile_sub.gif);
}

.btitle  {
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 9px 0px 9px 5px;
    background-color:#D0D0D0;
    background-image: url(images/greydot02_2x2.gif);
    }

.btitle a:hover  {
    color:#DF0D0D;
    text-decoration: none;	
    font-weight:bold;
}

.titletop  { vertical-align: middle; text-align: center; font-weight: bold;letter-spacing: 1px;padding: 2px 0px 2px 0px; color: #AFA4A5;}

.toplinks { font-family: Tahoma, Helvetica, sans-serif; font-size: 12px; text-align: center; font-weight: bold; padding: 1px; margin: 3px;
}

