a {
  color : #336699;
}
a:active {
  color: #336699
}
a:hover {
  color: Red
}
body {
   background-color: White;
   font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:        10;
}
pre {
   font-size:        11;
   font-family:	     "Courier New", Courier, mono;  
}
td {
  font-size: 10;
}
th {
  font-size: 10;
}
h2 {
  color: Black;
}
h3 {
  color: Black;
}
p.red {
  color: Red;
}
.whitefont {
  color: White;
}
.yellowfont {
  color: Black;
}
.redfont {
  color: #FF0000;
}
.folderlink {
     FONT-SIZE:   10pt;	
}
.msglist {
     FONT-SIZE:        10pt;
}
.select {
     z-index:     10;
     FONT-SIZE:   8pt;
     FONT-FAMILY: Tahoma
}
.option {
     z-index:     11;
     FONT-SIZE:   8pt;
     FONT-FAMILY: Tahoma
}
.radio {   
     FONT-SIZE:   8pt;
     FONT-FAMILY: Tahoma
}
.button {
    border:      1px ridge darkgray; 
    WIDTH:       100px;
    CURSOR:      cursor;
    TEXT-ALIGN:  center;
    FONT-FAMILY: Tahoma, 'Times New Roman';
    FONT-SIZE:   8pt
}
.textbox {
     FONT-SIZE:     8pt;
     BORDER-RIGHT:  thin groove;
     BORDER-TOP:    thin groove;
     BORDER-LEFT:   thin groove;
     BORDER-BOTTOM: thin groove;
     FONT-FAMILY:   Tahoma;
     TEXT-ALIGN:    left;
}
.matt {
	BORDER:           1px #000000 solid;
	BACKGROUND-COLOR: #D6D6CE;
        FONT-SIZE:        10pt;	
        PADDING:          4px;
}
.innermatt {
	border: 	  0px #D6D6CE solid;
	background-color: #D6D6CE;
        FONT-SIZE:        10pt;	
        WIDTH:            100%;
}
.dull {
	BORDER:           1px #D6D6CE solid;
	BACKGROUND-COLOR: #D6D6CE;
        FONT-SIZE:        10pt;	
        PADDING:	  2px;
        CURSOR:           hand;
}
.clean {
	BACKGROUND-COLOR: White;
        FONT-SIZE:        10pt;	
        PADDING:	  2px;	
}
.headding {
        FONT-SIZE:        12pt;
	COLOR:            #006699;
}
.deadcenter {
	/* For Dialog */
	/* Make element float in the center */
	position:	absolute;
	left:		50%;
	top:		50%;
	/* Set the width and height */
	width:	300px;
	height: 100px;
	/* Set margin to half the values of width/height */
	margin-left:	-150px;
	margin-top:	-50px;
	/* Presentational properties */
	background-color: #eeeeee;
	color:		#000000;
	text-align:	center;
	font:		bold 18pt arial;
	background-image: url(http://mail.techzero.com/images/dialog.jpg);
	border:		1px solid #000000;
	padding:	20px;
	z-index:	1000;
	visibility:	visible;
}
.fullscreen {
	/* For Dialog */
	position: 	absolute;
	left:		-10;
	top:		-10;
	width:		150%;
	height:		150%;
	background-color:#000000; 
	z-index:	999; 
	FILTER:		alpha(opacity=70);
	-moz-opacity:	.70;
	visibility:	visible;
}
.none{
	/* For Dialog */
	visibility:	hidden;
	width:		1px;
	height:		1px;	
}
.menu_over{
	border: 1px #000088 solid;
	background-color: #9999CC;
}
.menu_out{
	border: 1px #D6D6CE solid;
	background-color: #D6D6CE;
}
.txt_label{
	font:	bold 10pt;
	color:	#000000;
}
.tableheading{
	BACKGROUND-COLOR: #888888;
}
.message_select{
	BACKGROUND-COLOR: #9999CC;
}
.message_deselect{
	BACKGROUND-COLOR: #D6D6CE;
}
