/* 
 * Copyright (c) 2007, ING Australia. All rights reserved.
 * 
 * File Name: ing.css 
 * Version: 0.1
 * Author: Dave Kuhn
 * Description: Define ING specific visual stylings here
 */

body {
	color: #cccccc;
	background-color: #EDEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a { color: #4B7D88; }

h1 { color: #739600; }

h2 { color: #000000; }

h3 { color: #666666; }

h4 { color: #666666; }

hr { 
	border-top: #cccccc 1px solid; 
	border-bottom: #cccccc 0px solid; 
}

#container {
	color: #000000;
	background-color: #FFFFFF;
}

#orange-line {
	font-size: 1px;
	margin-bottom: 1px;
	height: 5px;
	background: #739600;
}

div.title-bar {
	color: #FFFFFF; 
	background: url(../images/apps/th-bg-blue.jpg) repeat-x;
}

/**
 * Begin form styles
 */
.tableForm { border: none; }

.tableForm tbody th { 
	color: #000000;
	background-color: #EDEBEB;
}

.tableForm tbody td { 
	color: #000000;
	background-color: #EDEBEB;
}

.tableForm tbody th em { color: #ff3300; }

font.security-check { 
		      color: #ff3300; 
		      font-weight: bold;
}
.tableForm .tableFormHeading th { 
	color: #FFFFFF; 
	background: url(../images/apps/th-bg-blue.jpg) repeat-x;
}

.tableForm tbody th .hint {
	font-size: 11px;
}
/**
 * End form styles
 */
 
 /**
  * Begin tooltip styles 
  */
#tt.yui-tt .bd {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: left;
    font-size: 11px;
    color: #FFFFFF;
    padding: 2px 5px;
    border-color: #D4C237 #A6982B #A6982B #A6982B;
    border-width: 1px;
    border-style: solid;
    background-color: #513E38;
}

#tt.yui-tt.show-scrollbars .bd {
    overflow: auto;
}

#tt.yui-tt-shadow {
    top: 2px;
    right: -3px;
    left: -3px;
    bottom: -3px;
    background-color: #000;
}

#tt.yui-tt-shadow-visible {
    opacity: .12;
    *filter: alpha(opacity=12);  /* For IE */    
}
/**
 * End Tooltip styles 
 */