﻿body
{ background-color: Black;
  color: White;
}

a:visited { color: white; }
a:link { color: white; }
a:active { color: white; }

.EmailHeader
{ color: White;
  font-size: 12pt;
  font-family: "Verdana";
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	position: relative;
	overflow:auto;
	width: auto;
	height:360px;

	/* custom decorations */
	padding: 10px 0px 0px 10px;
}

.scrollable .items {
	width:auto;
	position:absolute;
	clear: both;
}

/* single scrollable item */
.scrollable img {
	margin: 5px 5px 5px 5px;
	background-color:#111;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
     -moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* styling for the image wrapper  */
	#image_wrap 
	{
		
		/* dimensions */
		width:500px;
		margin:0 0 0 0;
		padding:0 0 0 0;

		/* centered */
		text-align:center;

		/* some "skinning" */
		background-color:black;
	}

.EmailHeaderText
{ color : Silver;
  font-size: 12pt;
  font-family: "Verdana";
}
.EmailMessageText
{ color : White;
  font-size: 12pt;
  font-family: "Verdana";
}

.itemdesc
{ color: #B4D4FF;
  font-size: smaller;
  font-family: "Verdana";
}

.navbar
{ padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px; 
  float :left; 
  background-color:black; 
}
.newsitem
{ background-color:black;
  border: 1px solid black;
  font-size: 10pt;
  font-family: "Verdana"; 
  color: White;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.maincontent
{ background-color:#424549;
  border: 1px solid black;
  font-size: 12pt;
  font-family: "Verdana"; 
  color: White;
  margin: 1px 1px 1px 1px;
  padding: 0px 0px 0px 0px;
}

.internal
{ background-color:#222529;
  border: 1px solid black;
  font-size: 12pt;
  font-family: "Verdana"; 
  color: White;
  margin: 1px 1px 1px 1px;
  padding: 0px 0px 0px 0px;
}

h2 { color: #B4D4FF;
     font-size: 16pt;
     font-family: "Verdana";
     font-weight: normal;
   }
        
h3 { color: #FFFF00;
     font-size: 12pt;
     font-family: "Verdana";
     font-style: normal;
     font-weight: normal;
   }
