﻿body
{
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color: #351B00;
	line-height: 20px; 
} 
a
{
	color: #800000;
	text-decoration: none;
}
h1
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #800000;
}
h2
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #800000;
}
a:visited
{
	color: #800000;
}
img
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
.foot
{
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
	text-align: center;
}

a.foot
{
	text-decoration: none;
}

.cell_title
{
	color: #800000;
	font-weight: bold;
}
.textarea
{
	padding: 5px;
	font-size: 10px;
}
button
{
	border: 1px solid #666666;
	font-family: verdana;
	font-size: 10px;
	color: #333333;
}
#foot
{
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
	text-align: center;
}

.buttonUpload
{
	border: 1px solid #666666;
	height: 20px;
	width: 120px;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
}

input
{
	font-family: verdana;
	font-size: 10px;
	height: 16px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}
select
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	height: 20px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.title
{
	color: #800000;
	font-weight: bold;
}
th
{
	font-weight: normal;
}
.HeaderDashboard 
{
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
}
.DetailDashboard
{
	padding: 5px 10px 15px;
	background-color: #F9F9F9;
	margin-left: 20px;
	text-align: center;
}
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.clear
{
    clear: both;
}

.error
{
    color:Red;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}
.customTable
{
	border: solid 1px #A0A0A0;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
}

.customTable td 
{
	padding: 5px;   
	border: solid 1px #A0A0A0;
  	font-family: arial;
	font-size: 10px;
}

.customTable th
{
	padding: 6px 5px;
	text-align: center;
	background-color: #F5F4F1;
	border: solid 1px #A0A0A0;
	vertical-align: top;
	font-weight: bold;
}
table
{
	border: solid 1px #A0A0A0;
	border-collapse: collapse;
	font-family: arial;
	font-size: 9px;
	text-align: center;
}

table td
{
	padding: 5px;
	border: solid 1px #A0A0A0;
	empty-cells: show;
}

table th
{
	padding: 4px 3px 4px 3px;
	text-align: center;
	background-color: #F5F4F1;
	border: solid 1px #A0A0A0;
	vertical-align: top;
}
.mainTable
{
	padding: 0px;
	border-width: 0px;
	font-family: verdana;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
}
.mainTable td
{
	padding: 0px;
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
}
