﻿html
{
	overflow-y: scroll; /*Zmeraj prikazuje vertikalni scrollbar,
						  da v Firefoxu ne premika vsebine*/
}

body {
	margin: 0;
	padding: 0;
	border: 10;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #484848;
	background-color: #FFFFFF;
	background-image:url('Images/body_bg.png');
	background-repeat:repeat-x;
}


p {
	font-size:14px;
	margin: 2px;
	text-align: left;	
}

h1 
{
    font-size:18px;
    font-weight:bolder;   
    text-align:left;
}

h1.violet
{
    color:rgb(156,47,156);
}

h2 
{
    font-size:14px;
    font-weight:bolder;   
    text-align:left;
}


h4.report
{
    font-size: 14px;
    font-weight: bolder;
    text-align:center;
}

h5 {
	margin:2px;
	margin-top:10px;
	font-size:14px;
	font-weight:bolder;
	color:rgb(156,47,156);
}

li 
{
    font-size:14px;
}

.uploadManagerTitle {
	margin:2px;
	font-size:16px;
	font-weight:bolder;
	color:rgb(156,47,156);
}

#topmenu {
	width:948px;
	height:28px;
	margin:0 auto;
	background-image:url('Images/top_menu.png');
	background-repeat:no-repeat;
	text-decoration:none;
	color:white;
	font-size:13px;
}

#topmenuleft {
	float:left;
	margin-left:10px;
	padding-top:3px;
}

#topmenuleft a:hover 
{
    text-decoration:underline;
}

#topmenuright {	
	float:right;
	margin-right:10px;
	padding-top:0px;
}

#topmenuright a:hover 
{
    text-decoration:underline;
}

#topmenuleft a{
	color:white;
	text-decoration:none;
}

#search {
	margin:0 auto;
	width:948px;
	text-align:left;	
}

#banner {
	width:950px;
	height:141px;
	margin: 0 auto;
}

#main-menu{
	width:948px;
	height:41px;
	margin: 0 auto;
	background-image:url('Images/main_menu.png');
	background-repeat:no-repeat;
}

#main-menu-wrapper{
	width:99%;
	color:white;
	font-size:16px;
	font-weight:lighter;

}

#body {
	width:948px;
	margin:0 auto;
}

#leftcolumn {
	float:left;
	width:19%;
	text-align:left;
}

#content {
	float:right;
	width: 80%;
}

#footer {
	width: 948px;
	margin: 0 auto;
	clear:both;
	font-size:13px;
	padding-top: 20px;
}

#footerlinks, #footerlinks a {
	text-decoration:none;
	color:rgb(151,151,151);
}

#footerlinks a:hover 
{
    text-decoration:underline;
}

.titleParagraph
{ 
    margin:20px 30px 20px 30px; 
    text-align:left;
    font-size:18px;
    font-weight:bold;
}

.headParagraph
{
    width:100%; 
    margin:-3px 0px 0px 0px;
    border-bottom:solid 1px rgb(156,47,156); 
    text-align:left;
    font-size:16px;
    font-weight:bold;
}

.tablePerson
{
    text-align:left; 
    margin-left:30px; 
    width:85%;
    font-size:14px;
}

.writting, .content
{
    margin: 0px 83px 00px 10px;
    text-align:left;
    font-size:13px;
}

.writting-static, .content
{
    margin: 0px 10px 00px 10px;
    text-align:justify;
    font-size:13px;
}

.content
{
    margin: 0px 120px 20px 10px;
}


.search-input {
	/*border: 1px gray solid;*/
	background-image:url('Images/search_bg.png');
	background-repeat:repeat-x;	
}

.main-menu-item {
	height:41px;
	color:white;
	font-size:15px;
	font-weight:lighter;
	cursor:pointer;
}

.main-menu-item-left {
	background-repeat:repeat-x;
	height:41px;
	width:6px;
}

