/*---------------------------------------------------------------*/
/* Description:	CSS File for Web-Site "Holzen-Online"              */
/* Copyright:	2005, J. Brombacher                              */
/*---------------------------------------------------------------*/

/*****************************************************************/
/* Section with Style info for standard HTML Tags                */
/*****************************************************************/

/* Styles for Standard-Hyperlinks */
A:Link
{
	font-size: 12px;
	color: #4C4C66;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
A:Visited
{
	font-size: 12px;
	color: #4C4C66;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
A:Hover
{
	font-size: 12px;
	color: #97AC2E;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

/*---------------------------------------------------------------*/
/* Styles for buttons                                            */
/*---------------------------------------------------------------*/
.PushButton 
{
	margin-left: 8px;
}

/*---------------------------------------------------------------*/
/* Styles used within the desktop area                           */
/*---------------------------------------------------------------*/
.WorkAreaBackground 
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000
}

.DecoAreaBackground 
{  
	background-color: #4E6CB2;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF
}
.PageHeadline
{
	font-weight: bolder;
	font-size: 14px;
	color: #ffffff;
	text-indent: 5px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999966;
}

.MenuNormal 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	background-color: 7B94C5; 
	border: 0px #FFFFFF none; 
	color: #CCCCCC
}
.MenuBackground 
{  
	background-color: 7B94C5
}

.MenuHover 
{ font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	background-color: 4E6CB2; 
	border: 0px #FFFFFF none; color: #FFFFFF ; 
	font-weight: normal
}
.ResolutionText 
{   font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF
}

.TextAreaNormal 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #000000
}

.TextAreaNormalScrollbar
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	overflow: scroll 
}

.TextAreaWarning
{
	font-size: 12px;
	color: #c00000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.CommandArea 
{  
	border-top: #666666 1px solid;
	font-size: 12px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	color: #999999;
	padding-top: 8px;
	font-family: Verdana, Arial;
	background-color: #EBEEDD;
}

.UpperCommandArea 
{ 
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 12px;
	color: #999999;
	padding-top: 12px;
	font-family: Verdana, Arial;
	background-color: #EBEEDD;
	border-bottom: #666666 1px solid;
}

.ImageFloat
{
	margin: 15px 5px 5px 15px;
	float: left;
}	

/*---------------------------------------------------------------*/
/* Styles that define the apperance of the grid                  */
/*---------------------------------------------------------------*/
/* Style defines the apperance of the header row of the grid */
.gridHeader
{
	border-top: #336699 1px solid;
	border-bottom: #336699 1px solid;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #DDDDDD;
}
/* Style defines the apperance of an item row in the grid */
.gridItem
{
	font-family: Verdana, Arial;
	font-size: 12px;
}
/* Style defines the apperance of an item row for a customer that is retarded */
.gridItemRetard
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
/* Style defines the apperance of an item in a smaller font in the grid */
/* Used for displaying additional link info to a descriptor          */
.gridItemSmall
{
	font-family: Verdana, Arial;
	font-size: 10px;
}
/* Style defines the apperance of the footer of the grid */
.gridFooter
{
	border-top: #336699 1px solid;
	border-bottom: #336699 1px solid;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #DDDDDD;
}
/* Style defines the apperance of an item row in the image preview lists */
.gridImageItem
{
	border-top: #336699 1px solid;
	font-family: Verdana, Arial;
	font-size: 12px;
}
/* Style defines the apperance of the pager in the footer row */
.gridPager
{
	border-top: #336699 1px solid;
	border-bottom: #336699 1px solid;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #555566;
	background-color: #DDDDDD;
}

/*---------------------------------------------------------------*/
/* Styles that are used in the detail view                       */
/*---------------------------------------------------------------*/
/* Style defines the intermediate titles that can occur within the detail data */
.DetailTitle
{
	padding-top: 4px;
	font-weight: bold;
	font-size: 11px;
	background-color: #DDDDDD;
	color: black;
	line-height: 14px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial;
}
/* Style defines the apperance of the label of a detail attribute */
.DetailAttributLabel
{
	border-top: gainsboro 1px solid;
	font-weight: normal;
	font-size: 11px;
	border-left: gainsboro 1px solid;
	line-height: 12px;
	border-bottom: gainsboro 1px solid;
	background-repeat: no-repeat;
	font-family: Verdana, Arial;
	color: Navy;
    
}
/* Style defines the apperance of the value of a detail attribute */
.DetailAttributValue
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	border-top: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	border-right: gainsboro 1px solid;
	font-family: Verdana, Arial;
}

