/* 
================================
Skin styles for DotNetNuke
================================
*/

body
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.pagemaster
{
	width: 100%;
	height: 100%;
	background-image: url(img/back_tex.png);
	background-repeat: repeat-x;
}

.skinmaster
{
}

.skinheader
{
    width: 0px;
}

.menu
{
	height: 28px;
	background-image: url(img/menu_bar.png);
	padding-left: 12px;
	padding-right: 12px;
}

.menu input
{
	border: 1px solid #b7b7b7;
	font-size: 9px;
}

.main_content, .credits
{
	background-image: url(img/back_page.png);
	background-repeat: repeat-y;
	padding-left: 19px;
	padding-right: 18px;
	width: 1023px;
}

.credits
{
	padding-top: 6px;
	padding-bottom: 6px;
}

.controlpanel
{
	width: 1023px;
	background-color: #fefefe;
}

.toppane
{
	width: 985px;
	background-color: transparent;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 19px;
	margin-left: 0px;
}

.midholder
{
	width: 986px;	
	overflow: visible;
	padding: 0px; 
	margin: 0px;
	background: url(img/main_top_bg.png) repeat-x top;
	height: 100%;
}
	

.leftpane
{
	width:227;
	float:left;
	padding: 0px; 
	margin-left: 19px;
}


.contentpane
{
	float:right;
	width: 700px;
	background-color: transparent;
	text-align:justify;
	padding: 0px; 
	margin: 0px;
	margin-top: 25px;
	margin-right: 15px;
}

.bottompane
{
	width: 980px;
	background-color: transparent;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 21px;
	margin-left: 19px;
	margin-right: 18px;
}

.main_dnnmenu_container
{
	background-color: transparent;
}

.main_dnnmenu_bar
{
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}

.main_dnnmenu_item td
{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font-family: Arial, Tahoma, Helvetica;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;
}

.main_dnnmenu_rootitem
{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent; /*	background: url(img/lamella.gif) no-repeat right;*/
	font-family: Arial, Tahoma, Helvetica;
	white-space: nowrap; /*Word wrapping menu item now optional*/ /*  padding: 0px 5px 0px 5px; */
	padding-right: 10px;
	padding-left: 9px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #b7b7b7;
}

.main_dnnmenu_rootitemhover
{
	color: #000000;
	background-color: #FFFFFF;
}


.main_dnnmenu_rootitemhover td
{
	color: #000000;
	background-color: #FFFFFF;
}

.main_dnnmenu_item td
{
	padding-left: 2px;
	padding-top: 2px;
	color: #383838;
}

.main_dnnmenu_itemhover
{
	color: #000000;
	background-color: #e6e6e6;
	
}

.main_dnnmenu_itemhover td
{
	color: #000000;
	background-color: #e6e6e6;
}

.main_dnnmenu_icon
{
	cursor: pointer;
	cursor: hand;
	text-align: center; /*	width: 15px; */
	height: 100%;
}

.main_dnnmenu_submenu
{
	background-color: #ffffff;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -1px;
}

