/*Buttons******************************************************************************************/
.ButtonBlack
{
    
}

.ButtonBlack-Hover
{
    
}
/**************************************************************************************************/
/*DynamicProgressControls**************************************************************************/
/*MessageBox~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.MessageBoxTable
{
    border: solid 2px #909090;
    background-color: #f1f1f1;
}

/*Header*/
.MessageBoxTable .MessageBoxHeaderTD
{
    height: 35px;
    vertical-align: middle;
    padding:10px;
}
.MessageBoxTable .MessageBoxHeaderTD span
{
    float:left;   
}

.MessageBoxTable .MessageBoxHeaderTD .CloseImage
{
    float:right;
    margin-top:0;
    cursor: pointer;
}

/*Content*/
.MessageBoxTable .MessageBoxContentTD
{
    text-align: left;
    padding: 10px;
    vertical-align: top;
}
.MessageBoxTable .MessageBoxContentTD table td span
{
}
.MessageBoxTable .MessageBoxContentTD table td input
{
    float:left;    
}

/*Footer*/
.MessageBoxTable .MessageBoxFooterTD
{
    text-align: left;
    padding: 10px;
    vertical-align: bottom;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*Common~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProgressBackground
{
    filter: alpha(opacity=60);
    opacity: 0.6;
    background-color: black;
}
.ProgressMessage
{
    margin: 0px;
    margin-top: 14px;
    font-family: 'Segoe UI';
    font-size: 14px;
    vertical-align: top;
    color: White;
}

.ProgressCoverDiv img
{
    margin-top: 45px;
}

.ProgressCoverDiv
{
    background: url(Images/Application/Loader-Background.png) no-repeat right top;
    position: fixed;
    width: 141px;
    height: 131px;
    vertical-align: middle;
    text-align: center;
    border: outset 1px white;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/***************************************************************************************************/
/*CustomMenu****************************************************************************************/
.TopMenu
{
    height: 25px;
    border-right: solid 1px #545454;
}

.TopMenu-StaticMenuItemStyle, .TopMenu-DynamicMenuItemStyle
{
    border-left: solid 1px #545454;
    height: 26px;
    padding-left:13px;
    padding-right:13px;
}

.TopMenu-StaticMenuItemStyle a, .TopMenu-DynamicMenuItemStyle a
{
    display: block;
    font-family: Arial;
    color: White;
    font-size: 12px !important;
    text-transform: uppercase;
    padding: 11px 11px 5px 11px;
    font-weight: bold;
}

.TopMenu-DynamicHoverStyle .TopMenu-DynamicHoverStyle a:hover, .TopMenu-StaticHoverStyle a:hover
{
    text-decoration: none;
    color: #93e700;
}

.TopMenu-DynamicMenuStyle
{
}

.TopMenu-StaticSelectedStyle a
{
    background: url(images/menu_hover.jpg) repeat-x left center;
}
/*************************************************************************************************/

/*TreeMenu****************************************************************************************/
.TreeMenu
{
    width: 100%;
    padding-left: 6px;
    text-align: left;
}

.TreeMenu-SelectedNodeStyle
{
    background:url(Images/list_arrow.gif) no-repeat left center ;
}

.TreeMenu-HoverNodeStyle a
{
    background:url(Images/list_arrow.gif) no-repeat left center ;
}
.TreeMenu-HoverNodeStyle a:hover
{
    color: #93e700 !important;
}

.TreeMenu-NodeStyle
{
    width: 200px;
    font-weight: bold;
    font-size: 12px;
    color: white !important;
    font-family: Arial;
    text-indent:10px;
}

.TreeMenu-RootNodeStyle a
{
    color: #93e700 !important;
	font-size: 17px !important;
	text-indent: 5px !important; 
	border-bottom: 3px double #2d2d2d !important;
	background:none;    
}



.TreeMenu-NodeStyle a
{
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}
/************************************************************************************************/

/*Sitemap****************************************************************************************/
.Sitemap
{
    width:150px;
    margin-left:auto;
    margin-right:auto;
}

.Sitemap ul li
{
    color: #93e700 !important;
	font-size: 17px !important;
	background:none;  
	padding-left:0 !important;
	margin: 0px;
	padding: 0px 0px 0px 20px;

}
.Sitemap ul li a
{
    display: block;
    padding: 0;
    padding-top: 2px;
    padding-bottom: 2px;    
    white-space:nowrap;
    
}

.Sitemap ul li a:hover
{
    text-decoration:underline;
}
/************************************************************************************************/

/*ContactForm************************************************************************************/
.FormTextBox
{
    width:320px;
    border:solid 1px gray;
}
/************************************************************************************************/

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
