/* SUPERFileRecover.com Style Sheet */

body
	{
		margin				:	4px 24px 0px 4px;
		background-color	:	#FFFFFF;
	}

form
	{
		margin				:	0px 0px 0px 0px;
	}
	
/* define the font for all input types used */
input,
textarea,
select,
link,
td
	{
		font-family			: Verdana, Arial, Helvetica, Sans-serif;
        font-size			: 11px;
	}
	
/* link styles */
A:link	{
			text-decoration	:	none;
			font-weight		:	normal;
			color			:	#003399
		}

A:visited{
			text-decoration	:	none;
			font-weight		:	normal;
			color			:	#003399
		}

A:hover	{
			text-decoration	:	underline;
			font-weight		:	normal;
			color			:	#003399
		}

/* header area */
.cheader
	{
		background-color	:	#1A4AA8;
	}

/* footer area */
.cfooter
	{
		background-color	:	#1A4AA8;
	}

/* footer link color */
.cfooter a:link
	{
			text-decoration	:	none;
			font-weight		:	bold;
			color			:	#FFFFFF;
	}

/* footer link color */
.cfooter a:visited
	{
			text-decoration	:	none;
			font-weight		:	bold;
			color			:	#FFFFFF;
	}


/* footer link hover color */
.cfooter a:hover
	{
			text-decoration	:	underline;
			font-weight		:	bold;
			color			:	#FFFFFF;
	}

/* general page text */
.cpagetext
	{
		font-family			: Verdana, Arial, Helvetica, Sans-serif;
        font-size			: 11px;
	}

/* info box cell class */
.cinfobox
	{
		padding				:	0px 10px 0px 10px;
		border-left			: 	1px solid #D0D0D0;
		border-right		:	1px solid #D0D0D0;
		background-color	:	#F3F3F3;
	}
	
/* caption bar color */
.ccaption
	{
		background-color	:	#F0F0F0;
		height				:	16px;
		border-bottom		:	1px solid black;
	}

/* text page outer table */
.ctextpagetable
	{
		width				: 768px;
	}
	
/* text page layout */
.ctextpage
	{
		padding				: 16px 64px 16px 32px;
	}
	
/* larger header text */
.ctextheaderlarge
	{
		font-weight			:	bold;
		font-size			:	18px;
	}
	
/* larger post header text */
.cpostheaderlarge
	{
		font-weight			:	bold;
		font-size			:	18px;
	}
	
/* medium post header text */
.cpostheadermedium
	{
		font-weight			:	bold;
		font-size			:	14px;
	}

/* small post header text */
.cpostheadersmall
	{
		font-weight			:	bold;
		font-size			:	11px;
	}