body{
	font-family:tahoma, Arial, helvetica, sans-serif;
	background: #bbbfc1 url(../images/bg.jpg) top center repeat-x;	
	color:#666666;
}

#Wrapper{
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;

	width:100%;
	max-width:1300px;
	margin-left:auto; margin-right:auto;

	background: #FFFFFF url(/Content/images/title_bg.jpg) top center no-repeat;
	/*border-left:2px solid #8c9295;
	border-right:2px solid #8c9295;*/
}
#Logo{
	margin-bottom:50px;
	padding-left:25px;
	width:300px;
}

.leftColumn{
	float:left;
	width:350px;
	overflow:hidden;

}
.rightColumn{
	/*overflow:hidden;*/
	margin-left:350px;
}
#Reklama img{
	margin-bottom:12px;
}

#Reklama a img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.9;
}


#Reklama a:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}



.blank-footer{
	clear:both;
	height:80px;
}

#Footer{
	background:#DDDDDD url(/Content/images/footer_bg.gif) bottom left repeat-x;
	position:absolute;
	height:80px;
	width:100%;
	bottom:0px;
	left:0px;
}


#LeftMenu{
	margin-bottom:50px;
	margin-left:10px;
	width:250px;
}
#LeftMenu ul li{
	/*margin-bottom:7px;*/
}

#LeftMenu ul li span
{
    display:inline-block;
    background:none;
    padding-left:15px;
    height:33px;
}
#LeftMenu ul li a
{
    display:inline-block;
    background:none;
    padding-right:15px;
    height:33px;
    line-height:33px;
}



#LeftMenu ul li.active span
{
    display:inline-block;
    background:url(/Content/images/menu_a.gif);
    padding-left:15px;
    height:33px;
}
#LeftMenu ul li.active a
{
    display:inline-block;
    background:url(/Content/images/menu_a.gif) right top;
    padding-right:15px;
    height:33px;
    line-height:33px;
}

#LeftMenu ul li a{
	font-size:1.8em;
}

#LeftMenu ul li.active a{
	color:#999999;
	text-decoration:none;
}
#LeftMenu ul li.active ul li a{
    background:none;
    height:20px;
    line-height:20px;   
    text-decoration:underline;
}
#LeftMenu ul li.active ul li span{
    background:none;
    height:20px;
    line-height:20px;   
}
#LeftMenu ul li.active ul li.active span
{
    background:url(/Content/images/bullet.png) left center no-repeat;
}
#LeftMenu ul li.active ul li.active ul li span
{
    background:none;
}

#LeftMenu ul li.active ul li.active ul li.active span
{
        background:url(/Content/images/bullet.png) left center no-repeat;
}


#LeftMenu ul li.active ul li a
{
    background:none;    
	color:#006fff;
    height:20px;
    line-height:20px;   
	
}

#LeftMenu ul li.active ul li.active a{
	color:#999999;
	text-decoration:none;
}

#LeftMenu ul li.active ul li ul li a{
	color:#006fff;
	text-decoration:underline;
        font-size:1.1em;
}

#LeftMenu ul li.active ul li.active ul li a{
	color:#006fff;
	text-decoration:underline;
        font-size:1.1em;
}


#LeftMenu ul li a:hover{
	color:#ffa200;
}

#LeftMenu ul li ul
{
    margin-top:10px;
	display:none;
	overflow:hidden;
}

#LeftMenu ul li.active ul{
	display:block;	
	margin-left:2em;
}
#LeftMenu ul li.active ul li a{
	font-size:1.4em;
}


.breadcrumbs li{
	display:inline;
	padding-right:12px;
	margin-right:7px;
	background: url(/Content/images/bullet.png) right center no-repeat;
}

div.gallery
{
    max-width:800px;    
}
div.gallery img
{
    text-align:left;
}

div.gallery a
{
    border:2px solid #CCCCCC;
    display:block;
    float:left;
    margin-right:13px;
    margin-bottom:13px;
    padding:0;    
}
div.gallery a img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: 0.8;	
}

div.gallery a:hover img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;	
}

.doc
{
    display:inline-block;
    padding-left:25px;
    background:url(/Content/images/doc.gif) no-repeat;
}

.xls
{
    display:inline-block;
    padding-left:25px;
    background:url(/Content/images/xls.gif) no-repeat;
}

.sendRequest{
	float:right;
	margin:10px 50px 50px 50px;
}


ul.subFolders li{
	margin-bottom:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul.subFolders li a{
	font-size:1.8em;
}




fieldset input,fieldset textarea
{
    background:#FFFFFF url(/Content/images/admin/bg_form.png) repeat-x;    
    border:1px solid #DDDDDD;
    -moz-box-shadow: 0px 0px 10px #E0E0E0;
    padding: 5px;
	-webkit-box-shadow: 0px 0px 10px #E0E0E0;
	font-size: 1.3333em;
}

fieldset input:focus, fieldset textarea:focus
{
    background:#FFFFFF;
    border:1px solid #a3def3;
    -moz-box-shadow: 0px 0px 10px #b6e6ff;
    padding: 5px;
	-webkit-box-shadow: 0px 0px 10px #b6e6ff;    
}

div.editor-field
{
    margin-bottom:1em;
    margin-left:170px;
}

div.editor-label , label
{
    float:left;
    width:150px;
    text-align:right;
    padding-top:7px;
    font-weight:bold;
    color:Gray;
}

fieldset input, fieldset textarea
{
    width:60%;
}

fieldset input[type=submit]
{
    width: 33%;
	padding:10px;
	overflow: hidden;
}

input.input-validation-error
{
    border:1px solid #ff9999;
}

textarea#content
{
    height:400px;
}

input#HoursFrom, input#HoursTo, input#MinutesFrom, input#MinutesTo{
	width:40px;
}