﻿/*
Main 
-------------------------------------
These classes are the main classes for the html.
-------------------------------------
*/
html
{
	height: 100%;
	margin: 0px;
	padding: 0px; /*    overflow: hidden; */
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #3d3d3d;
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt; /*    overflow: hidden; */
}

form
{
	height: 100%;
	margin: 0px;
	padding: 0px; /*    overflow: hidden; */
}

.noscroll
{
	overflow: hidden;
}

/*
Top bar 
-------------------------------------
These classes are used for top bar on the master page.
-------------------------------------
*/
.db-topBar
{
	/*background-color: #bea967;*/
	border-bottom: solid 1px black;
	background-image: url('../Images/bg_topbar.png');
}

.db-globalLinks
{
	color: White;
	background-color: Transparent;
}
.db-globalLinks
{
	background-color: Transparent;
	color: White;
}
.db-globalLinks A:link
{
	color: White;
	text-decoration: none;
}
.db-globalLinks A:visited
{
	color: White;
	text-decoration: none;
}
.db-globalLinks A:active
{
	color: White;
	text-decoration: none;
}
.db-globalLinks A:hover
{
	color: White;
	text-decoration: underline;
}
/*
End Top bar 
*/

/*
Page Header 
-------------------------------------
These classes are used for page header on the master page.
-------------------------------------
*/
.db-pageHeader
{
	background-position: right;
	background-color: #e2e2e2;
	background-image: url('../Images/FP_Background_Theme.png');
	background-repeat: no-repeat;
}

.db-pageHeader-text
{
	font-size: 10.5pt;
}
/* End Page Header */

/*
Bread Crumb 
-------------------------------------
These classes are used for the bread crumb styles, 
e.g - hover, click, visited etc..
-------------------------------------
*/
.db-pageHeader-breadCrumb
{
	color: black;
	text-decoration: none;
	padding-left: 5em;
	margin-bottom: 5px;
}
.db-pageHeader-breadCrumb A:link
{
	color: black;
	text-decoration: underline;
}
.db-pageHeader-breadCrumb A:visited
{
	color: black;
	text-decoration: underline;
}
.db-pageHeader-breadCrumb A:active
{
	color: black;
	text-decoration: none;
}
.db-pageHeader-breadCrumb A:hover
{
	color: black;
	text-decoration: underline;
}
/*
End Bread Crumb 
*/

/*
Main Navigation 
-------------------------------------
These classes are used to decorate the main navigation
content menu on the Master page.
-------------------------------------
*/
.db-mainNav
{
	position: absolute;
	z-index: 3000;
}

.db-mainNav-menu
{
	position: absolute;
	z-index: 3000;
}
/*
End Main Nav 
*/

/*
Side Navigation 
-------------------------------------
These classes are used to decorate the side navigation
content on the Master page.
-------------------------------------
*/
.db-sideNav
{
	background-color: #efefef;
}

.db-sideNavContent
{
	margin-left: 3px;
	margin-top: 10px;
}
/*
End Side Nav 
*/

/*
Main Content 
-------------------------------------
These classes are used to decorate the main
content pane on the Master page.
-------------------------------------
*/
.db-mainContentPane
{
	width: 95%;
	margin: 2em;
	float: right;
	display:none;
}
/*
End Main Content 
*/

/*
Panel Box's
-------------------------------------
These classes are used to decorate the dashboard 
panel box controls.
-------------------------------------
*/
.db-infoPanel
{
	border-left: #ffe58a 1px solid;
	border-top: #ffe58a 1px solid;
	border-bottom: #ffe58a 1px solid;
	border-right: #ffe58a 1px solid;
	background-image: url('../Images/info_panel_bg.gif');
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0px;
	padding-right: 3em;
	color: #000;
	margin: 1.6em 0px;
}

.db-infoPanel .title
{
	font-size: 1.2em;
	display: block;
	margin: 0px 0px 1.4em;
	padding-top: 6px;
}

.db-infoPanel-inner
{
	min-height: 40px;
	padding-left: 66px;
	margin-left: 15px;
	background-image: url('../Images/info_panel_icon_32x32.png');
	background-repeat: no-repeat;
}

.db-errorPanel
{
	border-left: #ffe58a 1px solid;
	border-top: #ffe58a 1px solid;
	border-bottom: #ffe58a 1px solid;
	border-right: #ffe58a 1px solid;
	background-image: url('../Images/info_panel_bg.gif');
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0px;
	padding-right: 3em;
	color: #000;
	margin: 1.6em 0px;
}

.db-errorPanel .title
{
	font-size: 1.2em;
	display: block;
	margin: 0px 0px 1.4em;
	padding-top: 6px;
}

.db-errorPanel-inner
{
	min-height: 40px;
	padding-left: 66px;
	margin-left: 15px;
	background-image: url('../Images/error_panel_icon_32x32.png');
	background-repeat: no-repeat;
}
/*
End Panel Box 
*/

/*
Style for the Dashboard widgets.
*/

.db-widgetZone
{
	background-color: #efefef;
}

/*
End Dashboard widgets 
*/

/*
Form controls
-------------------------------------
These classes are used to decorate certain controls 
within a form.
-------------------------------------
*/
.db-formLabel-header
{
	font-size: large;
}

.db-formLabel-description
{
	font-weight: bold;
}

.db-formLabel
{
}

/*
Page Footer 
-------------------------------------
These classes are used to decorate the footer
content on the Master page.
-------------------------------------
*/
.db-footer
{
	border-top: solid 1px black;
	background-color: #ffffff;
}

.db-footerContent
{
	vertical-align: middle;
	text-align: center;
}
/*
End Footer 
*/

/*
Style for the Dashboard shared pages.
*/
.db-spPage
{
	background-position: left top;
	background-image: url('../Images/shared_bg_gradient.png');
	background-repeat: repeat-x;
}

.db-spHeader
{
	margin-top: 60px;
	width: 600px;
	height: 50px;
	background-image: url('../Images/FP_logo.png');
	background-repeat: no-repeat;
}

.db-spMain
{
	border: solid 1px;
	width: 600px;
	background-color: #fff;
	height: 180px;
	text-align: left;
}

.db-spFooter
{
}

.db-spPageIcon
{
	display: block;
}

.db-errorLabel
{
	color: Red;
	position: absolute;
}

 

 
.normalData
{
	text-align: left;
}


a.helpbutton span
{
	display: none;
}

a.helpbutton:hover
{
	position: relative;
}

a.helpbutton:hover span
{
	display: block;
	position: absolute;
	border: thin solid black;
	background-color: #e2e2e2; 
    padding: 5px;
    width: 200px;
}

/*
End Style for the Dashboard shared pages.
*/


.navItem
{
    width: 300px;
    float: left;
    font-size: large;
}

.leftPane
{
    float: left;
    /*
    border-bottom-color: #4c607a;
    border-width: 1px;
    border-bottom-style: solid;
    */
}

.currentPageDescription
{
    font-size: large;
}

.currentNav
{
    float: right;
}