.main-menu-item:hover .main-menu-item-left {
	color:#000;
}

.main-menu-item-center {
	background-repeat:repeat-x;
	height:41px;
	cursor:pointer;
}

main-menu-item:hover .main-menu-item-center {
	
}

.main-menu-item-right {
	background-repeat:repeat-x;
	width:6px;
	height:41px;	
}

.part {
	width:345px;
    float:left;
	margin-left:15px;	
	margin-right:15px;
	margin-bottom:20px; 
}

.part-novice {
	width:720px;
    float:left;
	margin-left:15px;	
	margin-right:15px;
	margin-bottom:20px;
}

.part-head-left {
	float:left;
	width:4px;
	background-image:url('Images/part_head_left_bg.png');
	background-repeat:no-repeat;
	height:20px;
	#height:23px; /*IE7*/
	_height:23px; /*<=IE6*/
}

.part-head-center {
	float:left;
	width: 337px;
	background-image:url('Images/part_head_bg.png');
	background-repeat:repeat-x;
	font-weight:bolder;
	height:20px;
	#font-size:14px; /*IE7*/
	#height:23px;
	_font-size:14px; /*<=IE6*/
	_height:23px;

}

.part-head-center-novice {
	float:left;
	width: 712px;
	background-image:url('Images/part_head_bg.png');
	background-repeat:repeat-x;
	font-weight:bolder;
	text-align:center;
	height:20px;
	#font-size:14px; /*IE7*/
	#height:23px;
	_font-size:14px; /*<=IE6*/
	_height:23px;
}

h6.part-head
{
    font-size:13px;
    margin:0px;
    #margin-top:3px; /*IE7*/
    _margin-top:3px; /*<=IE6*/
}

.part-head-right {
	float:left;
	width:4px;
	background-image:url('Images/part_head_right_rnd_bg.png');
	background-repeat:no-repeat;
	height:20px; 
	#height:23px; /*IE7*/
	_height:23px; /*<=IE6*/
}

.part-head-right-novice {
	float:left;
	width:4px;
	background-image:url('Images/part_head_right_bg.png');
	background-repeat:no-repeat;
	height:20px;
	#height:23px; /*IE7*/
	_height:23px; /*<=IE6*/
}

.part-content {
	border-top: 1px rgb(185,185,185) solid;
	border-left: 1px rgb(185,185,185) solid;
	border-right: 1px rgb(185,185,185) solid;
	border-bottom-style:none;
	clear:both;
	text-align:left;
	margin-bottom:-2px;
	padding:5px;
}

.part-foot-left {
	float:left;
	width:4px;
	background-image:url('Images/part_foot_left_bg.png');
	background-repeat:no-repeat;
}

.part-foot-center {
	float:left;
	width: 337px;
	background-image:url('Images/part_foot_bg.png');
	background-repeat:repeat-x;
}

.part-foot-center-novice {
	float:left;
	width: 712px;
	background-image:url('Images/part_foot_bg.png');
	background-repeat:repeat-x;
	font-weight:bolder;
}

.part-foot-right {
	float:left;
	width:4px;
	background-image:url('Images/part_foot_right_rnd_bg.png');
	background-repeat:no-repeat;
}

.part-foot-right-novice {
	float:left;
	width:4px;
	background-image:url('Images/part_foot_right_bg.png');
	background-repeat:no-repeat;
}

.side-menu {
	list-style-type:none;
	margin:0;
	padding:0;
}

.side-menu li {
	border-bottom:1px rgb(156,47,156) solid;	
	margin:0px;
	padding-top:2px;
	padding-left:2px;
	padding-right:3px;	
	padding-bottom:2px;
}

.side-menu li:hover {
	background-color:#aac9e3;
}

.side-menu li a {
	text-decoration:none;
	color: black;
	font-size:13px;
}

.side-menu li a:hover{
	color: black;	
}

.form-table 
{
    text-align: left;
    width: 80%;
    border-width:0;
    font-size:12px;
}

