@charset "UTF-8";
/* CSS Document */


body 
{	
	COLOR: black;
 	FONT-FAMILY: Arial, Helvetica, sans-serif;
 	FONT-SIZE: 9pt ;
 	MARGIN: 0px;
 	background-image: url('../images/clintoncards/background.jpg');
 	background-repeat: repeat-x;
 	background-color: #DEDEDE
}
h1 {
 	COLOR: black;
 	FONT-SIZE: 16pt ;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
a {
 	COLOR: black;
 	FONT-SIZE: 9pt ;
 	FONT-FAMILY: Arial, Helvetica, sans-serif;
 	text-decoration : none;
}
a:HOVER {Text-Decoration: underline;}
p {
 	font-size: 9pt ;
 	color: black;
 	FONT-FAMILY: Arial, Helvetica, sans-serif
}
p.small { font-size: 9pt }
p.verysmall { font-size: 7pt }
p.smallblack { 
	font-size: 9pt ;
}
p.smallred { 
	font-size: 9pt ;
	color: red
}
p.smallwhite { 
	font-size: 9pt ;
	color: white
}
p.bigwhite { 
	font-size: 12pt ;
    font-weight:bold;
	color: white
}
p.smallblackhighlightbg { 
	font-size: 9pt ;
	color: #FF0000;
}
a.smallblackhighlightbg { 
	font-size: 9pt ;
	color: #FF0000;
}
a.smallwhite { 
	font-size: 9pt ;
	color: white
}
a.bigwhite { 
	font-size: 14pt ;
    font-weight:bold;
	color: white
}
img
{
    border:0;
}
td.StatusBar
{
  background-color:#CCCCCC;
  color: #4A2885;
  font-size:8pt;
  font-weight:bold;
}
td.FileCell
{
  background-color:#E6EBEC;
  color:#4A2885;
  font-size:8pt;
}
a.File:link,
a.File:visited,
a.File:active{
  background-color: #E6EBEC;
  color: black;
  font-size: 8pt;
  text-decoration: none;
}
a.File:hover{
  background-color: #E6EBEC;
  color: black;
  font-size: 8pt;
  text-decoration: underline;
}
td.PageNumber
{
  background-color: #ffffff;
  color: black;
  font-size: 7pt;
}
.BoldText
{
  font-size: 8pt;
  font-weight:bold;
}
table 
{
	border-collapse:collapse;
}

input, select, textarea
{
  color:#636363;
  font-size:7.7pt;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.WideTextBox
{
	width:200px;	
}
.GreyBoldText
{
  color: #666666;
  font-size: 8pt;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SmallGrey { 
  color: #666666;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SmallBlueLink { 
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tablebox { 
	background-color:#FEFDEC; 
}
.tableboxNoTop { 
	background-color:#FEFDEC; 
	border-style:solid;
 	border-width:1px;
 	border-color:#E0DFE3;
 	border-top:none; 
 }
 .tableboxNoBottom { 
	background-color:#FEFDEC; 
	border-style:solid;
 	border-width:1px;
 	border-color:#E0DFE3;
 	border-bottom:none; 
 }
.ItemSelectStyle 
{
	color:#FFFFFF; 
	background-color:#FEFDEC; 
	width:762px; 
	height:140px; 
	visibility:visible; 
	overflow:auto;
}
.ItemDetailsStyle 
{
	color:#FFFFFF; 
	background-color:#FFFFFF; 
	width:762px; 
	height:300px; 
	visibility:visible; 
	overflow:auto;
}
.fixedtable 
{
	width:770px;  
	/* height:315px;  */
	overflow:auto;
	border-style:solid;
 	border-width:1px;
 	border-color:#E0DFE3;
	border-top:none; 
	background-color:#FEFDEC;
}
.tableheader { 
	border-style:solid;
 	border-width:1px;
 	border-color:#E0DFE3;
 	border-top:none;
 	border-bottom:none;
}
.detailsImage
{
	border-style:solid;
 	border-width:1px;
 	border-color:#E0DFE3;
}
.tableboxadmin { 
	background-color:#FEFDEC; 
	border-style:solid;
 	border-width:1px;
 	border-color:#E0DFE3;
 	border-bottom:none; 
 }

.templatefield {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	font-style:italic;
}