﻿html,body 
{
	margin-top: 15px;

	font-family: Arial;
	font-size: 10px;

	text-align: center;

	color: #5E5E5E;
	background-color: #FDFAF7;
}

table.placeHolder /* TO BE REFACTORED */
{
	border: 1px solid #B1AFAC;
	width: 952px;
	
	margin-left: auto;
	margin-right: auto;
}

a
{
	font-size: 12px;
	text-decoration: none;
}
a:link 
{
	color: #5E5E5E;
	text-decoration: none;
}
a:visited 
{
	color: #5E5E5E;
	text-decoration: none;
}
a:hover 
{
	color: #FF0000;
	text-decoration: underline;
}

a.button
{
	color: #FAFAFA;
	font-size: 12px;
	font-weight: bold;	
	
	background-color: #505050;	
	padding: 2px;
	padding-left:4px;
	padding-left: 4px;
}

a.button:link 
{
	color: #FAFAFA;	
	text-decoration: none;
}
a.button:visited 
{
	color: #FAFAFA;	
	text-decoration: none;
}
a.button:hover 
{
	color: #FAFAFA;	
	text-decoration: underline;
}


img
{
	border: none;
}
img.cursorHand /* TO BE REFACTORED */
{
	cursor: pointer; 
}

td.clmnRight
{
	width: 170px;

	padding-left: 7px;
	padding-right: 8px;
	
	vertical-align: top;
}

td.clmnLeft
{
	text-align: left;
	vertical-align: top;

	width: 210px;
}

td.content
{
	border: 1px solid #B1AFAC;
	border-top: none;
	border-bottom: none;

	width: 548px;
	height: 500px;

	font-family: Arial;
	font-size: 12px;
	font-weight: normal;

	color: #5E5E5E;
	background-color: #FBF6F0;

	text-align: left;
	vertical-align: top;
}

td.content h1
{
	font-size: 18px;
}

td.content h2
{
	font-size: 16px;
}

td.content h3
{
	font-size: 12px;
	font-weight: bold;
}

td.content.range
{
}

a.contentLink
{
	cursor: pointer;
	color: #5E5E5E;
	font-size: 12px;
	text-decoration: underline;
}
a.contentLink:link 
{
	color: #5E5E5E;
	text-decoration: underline;
}
a.contentLink:visited 
{
	color: #5E5E5E;
	text-decoration: underline;
}
a.contentLink:hover 
{
	color: #FF0000;	
	text-decoration: underline;
}

td.iconTextDefault
{
	font-weight: bold;
	text-align: center;
	visibility: hidden;
}

td.iconTextActive
{
	font-weight: bold;
	text-align: center;
	visibility: visible;
}

td.disclaimer
{
	text-align: center;
	padding-top: 10px;
	
	background-image: url(../images/content/cnt_shadow_attachment.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

td.disclaimer a
{
	font-size: 12px;
	font-weight: bold;
}

input
{
	font-size: 12px;
	font-family: Arial;
}

.contentToolbar
{
	margin-left: 370px;
	margin-bottom: -14px;
}