.form-table tr
{
    vertical-align:top;
}

.form-table p
{
    font-size:12px;
}

.form-buttons
{
    text-align: right;
}

* html .part-head-center, * html .part-foot-center, * html .part-head-center-novice, * html .part-foot-center-novice, * html .part-head-right, * html .part-foot-right, * html .part-head-right-novice, * html .part-foot-right-novice {
	margin-left:-1px;
}

* html .part-content {
    margin-right:1px;
}

.buttonSearch 
{
	background-image:url('Images/button.png');
	width:60px;
	height:22px;
}

.button-blue {
	background-image:url('Images/search_button_bg.png');
	background-repeat:repeat-x;
	border: 1px rgb(125,181,222) solid;
	height: 21px;
	font-size: x-small;
	padding-bottom:2px;
}

.buttonSmall
{
    width:30px;
    height:21px;
    font-size: x-small;
}

.buttonDefault 
{
    height:22px;
	font-size: x-small;
	padding-bottom:2px;
	
}

.linkSearch
{
	display:block;
	background:url('Images/buttonSearch.png') no-repeat;
	padding-top:3px;
	padding-bottom:1px;
	text-align:center;
	color:#474747;
	font-size:11px;
	
	width:60px;
	height:19px;
	text-decoration:none;
	vertical-align:text-bottom;
}

.linkSearch:link {
	color:#474747;
	text-decoration: none;
}


.linkSearch:visited {
	color:#474747;
}

.linkSearch:hover {
	color:#fff;
	background-position:0 -22px;
	text-decoration:none;
}

.linkSearch:active {
	color:#474747;
}


.textBox, .textBoxXSmall, .textBoxSmall, .textBoxNormal, .textBoxBig, .textBoxMultiLine
{
    color:#000000;
    font-family:Verdana;
    font-size:x-small;
    border:solid 1px Gray;
    height:15px;
    background-color:#FFFFFF; 
}

.textBox
{
    width:350px;
}

.textBoxXSmall
{
    width:100px;
}

.textBoxSmall
{
    width:150px;
}

.textBoxNormal
{
	width:200px;
}

.textBoxBig
{
	width:400px;
}

.textBoxMultiLine
{
    width:300px;
    height:150px;
}

.listBoxSmall
{
    width:150px;
    height:90px;
    font-size:10px;
}

.listBoxNormal
{
    width:200px;
    height:100px;
}

.listBoxLarge
{
    width:300px;
    height:150px;
}

.ddlNormal, .ddlSmall
{
    color:#000000;
    font-family:Verdana;
    font-size:12px;
    border:solid 1px Gray;
    background-color: #FFFFFF;
}

.ddlNormal
{
    width:350px;
}

.ddlSmall
{
    width:150px;
}

.fileUpload
{
   height:22px;
   font-size: x-small;
   padding-bottom: 2px;
   width: 400px; 
   color:#000000;
   font-family:Verdana;
   border:solid 1px Gray;
   background-color:#FFFFFF;
}

.hyperLink, .hyperLink:visited:hover:link:active
{
    text-decoration:none;
    color:Black;
    font-size:13px;
}

.hyperLinkUnderline, .hyperLink:visited:link:active
{
    color:Black;
    font-size:13px;
}

.hyperLinkUnderline:hover
{
    color:Gray;
    font-size:13px;
}

.hyperLinkH1
{
    color:inherit;
    font-size:17px;
    font-weight:bolder;
}

.hyperLinkH1:hover
{
    color:Gray;
}

.hyperLinkViolet
{
    color:rgb(156,47,156);
    text-decoration:none;
}

.lbDefault
{
    color:rgb(156,47,156);
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;	
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	
}

.modalBig {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:650px;	
}

.modalInfo 
{
    background-color:#DDDDDD;
    border:solid 1px Gray;
    color:Black;
    text-align: center;
}

