/* 
Elemente
================================
*/   
H4  {
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight:normal;
    color: #666666;
}
A:link, A:visited  {
	font-family: arial, helvetica;
	color: #3333FF;
	text-decoration: none;
}
A:hover, A:active {
    font-family: arial, helvetica;
	color: #3333FF; /* original: #C6B700*/
	text-decoration: underline;
}

/* 
Klassen
================================
*/ 
.SplashBg {
/*
	opacity:0.2;
	filter:alpha(opacity=20);
	background:url(images/http://www.furmia.ch/portals/0/001-0004.jpg) repeat-x top right; height:100%; margin:0px; padding:0px;
*/
}

table#pagemaster {
	opacity:1;
	filter:alpha(opacity=100);
	width: 100%;
	height: 100%;	
	background-color: #DEDBDE;
}
pagemaster_imagebg {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left; 
}
table#skinmaster {
	width: 800px;
  height: 100%;
	background-color: #ffffff;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid;
}
.controlpanel {
	background-color: white;
	border-top: #403C3D 0px solid;
	border-right: #403C3D 0px solid;
	border-left: #403C3D 0px solid;
	border-bottom: #403C3D 0px solid;
	height:1px;
}
.Skinheader {
	/*background-color: #0004E7;*/
	background-image: url(images/Header_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.topimage {
	height:200px;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	background-color:#FFFFFF;
	/*background-image:url(images/banner.jpg);*/
	background-position:center;
	background-repeat:no-repeat;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
	height:1px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
}
.leftpane {
	width: 190px;
	background-color: transparent;
	padding: 0px;
}
.rightpane {
	width: 190px;
	background-color: #EFEFEF;
	padding: 0px;
}
.midpane {
	background-color: transparent;
	padding: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
}
.sidespace6 {
	padding-left:6px;
	padding-right:6px;
}
.menubg {
	background-image: url(images/menubg.jpg); 
	background-repeat: repeat-x;
	height: 41px;
	padding-left: 0px;
	padding-right: 0px;
}
.horizontal_dotted {
	background-image: url(images/horizontal_dotted.gif); 
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
}
.body_left {
	background-image: url(images/leftedge_bg.jpg);
	background-repeat: repeat-y;
	width: 27px;
}
.body_right {
	background-image: url(images/rightedge_bg.jpg);
	background-repeat: repeat-y;
	width: 27px;
}
.body_left2 {
	background-image: url(images/left_edge_2.jpg);
	background-repeat: repeat-y;
	width: 13px;
}
.body_right2 {
	background-image: url(images/right_edge_2.jpg);
	background-repeat: repeat-y;
	background-color:#DBDBDB; /*wie pagemaster */
	width: 13px;
}
.StandardButton {
	/*background-color: #3C3939;*/
	background-color: #5279F7;
	border-top: #DEDCCD 1px solid;
	border-right: #DEDCCD 1px solid;
	border-left: #DEDCCD 1px solid;
	border-bottom: #DEDCCD 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#5279F7,endColorStr=#0018CE); 
	color: #DCDCDC;
	font-family: arial, helvetica; 
	font-size: 11px;
	font-weight:normal;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
}

/* Text Styles */
.Head {
	font-family: arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #3333FF;
}
.SubHead {
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #3333FF;
}
.Normal {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #3C3C3C;
}
.NormalTextBox {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #141414;
}
td.breadcrumbtxt {
	font-family: arial, helvetica;
	color: #3333FF;
	font-size:11px;
	font-weight:normal;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
}
a.breadcrumbtxt:link, a.breadcrumbtxt:visited {
	font-family: arial, helvetica;
	color: #3333FF;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}
a.breadcrumbtxt:hover, a.breadcrumbtxt:active  {
	font-family: arial, helvetica;
	color: #3333FF;
	font-size:11px;
	text-decoration: underline;
	font-weight:normal;
}

/* styles used in the file manager */
.FileManager
{
	border-right: #DEDEDE 1px solid;
	border-top: #DEDEDE 1px solid;
	border-left: #DEDEDE 1px solid;
	border-bottom: #DEDEDE 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: #DEDEDE 1px solid;
	height:25px;
	background-color: #DEDEDE;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
}
.FileManager_Explorer
{
	height:100%;
	border: #DEDEDE 1px solid;
	background-color: #FFFFFF;
	margin: 2px 2px 2px 2px;
}
.FileManager_FileList 
{
	height:100%;
	border: #DEDEDE 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}
.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}
.FileManager_Header
{
    font-family: arial, helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #3C3C3C;
    background-color: #DEDEDE;
    border-bottom: #DEDEDE 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
    height: 25px;
}
.FileManager_Pager
{
    font-family: arial, helvetica;
    font-size: 11px;
	color:#3C3C3C;
    font-weight: bold;
   	background-color: #DEDEDE;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
    border-top: #DEDEDE 1px solid;
    height: 25px;
}
.FileManager_StatusBar
{
    font-family:Arial;
    font-size: 11px;
    font-weight:normal;
    background-color: white;
    height: 25px;
	margin: 2px 2px 2px 2px;
}
.FileManager_Item
{
    font-family: arial, helvetica;
    font-size: 11px;
    font-weight:normal;
    color: #3C3C3C;
    background-color: white;
    border-top: #DEDEDE 1px dashed;
    border-bottom: #DEDEDE 1px dashed;
}
.FileManager_AltItem
{
    font-family: arial, helvetica;
    font-size: 11px;
    font-weight:normal;
    color: #3C3C3C;
    background-color: #DFDFDF;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}
.FileManagerTreeNode 
{
    font-family: arial, helvetica;
    font-size: 11px;
	color: #3C3C3C;
    font-weight:normal;
}
.FileManagerTreeNodeSelected 
{
    font-family: arial, helvetica;
    font-size: 11px;
    font-weight:normal;
	background-color: #DEDEDE; 
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration: none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	height:400px;
	width:600px;
}
.WizardButton
{
	background-color: #FEFDF5;
	border-top: #DEDCCD 1px solid;
	border-right: #DEDCCD 1px solid;
	border-left: #DEDCCD 1px solid;
	border-bottom: #DEDCCD 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFDF5,endColorStr=#DEDEDE);
	color: #3C3C3C;
	font-family: arial, helvetica; 
	font-size: 11px;
	font-weight:normal;
}
.WizardHeader
{
	height:30px;
	border-bottom: #DEDCCD 1px solid;
	color: #141414;
	background-color: #ffffff;
}
.WizardFooter
{
	border-top: #DEDCCD 1px solid;
	background: #ffffff;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 5px;
	border-left: #DEDCCD 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #DEDCCD;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFDF5,endColorStr=#DEDCCD);
}
.WizardHelpText
{
	overflow: auto;
	font-size: 11px;
	width: 180px;
	color: #141414;
	font-family: arial, helvetica;
	height: 300px;
}
.WizardText
{
	font-size: 11px;
	color: #141414;
	font-family: arial, helvetica;
}

/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight:normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: arial, helvetica;
    font-size: 11px;
    font-weight:normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #3333FF;
}
A.CommandButton:visited  {
    text-decoration: underline;
    color: #3333FF;
}
A.CommandButton:active   {
    text-decoration: underline;
    color: #3333FF;
}
A.CommandButton:hover    {
    text-decoration: none;
    color: #3333FF;
}
