﻿body
{

}

h1, h2, h3, h4, h5
{
	color: #336699;
}

.MainWindow
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: Verdana, Arial;
}

.TopPage
{
	background-image: url(Images/interface/top_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.Login
{
	font-size: 10px;
	background-image: url(Images/interface/login_bgr.JPG);
	background-repeat: no-repeat;
	background-position: left top;
}

.Loggedin
{
	font-size: 10px;
	background-image: url(Images/interface/loggedin_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.ClearContentPage
{
	color: #000000;
	font-size: 8pt;
	text-align: justify;
}

.ContentPage
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	color: #000000;
	background-repeat: repeat-y;
	border-left-width: 1px;
	border-left-color: gray;
	font-size: 8pt;
	text-align: justify;
	background-image: url(Images/interface/containt_bgr.jpg);
}

.ContentPage textarea, .ContentPage input
{
	font-family: Verdana, Arial;	
	font-size: 9pt;
}

.ContentPage li
{
	list-style-position: inside;
	font-size: 7pt;	
}
.ContentPage a
{
	font-weight: bold;
	font-size: 8pt;
	color: #0090b2;
	text-decoration: none;
	white-space:nowrap
}
.ContentPage a img
{
	border: none;
	vertical-align: middle;
}

.NavBar
{
	background-image: url(Images/interface/navbar_bgr.jpg);
	background-repeat: repeat-y;
	height: 100%;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 8pt;
} 
.NavBarSelected
{
	background-image: url(Images/interface/navbar_btn_down.jpg);
	background-repeat: no-repeat;
}
.NavBarSelected A:link, .NavBarSelected A:visited, .NavBarSelected A:active
{
	font-weight: bold;
	color: #336633;
	text-decoration: none;
	position: relative;
	top: 2px;
}
.NavBarIdle{
	background-image: url(Images/interface/navbar_btn_up.jpg);
	background-repeat: no-repeat;	
}
.NavBarIdle A:link, .NavBarIdle A:visited, .NavBarIdle A:active
{
	font-weight: bold;
	color: white;
	text-decoration: none;
	position: relative;
	top: 2px;
}
.NavBarOver
{
	background-image: url(Images/interface/navbar_btn_over.jpg);
	background-repeat: no-repeat;
}
.NavBarOver A:link, .NavBarOver A:visited, .NavBarOver A:active
{
	font-weight: bold;
	color: white;
	text-decoration: none;
	position: relative;
	top: 2px;
}

.BottomBar
{
	background-image: url(Images/interface/bottom_bgr.JPG);
	background-repeat: repeat-x;
	font-size: 10pt;
}

.ContextMenu
{
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
	background-color: #F5F5F5;
}
.ContextMenuOver
{
	background-color: #99cccc;
}
.ContextMenuHeader
{
	background-color: #99ccff;
	font: caption;
}
.MessageControl
{
	font-size: 10px;
	width: 80%;
	font-family: Verdana, Arial;
}

.Wizard
{

}

.AddCredit
{
	font-size: 10pt;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.AccountInformation
{
	background-color: #ccccff;
}
.AdminCreditDetails
{
	background-color: #ccccff;
}
.ErrorPage
{
	background-color: #ccccff;
}
.modalBackground
{
	background-color: silver;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup
{
	background-color: infobackground;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.CustomToolTip
{
	font-family: Verdana;
	font-size: 10px;
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	background-image: url(Images/interface/containt_bgr.jpg);
	background-repeat: repeat-y;
}