/*#region Layout */
body 
{
    margin: 0;
    padding: 0;
	background: #FFF url(../../images/background.gif) left top repeat;
    background-attachment: fixed;
}
body, div, span, input, select, option, textarea, h1, h2, h3, h4, h5, h6, p, td, th
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #000;
}

#content 
{
    padding: 5px 20px;
	vertical-align: top;
    background: #FFF;
 }
#bottomContent 
{
    background-color: #4C4C4C;
    padding-top: 3px;
}
#bottomContent div.copyright
{
    line-height: 30px;
    border-top: dotted 2px #FFF;
    text-align: right;
    color : #FFF;
	font-size : xx-small;
    padding: 0 20px;
}
#bottomContent div.privacypolicy
{
    line-height: 30px;
    border-top: dotted 2px #FFF;
    text-align: center;
    color : #0a0a0a;
    background : #ffffff;
	font-size : xx-small;
    padding: 0 20px;
}

/*#endregion*/

/*#region Buttons*/
.button {
    color: #333;
    
	background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

    border: solid 1px #999;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	/*font: 14px/100% Arial, Helvetica, sans-serif;*/
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    color: #000;
    
	text-decoration: none;
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 0%, #c0c0c0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 0%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 0%,#c0c0c0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 0%,#c0c0c0 100%); /* IE10+ */
    background: linear-gradient(top, #e0e0e0 0%,#c0c0c0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */
}
.button:active {
    color: #333;
    
    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.orange {
    border-color: #fca416;
	background: #fcb034; /* Old browsers */
    background: -moz-linear-gradient(top, #f9d79f 0%, #fcb034 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9d79f), color-stop(100%,#fcb034)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9d79f 0%,#fcb034 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9d79f 0%,#fcb034 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9d79f 0%,#fcb034 100%); /* IE10+ */
    background: linear-gradient(top, #f9d79f 0%,#fcb034 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d79f', endColorstr='#fcb034',GradientType=0 ); /* IE6-9 */
}
.orange:hover {
	background: #fca416; /* Old browsers */
    background: -moz-linear-gradient(top, #f7c779 0%, #fca416 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7c779), color-stop(100%,#fca416)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7c779 0%,#fca416 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7c779 0%,#fca416 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7c779 0%,#fca416 100%); /* IE10+ */
    background: linear-gradient(top, #f7c779 0%,#fca416 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c779', endColorstr='#fca416',GradientType=0 ); /* IE6-9 */
}
.orange:active {
	background: #fcb034; /* Old browsers */
    background: -moz-linear-gradient(top, #fcb034 0%, #f9d79f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb034), color-stop(100%,#f9d79f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcb034 0%,#f9d79f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcb034 0%,#f9d79f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcb034 0%,#f9d79f 100%); /* IE10+ */
    background: linear-gradient(top, #fcb034 0%,#f9d79f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb034', endColorstr='#f9d79f',GradientType=0 ); /* IE6-9 */
}
.blue 
{
    color: #FFF !important;
    border-color: #006fb0;
	background: #007dc3; /* Old browsers */
    background: -moz-linear-gradient(top, #7aa8c1 0%, #007dc3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7aa8c1), color-stop(100%,#007dc3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7aa8c1 0%,#007dc3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7aa8c1 0%,#007dc3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7aa8c1 0%,#007dc3 100%); /* IE10+ */
    background: linear-gradient(top, #7aa8c1 0%,#007dc3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aa8c1', endColorstr='#007dc3',GradientType=0 ); /* IE6-9 */
}
.blue:hover {
	background: #006fb0; /* Old browsers */
    background: -moz-linear-gradient(top, #659ab7 0%, #006fb0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#659ab7), color-stop(100%,#006fb0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #659ab7 0%,#006fb0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #659ab7 0%,#006fb0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #659ab7 0%,#006fb0 100%); /* IE10+ */
    background: linear-gradient(top, #659ab7 0%,#006fb0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#659ab7', endColorstr='#006fb0',GradientType=0 ); /* IE6-9 */
}
.blue:active {
	background: #007dc3; /* Old browsers */
    background: -moz-linear-gradient(top, #007dc3 0%, #7aa8c1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007dc3), color-stop(100%,#7aa8c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #007dc3 0%,#7aa8c1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #007dc3 0%,#7aa8c1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #007dc3 0%,#7aa8c1 100%); /* IE10+ */
    background: linear-gradient(top, #007dc3 0%,#7aa8c1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dc3', endColorstr='#7aa8c1',GradientType=0 ); /* IE6-9 */
}

form input.btn {
	font-size: 12px;
	color: #000000;
	width: 132px;
	padding: 3px;
	font-weight: bold;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
	background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}

form input.minibtn {
	font-size: x-small;
	color: #000000;
	background-color: #ecad72;
	padding: 1px;
	font-weight: bold;
	border-top: 1px solid #ecad72;
	border-right: 1px solid #993300;
	border-bottom: 1px solid #993300;
	border-left: 1px solid #ecad72;
	
	background: #FEB24B; /* Old browsers */
    background: -moz-linear-gradient(top, #ecad72 0%, #FEB24B 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecad72), color-stop(100%,#FEB24B)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecad72 0%,#FEB24B 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecad72 0%,#FEB24B 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecad72 0%,#FEB24B 100%); /* IE10+ */
    background: linear-gradient(top, #ecad72 0%,#FEB24B 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecad72', endColorstr='#FEB24B',GradientType=0 ); /* IE6-9 */
}
/*#endregion*/

/*#region Headings*/
h1, h2, h3, h4, h5, h6
{
    padding: 5px 0;
}
h1,
h1 span
{
	font-size: 16px;
	font-weight: bold;
    color: #007DC3;
	margin:5px 0;
	display: block;
    text-transform: uppercase;
}
h2
{
	font-size: 14px;
	color: #4C4C4C;
	margin-bottom: 5px;
	margin-top: 5px;
    padding-bottom: 2px;
	border-bottom:1px solid #FCB034;
	display: block;
	text-transform: uppercase;
}
h3
{
	font-size: 12px;
	color: #FCB034;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 2px;
	border-bottom:1px solid #999;
	display: block;
	text-transform: uppercase;
}
h4 
{
	border-bottom: 1px solid #FCB034;
	color: #007DC3;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
	padding-bottom: 2px;
	text-transform: uppercase;
}
h5 
{
    font-size: 12px;
    color: #4C4C4C;/*#54B948;*/
    margin-bottom: 5px;
    margin-top: 5px;
    padding:2px;
    text-transform: uppercase;
}
/*#endregion*/

/*#region Hyperlinks*/

a,
a:link,
a:visited,
a:active {
    color: #007DC3;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

/*#endregion*/

/*#region Banner*/
#banner
{
    margin: 0;
    padding: 0;
    background-color: #FFF;
}
#bannerTop {
	background-color: #4C4C4C;
    color: #FFF;
    padding-bottom: 3px;
}
#bannerTop span,
#bannerTop a
 {
    color: #FFF;
}
#bannerUserContext {
    padding: 0 10px;
    vertical-align: middle;
    text-align: right;
    line-height: 30px;
    border-bottom: dotted 2px #FFF;
}
#bannerExpiration span {
    float: left;
    color: #FCB034;
    font-weight: bold;
}
#headerLogo {
    padding: 10px 20px;
}

.headerLink, 
.headerLink:link,
.headerLink:active,
.headerLink:visited,
.headerLink:hover {
    background: #999 url('../../images/app_bar_button_arrow.gif') right center no-repeat;
    border: solid 1px #999;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    padding: 2px 20px 2px 5px;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: bold;
    margin: 5px 0;
    color: #4F4F4F !important;
    text-decoration: none !important;
}
.headerLink:hover {
    color: #F3F3F3 !important;
}
.bannerClient, 
#bannerUser {
    padding: 0 5px;
    margin-right: 40px;
}
.bannerClient span, 
#bannerUser span {
    margin-right: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

#appTitle 
{
	line-height: 60px;
	margin-left: 20px;
    padding-left: 20px;
    border-left: solid 2px #CCC;
    vertical-align: middle;
    font-size: 28px;
    color: #4F4F4F;
}
#headerLogo img,
#appTitle 
{
    float: left;
}

#bannerMenuContainer {
    background: transparent url(../../images/menu_back.gif) top left repeat-x;
    height: 30px;
    text-align: center;
}
#bannerMenuContainer>a
{
    display: none;
}

#bannerSubmenuContainer {
    background: #036 url('../../images/menu_tab_back_submenu.gif') left repeat-x;
    padding: 0;
    height: 28px;
}
#bannerBottom,
#bannerBottom span
{
    vertical-align: middle;
}
/*#endregion*/

/*#region Help*/
#bannerUserContext {
    position: relative;
}
#bannerUserContext #helpDiv {
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: left;
}
.helpDynamicMenuStyle
{
	border: solid 1px #FCB034;
    border-collapse: collapse;
    border-spacing: 0;
}
.helpDynamicMenuStyle td
{
    padding: 0;
	background-color: #F3F3F3;
}
.helpDynamicMenuStyle td a {
	color: #4C4C4C !important;
    font-weight: bold;
    padding: 2px 5px;
}
.helpDynamicHoverStyle td
{
	background-color: #999;
	padding: 0;	
}
.helpDynamicHoverStyle,
.helpDynamicHoverStyle td a {
	color: #FFFFFF !important;
}
/*#endregion*/

/*#region Main Menu*/
.menu 
{
    margin: 0 auto;
}
.menuItem
{
    background-color:transparent;
}
.menuItem td {
	background: transparent url(../../images/menu_tab_back.gif) left repeat-x;
	text-align: center;
}
.menuSelectedItem td {
	background: transparent url(../../images/menu_tab_back_selected.gif) left repeat-x;
}
.menuItem a:link, .menuItem a:visited {
	color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
	text-decoration: none;
    line-height: 30px;
    padding: 0;
    width: 102px;
    display: block;
}
.menuPopupItem a:link, .menuPopupItem a:visited{
	color: #ffffff;
	text-decoration: none;
}
.menuItem a:hover 
{
	text-decoration: none;
}
/*#endregion*/

/*#region Tab Menus*/
.tabStyle2Container
{
	border-bottom: solid 2px #036;
}
.tabStyle2Container table {
    margin-bottom: 0px;
}
.menu2 {
	font-size: 10px;
}
.menuItem2
{
    background-color:transparent;
}
.menuPopupItem2 a:link, 
.menuPopupItem2 a:visited{
	color: #ffffff;
	text-decoration: none;
}
.menuItem2 a:hover 
{
	text-decoration: none;
}

.SelectedButtonTab, 
.ButtonTab,
.DeButtonTab,
.menuItem2 td a,
.menuItem2 td span,
.menuSelectedItem2 td a,
.menuSelectedItem2 td span
{
	border: solid 1px #036;
	font-weight: normal;
    color: #FFF;
	font-size: 1em;
	cursor: pointer;
    padding: 4px 15px;
	text-align: center;
    background-color: transparent;
    background-position: left bottom;
    background-repeat: repeat-x;
    -webkit-border-radius: 5px 5px 0 0; 
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin: 0;
    display: inline-block;
}
.ButtonTab,
.DeButtonTab,
.menuItem2 td a,
.menuItem2 td span
{
    background-image: url(../../images/menu_tab_back.gif);
    border-color: #999;
}
.SelectedButtonTab,
.ButtonTab:hover,
.DeButtonTab:hover,
.menuSelectedItem2 td a,
.menuSelectedItem2 td span,
.menuItem2 td a:hover,
.menuItem2 td span:hover
{
    background-image: url(../../images/menu_tab_back_selected.gif);
    border-color: #036;
}

.tabStyle3Container,
.Tab
{
	border-bottom: solid 1px #4F4F4F;
	margin-bottom: 5px;
    padding-left: 10px;
	padding-right: 10px;
}

.tabStyle3,
.Tab div.current,
.Tab div.normal
{
    position: relative;
    bottom: -1px;
}

.Tab div.baseline,
.Tab div.current,
.Tab div.normal
{
    display: inline-block;
    margin-right: 3px;
}

.tabStyle3StaticMenuItem,
.tabStyle3StaticHover,
.tabStyle3StaticSelected,
.Tab div.current,
.Tab div.normal
{
	border: solid 1px #4F4F4F;
	font-size: 12px;
}

.tabStyle3StaticMenuItem,
.tabStyle3StaticHover,
.Tab div.normal
{
	font-weight: normal;
}

.tabStyle3StaticSelected,
.Tab div.current
{
	font-weight: bold;
	border-bottom-width: 0;
}

.tabStyle3StaticMenuItem td,
.tabStyle3StaticHover td,
.tabStyle3StaticSelected td,
.Tab div.current,
.Tab div.normal
{
	padding: 3px 10px;
	text-align: center;
}

.tabStyle3StaticMenuItem td,
.tabStyle3StaticHover td,
.Tab div.normal
{
	background: #AAA url(../../images/menu_tab_back.gif) left top repeat-x;
}

.tabStyle3StaticMenuItem td a,
.tabStyle3StaticHover td a,
.Tab div.normal a
{
    color: #FFF;
}

.tabStyle3StaticSelected td,
.Tab div.current
{
	background-color: #FFFFFF;
	background-image: none;
    padding-bottom: 4px;
}
.tabStyle3StaticSelected td a,
.Tab div.current,
.Tab div.current span
{
    color: #007DC3;
}

/*#endregion*/

/*#region Notifications*/
div.notification
{
    margin: 5px 0;
    padding: 5px;
    color: #A00;
    background-color: #FFC;
    border: solid 1px #007DC3;
    vertical-align: middle;
    line-height: 24px;
}
div.notification td
{
    color: #A00;
    padding: 0;
}
.yellowbox:link,.yellowbox:hover,.yellowbox:visited,.yellowbox:active{
	border:1px solid #FCB034;
	background-color:#FFC;
	text-decoration:none;
}
/*#endregion*/

/*#region Tables / GridView*/
table.emptyDataTable
{
    background-color: #BDCEE6;
}
table.emptyDataTable td
{
    text-align: center;
    background-color: #BDCEE6;
    height: 30px;
}
table.emptyDataTable td span
{
    height: 17px;
    background-color: #BDCEE6;
}

table.noRecords
{
    width: 100%;
    background-color: #FFF;
    border: solid 1px #BDCEE6;
}
table.noRecords td
{
    color: #FCB034;
    font-weight: bold;
}

td.backcolor
{
    background-color: #E7E7E7;
}

.gridView 
{
	color: #000000;
	border: 1px solid #BDCEE6;
	border-collapse: collapse;
	width: 100%;
	z-index:101;
}
.gridView, .gridView td, .gridView th, .gridView a, .gridView span
{
    font-size: 8pt;
}

.gridView td

{
    padding: 1px 2px;
    border: solid 1px #AAA;
}
.gridView td:first-child
{
    border-left-width: 0;
}
.gridView td:last-child
{
    border-right-width: 0;
}
.gridView .header, .headerde, .gridView th  {
	font-weight:normal;
	background-color: #BDCEE6;
	text-decoration: none;
	border: 0px solid #999;
	color: #000;
	font-size: 11px;
}

.gridView .rightAlign
{
	text-align: right;
	font-weight:normal;
	background-color: #BDCEE6;
	padding: 3px;
	text-decoration: none;
	border: 0px solid #999;
	color: #4F4F4F;
}

.gridView tr a
{
	color: #007DC3;
}
.gridView td a:visited
{
    color:#9900cc;
}

.gridView .gridViewRow {
    background-color:#FFF;
}
.gridView .alternatingRow {
	background-color:#EEEEEE;
	padding-right: 3px;
	padding-left: 3px;	
}
.gridViewEmpty 
{
	font-size:9px;
	color: #000000;
	border: 1px solid #ffffff;
	width: 100%;
	z-index:101;
}
.gridViewEmpty td,
.gridView .noRecords td,
.gridView .noRecords
{
    border: 0 none;
}

.headerStyle2 a:link, .headerStyle2 a:hover, .headerStyle2 a:visited
{
    text-decoration: none;
}

.headerStyle2 th
{
    background-color: #CCCCCC;
    border-bottom: solid 1px #999;
    border-left: 1px solid #E5E5E5;
    font-weight: bold;
    text-align: center;
    padding: 1px 4px;
}

.headerStyle3 th  
{
	background-color: #BDCEE6;
	border-color: #BDCEE6;
    border-left: 1px solid #E5E5E5;
	padding: 1px 1px;
}
.footerStyle td
{
	background-color: #D6D3D6;
	border: 0 none;
}

.selectedRowStyle td
{
	background-color: #F7C979;
}

.pagerStyle a:link, .pagerStyle a:hover, .pagerStyle a:visited,
.gridView th a:link, .gridView th a:hover, .gridView th a:visited
{
	color: #000000;
	text-decoration: none;
}

.pagerStyle span
{
	color: #000000;
	text-decoration: underline;
}

.pagerStyle table
{
	width: auto;
}

.pagerStyle td
{
	background-color: #FFFFFF;
	padding-left: 1px;
	padding-right: 1px;
	border: 0 none;
}

.gridView .paging tr, .gridView .paging td
{
	font-size: 8pt;
	color: #000000;
	padding-left:1px;
	padding-right:1px;
	border: 0 none;
}

.greyheader th,
.greyheader .header
{
	background-color: #CECECE;
	text-decoration: none;
	border: 0px solid #999;
	font-weight: normal;
	padding-left: 5px;	
}
.gridScroller
{
    overflow: auto;
    border: solid 1px #bdcee6;
}
.gridScroller table.gridView
{
    border-width: 0 !important;
    border-style: none;
}
.gridScroller .innerb {
	margin-bottom: -1px;
}
.gridScroller .innerTable.gridView {
	margin-top: -1px;
}
.GradientTable
{
	margin: 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: top;
	
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d2d5dd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d2d5dd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d2d5dd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#d2d5dd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#d2d5dd 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#d2d5dd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d5dd',GradientType=0 ); /* IE6-9 */
}
/*#endregion*/

/*#region Login Styles*/

#bannermiddleLoginLeft2
{
    background  : url(../../images/inmar_logo.gif) no-repeat ;
    height: 25px;
    width : 175px;
    float:left ;
     margin-left: 0px !important;
     margin-top: 0px !important;
    padding-top: 3em;
}
.bannermiddleLoginLeft1 
{
    background-color: white;
    width: 35px;
    height: 25px;
     margin-left: 0px 0;
     float:left ;
    margin-top: 0px !important;
  
}
.bannermiddlespace
{
     background-color: white;
    width: 10px;
    height: 25px;
     margin-left: 0px 0;
     float:left ;
    margin-top: 0px !important;
    }
#bannermiddleLoginCenter
{
    background  : url(../../images/header_divider.gif) no-repeat ;
    height: 25px;
    width : 5px;
    float:left ;
     margin-left: 0px !important;
     margin-top: 0px !important;
    padding-top: 3em;
}
#bannermiddleLoginRight
{
    height: 60px;
    width : 750px;
    float:left ;
    text-align: left;
    background-color:#ffffff;
    margin-left: 0px !important;
    margin-top: 0em;
    padding-top: 0.5em;
    font-size:x-large;
    font-weight:bold ;
 }
 #centeredSelectClient
 {
     text-align: center;
     margin-top: 0em;
     
 }
 div#centeredSelectClient h1 {margin-top: 0; }
 #bannerbottomLogin
 {
     background-color:white;
     margin-top: 0em;
 }
 #loginimage
 { 
   
    background : url(../../images/login_image.jpg) no-repeat ;
    height:300px;
    width: 987px;
 }
div#userLogin,
div.colorContent {
         float: left;
         width: 200px;
}
div#userLogin {
         border: dotted 2px #4F4F4F;
         height: 160px;
         width: 250px;
}
div.colorContent {
         margin-left: 22px;
         height: 325px;
         border: solid 1px #000;
         -webkit-border-radius: 10px; 
         -moz-border-radius: 10px;
         border-radius: 10px;
}
.loginBody #content {
         padding: 5;
}

div#loginContainer {
         padding: 0 20px;
         background: transparent url(../../images/login_flourish.gif) left bottom no-repeat;
         margin-top:0px;
}

div#divBlue3 
{
    border-color: #007DC3;
}
div#divOrange3 
{
    border-color: #FCB034;
}
div#divGreen3 
{
    border-color: #54B948;
}

div#blueHeader,
div#orangeHeader,
div#greenHeader 
{
         line-height: 30px;         
         color: #FFF;
         font-weight: bold;
         text-align: center;
         -webkit-border-radius: 8px 8px 0 0; 
         -moz-border-radius: 8px 8px 0 0;
         border-radius: 8px 8px 0 0;
}
div#blueHeader 
{
   background-color: #007DC3;
} 
div#orangeHeader 
{
    background-color: #FCB034;
}
div#greenHeader 
{
    background-color: #54B948;
}
div#userLogin,
div#blueContent,
div#orangeContent,
div#greenContent 
{
         padding: 10px;
}
ul.specials {margin-left: 0px; padding-left: 15px;}
ul.specials li { color:#FCB034;}
ul.specials li span { color:#4F4F4F; }

 /*#endregion*/

/*#region Report Wizard*/

.wizardTable {
	border-collapse: separate;
    border-spacing: 3px;
    *border-collapse: expression('separate', cellSpacing = '3px');
}
.wizardTable h1 {
	font-size: small;
	font-weight: bold;
	color: #3366CC;
}
.wizardTable .normal {
	border: 1px solid #CCCCCC;

	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d2d5dd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d2d5dd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d2d5dd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#d2d5dd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#d2d5dd 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#d2d5dd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d5dd',GradientType=0 ); /* IE6-9 */
}
.wizardTable .current {
	border: 1px solid #eaab70;
	font-weight: bold;
	
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #0a3c70 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#0a3c70)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#0a3c70 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#0a3c70 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#0a3c70 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#0a3c70 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0a3c70',GradientType=0 ); /* IE6-9 */
}
.wizardTable .wizardHeader
{
    font-weight: bold;
    color: #3366cc;
    font-size: 16px;
}

form .checkEnabled {
	font-weight: bold;
	color: #333333;
	border: none;
}

.ReportWizard {
	font-weight: bold;
}
.ReportWizard .current 
{
    
	color: #000000;	
}
.ReportWizard .normal {
	color: #999999;	
}
.workWithSelected {
	background-color: #FFFFCC;
	border: thin solid #CCCCCC;
}

/*#endregion*/

/* Maint. Page added styles */
#divLoginContent 
{
    width: 250px;
    float: left;
}

#tblLoginContent
{
    border: 2px dotted #4f4f4f;
}

div.colorContent {
         margin-left: 27px;
         height: 325px;
         border: solid 1px #000;
         -webkit-border-radius: 10px; 
         -moz-border-radius: 10px;
         border-radius: 10px;
         position: relative;
}
div.colorContent a img
{ 
    text-decoration: none;
    border-style: none;
}
div.colorContent div.readMore {
	width: 180px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: 15px;
}

/*#region Restricted (CSUtil)*/
    /* DepositEntryClientReceiptList.aspx */
    div.receiptlist
    {
        overflow: auto;        
        height :300px;      
        margin-left :10px;
        margin-bottom :10px;
    }
    
    /* DepositEntryClientReceiptList.aspx */	
.dataList, .dataList_item, .dataList_edit
{
    font-size: 11px;
    font-weight:normal;
    text-decoration: none;
    border: 0px solid #999;
    color: #000;
    text-align: left;
    padding: 3px;
    color: #4F4F4F;	
}
.dataList_item
{
    height :15px;
    width :100%;
    border-bottom : solid 1px #AAA;
}

.dataList_edit
{
    height :15px;
    width :50px;
    border: solid 1px #AAA;
}

.excelEtl
{
    position :relative;
    top:5px;
    
}
/*#endregion*/   


.dialogBackground { background-color:#000; opacity:0.5; }
.displayNone {display:none;}
.dialogContainer {width: 650px; display: inline-block; border: 3px solid #2A5A94; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color:#FFF;}
.dialogH2, .dialogContainer h2 {background: url('../../images/menu_tab_back_selected.gif') repeat-x; border-bottom: none; margin-top: 0px; padding: 6px 0 0 6px; color: white; font-size: 12pt; font-weight: bold; height: 30px;}
.dialogBody {min-height: 2em; color: #2A5A94; padding: 6px;}
.dialogButtonBar {border-top: 1px solid blue; background: url('../../images/menu_tab_back.gif') repeat-x; text-align: right; padding:0 1em 0 0; height: 30px; clear: both;}
.dialogButton {margin-top: .2em;}

.multiWriteOff-panel
{
    margin: 4px;
    border: 1px solid black;
    border-radius: 3px;
    float: left;
}
#multiWriteOff-addPanel 
{
    width: 250px;
}
#multiWriteOff-displayPanel
{
    width: 350px;
}

.form .field { min-height:50px; }
.form .field.left-margin { margin-left:10px; }

.message { margin:4px }
.message ul { padding-left:0; }
.message ul li { padding:2px; border:1px solid; background:no-repeat 4px center; border-radius:8px; margin:4px; list-style:none; font-weight:bold; }
.message ul li.error { background-color:#ffdfdf; background-image:url(../../images/error.png); border-color:#8b0000; }
.message ul li.warning { background-color:#ffffbf; background-image: url(../../images/warning.png); border-color:#ae841a; }
.message ul li.info { background-color:#cce0ff; background-image: url(../../images/info.png); border-color:#000080; }
.message ul li.success { background-color:#dfffdf; background-image:url(../../images/accept.png); border-color:#006400; }
.message ul li span { margin-left:25px; display:inline-block; }

.CellWrap *{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:250px;
}