@import url("jquery-ui-1.8.6.custom.css");
@import url("WinStyleCommon.css");

/* ==================================================================== */
/* COLOR SETTINGS */
/* ==================================================================== */


/* Color of all fonts - USE WITH CARE, it may override other color settings. Currently disabled. */
/*

* {
	color : black;
}

*/

/* Color settings of page background (usually covered by ContentFrame and MainFrame) and page scrollbars, common for all pages. */
BODY {
 	background: #c0c0c0; /* url('./images/Background.gif') repeat-x top;	*/
	rollbar-base-color: red;
	scrollbar-face-color: red;
/*	scrollbar-darkshadow-color: auto; */
}

/* Colors for main page blocks: the content frame and menu. */
DIV.ContentFrame, 
DIV.MainFrame {
	background-color: gray;
	border-color: white;
}

/* Color of box scrollbars. */
.box {	
	scrollbar-base-color : DarkRed;
	scrollbar-face-color : DarkRed;
}

/* Color of font and background of headers for boxes, grids (including selected row color) and menus. */
DIV.TopFrame,
.ctMenuHeader,
.box-header,
.box-header-small,
.GRID .HEADER,
.GRID TH {
	background-color: red;
	color: white;
}

.box-header-small {
	font-size: 10px;
    font-weight: bold;
    text-indent: 1px;
}

.ctMenuHeader {
	background-image: none;
}

/* Color settings (font color and background) for grid selected row. */
.GRID .SELECTED 
{
	background-color: red;
	color: white;
}

/* Color of borders of menu, boxes and grids. */
.ctMenu,
.group-box{
	border-color: black;
	color: black;
}

.GRID-BOX {
	border-color: red;
	color: black;
}

/* Colors for top menu. */
.TopMenu,
.TopMenu label,
.label_white 
{
	background-color: white;
	color: red;
}

/* Colors for section header labels. */
.label-header {
	color: red;
}

/* Error message color. */
#Top1_labMessage,
HR {
	color: white;
	font-weight: bold;
}

#Top1_labMessage 
{
    width: 150px;
}

/* Grid border color. */
SPAN.GRID {
	border-color:rgb(0,102,153);
}

.TopMenu,
.ctMenu,
.box,
.TAB_SEL {
	background-color: white;
}

/* Color of grid (non-selected) row background. */
.GRID .ROW,
.GRID .ROW2,
.GRID .SUM {
	BACKGROUND-COLOR: #E8E8E8; 
}

/* Settings of colors for gradient in top right corner. */
.TopRightBanner {
	filter:
		progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=Red, EndColorStr=DarkRed);
		/*progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#FFC0CB, EndColorStr=#FFFFFF);*/
	vertical-align: top;
}

/* Lower border in message box. */
.TopMsgBox {
	border-bottom: solid 1px gray;
}
.TopMiddleCol 
{
    background-image: url(images/top_image.jpg);
    background-repeat: no-repeat;
    background-position: right;
    width: 800px;
}

.label_white {
	background-color:Transparent;
	padding-left: 0px;
}
/*Border color for text boxes and boxes. */
.text-box,
.text-box-readonly,
.box,
.TAB_ORG,
.TAB_SEL {
	border-color:black;		
}
/* Disabled textbox background. */
.text-box-readonly {
	background-color: #E8E8E8;
}
/* Inactive tab background color. */
.TAB_ORG {
	background-color:#A8A8A8;
}

#Top1_lbDBname {
	display: none;	
}
#Top1_lbDBC{
	display: none;	
}

.ContentBottom {
    background-image: url("./images/vfa/vfa_platta.gif");
    background-repeat: no-repeat;
    height: 200px;
    margin-top: 20px;
}