body
{
	background-position: 50px 50px;
	background-color: #ffffff;
	padding: 0px;
	padding-left: 20px;
	margin: 0;
	min-width: 900px;
		
}

body,  td, th
{
	font-size: 0.8em;
}

body, input, select, textarea, td
{
	font-family: Tahoma, Verdana,  Helvetica, serif;
	/*Georgia, "Times New Roman", Times,*/
}

#wrap
{
	background-color: #737476;
	margin:0 auto;
	width: 900px;
	min-height: 100%;
	
}

#header
{
	height: 50px;
	padding-top: 10px;
	background-color: #202F36;
}
	#header img
	{
		padding: 10px;
		padding-top: 15px;
	}

#nav
{
	float: left;
	width: 190px;
	padding-left: 10px;
	background-color: #737476;
	padding-top: 70px;
}
/*
#wrap > #nav {
	width:	190px;
}*/
	#nav ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
			background-color: #737476;
		}
		
		ul.nav li
			{
				margin: 5px;
				padding-bottom: 3px;
				border-bottom: 1px gray solid;
			}
		ul.nav li a
			{
				color: white;
				text-decoration: none;
				font-weight: normal;
				font-size:10px;
			}

#content
{
	min-height: 100%;
	width: 696px;
	padding: 10px;
	margin:0;
	margin-left: 200px;
	background-color: white;
	
}
#wrap > #content {
	width:	680px;
}


a
{
	color: #000;
}

img
{
	border: 0;
}


h1 
{
	font-size: 2.5em;
 	font-family: "Arial Rounded MT Bold",sans-serif; 
	line-height: 1em;
	padding-bottom: 0px;
}

h1.header {
	height: 20px;
	width: 100%;
	background-color: #312F2F; 
}

fieldset
{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #E1E0E0;
}
	fieldset p
	{
		padding-left: 10px;
	}

fieldset.enabled {
	background-color: #E1E0E0;
}
fieldset.dis
{
	background-color: #e2e2e2;
	color: #868686;
}



legend
{
	margin-bottom: 5px;
	padding: 5px;
	background-color: #eeeeee;
	font-weight: bold;
}

div.formRow
{
	clear: both;
	margin-bottom: 5px;
}

	.formField
	{
		float: left;
		padding-right: 5px;
		margin-bottom: 5px;
		padding: 5px;
		width: 150px;
		text-align: right;
		font-size:10px;
		font-weight: bold;
	}
	div.formField
	{
		clear: right;
	}
	.formFieldRequired
	{
		
	}
		.formField span
		{
			display: block;
			font-size: 0.9em;
			font-weight: normal;
		}

	div.formValue
	{
		float: left;
		padding: 5px;
	}
	div.formSpace
	{
	clear:both;
	padding-top:30px;
	padding-left:50px;
	padding-bottom: 0px
	}
fieldset, legend, table.data, table.data th, table.data td
{
	border: 1px solid #000000;
	/* border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa; */
}
.formField
{
	border-top: 1px solid #dddddd;
}
.formValue {
	border-left: 1px solid #aaaaaa;
}

input, select, textarea
{
	vertical-align: middle;
}

select.dummyContainer
{
	width: 325px;
	height: 125px;
}

select.container
{
	width: 250px;
	height: 125px;
}

select.categoryContainer
{
	width: 210px;
	height: 125px;
}

table.data th
{
	background-color: #eeeeee;
}

table.data th, table.data td
{
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}

.button
{
	font-family:Arial, Helvetica, serif;
    font-size:11px;
	color: #ffffff;
	border: 2px double #566264; 
	background-color: #9d9fa1; 
	padding-top:0
}
.buttonsmall
{
    font-family:Verdana, Arial, Helvetica, serif;
    font-size:10px;
	color: #ffffff;
	border: 2px double #566264; 
	background-color: #9d9fa1; 
	padding-top:0;
	height: 18px;
	width: 42px;
}

/* .button
{
    font:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
} */

.msg
{
    font-family:Verdana, Arial, Helvetica, serif;
    font-size:12px;
    color: #0000FF;
}

.liError
	{
		background-color: #ff0033;
	}

ul.ddTree 
	{
		z-index: 1;
		position: relative;
		list-style: none; 
		margin-top: 0px;
		padding-top: 0px;
	}

ul.ddTree  li 
	{ 
		list-style: none; 
		color: inherit;
		cursor: default;
		position: relative;
		padding : 2px 0px 2px 0px;
		visibility : inherit;
	}
	 
/* Control how "spaced out" the tree is */
ul.ddTree, ul.ddTree ul , ul.ddTree li { margin-left:6px;}
/* Provide space for our own "bullet" inside the LI */
ul.ddTree  li           .bullet { padding-left: 19px; }
/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.ddTree  li.liOpen    .bullet { cursor: pointer; background: url(/admin/images/treeView/e1.gif)   left no-repeat; }
ul.ddTree  li.liClosed  .bullet { cursor: pointer; background: url(/admin/images/treeView/c1.gif)    left no-repeat; }
ul.ddTree  li.liBullet  .bullet { cursor: default; background: url(/admin/images/treeView/bullet.gif)  left no-repeat; }

/* Sublists are visible or not based on class of parent LI */
ul.ddTree  li.liOpen    ul { display: block; }
ul.ddTree  li.liClosed  ul { display: none; }


ul.cloneTree  li 
	{ 
		list-style: none; 
		/*font: bold 16px Verdana,Arial,San-Serif,Geneva;*/
		color: inherit;
		cursor: default;
		position: relative;
		padding : 2px 0px 2px 0px;
		visibility : inherit;
	} 
	
