﻿/*html, body, div, span, applet, object, iframe , 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, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	color: inherit;
}*/
body
{
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-color: #c0c0c0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
    color: #F8911D;
}
.MasterTbl {
    width: 100%;
    height: 100%;
    border-collapse:collapse;
    border: 0;
}
.MasterSpacerTd {
    background-color: #c0c0c0;
}
.MasterHdrTr 
{
    background-color: #231f20;
}
.MasterHdrTd 
{
    height: 100px;
    color: #FFFFFF;
    vertical-align: bottom;
}
.MasterHdrTdLeft
{
    text-align: right;
    vertical-align: bottom;
    padding-right: 10px;
    padding-bottom: 3px;
    width: 100%;
    font-size: 10px;
}
.MasterMnTr {
   height: 30px;
   background-color: #F8911D;
}
.MasterMnTd {
    color:white;
}
.MasterMnTdSpacer {
    width: 5px;
}
.MasterBdyTr {
    height: 500px;
    background-color: #FFFFFF;
}
.MasterBdyTd {
    width: 1000px;
    padding: 10px;
    vertical-align: top;
}
.MasterCphTd {
    
}
.MasterTitleTd {
    font-size: 18px;
    height: 50px;
    color: #F8911D;
}
.MasterFtrTr 
{
    background-color: #c0c0c0;
    height: 20px;
}
.MasterFtrTd {
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
}
/*GridViews*/
.grvGrid {
    color: #000000;
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 11px;
}
.grvHeader th{ text-align: left;font-weight: normal;}
.grvHeader
{
    background-color: #F8911D;
    color: white;
}
.grvItemNumber, .grvItemDate {
    text-align: right;
    border-color: #c0c0c0;
    cursor: hand;
}
.grvCenter
{
    text-align: right;
    border-color: #c0c0c0;
}
.grvText {
    border-color: #c0c0c0;
    cursor: hand;
}
.grvImg {
    width: 20px;
    border-color: #c0c0c0;
    cursor: pointer;
}
.grvSpacer {
    border-color: #c0c0c0;
    cursor: hand;
}
.grvSelectedRow {
    background-color: #FFC184;
    cursor: pointer;
}
.grvRrow
{
    background-color: #FFFFFF;
    cursor: hand;
}
/*Dashboard page*/
.pnlDashboard {
    height: 100%;
    width: 990px;
    border: 1px solid #F8911D;
}
.DashboardTable {
    width: 990px;
    height: 100%;
}
.DashboardHeaderTr {
    background-color:  #F8911D;
    height: 20px;
}
.DashboardHeaderTd 
{
    color: #FFFFFF;
    padding-left: 5px;
    font-weight: bold;
    border-bottom: 1px solid #F8911D;
}
.DashboardBodyTr {
    height: 100%;
}
.DashboardHeaderTdRight {
    text-align: right;
    width: 100%;    
}
/*Menu control*/
.Mnu {
    background-color: #F8911D;
    height: 30px;
}
.MnuItem
{
    color: #FFFFFF;
    width: 100px;
    height: 22px;
    text-align: left;
    text-indent: 6px;
    padding-top: 8px;
    background-color: #F8911D;
}
/*RequiredFieldValidators + error messages*/
.Rfvd {
    color: red;
    font-size: 10px;
}
.FormInfoTr {
    height: 20px;
}
/*Form labels + fields*/
.lblReq {
    color: #F8911D;
    font-size: 10px;
}
.lblForm {
    width: 160px;
    height: 25px;
    vertical-align: top;
}
.lblFormBold {
    width: 160px;
    font-weight: bold;
    height: 25px;
    vertical-align: top;
}
input, select, textarea, option
{
    height: 20px;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
}
input[type="image"] {
    border: 0;
    width: 16px;
    height: 16px;
}
input[type="button"],input[type="submit"] {
    background-color: #F8911D;
    color: #FFFFFF;
    height: 25px;
    width: auto;
    border: 0;
}
input[type="button"]:disabled,input[type="submit"]:disabled {
    background-color: black;
    color: #FFFFFF;
    height: 25px;
    width: auto;
    border: 0;
}
input[type="text"] {
    
}
input[type="password"] {

}
input[type="checkbox"] {
    height: 14px;
    width: 14px;
	border: 0;
}
input[type="file"] {
    height: 25px;
    width: 202px;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
}
.FileUpload
{
    width: 200px;
    left: -205px;
    position: relative;
}

select 
{
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
}
option {
    
}
textarea 
{
    height: 60px;
}
.frmSectionTd {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #000000;
    height: 20px;
}
.frmTable {
    width: 980px;
    height: 100%;
}
.frmSpacerTr {
    height: 5px;
}
.frmSpacer {
    width: 20px;
}
.frmField {
    width: 300px;
}