﻿/* RESET
----------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body
{
    font-size: .75em;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #444444;
}

/* HEADINGS   
----------------------------------------------------------*/
h2
{
    font-size: 1.5em;
    color: #444444;
    margin: 20px 0 10px 0;
    clear: both;
}

#footer
{
	position: fixed;
	bottom: 0;
	left: 0;
    color: #cccccc;
    padding: 11px 0;
    text-align: center;
    font-size: 11px;
    width: 100%;
	background: #ffffff url('images/TopFondo.png') repeat-x top left;
}

#imagentop
{
    margin-top: 75px;
    padding-top: 15px;
    width: 100%;
    height: 86px;
	background-image: url('images/top.png');
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	color: #cccccc; 
    font-size: 11px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset
{
    margin-top: -6px;
    padding:  10px 10px 10px 10px ;
    border: 3px solid #005072;
    text-align: center;
}

fieldset label 
{
    display: block;
    font-weight: bold;
    margin: 5px 0 3px 0;
}

input[type="text"], input[type="password"]
{
    width: 200px;
    border: 1px solid #cccccc;
	color: #333333;
}

input[type="text"]:focus, input[type="password"]:focus
{
    background-color: #96A6B1;
    border: 1px solid #005072;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
	padding: 10px 10px 10px 35px;
	margin: 10px 0;
	border: 1px solid #dfdfdf;
	color: #ff0000;
	font-weight: bold;
	background: #fcf9ce url(images/error.gif) 5px 6px no-repeat;
}


input.button {
	color:#FFF;
	border:2px groove #FFF;
	font-size:1em;
	font-weight:bold;
	padding:0 5px 2px 5px;
	cursor:pointer;
	}
	
input.button-big {
	padding:6px 20px;
	background:#1D414F url(images/bg-button.png) repeat-x;
	}


.errorMessage
{
	padding: 10px 10px 10px 35px;
	margin: 5px 0;
	border: 1px solid #DFDFDF;
	color: #333333;
	font-weight: bold;
    	background: #fcf9ce url('images/error.gif') 5px 6px no-repeat;
}

