﻿/*Covered by AvePoint copyright and license agreement*/
/*CSS reset*/
div,ul,ol,h1,h2,form,fieldset,input,p,th,td{margin:0; padding:0}
fieldset,img{border:0}
code,em,strong,var{font-style:normal; font-weight:normal}
ol,ul{list-style:none}
p{color:#333;font-size:10pt;line-height:16px}
ins{text-decoration:none;color:#aaa}
a{color:#07b;text-decoration:none}
a:hover{text-decoration:underline}

.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}

.errorHide{display: none;}
.errorShow{display: block;}

/*hack*/
*+html{overflow-y:auto}

/*Page style*/
body{background:#fff url('/images/errorpage/bg_top_1x100.png') repeat-x; margin:50px 25%;position:relative}
h1{font-size:45pt;color:#555;font-weight:normal}
h2{font-size:11pt;color:#333}
.img-error{width:106px;height:92px;background-image:url('/images/errorpage/icon_106x92.png'); position:absolute;left:-136px;top:10px}
.img-bottom{width:470px;height:195px;background-image:url('/images/errorpage/landing_page_470x195.png'); position:fixed;bottom:0px; right:0px;z-index:-1}

/*Link*/
.item-info li{padding-left:10px;background:url('/images/errorpage/bullet_6x18.gif') no-repeat}
.item-info a{height:18px;line-height:18px;font-size:10pt;text-decoration:none;text-align:center}
.item-info a:hover{text-decoration:underline}