/* --- General Styles for Module ----------------------------------------------------------------------- */

	.Module	{
    margin: 0px;
		font-size: 11px;
		line-height: 14px;
		color: #010101;
		font-weight: normal;
	}

	.Module a:link, .Module a:visited	{
		color: #010101;
		text-decoration: underline;
		font-weight: normal;
	}
	.Module a:hover, .Module a:active	{
		color: #DB0000;
		text-decoration: none;
	}

	.Module .header	{
		font-size: 15px;
		line-height: 17px;	
		color: #DF0803;
    margin: 0px;
		font-weight: bold;
		text-decoration: none;
	}

	.Module .subheader	{
		font-size: 12px;
		line-height: 14px;	
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}

	.Module .title	{
		font-size: 12px;
		line-height: 14px;	
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}

	.Module .subtitle	{
		font-size: 12px;
		line-height: 14px;	
		color: #010101;
		font-weight: bold;
		text-decoration: none;
	}

	.Module .emphasis2	{
		color: #FFFFFF;
	}

	.Module .label	{
		color: #010101;
	}

	.Module label	{
		font-size: 10px;
		color: #010101;
		font-weight: bold;
	}

	.Module label.disabled	{
		font-size: 10px;
		color: #666666;
	}

	.Module label.emphasis	{
		font-size: 10px;
		color: #FF0000;
		font-weight: bold;
	}

	.Module .message	{ 
		color: #868686;
		font-weight: normal;
	}

	.Module .notes	{
		color: #010101;
		font-weight: normal;
	}

	.Module .notes a:link, .Module .notes a:visited	{
		font-size: 10px;
		color: #006CCC;
		text-decoration: underline;
		font-weight: normal;
	}
	.Module .notes a:hover, .Module .notes a:active	{
		color: #FF0000;
		text-decoration: underline;
	}
	
	.Module .general_msg	{
		font-size: 10px;
		color: #010101;
		font-weight: normal;
	}

	.Module .general_msg a:link, .Module .general_msg a:visited	{
		font-size: 10px;
		color: #006CCC;
		text-decoration: underline;
		font-weight: normal;
	}
	.Module .general_msg a:hover, .Module .general_msg a:active	{
		color: #FF0000;
		text-decoration: underline;
	}

	.Module .error	{
		color: #FF0000;
		font-weight: normal;
	}

	.Module .error1	{
		font-size: 10px;
		color: #FFFFFF;
		font-weight: normal;
	}

	.Module .action_completed	{
		font-size: 10px;
		color: #004684;
		font-weight: normal;
	}

  .Module .notvisible_combobox {
		color: #9D9999;
    margin: 0px;
		font-weight: bold;
  }

	.Module .button	{
		background-color: #F3F3F3; 
		color: #252525; 
		font-size: 7pt; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-weight: 100; 
		border: 1 solid;
		border-color: #010101;
	}