.main_dnnmenu_break
{
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow
{
	border-right: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.main_dnnmenu_rootmenuarrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

.Separator
{
}

.separator:hover
{
}

.StandardButton
{
	background: #7994cb none;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.TreeViewMenu
{
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid;
	border-left: #7994cb 1px solid;
	border-bottom: #7994cb 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

.TreeViewMenu_Header
{
	background-image: url(gradient_LtBlue.jpg);
}

.Head
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 6px;
}

/* Content formatting */
.Normal
{
	font-family: Arial, Tahoma, Helvetica;
	font-weight: normal;
	font-size: 11px;
}

h1
{
  margin-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
  font-family: Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #009DDB;
  display: block;
	border: none;
	border-bottom: 1px dotted #555555;
}

h2
{
	font-family: Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #009DDB;
}

.contact_table h2, h3
{ 
	margin-bottom: 0px;
}

h3
{
	font-family: Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}

a, a:link, a:visited
{
	font-weight: bold;
	color: #009DDB;
	font-family: Arial;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

table
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: 11px;
}

.rightpad
{
	padding-right: 20px;
}

.login 
{
margin-right: 20px;
}

.bluedot
{
	border: none;
	height: 1px;
	border-top: 2px dotted #009AD4;
}

.blackdot
{
	border: none;
	height: 1px;
	border-top: 1px dotted #555555;
}

.graydot
{
	border: none;
	height: 1px;
	border-top: 2px dotted #A2A2A2;
}

.cleangray {
	border: none;	
	height: 1px;
	border-top: 1px solid #DADADA;
}

.cleanhgray {
	
	border-left: 1px solid #DADADA;
	height: 90%;
	width: 1px;
}

.PartnersNameMargin
{
	margin-right: 5px;
	margin-left: 3px;
}

.PartnersNameMargin2
{
	margin-right: 3px;
	margin-left: 3px;
}




.top5
{
}


table.fullwidth
{
	width: 100%;
}

.hidden 
{
    display: none;
}

.black 
{
    color: #000000; 
}

.introduction 
{
    font-family: Verdana;
    font-size: 11px;
    color: #546268;   
    text-align: justify;
}
/* BEGIN yelow bubble */

.yellowbubble 
{ 
padding: 2px;

height: 23px;
width:1%;
}

.yellowbubble_mid 
{
background: url(img/yellowbubble_m.png);
}

.yellowbubble td
{
font-family: arial;
font-size: 12px;
font-weight: bold;
}

/* END yelow bubble */

/* BEGIN products */

.lowheader
{
	
}

.lowheader h1 
{
	margin-bottom: -8px;
    	*margin-bottom: -15px;
}

.product_header 
{
width:986px;
height:196px;

padding: 0px;
}

.product_table
{
width:100%;
font-family: arial;
color: #FFFFFF;
font-size: 12px;
background: url(/portals/0/products/banner_back.jpg);
}

.product_table 
{
	color:white;
}

.product_banner
{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 8px;
}

.white
{
	color:white;
		margin-right: -155px;
	padding-left: 10px;
	padding-top: 10px;
	z-index: 30;
}

.white_product
{
	color:white;
	padding-left: 3px;
	padding-top: 10px;
	z-index: 30;
}


.white lefpad
{
margin-left: 10px;
margin-bottom: 5px;
}


.toppane_button
{	
	bordeR:none;
	
}

.noborder { border: none; }

.yellowbox_top_filler {
border-top: 1px solid #EDCE8B;

width: 100%;
height: 100%;
padding:0px;

}

.yellowbox_left_filler {
height:100px;
width:100%;
border-left: 1px solid #EDCE8B;

}

.yellowbox_right_filler {
height:100px;
width:100%;
border-right: 1px solid #EDCE8B;

}

.yellowimg
{
	
	
}

.product_mid_inner_table {
padding: 5px;

}

.product_firstrow 
{
	border:1px solid red;
	*padding-bottom:-40px;
	*font-size: 1px;
}

.product_mid_inner_table img { padding: 0px; margin: 0px; border: none; }

.yellowbubble {
padding-top: 10px;
}

.flash_products_terrain
{

}

.flash_products_leftimage
{
	

}

.yellowbubble_mid {
background: url(/portals/0/products/yellowbubble_m.png) repeat-x;
color: #595959;
}

.imgFloat
{

}

.imgFloatDiv
{
    margin-left: -19px;
    width: 100%;
    text-align: center;
}

html>body .imgFloatDiv
{
    position:absolute;
    top:94px;
    width:100%;
    text-align:center;
    right:0px;
}

* html .imgFloatDiv {
 
position: relative; 
width: 100%;
}

/* END products */


/* Premiova zprava */

.PressPremium 
{
	width: 700px;
	margin-bottom: 8px;
}

.PressPremium_margin
{
	width: 700px;
	margin-top: 10px;
	margin-right:20px;
}

.PressPremiumImage
{
	border-top: 1px #e9e9e9 solid;
	border-left: 1px #e9e9e9 solid;
	background-color: White;
	padding: 2px;
}


.PressPremiumTextHolder
{
	border-top: 1px #e9e9e9 solid;
	border-right: 1px #e9e9e9 solid;
	background-color: White;
}

.PressPremiumTitle
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color: #E80000;
	background-image: url('img/home_premium_tex-head.png');
	background-repeat: repeat-y;
	background-position: right;
	padding: 4px 8px 4px 4px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
}


.PressPremiumPreview
{
	background-image: url('img/home_premium_tex.png');
	background-position: right top;
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #3C3C3C;
	padding: 4px;
	height: 100%;
	margin: 2px;
  	
  	height:auto !important;
  	height:130px;
}

.PressPremiumPreviewInner
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:justify;
	line-height: 16px;
}


.PressPremiumPreviewInner a
{
padding-left: 4px;
}

.PressPremiumInflater
{
width: 986px;
height: 182px;
text-align: right;
border: none;
margin: -1px;
background: url(/portals/0/press/Tiskove-centrum_banner.png);

}

.PressPremiumBox
{
	border: 1px solid red;
}

/* Top 5 na titulni strane */
.PressTop5Date { }
.PressTop5Title { }
.PressTop5Preview { }

/* Full View */
.PressFullDate
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
}

