/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
* { margin: 0; padding: 0; }

body { 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #444; 
	width : 100%;
}

a {	color: #E0691A;}
a:hover { color: #6C757A; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { 
	font-size: 1.3em;
	margin: 3px 0px 5px 3px;
	color: #333; 
	background: inherit;
	padding-left:5px;
	border-left:5px solid #ccc;
	border-bottom:3px solid #ccc; 
}

h3 {
	font-size: 1em;
	margin-left: 8px;
	margin-bottom: 5px;
	padding-left:5px;
	border-left:5px solid #ccc;
	border-bottom:1px solid #ccc; 
}

p {	margin: 0 0 5px 0; }

ul { list-style : none; }

/* for cake */

dl {
	margin-left:10px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
	margin-left: 10px;
}

.message {
	color:#ff2200;
	display:block;
	margin: 7px;
	padding: 3px;
	font-weight: bold;
	border: solid 1px #cccccc;
}

.error-message {
	font-weight: bold;
	color: #ee0000;
}

form.default label{
	display:block;
}

form.default div.submit label{
	display:inline;
}

/* layout
   ------ */

.container { 
	width: 100%;
	
}

.content {
	/*margin: 0 0 10px 20px;*/
	width:100%;
	margin: 0px;
}

.header { 
	height: 70px;
	background: #fff url(images/headerbg.gif) repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 0px;
}

.user_nav {
	float: left;
	margin-left: 10px;
}

.top_info {
	float: right;
	width: 350px;
	padding: 5px 40px 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}
	
.logo{
	width:280px;
}

.browse_category  {
	width: 170px;
	color: #FFF;
	background: inherit;
	font-weight: bold;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	background: #FF9148 url(images/menubg.gif) repeat-x;
}

	.bar li { 
		padding: 6px 12px 6px 12px;
		color: #FFEADC;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(images/bar.gif) repeat-x; 
		color: #fff;
		font-weight: bold; 
		
	}
	
	.bar li.active a {
		color:#333;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	}
	
.sub {
	color:#333;
	background: #E0691A url(images/bar.gif) repeat-x; 

}
	.sub ul {
		margin: 0 auto;
	}
	.sub li {
		color: #333;
	}
	
	.sub li a {
		font-weight:normal;
		color: #333;
	}
	
/* search form */
.search_field { 
	background: #fff url(images/searchbg.gif) no-repeat; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 12px 10px 10px;
	margin: 5px 0;
}
	input.search { 
		width: 292px; 
		border: 0;
		background: #FFF url(images/input.gif) no-repeat;
		padding: 4px;
		color: #E0691A;
		font-weight: bold;
		margin: 0 0 0 3px;
	}
	input.submit {
		background: #E0691A url(images/submit.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 65px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
	}
	.grey { color: #808080; background: inherit; font-weight: normal; }
	.search_form { float: left; }

/* left side
   --------- */

.left {
	float: left;
	width: 634px;
	margin: 0 0 10px 0;
}

.left h2 {
	clear: both;
	background: #E8E8E8 url(images/h2bg.gif) no-repeat center left;
	color: #444;
	padding: 3px 0 4px 43px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}
	.left_side {
		float: left;
		width: 160px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 38px;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 280px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 70px;
		margin: 10px 0;
	}
	.left_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 340px;
	margin: 0 0 10px 0;
}
	.right h3 {
		background: #BDBDBD  url(images/h3bg.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}


/* Table */

table {
	font-size: 100%;
	color: #333333;
	/*width: 520px;*/
	margin-bottom: 3px;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 1px;
}
th {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E1E2E6;
}
td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EFF2F3;
}

table.index {
	margin-left:5px;
}

ul.actions{
	margin:30px 40px;
}
	ul.actions li {
		background-image:url("silk/bullet_go.gif");
		background-repeat: no-repeat;
		padding-left:18px;
		margin-bottom:15px;
	}

ul.folders{
	margin:5px;
}
	ul.folders li {
		background:url("silk/folder.gif") no-repeat;
		padding-left:18px;
		margin-bottom:15px;
		float:left;
		display:block;
		width:76px;
		height:76px;
	}
	
		ul.folders li p{
			white-space: normal;
			overflow: hidden;
			width:76px;
			vertical-align: bottom;
		}

ul.images{
	margin:10px 40px;
}
	ul.images li {
		background:url("silk/image.gif") no-repeat;
		padding-left:18px;
		margin-bottom:15px;
	}


/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}

.footer a { color: #808080; background: #fff; }

/* Docs Controller */


a.dir  {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a.file  { 
	font-size: 9pt;
	color: #222222;
	text-decoration: none;
}
a.back  {  font-size: 12px; color: #FFFFFF }
a.close  {  font-size: 12px; color: #FFFFFF }
td.curr_dir  {  font-size: 12px; color: #FFFFFF; background-color: #000000 }
div.curr_dir {
	color:#333333;
	font-size:12px;
	background-color: #ffff99;
	width:100%;
	padding:3px 0px;
	margin:0px;
	font-weight: bold;
	border-top: 1px solid #eeeeee;
	border-bottom:1px solid #dddddd;
}

span.config {
	float:right;
	background-color:#ff9966;
	padding:2px;
}
	
	span.config a{
		color:#eeeeee;
	}
	span.config a:hover{
		color:#ffff99;
	}
	span.config a:visited{
		color:#eeeeee;
	}

div.form{
	margin:10px;
	padding:10px;
	border:1px solid #999999;
}

div.main  { background-color: #FFFFFF }

	div.main div.file_folder {
		border:0px none;
		height:118px;
		width:100px;
		float:left;
		margin:10px;
		overflow: hidden;
		text-align:center;
		
	}
	
	div.file_folder input{
		border:0px;
		margin:-2px;
		padding:0px;
	}
	
	div.icon{
		border:1px solid #dddddd;
		margin-bottom:3px;
		height:76px;
	}
	
		img.image{
			border:0px none;
			width:100px;
			height:76px;
		}
	
		img.thumb{
			border:0px none;
			width:32px;
			height:32px;
			margin:21px 0;
		}

	div.main div a{
		text-align:center;
		font-size:smaller;
		display:block;
		vertical-align: bottom;
		text-decoration: none;
		color:#000000;
	}

div.form label {
	margin-top:4px;
	vertical-align:middle;
	text-align:right;
	/*font-size:small;*/
	width:110px;
	display:block;
	float:left;
}

div.form label.action{
	width:150px;
}

div.form fieldset{
	margin:15px 30px;
	padding:10px;
}

div.msg {
	width:450px;
	margin:10px;
	padding:5px;
	border:1px solid #999999;
}

	div.msg h4 {
		font-size: 1.1em;
		margin-left: 3px;
		margin-bottom: 5px;
		padding-top:5px;
		padding-left:5px;
		border-left:5px solid #aaaaaa;
		border-bottom:1px solid #aaaaaa; 
	}
	
	div.msg h4 span.no {
		font-weight:normal;
	}

	div.msg p.header{
		color:#000000;
		float:right;
		height:8px;
		margin:0px;
		padding:0px;
		border:0px solid #;
	}
	
	div.msg div.body {
		clear:both;
	}
	
	div.msg p.datetime {
		text-align: right;
	}
	
	span.quote {
		color:#008800;
	}

ul.alterTab {
	text-align: center;
	margin-top:30px;
	margin-left:30px;
}

	ul.alterTab li{
		display:block;
		float:left;
		width:100px;
		border:1px solid #aaaaaa;
		background-color: #ffeedd;
	}
	
	ul.alterTab li a{
		font-weight:bold;
		width:100%;
	}
	
div.alterTab {
	border-top:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	border-right:2px solid #aaaaaa;
	border-bottom:2px solid #aaaaaa;
	padding:10px 0px;
}
