﻿de/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #467c36;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000;
    height: 394px;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
}

h3
{
    font-size: 1.2em;
    text-align: center;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.body
{
    background-color: #2F6BA7;
}

.page
{
    width: 1000px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #aaa;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #000 url('../Foldana/images/header.png');
    width: 100%;
    height: 85px;
    top: 1px;
    left: 0px;
    color: #000;
}

div.header_logo
{
    background: url('../Foldana/images/logo.png');
    width: 150px;
    height: 80px; 
}

.header h1
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    line-height: 2em;
    font-size: 2em;
    height: 41px;
}

.main
{
    padding: 0px 6px;
    min-height: 620px;
    margin-right: 4px;
    margin-top: 32px;
    margin-bottom: 4px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

.hideSkiplink
{
    width: 100%;
    margin: 0px 0px 5px 0px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

input.textEntry 
{
    width: 99%;
    border: 1px solid gray;
}

input.textEntryFull 
{
    width: 98%;
    border: 1px solid #ccc;
    padding: 2px 0px 0px 4px;
}

input.passwordEntry 
{
    width: 99%;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

table.FilterTableStyle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    width: 100%;
    border-style: none;
}

table.FilterTableStyle td
{
    padding: 0px 5px 0px 5px;
}

table.DC_GEN_AddressContactTable
{
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;

}

table.DC_GEN_AddressContactTable td
{
    width: 50%;
    padding: 5px 5px 5px 0px;
    vertical-align: top;
}

table.DC_GEN_AddressContactTable td + td
{
    width: 50%;
    padding: 5px 0px 5px 5px;
    vertical-align: top;
}

table.DC_GEN_MainTableStyle
{
    padding: 0px 5px 0px 5px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    white-space: nowrap;
}

table.DC_GEN_MainTableStyle td
{
    width: 13%;
    padding: 0px 5px 0px 5px;
    text-align: right;
}

table.DC_GEN_MainTableStyle td + td
{
    width: 20%;
    padding: 0px 5px 0px 5px;
}

table.DC_GEN_MainTableStyle td + td + td
{
    width: 13%;
    padding: 0px 5px 0px 5px;
    text-align: right;
}

table.DC_GEN_MainTableStyle td + td + td + td
{
    width: 20%;
    padding: 0px 5px 0px 5px;
}

table.DC_GEN_MainTableStyle td + td + td + td + td
{
    width: 13%;
    padding: 0px 5px 0px 5px;
    text-align: right;
}

table.DC_GEN_MainTableStyle td + td + td + td + td + td
{
    width: 20%;
    padding: 0px 5px 0px 5px;
}

table.DC_DebtorAddressPopupTable
{
    border-style: none;
    padding: 0px 5px 0px 5px;
    font-family: Arial, Helvetica, sans-serif;
    width: 400px;
    white-space: nowrap;
}

table.DC_DebtorAddressPopupTable td
{
    width: 20%;
    padding: 0px 5px 0px 5px;
    text-align: right;
}

table.DC_DebtorAddressPopupTable td + td
{
    width: 40%;
    padding: 0px 5px 0px 5px;
    text-align: left;
}

table.DC_DebtorAddressPopupTable td + td + td
{
    width: 40%;
    padding: 0px 5px 0px 5px;
    text-align: left;
}

div.GridStyle
{
    overflow: auto;
    white-space: nowrap;
    padding: 0px 5px 0px 5px;
}

div.CheckListBoxStyle
{
    overflow: auto;
}

table.PageStyle
{
    width: 100%;
}    

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height: 57px;
}

.loginDisplay
{
    font-size: 1.1em;
    text-align: right;
    color: #000;
    height: 100%;
}

.loginDisplay a:link
{
    color: #00f;
}

.loginDisplay a:visited
{
    color: #00f;
}

.loginDisplay a:hover
{
    color: #00f;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.loginButton
{
    text-align: right;
    padding-right: 10px;
}

.ToolBar
{
	border:solid 1px #d4d4d4;
	padding:10px;
	margin-bottom:20px;
}

.GridContainer
{
	background:#ECF5FB;
	min-height:300px;
	border:solid 1px #d4d4d4;
}

.ModalPopupBackground
{
	background-color: #dedede;
    filter:alpha(opacity=50);
    opacity:0.5;
}

.popup_Container {
	background-color:#dedeff;
	border:2px solid #fff;
	padding: 0px;
}

.popupConfirmation
{
	width: 350px;
	height: 150px;
}

div.popupGroupedOperations
{
	width: 550px;
	height: 400px;
}    

.popup_Titlebar {
	background: url(Images/titlebar_bg.jpg);
	height: 29px;
}

.popup_Body
{
	padding: 5px;
	font-family: Arial;
	font-size:1em;
	color:#000000;
	line-height:15pt;
	clear:both;
}

.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

.TitlebarRight 
{
	background:url(Images/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}

.popup_Buttons
{
	float:right;
	margin:10px;
}

table.debtCaseEventsTable
{
    width: 100%;
}

.debtCaseEventsTableOutgoing
{
    width: 100%;    
}

.debtCaseEventsTableOutgoing td
{
    width: 5%;    
}

.debtCaseEventsTableOutgoing td + td
{
    width: 10%;    
}

.debtCaseEventsTableOutgoing td + td + td
{
    width: 85%;    
    background-color: #FFEEBB;
}

.debtCaseEventsTableOutgoing td + td + td + td
{
    width: 0%;    
    background-color: #fff;
}   

.debtCaseEventsTableIncoming
{
    width: 100%;    
}

.debtCaseEventsTableIncoming td
{
    width: 5%;    
}

.debtCaseEventsTableIncoming td + td
{
    width: 0%;    
}

.debtCaseEventsTableIncoming td + td + td
{
    width: 85%;    
    background-color: #E4FFBB;
}

.debtCaseEventsTableIncoming td + td + td + td
{
    width: 10%;    
    background-color: #fff;
}

.debtCaseEventsTableNoDir 
{
    width: 100%;    
}

.debtCaseEventsTableNoDir td
{
    width: 5%;    
}

.debtCaseEventsTableNoDir td + td
{
    width: 5%;    
}

.debtCaseEventsTableNoDir td + td + td
{
    width: 85%;    
    background-color: #FFFFBB;
}

.debtCaseEventsTableNoDir td + td + td + td
{
    width: 5%;    
    background-color: #fff;
}

.loginFieldset 
{
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    border: 0;
    background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 15px #AAAAAA;
    margin: 60px auto 0;
    padding: 20px;
}

.loginFieldset legend 
{
    text-align: right;
    background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 0 15px #AAAAAA;
    -moz-box-shadow: 0 0 15px #AAAAAA;
    box-shadow: 0 0 15px #AAAAAA;
    padding-right: 1em;
    padding-left: 1em;
    position: absolute;
    margin: -30px 0px 0px 0px;
}

.loginFieldset p 
{
    margin: 2px 12px 0px 10px;
}

.loginFieldset.login label, .loginFieldset.register label, .loginFieldset.changePassword label
{
    display: block;
}

.loginFieldset label.inline 
{
    display: inline;
}

.loginFieldset input {
    background: -webkit-linear-gradient(90deg, #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(90deg, #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px #AAAAAA;
    padding: 5px;
}

.ImageButton
{
    background:#666;
    border:solid 1px #000;
    color:#FFF;
    font-size:10pt;
    font-weight:bold;
    padding:4px;
    text-align:center;
    cursor:pointer;
}

.bubble {
    border-radius: 5px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.5),
                3px 3px 0 hsla(0,0%,0%,.1);
    display: block;
    font: 12px/20px sans-serif;
    padding: 5px 10px;
    position: relative;
    text-align: left;
}
.bubbleOut {
    background-color: #DDFFBB;
    margin-left: 20px;
    width: 90%;
}
.bubbleOut:after {
    border-left: 15px solid transparent;
    border-top: 15px solid #DDFFBB;
    left: -15px;
    content: '';
    position: absolute;
    top: 15px;
}
.bubbleIn {
    background-color: #FFF0A0;
    margin-right: 20px;
    width: 90%;
}
.bubbleIn:after {
    border-right: 15px solid transparent;
    border-top: 15px solid #FFF0A0;
    right: -15px;
    content: '';
    position: absolute;
    top: 15px;
}
.bubbleJournal {
    background-color: #E8E8E8;
    width: 90%;
}

.infobar 
{
    margin-left:5px;
    margin-right:5px;
}

.RadMenu_Hay .rmRootGroup
{
    background:  transparent url('../../images/greenheader2.png') !Important; 
}

.RadMenu_Hay .rmRootGroup .rmLink
{
    color: #fff;
    font-family: Verdana;
    font-weight: bold;
}
   
.RadMenu_Hay .rmGroup .rmLink
{
    color: #000;
    font-family: Verdana;
    font-weight: bold;
}

