﻿.dialogTitleLeftImage
{
    height: 44px;
    width: 7px;
    background-image: url('../images/lb_lefttitleg.png');
    background-repeat: no-repeat;
    float: left;
}
.dialogTitleCenterImage
{
    height: 44px;
    width: 186px;
    background-image: url('../images/lb_centertitle.png');
    background-repeat: repeat-x;
    float: left;
}
.dialogTitle
{
    float: left;
    overflow: hidden;
}
.dialogTitleText
{
    float: left;
    text-indent: 5px;
    margin-top: 15px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
}
.dialogCloseBtn
{
    background-image: url('../images/lb_xBtn.png');
    float: right;
    width: 21px;
    height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 10px;
}

.dialogTitleRightImage
{
    height: 44px;
    width: 7px;
    background-image: url('../images/lb_righttitleg.png');
    background-repeat: no-repeat;
    float: left;
}
.contentWrapper
{
    background-color: #FFFFFF;
    float: left;
    padding: 15px 21px 0px 21px;
    overflow: hidden;
}
.content
{
    color: #666666;
    font-size: 14px;
    overflow: auto;
}
.buttons
{
    background-color: White;
    clear: both;
    height: 22px;
    padding: 10px 20px 0 22px;
    width: inherit;
}
.OkBtn
{
    width: 40px;
    height: 22px;
    float: right;
    display: inline;
    cursor: pointer;
}
.SaveBtn
{
    width: 51px;
    height: 22px;
    float: right;
    display: inline;
    cursor: pointer;
}
.YesBtn
{
    width: 43px;
    height: 22px;
    float: right;
    display: none;
    cursor: pointer;
}

.popupWindow a.cancelLink:link, .popupWindow a.cancelLink:active, .popupWindow a.cancelLink:hover, .popupWindow a.cancelLink:visited
{
    font-size: 14px;
    color: #0066cc;
}

.footerLeftImage
{
    height: 10px;
    width: 10px;
    background-image: url('../Images/1bl.png');
    background-repeat: no-repeat;
    float: left;
}

.footerCenterImage
{
    width: 380px;
    height: 10px;
    background-image: url('../Images/1bm.gif');
    background-repeat: repeat-x;
    float: left;
    background-color: #FFFFFF;
    overflow: hidden;
}


.footerRightImage
{
    height: 10px;
    width: 10px;
    background-image: url('../Images/1br.png');
    background-repeat: no-repeat;
    float: left;
}



.HiddenInfo
{
    display: none;
}

.PopWindowHolder .cancelLink
{
	font-size: 14px;
	color: #0066cc;
	cursor: pointer;
	text-decoration: underline;
}

