@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #999999;
	text-align: center;
	padding: 0px;
	margin: 10px;
}
#ContainerBody {
	background-color:#FFFFFF;
	text-align:center;
/*	width: 780px;
*/	width: 990px;
}
#HeaderBlock {
	background-color:#FF9900;
/*	height: 97px;
*/	height: 130px;
	width: 100%;
	color: #333333;
	text-align: left;
	font-weight: bold;
	float: none;
}
#HeaderBlock a {
	color: #000000;
}
#HeaderBlock a:hover {
	color: #000000;
	text-decoration: none;
}
#MenuBlock {
	text-align: left;
	width: 100%;
	height: 31px;
	position:relative;
	font-size: small;
	background-image: url(images/menu-slice.jpg);
	background-repeat: repeat-x;
}
#MenuBlock #MenuLeft {
	text-align: left;
}
#MenuBlock #MenuLeft ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#MenuBlock #MenuLeft li {
	display:inline
}
#MenuBlock #MenuLeft a {
	color:#000000;
	text-decoration: none;
	padding: 5px;
}
#MenuBlock #MenuLeft a:hover {
	color:#666666;
	text-decoration: underline;
}
#MenuBlock #MenuRight {
	text-align: right;
}
#MenuBlock #MenuRight ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#MenuBlock #MenuRight li {
	display:inline
}
#MenuBlock #MenuRight a {
	color:#000000;
	text-decoration: none;
	padding: 5px;
}
#MenuBlock #MenuRight a:hover {
	color:#666666;
	text-decoration: underline;
}
#ContainerContent {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
}

#ContainerContent #Full {
	/*background-color:#000000;*/
	background-color:#FFFFFF;
/*	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;*/
}

#FooterBlock {
	font-size: x-small;
	width: 100%;
	background-color:#CCCCCC;
}
#FooterBlock #Copyright {
	padding: 5px;
	margin: 0px;
	text-align:left;
}
#FooterBlock #Menu {
	padding: 5px;
	margin: 0px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
#FooterBlock #Menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#FooterBlock #Menu li {
	display:inline
}
#FooterBlock a {
	color:#000000;
	text-decoration: none;
	padding: 5px;
}
#FooterBlock a:hover {
	color:#666666;
	text-decoration: underline;
}


#ErrorBlock {
	color: #FF0000;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

/* 
// Form
*/
#FormLayout {
	text-align: center;
}
#FormLayout h1 {
	font-size: smaller;
	color:#FF9900;
	margin: 0px;
	padding: 0px;
}
#FormLayout * {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#FormLayout table {
	margin-top: 0px;
	margin-bottom: 10px;
}
#FormLayout table tr {
	vertical-align: top;
	text-align: left;
}
#FormLayout table th {
	text-align: right;
	width: 150px;
}
#FormLayout table td {
	width: 400px;
}
#FormLayout a {
	color: #666666;
	text-decoration: underline;
}
#FormLayout a:hover {
	color: #666666;
	text-decoration: none;
}
#FormLayout .Required {
	background-color:#FFE2C6;
}
#FormLayout .ReadOnly {
	background-color:#EEEEEE;
}


/*
// Page title
*/
#Title {
	height:60px;
	width:100%;
	background-color:#FFFFFF;
	background-image:url(images/titlefade-60x10.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	float: none;
}
#Title h1 {
	margin: 0px; /*20px 0px 5px 10px;*/
	padding: 20px 0px 0px 10px;
	font-size: xx-large;
	color: #FFFFFF;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
#Title .Orange {
	color:#FF9900;
}
#Title a {
	color:	#FFFFFF;
	text-decoration: none;
}
#Title a:hover {
	text-decoration: underline;
}

#InfoBlock {
	background-color:#FFFFFF;
	padding: 10px;
	margin: 0px;
}
#InfoBlock a {
	color:#FF9900;
	text-decoration: underline;
	font-weight: bold;
}
#InfoBlock a:hover {
	text-decoration: none;
}
#InfoBlock h1 {
	font-size: x-large;
	color:#FF9933;
}
#InfoBlock h2 {
	font-size: large;
	color:#FF9933;
}
#InfoBlock h2 a {
	color:#FF9933;
	text-decoration: underline;
}
#InfoBlock h2 a:hover {
	text-decoration: none;
}
#InfoBlock h3 {
	font-size: medium;
	color:#FF9933;
}
#InfoBlock h4 {
	font-size: small;
	color:#FF9933;
}
#InfoBlock li {
	list-style-image: url(images/tc-signup-tick.jpg);
	margin-bottom: 10px;
}


#Search {
	background-color:#000000;
	color:#FFFFFF;
	padding: 5px 5px 5px 20px;
}
#Search .Orange {
	color:#FF9933;
}
#Search a {
	color:#FF9933;
	text-decoration: none;
}
#Search a:hover {
	text-decoration: underline;
}