.PressFullTitle
{
	font-family: Arial;
	font-weight: bold;
	color: #009AD4;
	font-size: 12px;
	padding-left: 10px;
}

.PressFullPreview
{
	font-family: Arial;
	font-size: 11px;
}

.PressFullPager span
{
	background-color: #EFD59A;
	color: Black;
	padding: 4px;
}

.PressFullPager a
{
	font-weight: normal;
	color: Black;
	text-decoration: none;
}

.PressFullPager td table td
{
	font-weight: bold;
	border-right: solid 1px black;
	padding-left: 4px;
	padding-right: 4px;
}

.PressFullYears 
{
	background-image: url('img/archive_b.png');
	background-repeat: repeat-x;
	min-height: 26px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: White;
}

.PressFullYears a
{
	color: White;
}

.PressFullYears a:hover
{
	color: Black;
	text-decoration: none;
}

.PressDetailDate
{
	font-weight: bold;
}

.PressDetailImage
{
	padding-right: 20px;
	padding-bottom: 20px;
}

.awardtable 
{
        width:100%;
        padding:0px;
}

.awardtable img 
{
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 5px;
}

.rewards_gradseparator
{
	background: url(/portals/0/awards/grad_separator.png) repeat-y;
	width: 10px;
}

.rewards_grayline 
{
	background: url(/portals/0/awards/graybar.png) repeat-x;
	height:17px;
	width: 950px;
	margin-top:0px;
	padding-top:0px;
}

.rewards_copyright
{
  text-align: left;
	color: #7E7E7E;
	font-family:arial;
	font-size: 9px;
	margin-left:15px;
}

.rewards_eu 
{
	font-family: verdana;
	font-size: 10px;
	color: #0054A7;
}

.img_video
{
	margin-bottom: -3px;
	*margin-bottom: -6px;
	margin-left:3px;
}

.products_aslink
{
	cursor: pointer;
	cursor: hand;
}

/* highslide */

.highslide img 
{
    cursor: url(img/zoomin.cur), pointer;
}


/*********************************
 moz only hack
*********************************/

html>body .toppane { margin-left: 0px;padding-left: 0px;  }

//html>body .leftpane { margin-left: 0px;padding-left: 19px; background: url(img/main_top_bg.png) repeat-x top; }

//html>body .contentpane { width:100%; background: url(img/main_top_bg.png) repeat-x top; padding-right:10px; padding-left:10px;}

html>body .maincontent { width:100%;}

html>body .bottompane { padding-left: 4px; width:100%; }

html>body .yellowbox_top_filler { margin-top: 0px; }

/*********************************
 ie only hack
*********************************/

.negmargin
{
	*margin-bottom: -3px;
}

.ie_stretcher
{
	width: 230px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

.flash_home_references
{
	margin-bottom: -3px;
}

.flash_home_award
{
	*margin-top: 0px;
	*margin-bottom: 0px;
}

.flash_home_terain_2
{
	margin-bottom: -3px;
}

.flash_home_leftimage
{
	*margin-bottom: -1px;
}

.flash_home_buttons
{
	*margin-top: 0px;
	*margin-bottom: 0px;
}

.home_redline
{
	
}


/*********************************
 dotted link removal
*********************************/

a, a:active
{
	outline: none;
}

:focus
{
  -moz-outline-style: none;
}

/*********************************
 extra press class [language]
*********************************/

.PressPremiumInflaterPL
{
width: 986px;
height: 182px;
text-align: right;
border: none;
margin: -1px;
background: url(/portals/3/press/Tiskove-centrum_banner.png);
}

.PressPremiumInflaterEN
{
width: 986px;
height: 182px;
text-align: right;
border: none;
margin: -1px;
background: url(/portals/9/press/Tiskove-centrum_banner.png);
}

.PressPremiumInflaterHU
{
width: 986px;
height: 182px;
text-align: right;
border: none;
margin: -1px;
background: url(/portals/5/press/Tiskove-centrum_banner.png);
}

.PressPremiumInflaterRU
{
width: 986px;
height: 182px;
text-align: right;
border: none;
margin: -1px;
background: url(/portals/15/press/Tiskove-centrum_banner.png);
}