/* Control how "spaced out" the tree is */
ul.cloneTree, ul.cloneTree ul , ul.cloneTree li { margin-left:6px; }
/* Provide space for our own "bullet" inside the LI */
ul.cloneTree  li           .bullet { padding-left: 19px; }
/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.cloneTree  li.liOpen    .bullet { cursor: pointer; background: url(/admin/images/treeView/e1.gif)  center left no-repeat; }
ul.cloneTree  li.liClosed  .bullet { cursor: pointer; background: url(/admin/images/treeView/c1.gif)   center left no-repeat; }
ul.cloneTree  li.liBullet  .bullet { cursor: default; background: url(/admin/images/treeView/bullet.gif) center left no-repeat; }
/* Sublists are visible or not based on class of parent LI */
ul.cloneTree  li.liOpen    ul { display: block; }
ul.cloneTree  li.liClosed  ul { display: none; }

ul.trashTree 
	{
		z-index: 1;
		position: relative;
		margin: 8px 0px 8px 0px;
		padding : 0px 0px 0px 0px;
	}

ul.trashTree  li 
	{ 
		list-style: none; 
		color: inherit;
		cursor: default;
		position: relative;
		padding : 0px 0px 0px 0px;
		visibility : inherit;
	}
	 
/* Control how "spaced out" the tree is */
ul.trashTree, ul.trashTree ul , ul.trashTree li { margin-left:6px;}
/* Provide space for our own "bullet" inside the LI */
ul.trashTree  li           .bullet { padding-left: 19px; }
/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.trashTree  li.liOpen    .bullet { cursor: pointer; background: url(/admin/images/treeView/e1.gif)   left no-repeat; }
ul.trashTree  li.liClosed  .bullet { cursor: pointer; background: url(/admin/images/treeView/c1.gif)    left no-repeat; }
ul.trashTree  li.liBullet  .bullet { cursor: default; background: url(/admin/images/treeView/bullet.gif)  left no-repeat; }

/* Turn off list bullets */
ul.mkTree  li { list-style: none; } 
/* Control how "spaced out" the tree is */
ul.mkTree, ul.mkTree ul , ul.mkTree li { margin-left:1px; padding-left: 5px; }
/* Provide space for our own "bullet" inside the LI */
ul.mkTree  li           .bullet { padding-left: 15px; }
/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.mkTree  li.liOpen    .bullet { cursor: pointer; background: url(/admin/images/treeView/minus.gif)  center left no-repeat; }
ul.mkTree  li.liClosed  .bullet { cursor: pointer; background: url(/admin/images/treeView/plus.gif)   center left no-repeat; }
ul.mkTree  li.liBullet  .bullet { cursor: default; background: url(/admin/images/treeView/bullet.gif) center left no-repeat; }
/* Sublists are visible or not based on class of parent LI */
ul.mkTree  li.liOpen    ul { display: block; }
ul.mkTree  li.liClosed  ul { display: none; }
/* Format menu items differently depending on what level of the tree they are in 
ul.mkTree  li { font-size: 1em; }*/


/* Sortable Tables */

table.sortable a.sortheader {
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
	font-family: "Times New Roman";
    color: black;
    text-decoration: none;
}
table.listing {
	border: 1px solid #666;
	margin: 10px;
}

table.listing tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}
table.sortable tr.heading td {
	border-bottom: 1px solid #D9D9D9;
}

/* This goes in the stylesheet to hide the browser text before it is replaced */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}*/

h2 {
	font-size: 1.5em;
	color: gray;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
dl.fv
{
	clear: both;
	margin-bottom: 0.5em;
	padding-left: 10px;
}
	dl.fv dt
	{
		float: left;
		border-top: 1px solid #c8c8c8;
		border-right: 1px solid #c8c8c8;
		padding: 0.5em;
		width: 125px;
		text-align: right;
		font-weight: bold;
	}
		dl.fv dt label
		{
			
		}
			dl.fv dt label span
			{
				display: block;
				font-size: 0.8em;
				color: #c0c0c0;
			}
	dl.fv dd
	{
		float: left;
		border-top: 1px solid #c8c8c8;
		margin: 0;
		padding: 0.5em;
	}

.required
{
	color: #cb0d19;
}

.disabledOption {
	color: #a1a1a1;
	font-style : italic;
}

.productPriceOriginal
{
	text-decoration: line-through;
}
.productPriceSale
{
	color: #f03f22;
}.legend {
	color: #000000;
}
.headerText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#999999;
	margin-left: 5px;
}
.formField2
{
	float: left;
	padding-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
	font-size:9px;
	font-weight: bold;
}
.formFieldLeft
{
	float: left;
	padding-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: left;
	font-size:9px;
	font-weight: bold;
}
.inputtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.input2text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.input3text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
}
.inputtextMediumSev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color:#FFFF00
}
.inputtextHighSev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color:#FF0000;
	color:#FFFFFF
}
.boxLink {
	border: 1px solid #000000;
	background-color:#FFFFFF;
	text-align:center;
}
.reqConfirmation {
	background-image:url(../images/reqConfirmationBkg.gif);
	height:77px;
	color:#FFFFFF
}
.reqComplete {
	background-image:url(../images/reqCompleteBkg.gif);
	height:77px;
	color:#FFFFFF
}
.revConfirmation {
	background-image:url(../images/revConfirmationBkg.gif);
	height:77px;
	color:#FFFFFF
}
.undConstruction {
	background-image:url(../images/underConstruction.gif);
	height:77px;
	color:#FFFFFF
}
.budUpdateConfirmation {
	background-image:url(../images/budgeUpdateConfirmationBkg.gif);
	height:77px;
	color:#FFFFFF
}
.chgPassword {
	background-image:url(../images/chgPasswordBkg.gif);
	height:77px;
	color:#FFFFFF
}