﻿.CssFriendlyControlAdapters {}

/* DO NOT EDIT THIS! (in most cases) - Asp.Net Css Friendly Control Adapters Operational CSS */
/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */ 

/*  See: [How Do I:] Utilize the CSS Friendly Control Adapters?
    http://www.asp.net/CssAdapters/default.aspx
    http://www.codeplex.com/cssfriendly
    http://msdn.microsoft.com/en-us/library/ms165096.aspx
    http://www.asp.net/learn/videos/video-185.aspx
*/



/* ChangePassword ----------------------------------------------------->>> */
.AspNet-ChangePassword {}



/* CreateUserWizard --------------------------------------------------->>> */
.AspNet-CreateUserWizard {}



/* CreateDataList ----------------------------------------------------->>> */
.AspNet-DataList {}
.AspNet-DataList table {}
.AspNet-DataList table caption {}
.AspNet-DataList table thead {}
.AspNet-DataList table thead tr {}
.AspNet-DataList table thead tr th {}
.AspNet-DataList table tfoot {}
.AspNet-DataList table tfoot tr {}
.AspNet-DataList table tfoot tr td {}
.AspNet-DataList table tbody {}
.AspNet-DataList table tbody tr {}
.AspNet-DataList table tbody tr td {}



/* DetailsView -------------------------------------------------------->>> */
div.AspNet-DetailsView-Data ul
{
    margin: 0;
    padding: 0;
}
div.AspNet-DetailsView-Data li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}



/* FormView ----------------------------------------------------------->>> */
.AspNet-FormView-Pagination {}



/* GridView ----------------------------------------------------------->>> */
.AspNet-GridView {}



/* Login -------------------------------------------------------------->>> */
.AspNet-Login {}



/* LoginStatus -------------------------------------------------------->>> */
.AspNet-LoginStatus {}



/* Menu --------------------------------------------------------------->>> */
ul.AspNet-Menu 
{
    position: relative;
}
ul.AspNet-Menu, 
ul.AspNet-Menu ul
{
    margin: 0;
    padding: 0;
    display: block;

}
ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
    float: left;
}
ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
    display: block;
    text-decoration: none;
}
ul.AspNet-Menu ul
{
    position: absolute;
    visibility: hidden;    
}
/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul
{
    visibility: hidden;
}
/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
    visibility: visible;
}
.AspNet-Menu-Vertical ul.AspNet-Menu li
{
    /*width: 100%;*/
}



/* PasswordRecovery --------------------------------------------------->>> */
.AspNet-PasswordRecovery {}



/* TreeView ----------------------------------------------------------->>> */
div.AspNet-TreeView
{
    margin: 0;
    padding: 0;
}
div.AspNet-TreeView ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.AspNet-TreeView-Show {}
.AspNet-TreeView-Hide
{
    display:none;
}