/* TE STILI SO V INDEX.PHP */
html {
     overflow: -moz-scrollbars-vertical; /* da vedno pokaÅ¾e scrollbar, tudi v Firefoxu */
}

body { 	margin: 0px; 	padding: 0px; 	color : #333; 	background-color : #FFF; 	font-size : 11px; 	font-family : Arial, Helvetica, sans-serif; } 
 
table { font: 15px Arial, Helvetica; }

p { margin-top: 8px; margin-bottom: 8px; }

 #wrapper {     border: 0px;     margin: 0px;     margin-left: auto;     margin-right: auto;     padding: 0px; } 

 #header {     background-color: #FFF;     background-position: right top;     border-bottom: 4px solid #E9ECEF; } 
 
 #header_logo { position: relative; width: 100%; height:40px; background: #999999 no-repeat; background-position: top right; margin: 0px; padding: 0px;  } 
 
 div.header_logout { font-weight: bold; font-size: 12px; color: black; padding-top: 10px; padding-bottom: 10px; }
 a.header_logout {font-weight: bold; font-size: 12px; color: #3366CC; }
 a.header_logout:hover {color: black ! important; }

 .header_logout_text { color: #3366CC;}

 .login_warning { color: red; font-weight: bold; }

 .bold { font-weight: bold; }

 #break { 	height: 50px; }  
 
 form { margin: 0px; }    
 
 .button { 	border : solid 1px #FF9900; 	background: #E9ECEF; 	color : #666666; 	font-weight : bold; 	font-size : 11px; 	padding: 4px; }  
 
 .login { 	margin-left: auto; 	margin-right: auto; 	margin-top: 10px; 	padding: 15px; 	border: 1px solid #cccccc; 	width: 429px; 	background: #F1F3F5; } 	 
 
 .login h1 { 	background: url(../images/login_header.png) no-repeat; 	background-position: left top; 	color: #333; 	
				margin: 0px; 	height: 50px; 	padding: 15px 4px 0 50px; 	text-align: left; 	font-size: 1.5em; }  
				
.login p { 	padding: 0 1em 0 1em; 	} 	 

.form-block { 	border: 1px solid #cccccc; 	background: #E9ECEF; 	padding-top: 15px; 	padding-left: 10px; 	padding-bottom: 10px; 	padding-right: 10px; }  

.login-form { 	text-align: left; 	float: right; 	width: 60%; }  

.login-text { 	text-align: left; 	width: 40%; 	float: left; }  

.inputlabel { 	font-weight: bold; 	text-align: left; 	}  

.inputbox { 	width: 150px; 	margin: 0 0 1em 0; 	border: 1px solid #cccccc; 	} 

.clr { clear:both; } 

.ctr { 	text-align: center; }  

#p_link { color: #FF9900; font-size: 13px; font-weight: bold; cursor: pointer; cursor: hand; text-decoration: underline;}

.mail { font-size: 13px; font-weight: bold; }

/* TE STILI SO V INDEX2.PHP */

.bold { font-weight: bold;}

.glavna_tabela, #writeroot table { margin-left: 20px; font: 15px Arial, Helvetica; border-bottom: 1px black solid; /*border-right: 1px black solid;*/ border-left: 1px #D4D0C8 solid;
				 /*border-collapse: collapse; */ }

.glavna_tabela th, #writeroot table th { background: #D4D0C8; font-weight: normal; text-align: left; padding: 2px;  					
					border-left: 1px white solid; border-right: 1px #6F6F6F solid; border-top: 1px #F7F7F7 solid; border-bottom: 1px #6F6F6F solid;}

.glavna_tabela th.desno_poravnan, #writeroot table th.desno_poravnan { text-align: right; }

.glavna_tabela td.sredinsko_poravnan, #writeroot table td.sredinsko_poravnan { text-align: center; }

.glavna_tabela td, #writeroot table td { padding: 4px; }

.footer {border-top: 1px gray solid; background: #E9ECEF } 

a { color: black; text-decoration: underline;}

a:hover { color: gray; }

input, select {font: 14px tahoma, helvetica, verdana; color: black; }

/* toolbar */
.toolbar	{	font: bold 14px Arial, Helvetica; color: #999999; padding-top: 8px; padding-bottom: 4px; padding-right: 4px;
				background-color: #d4d0c8; border: 1px #999999 solid; text-align: right;  }

.toolbar_button:link, .toolbar_button:visited 	{ 
	padding-top: 4px; padding-bottom: 0px; padding-left: 4px; padding-right: 4px; text-decoration: none; font-size: 12px;
}

.toolbar_button:hover	{ color: white; text-decoration: underline;  }

.modra { color: #3366CC; }

/* div za kreiranje direktorija */
#createDirDiv	{ display: none; border: 1px black solid; background-color: #999999; 
					/* filter:alpha(opacity=85); opacity: 0.85; */
					position: absolute; left: 600px; 
					width: 200px; height: 80px; 
				 }


/* div za upload */
#uploadDiv	{ display: none; border: 1px black solid; background-color: #EEEEEE;  
					/* filter:alpha(opacity=85); opacity: 0.85; */
					position: absolute; left: 15px; 
					width: 950px; height: 600px; 
				 }

.directoryCreation	{ border: 1px black solid; }

.alternate { background-color: #EFEFEF; }

/* progress_bar */
.progress_bar { 
	height: 20px; 
	width: 200px; 
	border: 1px gray solid; 
	background-image: url(progress_bar_white.gif) 
}

.progress_image	{ height: 20px; }

/* users.php */
.gl_tab_users { font-size: 12px; border-left: 1px black solid; background-color: white; }
.gl_tab_users td { border-bottom: 1px gray solid; }

.alternate_users { background-color: #DFF1FF; }

