/*
	# Company: CompanyName
	# CSS Author: Nick Maller (www.defythypixel.com)
	# File: screen.css
*/
@import url(form.css);
@import url(layout.css);
@import url(components.css);

/* 
	** Global reset and setting vertical rhythm
*/
*
{
	margin: 0;
	padding: 0;
	line-height: 122%;
}
html{
	
}

body
{
	padding: 0;
	
	color: #5e614c;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
    line-height: 1.125em; /* 16×1.125=18 */
	
	background-color: #fafafa;
	
}

/* 
	** Headings
*/
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #85896e;
	padding: 0;
	margin: 0 0 5px;
	line-height: 1em;
}

h1 {	font-size: 15px; color: #838383; text-transform: capitalize; font-weight: normal;}
h2 {	font-size: 18px; color: #901128; font-weight: normal; text-transform: capitalize;}
h3 {	font-size: 13px; font-weight: normal; color:#901128; text-transform: capitalize;}
h4 {	font-size: 13px; font-weight: normal; color:#901128; text-transform: capitalize; }
h5 {	font-size: 14px; font-weight: normal; color:#901128; text-transform: capitalize; }
.h5 {	font-size: 14px; font-weight: normal; color:#901128; text-transform: capitalize; }
h6 {	font-size: 100%; }
h5 .grey{color:#666666}

/* 
	** Content Elements
*/
p,
ul,
ol,
dl,
fieldset
{
	padding-bottom: 15px;
	line-height: 1.3em;
}
li
{
	line-height: 1.3em;
}
table.table
{
	margin-bottom: 15px;
}
em
{
	font-weight: bold;
}

/* 
	** Lists
*/
ul ul,
ol ol
{
	padding: 0;
	list-style-position: inside;
}
ul li,
ol li
{
	margin-left: 27px;
}

/* 
	** Links
*/
a:link,
a:visited
{
	color: #901128;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: 0;
}

/* 
	** table.tables
*/
table.table
{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	
	font-size: 90%;
}
table.table caption
{
	text-align: left;
	font-weight: bold;
}
table.table th,
table.table td
{
	padding: 4px;
	
	border: 1px solid #eaeaea;
}
table.table th
{
	text-align: left;
}
table.table thead th,
table.table thead td
{
	background-color: #eaeaea;
}

/*---- sIFR ---*/
.sIFR-flash {visibility: visible !important; margin: 0; padding: 0;}
.sIFR-replaced, .sIFR-ignore {visibility: visible !important;}
.sIFR-alternate {position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden;}
.sIFR-replaced div.sIFR-fixfocus {margin: 0pt;  padding: 0pt; overflow: auto; letter-spacing: 0px; float: none;}