/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 20px;
	padding: 0;
    background: #FFFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
    background: url(images/img01.jpg) repeat-x left top;
	
	color: #6D6D6D;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: white;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
    text-decoration: underline;
	color: #704A21;
}

a:hover {
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width:1040px;
	height: 10px;
	margin: 0 auto;
	/*background: url(images/img02.jpg) no-repeat left top;*/
    
}


/* Logo */

#logo {
   
   width: 1040px;
	height: 150px;
	margin: 0 auto;
	background: url(images/banner2.jpg) no-repeat left top;

}



/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img03.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: right;
	height: 50px;
}

#menu a {
	display: block;
	margin-left: 3px;
	padding: 10px 30px 7px 30px;
	text-decoration: none;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 1040px;
    margin: 0 auto;
	padding:0;
}

#page-bgtop {
	padding: 20px 25px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width:1040px;
	padding: 0;
}



.title {
	 float: right;
	height: 30px;
    width: 96%;
	margin-bottom: 3px;
	padding: 0px 40px 2px 0px;
	background: url(images/img01.gif) repeat-x left top;
	color: #FFFFFF;
}


/* Footer */

#footer {
	width: 1040px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img07.jpg) no-repeat left top;
	height: 100px;
	font-family: Tahoma, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size:14px;
	text-transform: uppercase;
	text-align: center;
	color: #E1F5A6;
}

#footer a {
	color: #FFFFFF;
}
.cpoyright {
    font-size:10px;

}

/* ReSharper disable DeclarationIsEmpty */
.submitbtn {
    
    width: 100px;
	    
	background: url(images/img03.jpg) repeat-x left top;
	letter-spacing: -.5px;
	color: #FFFFFF;
     text-align: center;
    height: 36px;
  
}
.submitbtn:hover {
    color: #E9851D;
}

.Adminpanel {

    width:80%;
    margin: 0 auto;
}

/*----------------login---------------*/
 .loginBlock {

    width:50%;
    margin:0 auto;
  
}
/* Vertical menue */
.menu-container {
  display: block;
  position: relative;
  width: 300px;
  background-color: #f3f0ef;
 
  float:right;
  padding: 0;
  border-radius:5px;
  box-shadow:  inset 0 0 1px rgba(255,255,255,1);
  box-shadow:  5px 5px 15px 1px rgba(0,0,0,0.1);
}

.nav{
  /*background-color: #ed6b3a;*/
  background: url(images/img02.jpg) repeat-x right top;
	
  height:40px;
  border-radius:5px 5px 0 0;
}

.settings {
  height:20px;
  float:right;
  background-color:whitesmoke;
  width:20px;
  margin:10px;
}

.menu ul {
  list-style:none;
}

.menu ul li {
  border-top:1px solid rgba(0,0,0,0.1);
  padding:11px 10px;
  box-shadow:inset 0 1px 1px #fff;
  text-indent:10px;
  }

.menu ul li a{
  font-size:14px;
  color:#a4a3a3;
  font-family: 'Strait', sans-serif;
  font-size:14px;
  text-decoration:none;
  text-shadow: 1px 1px 1px #fff;
}
.menu ul li input{
  font-size:16px;
  color:dimgrey;
  font-family: 'Strait', sans-serif;
  font-size:16px;
  text-decoration:none;
  text-shadow: 1px 1px 1px #fff;
  border:none; 
   width:90% ;

   margin:0 auto;
   background-color:inherit;
}
    .menu ul li input:hover {
        cursor:pointer;

    }
.menu ul li img {
  float:left;
  margin:-2px 0 0 0;
}

.menu ul li:hover {
  border-right:3px solid #ed6b3a;
  background-color:rgba(0,0,0,0.02);
}

	ul.sub-level {

    display: none;

}

  

li:hover .sub-level {


    background: inherit;
    width:200px;
   border-right:3px solid #ed6b3a;
   background-color:rgba(0,0,0,0.02);

    display: block;

    position: relative;

   right: 0px;

    top: 5px;

   
}

  
ul.sub-level li {
    border-top:1px solid rgba(0,0,0,0.1);
  padding:11px 10px;
  box-shadow:inset 0 1px 1px #fff;
  text-indent:10px;

}


 .FilterBlock {

    padding:6px;
    float:left;
    width:700px;
  
}
.pdfbtn {

    width:50px;
    height:50px;
   background:url(images/pdf.png);
}
.excelbtn {

    width:50px;
    height:50px;
   background:url(images/excel.jpg);
}
.wordbtn {

    width:50px;
    height:50px;
   background:url(images/word.png);
}
.imagebtn {

    width:50px;
    height:50px;
   background:url(images/Pic.png);
}