body			{font-family: Arial;
				 font-size: 12;}

table 			{border-collapse: collapse;
				 border-color: black;
				 font-family: Arial;
				 font-size: 14;}
				
td				{vertical-align: top;}

input			{height: 20px;
				 font-family: Arial;
				 font-size: 11;
				 border-style: solid;
				 border-color: gray;
				 border-width: 1px;}
							 
textarea		{font-family: Arial;
				 font-size: 11;}
				 
select			{height: 20px;
				 font-family: Arial;
				 font-size: 11;}

a				{text-decoration: none;
				 font-family: Arial;
				 color: #213a25;
				 font-size: 11;}

a:hover			{text-decoration: underline;}
	
.checkboxInput  {border-width: 0px;}

.radioInput 	{border-width: 0px;}

.picture 		{border-width: 1px;
				 border-style: solid;
				 border-color: gray;}

.aMain			{text-decoration: none;
				 font-family: Arial;
				 color: Black;
				 font-size: 11;}
				 
.aMain:hover	{text-decoration: underline;}

.aMainNotActive	{text-decoration: none;
				 font-family: Arial;
				 color: #8c2631;
				 font-size: 11;}
				 
.aMainNotActive:hover	{text-decoration: underline;}

.aSub			{text-decoration: none;
				 font-family: Arial;
				 color: #4b4b4b;
				 font-size: 11;}

.aSub:hover		{text-decoration: underline;}

.aSubNotActive	{text-decoration: none;
				 font-family: Arial;
				 color: #8c2631;
				 font-size: 11;}

.aSubNotActive:hover {text-decoration: underline;}

.articleLink 			{text-decoration: none;
				 		 font-family: Arial;
					 	 color: Black;
				 		 font-size: 11;}
				 
.articleLink:hover		{text-decoration: underline;}

.articleLinkNotActive	{text-decoration: none;
				 		 font-family: Arial;
				 		 color: #8c2631;
						 font-size: 11;}

.content		{font-family: Arial;
				 font-size: 11;}
			 
.updButton		{border-width: 1px; 
				 border-color: black;
				 background-color: #d8d8d8;
				 font-family: arial;
				 font-size: 11;}
				 
.cellWithBorders{border-top-width: 1px;
				 border-bottom-width: 0px;
				 border-left-width: 1px;
				 border-right-width: 1px;
				 border-style: solid;
				 border-color: black;
				}
				
.insideLayer	{overflow: auto;
				 scrollbar-face-color: #eaeaea;
				 scrollbar-track-color: white;
				 scrollbar-arrow-color: black;
				 margin-left: 5px;}
				 
.menuCellMain	{Background-color: white;
				 border-style: solid;
				 border-top-width: 1px;
				 border-bottom-width: 1px;
				 border-right-width: 0px;
				 border-left-width: 0px;
				 }
				 
.menuCellMainSel{Background-color: #e0e7f1;
				 border-style: solid;
				 border-top-width: 1px;
				 border-bottom-width: 1px;
				 border-right-width: 0px;
				 border-left-width: 0px;
				 }
				 
.menuCellSub	{Background-color: white;
				 border-top-style: dotted;
				 border-bottom-style: dotted;
				 border-left-style: solid;
				 border-right-style: solid;
				 border-color: gray;
				 border-top-width: 0px;
				 border-bottom-width: 1px;
				 border-right-width: 0px;
				 border-left-width: 1px;}
				 
.menuCellSubSel	{Background-color: #e0e7f1;
				 border-top-style: dotted;
				 border-bottom-style: dotted;
				 border-left-style: solid;
				 border-right-style: solid;
				 border-color: gray;
				 border-top-width: 0px;
				 border-bottom-width: 1px;
				 border-right-width: 0px;
				 border-left-width: 1px;}
				 
.deleteButton	{background-color: white;
				 color: gray;
				 font-family: Arial;
				 font-weight: bold;}
				 
.inputSecondary	{width: 14px; 
				 height: 15px;
				 text-align: right; 
				 border-style: solid; 
				 border-top-width: 0px;
				 border-bottom-width: 1px;
				 border-right-width: 0px;
				 border-left-width: 0px;
				 border-color: gray;}
				 
.fileInput		{font-family: Arial;
				 font-size: 10;
				 height: 18px;
				 }
				 
.dateField  	{border-style: solid; 
				 border-width: 1px; 
				 height: 17px;}
				 
.updateDoneButton	{cursor: pointer;
					border-style: solid;
					border-bottom-width: 2px;
					border-left-width: 1px;
					border-right-width: 2px;
					border-top-width: 1px;
					border-bottom-color: gray;
					border-left-color: silver;
					border-right-color: gray;
					border-top-color: silver;
					}
					 
