/*
    Style sheet for HART Update pages
    
    Change History
    
    Date        Author      Description
    --------    ------      ---------------------------------------------------
    10/02/09    Paul        Original development
    12/13/09    Paul        Copy "red" classes from std.css
    07/20/11    Mark        Updated styles for new layout

*/
BODY
{
  font-family:         Arial;
  color:               #000000;
  font-size:           14px;
}

h1 {
	font-family: Arial;
	font-size: 24px;
	text-align: left;
	vertical-align: text-bottom;
	margin: -6px 0px 4px 0px;
	color: #257bb1;
}

h2 {
    font-family: Arial;
	font-size: 22px;
	text-align: left;
	vertical-align: text-bottom;
	margin: 0px 0px 4px 0px;
	color: #ed6f00;
}

h3 {
    font-family: Arial;
	font-size: 20px;
	text-align: left;
	vertical-align: text-bottom;
	margin: -6px 0px 4px 20px;
	color: #676767;
}

/*h2 {
	font-family: verdana;
	font-size: 12px;
	margin: 2px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	color: #990000;
}*/

.BigRed {font:arial, helvetica 16px bold; color:#CC0000; font-size: 16pt; font-weight: bold;}
.MediumRed {font:arial, helvetica 16px bold; color:#CC0000; font-size: 12pt; font-weight: bold;}
.SmallRed {font:arial, helvetica 16px bold; color:#CC0000; font-size: 9pt; font-weight: bold;}

.page
{
    width: 820px;
    margin-bottom: 5px;
}

#listedUnlisted
{
    width: 810px;
    margin-top: 10px;
}

#photos
{
    width: 1250px;
    margin-top: 20px;
}

fieldset
{
    border: 2px solid rgb(190, 190, 190);
    padding: 4px 7px 9px 7px
}

legend
{
    font-family: Verdana;
    font-size: 16px;
    color: #257bb1;
    padding-right: 4px;
    padding-left: 4px;
}

.unlistedColumn
{
    width: 235px;
    float: left;
}

.listedColumn
{
    width: 565px;
    margin-left: 240px;
}

.fieldlabel
{
    font-family: Verdana;
    font-size: 14px;
    margin-bottom: 2px;
    margin-top:  10px;
}

.textbox
{
    width: 200px;
    border: 1px solid #7E9DB9;
    height: 24px;
    font-size: 14px;
    padding: 4px;
    margin-bottom: 10px;
}

.select
{
    height: 28px;
    font-size: 14px;
    padding: 4px;
    margin-bottom: 0px;
    width: 530px;
}

.jcrop-holder
{
    margin-top: 15px;
}