﻿#ManagementMenuTop
{
    width: 166px;
    height: 12px;
    background-image: url('/Images/topUserActionsBox.png');
    background-repeat: no-repeat;
    margin-left: 7px;
}

#ManagementMenuContent
{
    width: 166px;
    margin-right: 0px;
    /* padding-top: 10px; */
    margin-top: -6px;
    margin-left: 7px;
    background-image: url('/Images/bgUserActionsBox.png');
    background-repeat: repeat-y;        
}

#ManagementMenuBottom
{
    width: 166px;
    height: 12px;
    margin-left: 7px;
    background-image: url('/Images/bottomUserActionsBox.png');
    background-repeat:no-repeat;
}

.ManagementMenuItem
{
    width: 166px;
    margin-left: 12px;
    margin-right: 12px;
    font-weight: normal;
    height: 29px;
}

.ManagementMenuItemSelected
{
    width: 166px;
    margin-left: 12px;
    margin-right: 12px;
    font-weight: bold !important;
    height: 29px;

}

#ManagementTop
{
    width: 542px;
}


#ManagementLeftContent
{
    width: 190px;
    float: left;
}

#ManagementRightContent
{
    width: 340px;
    float: left;
}

#ManagementTitle
{
    background-image: url('/Images/hdrDefaultWide.png');
    background-repeat: no-repeat;
    margin-bottom: 16px;
    margin-top: 20px;
    height: 34px;
    padding: 8px 10px 0px 20px;
    width: 512px;
}

#ManagementContentArea
{
    margin: 0px 8px 0px 8px;
}

.InfoTop
{
    Background-image: url('/Images/topInformationBox.png');
    background-repeat: no-repeat;
    width: 340px;
    height: 12px;
}

.InfoContent
{
    background-image: url('/Images/bgInformationBox.png');
    background-repeat: repeat-y;
    padding: 0px 18px 10px 18px;
    min-height: 243px;
}


.InfoBottom
{
    Background-image: url('/Images/bottomInformationBox.png');
    background-repeat: no-repeat;
    width: 340px;
    height: 12px;
}

.InfoContent .Header
{
    font-weight: bold;
    margin-bottom: 10px;
    color: #01428e;
    float: left;
}

.InfoContent .TextBox
{
    width: 302px;
    margin-bottom: 5px;
    border: solid 1px #74b6d8;
}

.InfoContent .TextArea
{
    width: 285px;
    height: 150px;
    border: solid 1px #74b6d8;
}

.InfoContent .Button
{
    margin: 10px 3px 0px 0px;
    font-family: Verdana, Trebuchet MS, Arial;
    padding: 1px;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	height: 25px;
	border: solid 1px;
    text-align: center;
    cursor: pointer;
    background-image: url('/Images/Pisnetti/ColorTheme/Blue/bgButton.gif');
    background-repeat: repeat-x;
    border-color: #427CBF;
    color: #427CBF;
}

.Pager
{
    padding-top: 10px;
    padding-bottom:20px;
}

.Pager a
    {
    background-image: url('/Images/bgPaging.gif');
    width: 23px;
    height: 20px;
    display: block;
    color: White;
    line-height: 18px;
    text-align: center;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    }
    
.Pager a:hover
	{
	color: White;
	}
    
.Pager span
    {
    background-image: url('/Images/bgPagingSelected.gif');
    width: 23px;
    height: 20px;
    display: block;
    color: White;
    line-height: 18px;
    text-align: center;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    }
  

