BODY, TD
{
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
}

INPUT
{
    font-size: 12px;
}

H1, H2, H3, H4, H5, THEAD, TFOOT
{
    font-family: Arial, Helvetica, sans-serif;
}
H1
{
    color: #A72B29;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H2
{
    color: #A72B29;
    font-size: 16px;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H3
{
    color: #A72B29;
    font-size: 14px;
    font-weight: bolder;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: 0px;
    text-transform: none;
    position: relative;
    top: 10px;
}

H4
{
    color: #A72B29;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    position: relative;
    top: 10px;
}

H5, DT
{
    color: #A72B29;
    font-size: 10px;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: 1px;
    text-transform: none;
}

H6
{
    color: #A72B29;
    font-size: .8em;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

TH
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    text-align: left;
    background-color: #F5F5F5;
}

FIELDSET
{
    margin: 0;
    padding: 1em;
    border: inherit;
}

LEGEND
{
    color: #A72B29;
    margin: 0;
    padding: 1em;
}
TEXTAREA
{
    font-family: Arial, Helvetica, sans-serif;
}
HR
{
}

A
{
}
A:link
{
}
A:visited
{
}
A:hover
{
    text-decoration: none;
}
A:active
{
}


SMALL
{
    font-size: .7em;
}

BIG
{
    font-size: 1.17em;
}

BLOCKQUOTE
{
    font-family: Arial, Helvetica, sans-serif;
}

PRE
{
    font-family: "Lucida Console" , Courier New, monospace;
}


UL LI
{
    list-style-type: square;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}

IMG
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}


.smallfont
{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.finefont
{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 10px;
}
.whitefont
{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
}

.menu a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.menu a:link
{
    color: #A72B29;
    text-decoration: none;
}
.menu a:visited
{
    color: #A72B29;
}
.menu a:hover
{
    color: #666666;
    text-decoration: underline;
}
.menu a:active
{
    color: #A72B29;
}


/*** BORDERING ***/
.bordered
{
    border-right: #eeeeee 1px solid;
    border-top: #eeeeee 1px solid;
    border-left: #eeeeee 1px solid;
    border-bottom: #eeeeee 1px solid;
    border-color: #eeeeee;
}

.FormText
{
    color: Black;
}
.FormNumeric
{
    color: Blue;
    text-align: right;
}
.FormCheckbox
{
    color: Blue;
}
.FormDate
{
    color: Blue;
}
.FormLabel
{
    color: #666666;
    font-weight: normal;
      font-size: 11px;
}
.FormValidator
{
}
.GridTable, .GridTable TD, .GridTable TABLE
{
    color: #333333;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
}
.GridHeader
{
    color: #666666;
}
.GridHeader TH
{
    background-color: #E0E0CE;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
}
.GridFooter
{
    background-color: #E0E0CE;
}
.GridPager TD
{
    background-color: #E0E0CE;
}
.GridItem
{
    color: Red;
    vertical-align: top;
}
.GridAlt
{
    background-color: #EEEEEE;
}
.GridEdit
{
    color: Black;
    background-color: Gray;
}
.GridSel
{
    color: Red;
    background-color: Blue;
}

.GridItem .GridText, .GridAlt .GridText
{
    color: #666666;
}
.GridItem .GridNumeric, .GridAlt .GridNumeric
{
    color: #666666;
    text-align: right;
}
.GridItem .GridCheckbox, .GridAlt .GridCheckbox
{
    text-align:center;
}
.GridItem .GridDate, .GridAlt .GridDate
{
    color: #666666;
}
.GridItem .GridLink A, .GridAlt .GridLink A
{
    color: #666666;
}
.GridItem .GridLink A:Hover, .GridAlt .GridLink A:Hover
{
    color: Red;
}


div.multiple_image_selector {
	border-style: solid;
	border-color:#000000;
	border-width: 1px;
	padding:0px;
	background-color:white;
	width:280px;
	height:200px;
	overflow-y:scroll;
}
.SmallButton
{
    font-size:xx-small;
}

/*** General DataGrid Layout ***/
/*** Header, Footer, Item, Alternate, Edit ***/


