﻿* {margin: 0; padding:0;}

html, body
{
    height:100%;
    width: 100%;
}

body
{
    color:#333;
    background:#fff;
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    /*overflow: auto;*/
    font-size:12px;
}

h1
{
    font-size: 22px;
    font-weight: bold;
    margin-bottom:10px;
}

h2
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom:7px;
}

h3
{
    font-size: 16px;
    font-weight: normal;
    margin-bottom:5px;
}

h4
{
    font-size:14px;
    font-weight: normal;
}

#error_big_message #div_title {
    padding-top: 20px;
    clear: both;
    width: 100%;
}

#error_big_message #div_title_text {
    color: #336699;
    font-size: 16px;
    font-weight: bold;
    padding-top: 12px;
    width: 400px;
}

#error_big_message #div_body {
    padding: 20px 20px 0 20px;
}
#error_big_message #div_links {
    padding: 5px 20px 0 20px;
}

#error_big_message .bottom {
    padding: 10px 20px;
}

#error_big_message .align_left {
	float: left;
}
#error_big_message .align_right {
	float: right;
}

#error_big_message .blue    {
    color: #03578A; 
    text-decoration: none;
}
#error_big_message .copyright {
    color: #03578A; 
    text-decoration:none;
    white-space:nowrap;
}
#error_big_message .exception {
    overflow: auto;
    background-color: #FFFB97;
    color: #134D82;
    font-size: 11px;
    padding: 10px 0;    
}
#error_big_message a { text-decoration: none; color:#3366CC; }
#error_big_message a:hover { color: #01478f; }
#error_big_message a:hover { color: #01478f; }

#logo_div
{
	padding-top: 34px;
	height: 64px;
}

#div_title_logo {
    background: url('Images/Logon/logo_gadget.png') no-repeat #fff;
    width: 220px;
    height: 62px;
    float: left;
    color: #333;
    font-size: 16px;
    padding: 4px 8px;
}

#redaction_div i {
    background: transparent url("/Content/images/logo-window.png") no-repeat scroll 0 0;
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: left;
    display: inline-block;
    margin-top: 2px;
}

#redaction_div span {
    color: #4e80c1;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: -12px;
}