/* MailSite ExpressPro 8.0.4.7 */
/* baseStyle.css Copyright 2005-2007 Rockliffe, Inc. */

@media screen {
	body
	{
	  background-color:White; 
	  font-family: Verdana, Arial; 
	  font-size:10pt;
	  color:#3F3F3F; 
	  overflow: hidden;
	  margin: 0;
	}
}

@media print
{
	body 
	{
		overflow: visible;
	}
}


/* The strip below the button bar containing the Folder name beaing viewed */
.TitlePanel 
{
	font-size: 8pt;
	padding: 4px;
	background-color: #A7C6E8;
	/* Explicit height due to floated children */
	height: 15px;
}

/* Extra styles to apply to the status text for a folder (email count etc) */
.StatusText
{
}

input
{
  font-family: verdana; 
  font-size: 11px; 
}  

select
{
  font-family: Verdana; 
  font-size:11px;
}

.ModalImage {
  background-color: transparent;
  background-image: url(images/ModalImageBg.gif);
  background-repeat: repeat;
  background-attachment: scroll;
  position: absolute;
  top: 0; 
  left: 0;
  z-index: 2;
}


/* Correct the month view calendar navigation button alignment*/
.igmv_NavigationButton {
	background-color: transparent;
	cursor: hand;

	border: 0px;
		
	padding: 0px;
	margin: 0px;

	position: absolute;
	top: 2px;
	width: 12px;
}