﻿body
{
    font-family: Arial, sans-serif, Helvetica, Verdana;
    font-size: 11px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #fff;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

/**** link style ****/
a:link, a:visited {
color: #185190;
text-decoration:none;
font-weight: bold;
}

a:hover{
	text-decoration:underline;
}

h2
{
    color: #185190;
    font-size: 18px;
    margin: 0px 0px 16px 0px;
}
h3
{
    color: #185190;
    font-size: 14px;
    margin: 0px 0px 14px 0px;
}
h4
{
    color: #185190;
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}
h4.dato
{
    color: #185190;
    font-size: 12px;
    margin-top: 25px;
}

h5
{
    color: #185190;
    font-size: 11px;
}

.colorButton
{
    background-color: #369;
    color: #fff;
    border: solid 1px #36c;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.errorText
{
    color: red;
}
.successText
{
    color: #060;
}

.validationSummary ul li
{
    list-style-type: decimal;
    margin-left: -20px;
    color: red;
}
.loginbox
{
    width: 90px;
    font-size: 12px;
}

.passwordbox
{
    width: 68px;
}

.orangeTitle
{
	 color: #FF4400;
	 font-weight: bold;
	 font-size: 16px; 
	 /*text-transform: uppercase; */
}
