/*
    Document   : funds.css
    Created on : 18/09/2008, 11:25
    Author     : sml
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

.mainPanel {
    
}

li.list {
   font-family: Arial, Helvetica, sans-serif;
   color: #040D14;
   font-size: 0.795em;
   margin-top: 1px;
   margin-bottom: 1px;
   list-style-type: square;
}

li.listIcon {
  font-family: Arial, Helvetica, sans-serif;
  color: #040D14;
  font-size: 0.795em;
  margin-top: 5px;
  margin-bottom: 1px;
  list-style-type: none;
}

p.text-BelowHeader {
  font-family: Arial, Helvetica, sans-serif;
  color: #040D14;
  font-size: 0.795em;
  margin-left: 5px; 
  margin-bottom: 2px;
  margin-top: 3px;
 
}

p.text-Plain {
  font-family: Arial, Helvetica, sans-serif;
  color: #040D14;
  font-size: 0.795em;
  margin-left: 5px; 
  margin-bottom: 1px;
  margin-top: 3px;
}

p.text {
  font-family: Arial, Helvetica, sans-serif;
  color: #040D14;
  font-size: 0.795em;
  margin-top: 10px;
  margin-left: 5px; 
  margin-bottom: 1px;
}

p.text-TopOfList {
  font-family: Arial, Helvetica, sans-serif;
  color: #040D14;
  font-size: 0.795em;
  margin-top: 10px;
  margin-left: 5px; 
  margin-bottom: 0;;

}

p.text-BelowList {
  font-family: Arial, Helvetica, sans-serif;
  color: #040D14;
  font-size: 0.795em;
  margin-top: 0;
  margin-left: 5px; 
  margin-bottom: 1px;

}

p.header {
  font-family: Arial, Helvetica, sans-serif;
  color: #040D14;
  font-size: 18px;
  margin-top: 20px;
  margin-left: 5px;
  margin-bottom: 1px;
}

p.sub-Header {
  font-family: Arial, Helvetica, sans-serif;
  color: #040D14;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 5px; 
  margin-bottom: 1px;
}

p.sub-HeaderBelowList {
  font-family: Arial, Helvetica, sans-serif;
  color: #0D0D14;
  font-size: 0.795em;
  font-weight: bold;
  margin-top: 0;
  margin-left: 5px; 
  margin-bottom: 1px;
}

.popup {
  font-family: Arial, Helvetica, sans-serif;
  color: #838382;
  font-size: 12px;
  border-style: solid;
  border-width: 1px;  
  background-color: #FFFFA9;
}

p.popup-Title {
  font-family: Arial, Helvetica, sans-serif;
  color: #868686;  
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 5px;
  margin-left: 5px; 
  margin-right: 5px;
  margin-bottom: 5px; 
}

p.popup-Header {
  font-family: Arial, Helvetica, sans-serif;
  color: #868686;  
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 5px; 
  margin-right: 5px;
  margin-bottom: 5px;
        
}

span.popup-Content {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;  
  font-size: 12px;
  margin-top: 5px;
  margin-left: 5px; 
  margin-right: 5px;
  margin-bottom: 5px; 
  
}

span.popup-Hint {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;  
  font-size: 11px;
  
}

.listPanel {  
  margin-top: 5px;
  margin-left: 2px;
  
}

.saveButton {  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 10px;
  color: #838382;
}

.saveButton-click {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #838382;
  cursor: wait;
  margin-top: 10px;

}

.saveLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 5px;
    text-align: right;
    color: #838382;

}

.linkLabel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #838382;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
  margin-bottom: 4px;    
        
}

.linkLabel-hovering {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #040D14;  
  margin-left: 4px;
  margin-right: 4px;  
  margin-top: 4px;
  margin-bottom: 4px;          
  cursor: pointer;
  cursor: hand;
}

.gwt-ListBox {
  font-family: Arial, Helvetica, sans-serif;
  color: #A9A9A9;
  background-color: #FFF;
  font-size: 12px;
  margin-left: 4px;
  margin-right: 4px;  
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #A9A9A9;
}

.gwt-SuggestBox {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  background-color: #FFF;
  font-size: 12px;
  margin-left: 4px;
  margin-right: 4px;  
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
}

.gwt-SuggestBoxPopup {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  background-color: #FFF;
  font-size: 12px;
  margin-left: 4px;
  margin-right: 4px;  
  border-style: solid;
  border-width: 1px;
  border-bottom-style: solid;
  border-color: #99999
    
}

.textBox-SmallFont {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;  
  font-size: 10px;
  margin-left: 4px;
  margin-right: 4px;
}

.textBox-Date {
  font-family: Arial, Helvetica, sans-serif;
  color: #A9A9A9;
  font-size: 12px;
  margin-left: 4px;
  margin-right: 4px;  
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-color: #A9A9A9;
}

.gwt-TextBox {
  font-family: Arial, Helvetica, sans-serif;
  color: #A9A9A9;
  font-size: 12px;
  margin-left: 4px;
  margin-right: 4px;  
  border-bottom-color: #A9A9A9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.gwt-TextBox-readonly {
  font-family: Arial, Helvetica, sans-serif;
  color: #A9A9A9;
  font-size: 12px;
  margin-left: 4px;
  margin-right: 4px;  
  border-bottom-color: #A9A9A9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  background-color: white;
}

.gwt-PasswordTextBox {
  font-family: Arial, Helvetica, sans-serif;
  color: #A9A9A9;  
  font-size: 12px;
  margin-left: 4px;
  margin-right: 4px;  
  border-bottom-color: #A9A9A9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.gwt-Label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #6F6F6F;
  margin-top: 2px;
  margin-left: 4px;
  margin-right: 4px;  
}

.gwt-Label-hovering {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #040D14;
  cursor: pointer;
  cursor: hand;
  margin-top: 2px;
  margin-left: 4px;
  margin-right: 4px;
}

.label-Decorate{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #6F6F6F;
  margin-top: 2px;
  margin-left: 4px;
  margin-right: 4px;  
  text-decoration: underline;
}

.report-Table {
  margin-top: 5px;
  margin-left: 4px;
  margin-bottom: 5px;
  border-color: #A9A9A9;
  border-style: solid;
  border-width: 1px;

}

.report-Cell {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #838382;
  cursor: pointer;

}

.report-Selected-Cell {
   background-color: #eaeaef;
}

.report-Label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #838382;
  height: 11px;

}

.report-TextBox {
  font-family: Arial, Helvetica, sans-serif;
  color: #A9A9A9;
  font-size: 11px;
  margin-left: 4px;
  border: 0;
  height: 11px;

}

.report-Hold {
  color: #A9A9A9;
  margin-left: 4px;

}

.label-SmallFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #666666;
  margin-top: 2px;
  margin-left: 4px;
  margin-right: 4px;  
}

.linkLabel-SmallFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #2e5094;
  text-decoration: underline;
  margin-top: 2px;
  margin-left: 4px;
  margin-right: 4px;    
}

.headerLabel1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 24px;
  margin-top: 10px;
  margin-left: 10px;   
  margin-bottom: 10px;
    
}

.headerLabel2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  
}

.headerLabel2-hovering {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  cursor: pointer;
  cursor: hand;  
  
}

.subHeader-Text {
  font-family: Arial, Helvetica, sans-serif;
  color: #0D0D14;
  font-size: 18px;
  margin-left: 5px;   
  margin-bottom: 1px;
  margin-right: 5px;
  
}

.header-Section {
	font-family: Arial, Helvetica, sans-serif;
	color: #040D14;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 1px;
	margin-right: 5px;
	font : bold;
}

.header-Panel {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #838382;
}

.logo-Text1 {
  font-family: "Times New Roman";
  color: #FFFFFF;
  font-size: 28px;
  margin-left: 5px;
  height: 25px;
  text-align: top;
}

.logo-Text2 {
  font-family: "Times New Roman";
  color: #FFFFFF;
  font-size: 28px;
  margin-left: 5px;
  height: 25px;

}

.logo-Text3 {
  font-family: "Times New Roman";
  color: #FFFFFF;
  font-size: 14px;
  text-align: right;
  height: 10px;
  margin-top: 1px;
  margin-right: 3px;
  margin-bottom: 5px;

}

.logo-Hovering3 {
  font-family: "Times New Roman";
  color: #FFFFFF;
  font-size: 14px;
  text-align: right;
  cursor: pointer;
  cursor: hand;
  text-decoration: underline;
  height: 10px;
  margin-top: 1px;
  margin-bottom: 5px;
  margin-right: 3px;
}

.logo-Panel {
  background-color: #D4CBB9;
  margin-left: 1px;
  margin-top: 1px;

}

.login-Text {
  font-family: Arial, Helvetica, sans-serif;
  color: #838382;  
  font-size: 12px;
}

.html-Link {
  font-family: Arial, Helvetica, sans-serif;
  color: #040D14;
  font-size: 12px;
  text-align: center;
  margin-left: 80px;
}

.goTo-Text {
  font-family: Arial, Helvetica, sans-serif;
  color: #A9A9A9;
  font-size: 12px;

}

.admin-text {
  font-family: Arial, Helvetica, sans-serif;
  color: #A9A9A9;
  font-size: 12px;
  margin-left: 4px;

}

.check-Panel{
  font-family: Arial, Helvetica, sans-serif;
  border-color: #999999;
  font-size: 11px;
  border-style: solid;
  border-width: 1px;
  margin-left: 50px;   
  margin-bottom: 1px;
  margin-top: 3px;
  
}

.indent-TextArea {
  font-family: Arial, Helvetica, sans-serif;
  border-color: #A9A9A9;
  color: #A9A9A9;
  font-size: 11px;
  margin-left: 46px;   
  margin-bottom: 1px;
  margin-top: 3px;
  
}

.check-TextBox {
  font-family: Arial, Helvetica, sans-serif;
  color: #A9A9A9;  
  font-size: 11px;
  margin-left: 5px;
  margin-right: 4px;  
  border-bottom-color: #A9A9A9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  
}

.check-Label {
  font-family: Arial, Helvetica, sans-serif;
  color: #A9A9A9;
  font-size: 11px;
  margin-right: 5px;
  
}

.gwt-CheckBox {
   font-family: Arial, Helvetica, sans-serif;
  color: #A9A9A9;
  font-size: 11px;
}

.goTo-hovering {
  font-family: Arial, Helvetica, sans-serif;
  color: #040D14;
  font-size: 12px;
  text-align: right;
  cursor: pointer;
  cursor: hand;

}

.admin-hovering {
  font-family: Arial, Helvetica, sans-serif;
  color: #040D14;
  font-size: 12px;
  margin-left: 4px;
  cursor: pointer;
  cursor: hand;

}

.hintLabel {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 11px;
  margin-left: 3px;   
  border-style: solid;
  border-width: 1px;
  text-align: center;
  background-color: #FFFFA9;
}

.tabLabel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  width: 100px;
  text-indent: 4px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
}

.tabLabel-hovering {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  width: 100px;
  text-indent: 4px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-right-style: dotted;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.gwt-TabBar {
  background-color: #2e5094;
  margin-top: 8px;
  margin-left: 8px;
}

.gwt-TabBar .gwt-TabBarItem {
  background-color: #2e5094;
}

.gwt-TabBar .gwt-TabBarItem-selected {
  background-color: #517acb;
}

.gwt-TabPanelBottom {
  
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #517acb;
  margin-left: 8px;
}

.tabPanel {  
  margin-top: 8px;
  margin-left: 8px;
}

.button {
  background-image: url(whitewhole100.gif);
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;  
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;  
  margin-top: 4px;
  margin-bottom: 4px;  
}

.button-disabled {
  background-image: url(greywhole100.gif);
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;  
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;  
  margin-top: 4px;
  margin-bottom: 4px;  
}

.button75 {
  background-image: url(whitewhole75.gif);
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;  
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;  
  margin-top: 4px;
  margin-bottom: 4px;  
}

.gwt-TextArea {
  font-family: Arial, Helvetica, sans-serif;
  color: #A9A9A9;  
  font-size: 11px;
  margin-left: 4px;
  margin-right: 4px;  
  border-color: #A9A9A9;
  border-style: solid;
  border-width: 1px;
  background-color: white;
}

.gwt-TextArea-readonly {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  background-color: white;
}

.confirmDeletePanel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  background-color: white;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-color: #517acb;
  border-bottom-color: #517acb;
  border-left-color: #517acb;
  border-right-color: #517acb;
}

/* Blue theme */
.blue-date-picker {
	background-color: #C3D9FF;
	color: #112ABB;
	width: 165px;
}
.blue-month-line {
	width: 165px;
	color: #112ABB;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	text-align: center;
	cursor: pointer;
}
.blue-week-line {
	width: 165px;
	color: black;
	font-size: 8pt;
	font-family: Verdana;
	text-align: center;
}
.blue-day-grid {
	border: 1pt solid #AACCEE; background-color : white;
	width: 165px;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana;
	border-collapse: collapse;;
	background-color: white;
	cursor: pointer;
}
.blue-current-month-selected {
	background-color: #75A9ff;
	color:black;
}
.blue-selected{
	background-color: #75A9ff;
	color:#aaa;
}
.blue-week-end {
	color:#aaa;
	background-color: #eee;
}
.blue-current-month-week-end {
	background-color: #eee;
	color: black;
}
.blue-other-day {
	color:#aaa;
}
.blue-current-month-other-day {
	color: black;
}
.blue-cant-be-selected {
	background-color:#eee;
	color:#D3D3D3;
}
.blue-day-grid tr {
	height: 20px;
}

/*Pink theme*/
.pink-date-picker {
	background-color: #F2D3D3;
	color: #C26262;
	width: 165px;
}
.pink-month-line {
	width: 165px;
	color: #C26262;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	text-align: center;
	cursor: pointer;
}
.pink-week-line {
	width: 165px;
	color: black;
	font-size: 8pt;
	font-family: Verdana;
	text-align: center;
}
.pink-day-grid {
	border: 1pt solid #AACCEE; background-color : white;
	width: 165px;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana;
	border-collapse: collapse;;
	background-color: white;
	cursor: pointer;
}
.pink-current-month-selected {
	background-color: #F39E9D;
	color:black;
}
.pink-selected {
	background-color: #F39E9D;
	color:#aaa;
}
.pink-week-end {
	color:#aaa;
	background-color: #eee;
}
.pink-current-month-week-end {
	background-color: #eee;
	color: black;
}
.pink-other-day{
	color:#aaa;
}
.pink-current-month-other-day {
	color: black;
}
.pink-cant-be-selected {
	background-color:#eee;
	color:#D3D3D3;
}
.pink-day-grid tr {
	height: 20px;
}
