body, #divSignatoryPopup
{
    font-size: 10px;
    font-family: Verdana;
    padding: 0px;
    margin: 0px;
    color: #000000;
    background-color: #ffffff;
    background-repeat: repeat-x;
} 



html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
}

.Titles
{
	font-size: 12pt;
	font-weight: bold;
}

.ContentTitle
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-family: Verdana;
    font-size: medium;
    padding-left: 5px;
}
/*
.RoleUserManagementTable
{
    background-color:#99CCFF;
    border: thin solid #3399FF;
    border-collapse:collapse;
}
.RoleUserManagementTable td
{
	background-color:#FFFFFF;
    border:thin solid #CCCCFF;
}
*/

/* This is for the page navigation  */
a.navLink
{
    font-size: small;
    text-decoration: none;
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    color: black;
    width: 175px;
    display: block;
    text-indent: 4px;
}
a:visited.navLink
{
	font-size: small;
	text-decoration: none;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	color: black;
	width: 175px;
	display:block;
	text-indent: 4px;
}
a:hover.navLink
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	color: black;
	width: 175px;
	display:block;
	text-indent: 4px;
}
.navHeader
{
    font-size: small;
    text-decoration: none;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    font-weight: bold;
    color: blue;
}

.navPadding
{
    padding-left: 4px;
}


/* This one controls the Form Header of the tables where there is a free form  */
tr.FormHeader
{
	background-color: #dce7ff;
}

/* This is a button Style for the save */
.SaveButton
{
    background-position: left center;
    background-image: url(\Images/Save.png);
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    padding-left: 20px;
}

/* This is a button Style for the restore settings */
.RestoreButton
{
	background-position: left center;
	background-image: url(\Images/undo_on.gif);
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	padding-left: 20px;
}

/* This is a button Style for the Add */
.AddButton
{
	background-position: left center;
	background-image: url(\Images/add.gif);
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	padding-left: 20px;
}
.NormalButton
{
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
}
.ToggleButton
{
	background-image: url(\Images/updown.gif);
	background-repeat: no-repeat;
	background-color:Transparent;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	clip: rect(0px 0px 0px 0px);
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 15px;
	width:15px;
}

.ButtonRefresh
{
	background-position: left center;
	background-image: url(\Images/buttonrefresh.gif);
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	padding-left:20px;
}

/* progress Indicator to data entry styles */
td.ProgressIndicatorTD
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #add8e6;
}
table.ProgressIndicatorTABLE
{

}
td.ProgressIndicatorEntryTD
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}



/* grid view style */
.GridViewDef
{
	color:#333333;
}
.FooterStyle
{
	background-color:#98C6FB;
	font-weight:bold;
	color:White;
}
.RowStyle
{
	background-color:#F7F6F3;
	color:#333333;
    border-color:#EEEEEE;
}
.SelectedRowStyle
{
	background-color:#E2DED6;
	font-weight:bold;
	color:#333333;
}
.PagerStyle
{
	background-color: #5D7B9D;
	color: White;
	font-weight: bold;
	font-size: 10pt;
}
.HeaderStyle
{
	background-color:#5D7B9D;
	font-weight:bold;
	color:#FFFFFF;
	border-color:#EEEEEE;
}
.AlternatingRowStyle
{
	background-color:White;
	color:#284775;
	border-color:#EEEEEE;
}

.BorderedDiv
{
    border-style: solid;
    border-width: 1px;
    border-color:#EEEEEE;
}

.MaskedEditError {
    color: #D8000C;
    background-color: #FFBABA;
}

.AjaxComboBoxStyle button
{
    background-color: #c8d6fb;
}

tr.OddRow
{
    background-color:#F0F9FF;
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background-color : #add8e6;
	border-width: 3px;
	border-style: solid;
	border-color: #add8e6;
}
.caption, table caption {
	background-color: #add8e6;
	color: #000;
	font-size: 12pt;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}

.indented
{
    margin-left:20px;
}