body {
	font-family: Calibri, Tahoma;
	font-size: 12px;
	background-color: #efefef;
}	

input, textarea, option, select {
  font-family: Calibri,Tahoma;	
  font-size: 12px;
}


#pageContainer {
   background-color: #ffffff;
   border: 1px solid #A9A9A9; 
}

#pageHeader {
  background-color: #d782c7;  
}

#pageHeader h1 {
   font-size: 26px;
   color:#FFFFFF;	 
   font-weight: bold;
}


#pageHeader h3 {
   font-size: 16px;
   color:#FFFFFF;	 
}

#pageHeader ul {
  background-color: #ead0fd;
  border-top: 1px solid #deb1fc;
  border-bottom: 1px solid #deb1fc;  
}


#pageHeader a {
  color: #000000;
  border-left: 1px solid #ead0fd;
  border-right: 1px solid #ead0fd;
}
	
#pageHeader a:hover {
  color: #642828;
  border-left: 1px solid #cc0033;
  border-right: 1px solid #cc0033;
  background-color: #FFFFFF	;
}
	


.section .right .panel .header {  
  background-color: #b3d9ff;
  border: 1px solid #47a3fe;
}
.panel .header span {
	color: #FF3333;
	font-weight: bold;
	font-size: 12px;
}

.section .right .panel .header h1 {
  font-weight: bold;
  font-size: 12px; 
  color: #642828;
}




.panel .body .message {
  background-color: #FFFFDD;
  border: 1px solid #FFFF99; 
}

.panel .body .warning {
  background-color: #DDFFDD;
  border: 1px solid #99FF99; 
}

.panel .body .error {
  background-color: #FFDDDD;
  border: 1px solid #FF9999; 
}

.panel .body a {
  color: #7777AA;	
}

.panel .body a:hover {
  color: #AA0000;
  background-color: #FFFFBB;
}

 
/***********************/


.section .main .panel .header {  
   border: 1px solid #47a3fe;
   background-color: #b3d9ff;
}

.section .main  .panel .header h1 {
  font-weight: bold;
  font-size: 12px; 
  color: #1C4D7E;
}


/**************************/



#view .link {
   border: 1px solid #AAAAAA;
}

#view .link:hover {
  background-color: #FFFFFF;
  border: 1px solid #777777;
}




/**************************/

#Footer a {
  color: #AEAEAE;
  font-size: 12px;
}

#Footer a:hover {
  color: #4E4E4E;
}

#pageFooter h6 {
   font-size: 10px;
   color:#999999;
}
