/* WTF nuke */

.ModuleTitle_SubMenu  {
	z-index: 100 !important;
}

.problemcloud {
	position: relative;
	margin: 5px 0 15px 0;
	/*overflow: hidden;*/
}

.problemcloud .pccanvas {
	z-index: 10;
}

.problemcloud .pcproblems {
	z-index: 20;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 2.65em;		
	width: 560px;
	margin-right: 53px;
}

.problemcloud .pcproblems li {
	display: inline;
	list-style: none;
	background: none;
	margin: 0 30px 0 0;
	padding: 0;
}

.problemcloud .pcsolutioncontainer p {
	line-height:1.35em;
}

.problemcloud .pcproblems a, .problemcloud .pcproblems a:link, .problemcloud .pcproblems a:visited, .problemcloud .pcproblems a:active {
	color: #656565;
}

.pcproblems a span {
	//display: inline-block;
}

.problemcloud .pcproblems a.selected {
	font-weight: bold;
	color:#303030;
}

.pcsolutioncontainer .pcsolution {
	display: none;
}

.problemcloud .pcsolution {
	position: absolute;
	z-index: 20;
	width: 220px;
	background: #FFF;
	margin-bottom: 17px;
	border:solid 1px #d5d9dc;
	padding:15px;
	zoom:1;
}

.problemcloud .pcsolution p {
	margin:0;
}

.problemcloud .pcsolution .close, .problemcloud .pcsolution .close:link, .problemcloud .pcsolution .close:visited, .problemcloud .pcsolution .close:active, .problemcloud .pcsolution .close:hover  {
	display: block;
	width:22px;
	height:22px;
	background: url(img/solution-close.gif) 0 0 no-repeat;
	/*margin: -21px -6px;*/
	right:-5px;
	top: -5px;	
	position:absolute;
	z-index:99;
}

.problemcloud .pcsolution .close:hover {
	background-position: 0 -22px;
}

#wrap {
	width: 909px;
}

#content {
	padding-left:0px;
}

.subpage #rightcolumn {
	width:311px;
}

.subpage #contentcolumns {
	padding:0 13px 0 23px;	
}

.subpage #leftcolumn {
	width:540px;
}

/* end problem cloud */

.Tagcloud {
	line-height:2em;
	overflow:hidden;
}

.Tagcloud h2 {
	margin-bottom:5px;
}

.Tagcloud a {
	padding: 0 9px 0 0;
	white-space:nowrap;
	float:left;
}

.Footer {
	width:911px;
	margin:30px auto 15px;
	text-align:left;
	min-height:100px;	
	overflow:hidden;
	zoom:1;
}

.Footer ul {
	background: url(img/footer-content.gif) 0 0 no-repeat;
	padding:0;
	margin:0;
	overflow:hidden;
	zoom:1;
}

.Footer li {
	float:left;
	margin:0;
	list-style:none;
	background: url(img/footer-separator.gif) 0 0 no-repeat;
	padding: 0 18px 10px 24px;
	//padding: 15px 18px 10px 24px;
	width: 312px;
}

.Footer ul ul {
	background:none;
	margin:8px 0 0 0;
}

.Footer li.last {
	width: 217px;
}

.Footer li.first {
	background:none;
	width: 243px;
}

.Footer li li {
	width: 103px;
	background:none;	
	line-height:12px;
	padding:0;
}

.Footer li li.separator {
	clear:both;
	padding:9px 0 1px;	
	font-size:0;	
}

.Footer li li.action {
	float:none;
	width:auto;
	clear:both;
	border-top: dotted 1px #d1d5d8;
	padding:10px 0;	
	//padding:5px 0;
}

.Footer a {
	font-size:0.85em;
}

.Footer p {
	font-size:0.85em;
	line-height:1.2em;
	color:#6e7072;
	margin:8px 0 1px;
}

.Footer .Tagcloud {
	font-size:0.85em;
}

.Footer .Tagcloud h3 {
	font-size:1.2em;
}

.FooterBottom {
	background: url(img/footer-bottom.gif) 0 0 no-repeat;
	padding:9px 27px;
	color:#999b9d;
}

.FooterBottom a {
	color:#999b9d;
	padding: 0 0 0 16px;
	background: url(img/footer-bottom-separator.gif) 7px 3px no-repeat;
}

.FooterBottom a.first {
	background:none;
	padding:0;
}

.Copyright {
	float:right;
	font-size:0.85em;
	//margin: -26px 27px 0 0;
}

.SidebarForm {
	margin: 0 0 15px;
}

.SidebarForm .Image 
{
	float:left;
	border:solid 1px #d5dadf;
	width: 100px;	
}

.SidebarForm .Image img 
{
	display:block;
}

.SidebarForm .Info 
{
	margin: 0 0 0 117px;
	padding: 76px 0 0 0;
	font-size:0.9em;
}

.SidebarForm .Info p 
{
	margin:0;
}

