﻿body 
{

}
a.menustyle, a.menustyle:link, a.menustyle:visited 
{
  color  : #636363;
  text-decoration: none;
  font-family: Verdana;
  font-size: 14px;
  font-weight: normal;
}
a.menustyle:hover
{
  color: Red;
  text-decoration: underline;
  font-family: Verdana;
  font-size: 14px;
  font-weight: 300;
}
a.catstyle, a.catstyle:link, a.catstyle:visited 
{
  color  : #636363;
  text-decoration: none;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
}
a.catstyle:hover
{
  color: Red;
  text-decoration: underline;
  font-family: Verdana;
  font-size: 12px;
  font-weight: 300;
}


/* Header voor steigertrend masterpage */
.steigertrend-header	
{
	margin: auto;
	padding: 0;
	width: 1000px;
	height: 300px;
	background-color: #EDEDED;
}

.steigertrend-content	
{
	padding: 0;
	background-color: #EDEDED;
	font-family: Verdana;
	font-size: 12px;
}

.steigertrend-menu	
{
	padding: 0;
	background-color: #EDEDED;
	font-family: Verdana;
	font-size: 14px;
}

.steigertrend-content-details	
{
	background-color: #ededed;
	font-family: Verdana;
	font-size: 12px;
	text-align:center;
}

.error
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	padding-bottom:5px;  color: Red;
	text-decoration: none;
}

.steigertrend-gridview
{
font-family: Verdana;
font-size: 14pt; 
padding-bottom:5px;  color: #636363;
text-align: center;
}

.alternating td
{
 background-color: #E8C94D;
}

h1 
{
	font: bold 16px 'Verdana'; 
	color: #636363; 
}
 
h2 
{	
	font: bold 14px 'Verdana'; 
	color: #636363; 
}

h3 
{ 
	font: bold 12px 'Trebuchet MS'; 
	color: #FFFFCC; 
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.NewsPanel
{
	width: 170px;
	height: 150px;
	overflow: auto;
	background-color: #C0FFA5;
	padding: 5px 5px 5px 5px;
	border: solid 1px #6DBC23;
}
.NewsPanelHeader
{
	background-color: #6DBC23;
	height: 10px;
}
.NewsPanelTable
{
	width: 150px;
	height: 50px;
	overflow: auto;
}
.NewsPanelTable td
{
	padding: 5px 5px 5px 5px;
}

/*Modal Popup*/
.NewsModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.NewsModalPopup
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.NewsModalHeader
{
	height: 27px;
	background-color: #9C8249;
	border: solid 1px Gray;
	color: Black;
	cursor: move;
}
.NewsTitel
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.NewsModalContent
{
	height: 350px;
	width: 623px;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	border: solid 1px #9C8249;
}
