﻿a
{
    color:Blue;
}

td
{
	text-align:left;
}


td.field
{
	text-align:left;
	font-size:small;
	font-family:Verdana;
	font-weight:bold;
}
td.level
{
	font-size:small;
	font-family:Verdana;
	font-weight:bold;
}
td.thinfield
{
	text-align:right;
	font-size:x-small;
	font-family:Verdana;
	
}
body
{
   background-image:url('../../images/color-homepage-bg.jpg');
   background-position:center center;
   background-repeat:repeat-y;
   font-family:arial;
   clear:both;
   margin:0 auto;
   width:1000px;
   margin-top:0px;
   background-color:#e6e6e6;
}

a.home
{
	font-weight:bold;
	margin:2em 2em 2em 2em
}
a
{
    color:Blue;
}

#calls
{
    font-family:Verdana;
    width:500px;
}

#calls th
{
    padding:10px;
}

table
{
   font-size:x-small; 
}

td.header
{
	text-align:right;
	font-size:x-small;
	color:Black;
	font-family:Verdana;
	font-weight:bold;
}

#normalBold
{
   color:Black;
   font-family:Verdana;
	font-weight:bold;
}

.smaller
{
   font-size:smaller;
}

#normal
{
   color:Black;
   font-size:small;   
   font-family:Verdana;
}

#redBold
{
   color:Red;
   font-size:small;   
   font-family:Verdana;
	font-weight:bold;
}

#apiheader
{
	text-align:center;
	font-weight:bold;
	font-size:larger;
	font-family:Verdana;
}

table.api
{
	width:600;
}

a.home
{
	font-weight:bold;
}
.footer{
   padding-top:15px;
   margin-top:100px;
   margin-left:50px;
   width:1000px;
   height:40px;
   float:left;	
   text-align:center;
   font-family:arial;
   font-size:14px;
}
.footerlink
	{
		font-family			:	arial;
		font-size			:	12px;
		text-decoration		:	none;
		color				:	#000000;
	}
.footerlink:hover
	{
		font-family			:	arial;
		font-size			:	12px;
		text-decoration		:	none;
		text-decoration		:	underline;
		color				:	#FF6E07;
	}