﻿

html {
	margin: 0px 0px 0px 0px;
	padding:0px;
	height:100%;
}

form
{
    display:inline;
    height:100%;
}

body
{
    background:white;
    margin: 0px;
	padding:0px;
	color:black;
	height:100%;
	font-family:  Trebuchet MS,Arial,Verdana;
	font-size:14px;
}

#back
{
    
    width:1022px;
    margin: 0px auto;
    background-image: url("../../Site/Kvasar/images/Kvasar_bg.jpg");
    background-color:white;
 

}




/* ---------------------------------------------------- MENU CSS ----------------------------------------------------------------------------------------------------------------------------- */

#MenuHolder
{
    margin-top:65px;
    margin-left:5px;
    float:left;
}

.AspNet-Menu-Horizontal
{
text-align: right !important;
position: relative;
top: -3px;

       height:65px; 
       border-left:1px solid #e0e0e0;
       list-style-type: none; 
       list-style-image: none;
       list-style-type:none;
	list-style-position: inside;
	list-style-image:none;
}
.AspNet-Menu
{
    width: auto;
}
.AspNet-Menu-Link
{
    display:block;
    float:left !important;
}
.AspNet-Menu-Leaf
{
    display:inline;  
    cursor:pointer; 
    float:left !important;
    text-align: left !important;
}

.AspNet-Menu-Item
{
    padding-right:22px;
    padding-left:22px;
    text-align:center;
    height:40px;
    padding-top:25px;
    border-right:1px solid #e0e0e0;
    cursor:pointer; 
}

.AspNet-Menu-Item:hover
{
    background:#edf0f7;
}

.AspNet-Menu-Selected
{
    background:#f7f7f7;
    font-weight:bold;
}

.AspNet-Menu-Leaf a
{
   color:#666666;   
   font-size:13px;
   font-family:  Tahoma;
}




/* ---------------------------------------------------- MENU ROOT VIEW ----------------------------------------------------------------------------------------------------------------------------- */
.AspNet-TreeView a				    { font-family: Tahoma;  text-decoration:none;	color:#666666; 		}
.AspNet-TreeView a:active		    { font-family: Tahoma; 	text-decoration:none; 	color:#666666; 	 	}
.AspNet-TreeView a:visited		    { font-family: Tahoma; 	text-decoration:none; 	color:#666666; 	 	}
.AspNet-TreeView a:hover			{ font-family: Tahoma; 	text-decoration:none;  	color:gray;}

.AspNet-TreeView li
{
    
    
}
.AspNet-TreeView-Leaf 
{
    display:none;
    padding:3px;
}
.AspNet-TreeView-Root 
{

    display:block;
    border-bottom:1px solid #e0e0e0;
    padding:10px;
    
}
.AspNet-TreeView-ParentSelected
{
    display:block;
    padding-left:10px;
    border:0px;
     font-weight:normal;
}
.AspNet-TreeView-ChildSelected .AspNet-TreeView-Selected
{
    display:block;
    padding-left:10px;
    border-bottom:0px;
}
.AspNet-TreeView-ChildSelected
{
     /*font-weight:bold;*/
  
}

.AspNet-TreeView-Selected
{
    font-weight:bold;
}





/* ---------------------------------------------------- CONTENT, TOP, LOGO, CONTENTPAGE, FOOTER, CLEAR ----------------------------------------------------------------------------------------------------------------------------- */
#Content
{
   
    margin-left: 29px;
    
    width:964px;
   
}

#ContentTop
{
    height:180px;
    
}

#TopLogo
{
    float:left;
    
}

#ContentPic
{
    border-top:1px solid #b5b5b5;
    border-bottom:1px solid #b5b5b5;
    
    background:#cecece;
    text-align:right;
    padding-right:0px;
    padding-top:0px;
}

#ContentPage
{
  
  margin-top:0px;
  padding:20px;
  background:white;  
  min-height:500px;
  overflow: visible; 
  
}


#ContentFooter
{
    height: 50px; 
    text-align: center; 
    padding-top: 10px;
    border-top:1px solid #e0e0e0;
}

.clear
{
    clear:both;
}


/* ---------------------------------------------------- H1, H2,FONT,CSS ----------------------------------------------------------------------------------------------------------------------------- */


h1,h2,h3,h4
{
    
	padding:0px;
}


h1
{
    
    
    font-size:18px;
    font-family:Century Gothic,Trebuchet MS,Arial;
}

h2
{
   
    font-size:16px;
    font-family:Century Gothic,Trebuchet MS,Arial;
}
h3
{
    
    font-size:14px;
    font-family:Century Gothic,Trebuchet MS,Arial;
}

/* ---------------------------------------- Links ---------------------------------------------------------------------------------------------------------------------------------------- */

a				{ 	font-weight:bold;	text-decoration:none; 			color:black;}
a:active		{  	font-weight:bold;	text-decoration:none; 		 	color:black;}
a:visited		{  	font-weight:bold;	text-decoration:none; 		 	color:black;}
a:hover			{  	font-weight:bold;	text-decoration:underline;  	 		color:#5b5b5b;}