.SidebarForm p.Position 
{
	color: #707070;
	margin: 0 0 0.5em;
	line-height: 1.2em;
}

.SidebarForm h2
{
	margin:0;
	font-weight:normal;
}

.SidebarForm .ContactInfo 
{
	margin: 10px 0 20px;
	overflow:hidden;
}

.SidebarForm {
	background:#fbfdff;
	padding:10px 20px;
	border:solid 1px #d5dadf;
}

.SidebarForm .DynamicFormField {
	position:relative;
}

.SidebarForm .DynamicFormInput {
	margin-left:0px;
}

.SidebarForm .DynamicFormFieldLabel {
	width:auto;
	float:none;
}

.SidebarForm .DynamicFormInput input {
	background:none repeat scroll 0 0 #fbfdff;
	border:0 none;
	margin:0;
	color:#282828;
	font-family:Arial;
	font-size:1em;
	outline:0 none;
	vertical-align:top;
	padding:0;
}

.SidebarForm .prompt {
	_margin-left:3px;
}

.SidebarForm .DynamicFormText  .DynamicFormInput {
	//height:18px;
}

.SidebarForm .DynamicFormInput textarea {
	background:none repeat scroll 0 0 #fbfdff;
	border:0 none;
	height:75px;
	vertical-align:top;
	width:260px;
	margin:0;
	font-family:Arial;
	color:#282828;
	font-size:1em;
	outline:0 none;
	padding:0;
}

p.FormInvalid {
	color:#FF0000;
}

.SidebarForm .DynamicFormFieldInvalid .prompt {
	color:#FF0000;
}

.SidebarForm .DynamicFormField {
	padding-bottom:10px;
}

.SidebarForm .prompt .FieldRequired {
	display:none;
}

.SidebarForm .DynamicFormInput {
	background:url("img/input-bg.gif") no-repeat scroll 0 0 transparent;
	border:1px solid #c7cacd;
	margin:0;
	padding:1px 0 0 3px;
}

.prompt {
	color:#666666;
	cursor:text;
	display:block;
	font-size:0.9em;
	position:absolute;
	z-index:11;
}

.Button {
	background:url("img/button.gif") no-repeat scroll 0 0 transparent;
	display:inline-block;
	height:23px;
	overflow:hidden;
	padding:0 0 0 12px;	
}

.Button input {
	background:url("img/button.gif") no-repeat scroll 100% 0 transparent;
	display:inline-block;
	height:23px;
	line-height:23px;
	color:#FFF;
	font-size:0.9em;
	border:0;
	margin:0;
	font-family: Arial, sans-serif;
	padding:0 15px 1px 3px;
}

.SidebarForm .AvenlaFormSubmit {
	padding-left:0;	
}

.AvenlaFormAdditional {
	border-top: solid 1px #d5dadf;
	margin: 5px -20px 0;
	//margin: 10px -20px 0;
	padding: 11px 20px 0;	
	font-size:0.9em;
}


.FormValidation 
{
	margin: 0 0 15px;
	color:#333333;
	zoom:1;
}

.FormValidation .Heading {
    padding: 10px 10px 9px 33px;
    font-weight:bold;
}

.FormValidation .Message {
    padding: 10px 33px;
}

.FormValidation .Message ul {
    padding:0 0 0 10px;
    margin:0;
}

.FormValidation .Message li {
    padding:0 0 0 8px;
    background: url(img/icon-messagelist.gif) 0 6px no-repeat;
    margin:0 0 2px;
    list-style:none;
    color:#333333;
}

.FormValidation .Message p {
    margin: 0 0 0.35em;
    font-size:1em;
    color:#333333;
}

.FormWarning .Heading {
    background: #f8f1c5 url(img/icon-warning.gif) 10px 10px no-repeat;
}

.FormWarning .Message {
    background:#fefbee;
    border-top: solid 1px #e8ba48;
}

.FormWarning .MessageContainer {
    border: solid 1px #e8ba48;
}

.FormSuccess .Message {
    background:#f3fcf1;
    border-top: solid 1px #7fca70;
}

.FormSuccess .Heading {
    background: #d7f5d0 url(img/icon-success.gif) 10px 10px no-repeat;
}

.FormSuccess .MessageContainer {
    border: solid 1px #7fca70;
}

.FormError .Message {
    background:#fdf2ef;
    border-top: solid 1px #ee796a;
}

.FormError .Heading {
    background: #f9d5c9 url(img/icon-error.gif) 10px 10px no-repeat;
}

.FormError .MessageContainer {
    border: solid 1px #ee796a;
}

p.MsoNormal, li.MsoNormal, div.MsoNormal, .pcsolutioncontainer, .pcsolutioncontainer span, p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst  {
	font-family: Arial,sans-serif !important;
	text-indent: 0 !important;
	line-height:1.2em;
	font-size: 1em !important;
}

.Cloudpage #contentcolumns {
	padding:0;
}
