﻿body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
    color: #4170b8;
}

h1 {
    font-size: 20px;
    font-weight: bold;
}

a {
	text-decoration: none;
	color: Black;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
}

a[disabled="disabled"] {
	color: Gray !important; 
	text-decoration:none !important; 
}

input[disabled="disabled"] {
	font-style: italic;
	border: 1px solid #999;
}

select[disabled="disabled"] {
	font-style: italic;
	border: 1px solid #999;
}

textarea[disabled="disabled"] {
	font-style: italic;
	border: 1px solid #999;
}

.clear {
    width: 100%;
    overflow: hidden;
}

.validationSummary {
    color: #ff0000;
}

.validationSummary ul {
    list-style-type: square;
}

/* YUI-style grids. Thanks Matt Berseth! */
.tablestyle {
    font-family: arial;
    font-size: small;
    border: solid 1px #7f7f7f;
}

.rowstyle {
    background-color: #ffffff;
}

.altrowstyle {
    /*background-color: #edf5ff;*/
    background-color: #f2ecd8;
}

.headerstyle th {
    background: url(images/grid/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
}

.headerstyle th a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    display: block;
    padding-right: 10px;
}

.rowstyle .sortaltrow, .altrowstyle .sortaltrow {
    background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow {
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td {
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

.headerstyle .sortascheader {
    background: url(images/grid/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortascheader a {
    background: url(images/grid/dt-arrow-up.png) no-repeat right 50%;
}

.headerstyle .sortdescheader {
    background: url(images/grid/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortdescheader a {
    background: url(images/grid/dt-arrow-dn.png) no-repeat right 50%;
}

.footerstyle td {
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
    border-top: 3px double red;
}

.masterBar {
    width: 100%;
    overflow: hidden;
    background: url(images/9xbar.png) repeat-x;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid black; 
    font-size: 10px; 
    padding: 4px 1em 4px 0;
}