﻿/* DEFAULTS
----------------------------------------------------------*/

html
{
    font-family: Calibri, Verdana, Tahoma, Helvetica;
}

body   
{
    background-color: #C0C0C0;
    font-size: Medium; /*1em;*/
    margin: 0px;
    padding: 0px;
    color: #604800;
}

p
{
    margin-bottom: 10px; /* ??? */
    line-height: 1.6em;
}

.VerticalText
{
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:48px;
	height:48px;
	text-shadow: 0px 0px 1px #808080;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    text-transform: none;
    margin-bottom: 0px;
}

h1
{
    font-size: X-Large; /*1.3em;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bolder;
}

h2
{
    font-size: Large; /*1.2em;*/
    font-weight: bold;
}

h3
{
    font-size: Medium; /*1.1em;*/
    font-weight: bold;
}

h4
{
    font-size: Medium; /*1em;*/
    font-weight: bold;
}

h5, h6
{
    font-size: Medium; /*1em;*/
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 15cm;
    background-color: White;
    margin: 20px auto 0px auto;
    border: 1px solid #605220;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #007298; /*#4b6c9e;*/
    width: 100%;
}

.header h1
{
    margin: 0px;
    padding: 0px 8px 0px 8px; /*0px 0px 0px 20px;*/
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: Larger; /*1.3em;*/
    font-weight: bolder;
}

.header h2
{
    margin: 0px;
    padding: 0px 8px 0px 8px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: Large;
    font-weight: bolder;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    /*background-image: url('~/App_Themes/TS/Images/sfondo.png');*/
    background-repeat: no-repeat;
    background-position: top;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size: Smaller;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 100%; /*auto;*/
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}