﻿
body {
	margin: 0px;
	font-family: arial;
	font-size: 10pt;
}

/* HEADER */
.header {
	background-color: #333333;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	border-bottom: 1px solid;
}

.header  h1{
	color: #ff9422;
	border-bottom: 1px solid;
	font-variant: small-caps;
}

.logo {
	float: left;
	width: 150px;
	margin: 10px;
}

.titledivider {
	padding: 0px;
	margin: 0px;
	border-color: #ff9422;
	border-bottom: 2px solid;
}

/* BODY */
.body
{
	font-family: arial;
}


/* SIDENAV */
.sidenav 
{
    background: #808080 url(../App_Themes/BankEx/images/sidenav_background.jpg) repeat-y 100% 0;
	padding: 10px;
	position: absolute;
	float: left;
	width: 230px;
	height: 100%;
	font-variant: small-caps; 
	font-size: 10pt;
}

.sidenav td {
    white-space:nowrap;
    width:100%;
}

.sidenav ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

.sidenavdivider {
	background-color: #ffffff;
	float: left;
	width: 2px;
	margin-left: -10px;
	height: 100%;
}

.sitemapLevel1 a {

}

.sitemapLevel2 a {
    margin-left:16px;
}

.sitemapLevel3 a {
    margin-left:32px;
}


/* CONTENT */

.content {
	padding: 0px 10px 10px 255px;
	
}

.content h1
{
	color: #333333;
	border-bottom: 2px solid;
	font-variant: small-caps; 
}

.content h2, h3, h4
{
	color: #333333;
	font-variant: small-caps; 
}


a
{
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

a:visited
{
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

a:hover
{
	font-family: arial;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

.grid_paging
{
	font-size: 9pt;
    font-weight: bold;
}

input
{
	font-family: Arial, sans-serif;
}

.SlimButton {
    width:70px;
}

.MidButton {
    width:100px;
}

.WideButton {
    width:130px;
}

.SignificantButton {
    background-color:#D3D3D3;
    border-color:#D3D3D3;
    border-style:outset;
}

.HiddenButton {
    visibility:hidden;
}

.DateTextBox {
    width:80px;
}

.ReadOnlyTextBox {
    border:0px;
    background-color:transparent;
}

.Bold
{
    font-weight: bold;
}

.Italic
{
    font-style:italic;
}

.Error
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
}

.ErrorColour {
    color:red;
}

.ErrorSuppressed {
    color:red;
    display:none;
}

.ErrorHidden {
    color:red;
    visibility:hidden;
}

.Success
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #00AA00;
}

.filterwidth
{
	margin-left: 21px;
}

.right
{
	right: 0px;
	font-weight: bold;
}

.QSearchText
{
    width: 33px;	
}

.QSearchButton
{
    width: 41px;	
}

.HeadLabel
{
	color: #333333;
	padding: 10px 0px 0px 0px;
	font-variant: small-caps; 
	font-family: arial;
	font-size: large;
	font-weight: bold;
}

.LinkButton
{
	color: #3333FF;
	text-decoration: underline;
	font-family: arial;
	font-weight: bold;
}

.LinkButton:hover {
    font-weight: bold;
}

/* GRIDS & TABLES */

.GridStandard
{
    font-family: arial, sans-serif;
	font-size: 9pt;
}

table.GridStandard {
    border-width:1px;
    border-collapse:collapse;
    border-color:black;
    border-style:solid;
}

.GridHeaderRow
{
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #808080;
	text-transform: uppercase;
}

.GridHeaderRow th {
    padding:2px;
}

.GridAlternatingRow
{
	font-family: arial, sans-serif;
	font-size: 9pt;
	background-color: #EEEEEE;
}

.modalBackground 
{
	background-color:#f0f0f0;
	/*
	filter:alpha(opacity=60);
	opacity:0.7px;
    */
}

.modal {
    background-color: #f0f0f0;
    border: 2px solid black;
    margin: 5px;
}

.invisible {
    display:none;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

/* Mouse Hover */

a.info {
	position:relative; /*this is the key*/
	z-index:0;
    color:Blue;
    font-style:oblique;
    text-decoration:underline;  
	float:none;
 }

a.info .ttip {
    display: none;
    float:none;
}
a.info:hover{
    z-index:1; 
    background-color:#fff;
    text-decoration:none;
}
a.info:hover .ttip {  
    display:block;
	position:absolute;
    top:20px; 
    left:40px; 
    width:120px;
    border:3px double #0cf;
    background-color:#cff; 
    color:#099;
    font-size:10px;
    font-style:normal;
    padding:5px;
} 

/* Home.aspx */

.AssignedCreditorsCreditorNameColumn {
    width:300px;
}