.textSmall 
{
	font-size:12px;
}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#fff;
	opacity:.9;
	filter: alpha(opacity=90);	
	
}

.popupHover {
	/*background-image:url(Images/header-opened.png);*/
	background-repeat:repeat-x;
	background-position:left top;	
	background-color:#d0e6f3;	
}

#progressContainer
{
	border:solid 1px #008000;
	height:20px;
	width:325px;	
	text-align:left;
}

#progressBar
{
/*	background-color:#00aa00;
	background-image:url('Images/progressbar.jpg');
	margin:1px;
	width:0px;
	height:18px;
	z-index:1000;
	display:block;
	display:-moz-inline-box;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
*/
   width: 100px;
   height: 10px;
   background-color: red;
}

#progressBar2 {
   width: 0px;
   height: 18px;
   background-color: #00aa00;
   background-image:url('Images/progressbar.jpg');
   margin:1px;
}

.progressBarTable
{
	background-color:#00aa00;
	background-image:url('Images/progressbar.jpg');
	margin:1px;
	height:17px;
	text-align:left;
}

.modalUploadProgress {
	background-color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:550px;	
	height:250px;
	z-index:1;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color:#F5F7F8;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
	width : 70px;
    text-align : left; 
    font-size: 12px;
    list-style-type : none;
}   

.autocomplete_listItem, .autocomplete_highlightedListItem 
{
	background-color:#F5F7F8;
	color : windowtext;
	padding : 1px;  
	margin-left:-40px;
    #margin-left:0px; /*IE7*/
	_margin-left:0px; /*<=IE6*/
}

.autocomplete_highlightedListItem
{
	background-color: rgb(125,181,222);
}



/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#000;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}


.part-fileupload {
	width:720px;
    float:left;
	margin-left:15px;	
	margin-right:15px;
	margin-bottom:20px;
}

.part-head-left-fileupload {
	float:left;
	width:4px;
	height:22px;
	background-image:url('Images/part_head_left_bg.png');
	background-repeat:no-repeat;
}

.part-head-center-fileupload {
	float:left;
	height:22px;
	width: 712px;
	background-image:url('Images/part_head_bg.png');
	background-repeat:repeat-x;
	font-weight:bolder;
}

.part-head-right-fileupload {
	float:left;
	width:4px;
	height:22px;
	background-image:url('Images/part_head_right_bg.png');
	background-repeat:no-repeat;
}

.part-content {
	border-top: 1px rgb(185,185,185) solid;
	border-left: 1px rgb(185,185,185) solid;
	border-right: 1px rgb(185,185,185) solid;
	border-bottom-style:none;
	clear:both;
	text-align:left;
	margin-bottom:-2px;
	padding:5px;
}

.part-foot-left {
	float:left;
	width:4px;
	background-image:url('Images/part_foot_left_bg.png');
	background-repeat:no-repeat;
}

.part-foot-center {
	float:left;
	width: 337px;
	background-image:url('Images/part_foot_bg.png');
	background-repeat:repeat-x;
}

.part-foot-center-fileupload {
	float:left;
	width: 712px;
	background-image:url('Images/part_foot_bg.png');
	background-repeat:repeat-x;
	font-weight:bolder;
}

.part-foot-right {
	float:left;
	width:4px;
	background-image:url('Images/part_foot_right_rnd_bg.png');
	background-repeat:no-repeat;
}

.part-foot-right-fileupload {
	float:left;
	width:4px;
	background-image:url('Images/part_foot_right_bg.png');
	background-repeat:no-repeat;
}

.fileuploadBrowse
{
	width:350px;
}


#ajaxticker1{
    width: 170px;
    height: 100px;
    padding: 1px;
    background-color: #FFFFFF;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #FFFFFF;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

/*CollapsiblePanel*/
.collapsePanel {	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:20px;
	background-image: url('Images/collapse_panel_bg.png');
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}