﻿/*Default Blue: #0f7fba*/
@font-face
{
    src: url('Fonts/GOTHIC.TTF');
    font-family: Century Gothic;
}

*
{
    font-family: Century Gothic, Arial;
}
/* BASE STYLES */

h1, h2, h3, h4, h5, h6
{
    padding: 5px 0px 5px 0px;
    font-family: Century Gothic;
}
h1
{
    font-size: 3em;
}
h2
{
    font-size: 2.4em;
}
h3
{
    font-size: 1.8em;
}
h4
{
    font-size: 1.5em;
}
h5
{
    font-size: 1.3em;
}
h6
{
    font-size: 1.2em;
}
p
{
    padding: 5px 0px 5px 0px;
    text-align: justify;
    font-family: Arial;
    font-size: 1em;
}

fieldset
{
    padding: 10px;
}

a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

legend
{
    font-weight: bolder;
    font-style: italic;
    font-size: 16px;
    padding: 0px 5px;
}
label
{
    /*font-weight: bolder;
    font-size: 12.5px;*/
}
input, textarea, select
{
    margin: 2px 0px;
}
input[type=submit], input[type=button], input[type=reset]
{
    padding: 0px 4px;
}
input[type=text], input[type=password]
{
    width: 200px;
}
select
{
    width: 250px;
}
textarea
{
    width: 400px;
    height: 100px;
}

q, blockquote
{
    margin: 8px 32px;
}

hr
{
    margin: 16px 8px;
}

/*TABLES*/

th, td
{
	padding: 2px 16px;
}
table
{
	margin: 8px 0px;
}
tr
{
	background-color: #fff;
}
tr.alt
{
	background-color: #f5f5f5;
}
tr:nth-child(2n)
{
	background-color: #dadaf1;
}
th
{
	text-align: center;
	font-weight: bold;
	background-color: #0f7fba;
	color: #f5f5f5;
}
td
{
	text-align: left;
}
tfoot td
{
    background-color: #cacae1;
    font-weight: bold;
}

/*END TABLES*/
/*
div.display-label, div.display-field
{
    float:left;
    padding: 0px;
    line-height:25px;
}
div.display-label
{
    font-weight: bold;
    width:120px;
    text-align:right;
}
div.display-field
{
    margin-left:10px;
}
div.display-label span, div.display-field span
{
    vertical-align:bottom;    
}
*/
div.display-label, div.display-field
{
    margin: 5px 0px 5px 0px;
    padding: 0px;
}
div.display-label
{
    margin: 2px 0px 2px 0px;
    font-weight: bold;
}
div.editor-label
{
}
div.editor-field
{
}

/*INPUT ITEMS*/

button
{
    margin: 5px;
    color: #fff;
    font-weight: bolder;
    background: #39D;
    border: 2px solid #0f7fba;
    min-width: 70px;
    min-height: 25px;
}

button:hover .action-link
{
    color: #000;
    background: #0f7fba;
    border: 2px solid #39D;
    cursor: pointer;
}

/*END INPUT ITEMS*/

.validation-summary-errors /* usually an <ul> */
{
    color: Red;
}
.input-validation-error /* usually an <input> */
{
    border: solid 1px Red;
}
.field-validation-error /* usually a <span> */
{
    color: Red;
}

a
{
    color: #005d8c;
}

.action-link
{
    color: #efefef;
    background: url(Images/action-link.png) repeat-x top left;
    padding: 2px 8px;
    line-height: 22px;
    border-left: solid 1px #277fab;
    border-right: solid 1px #277fab;
    text-decoration: none;
    font-family: Arial;
    font-size: 1em;
    font-weight: bolder !important;
}

.action-link:hover
{
    color: black;
    font-weight: bolder;
    background: url(Images/action-link-hover.png) repeat-x top left;
    border-left: solid 1px #42a1d1;
    border-right: solid 1px #42a1d1;
}
