@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:Tahoma, Geneva, sans-serif;
	font-size:16px;
}

p
{
	text-indent:20pt;	
	text-align:justify;
}

#header
{
	background-image:url(images/header.png);	
	background-repeat:no-repeat;
	width:970px;
	height:142px;
	display:inline-table;
}

#leftPanel {
	width: 200px;
	position: absolute;
	left: 1px;
	top: 143px;
}

#topPanel {
	width: 770px;
	height:30px;
	position: absolute;
	left: 100px;
	top: 144px;
	background-image:url(images/topPanelBackground.png);
	padding-left:2px;
}

.topPanel_btn,.topPanel_btn_over,.topPanel_btn_sel {
	margin-top:2px;
	padding-top:4px;
	vertical-align:bottom;
	background-image: url(images/topPanel_btn.png);
	background-repeat:no-repeat;
	height: 30px;
	text-align: center;
	display:inline-table;
	cursor:pointer;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	width:107px;
}

.topPanel_btn_over {
	background-image: url(images/topPanel_btn_over.png);
}

.topPanel_btn_sel {
	background-image: url(images/topPanel_btn_selected.png);
	cursor:default;
}




#content {
	background-color: #FFF;
	position: absolute;
	left: 5px;
	top: 175px;
	width: 945;
	height: 550px;
	background-image: url(images/big_shadow.gif);
	background-repeat: no-repeat;
	overflow:auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.citata
{
	color:#06F;
	text-align:justify;
	font-style:italic;
}
.highlited_text
{
	color:#06C;	
	font-weight:bold;	
}

.menu_btn,.menu_btn_over,.menu_btn_sel,.menu_btn_small,.menu_btn_sel_small,.menu_btn_over_small {
	background-image: url(images/menu_btn.gif);
	background-repeat:no-repeat;
	width: 200px;
	height: 30px;
	padding-left:10px;
	padding-top:6px;
	text-align: left;
	display:inline-table;
	cursor:pointer;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin-top:3px;
}

.menu_btn_over,.menu_btn_over_small {
	background-image: url(images/menu_btn_over.gif);
}

.menu_btn_sel,.menu_btn_sel_small {
	background-image: url(images/menu_btn_sel.gif);
	cursor:default;
}
.menu_btn_small,.menu_btn_sel_small,.menu_btn_over_small 
{
font-size:12px;
	padding-left:7px;
	padding-top:8px;
}

h3
{
	color:#06C;	
}
a {
	text-decoration:none;
}

a:link, a:active {
color:#3A3;
}

a:visited {
	color:#3A3;
}

a:hover {
	color:#F33;
}

.hor_center
{
	text-align:center;	
}

.divider
{
	background-image: url(images/divider.gif);
	background-repeat:no-repeat;
	width: 100%;
	height: 4px;	
	text-align:center;	
	margin-bottom:-10px;
	
}

.bld 
{
	font-weight:bold;		
}

div.inline_image {
  float: left;
  margin-right: 5px;

}
div.inline_image div { 
  text-align: center; 
  font-style: italic; 
  font-size: smaller; 
  text-indent: 0;
}


#wizyona {
	background-color: #FFF;
	position: absolute;
	left: 200px;
	top: 755px;
	width: 740px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #BBB;
}


    #previewBgDiv {
        opacity: 0.5;
        background-color: white;

    }
    
    #previewCanvaDiv {
        background-color: white;
        border: solid gray 1px;
        text-align: center;
        vertical-align: middle;
        width: 200px;
        height: 300px;
    }