
/**
 * Content styling
 * Authors: Bram van Lieshout, Maikel Leemans
 */

#content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #336699; 
}
	
	#content .error {
		color: #dd0000;
	}

	#content h1 {
		font-size: 14px;
		font-weight: bold;
	}
	
	#content h2 {
		font-size: 12px;
		font-weight: bold;
	}
   
   #content h3, #content h4, #content h5, #content h6 {
      font-size: 11px;
      font-weight: bold;
   }

	#content a {
	font-size: 11px;
	font-weight: bold;
	color: #336699; 
	}

	#content table {
		width: 99%;
        white-space: nowrap;
	}
   
      #content table p,
	  #content table h4 {
         white-space: normal;
      }

		#content table thead {
			font-size: 12px;
			font-weight: bold;
		}
		
		#content table tr {
			vertical-align: top;
		}
		
		input.text {
			width: 200px;
		}
		
		textarea {
			 width: 100%;
			 height: 200px;
		}
		
		table .intend {
			padding-left: 15px;
		}
