body {
	font-family: "Trebuchet" "Trebuchet MS" "Arial" "sans-serif";
	font-size: 1em;
	margin: 0%;
	padding: 0%;
	background-color: #434752;
	color: #402A1D;
}
a img { border: none;}

img { vertical-align: middle }

a {
	color: #DF7A00;
}

a:visited {
	color: #DF7A00;
}

a:hover {
	color: #434752;
}

a:active {
	color: #000;
}

p, form {
	padding: 0%;
	margin: 0%;
}

#border_top, #border_bottom {
	height: 20px;
	background-image: url("../images/edge_t.png");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #434752;
	clear:both;
}

#edge_bl, #edge_br, #edge_tl, #edge_tr
{
	width: 20px;
	height: 20px;
	background-image: url('../images/edge_bl.png');
	background-color: #434752;
	background-repeat: no-repeat;
	float: left;
}

#edge_br
{
	background-image: url('../images/edge_br.png');
	float: right;
}

#edge_tr
{
	background-image: url('../images/edge_tr.png');
	float: right;	
}

#edge_tl
{
	background-image: url('../images/edge_tl.png');
}

#edge_l, #edge_r
{
	background-image: url('../images/edge_l.png');
	background-repeat: repeat-y;
	padding-left:20px;
	background-color: #fff;
	background-position: top left;
}
#edge_r
{
	padding-right: 20px;
	padding-left: 0px;
	background-image: url('../images/edge_r.png');
	background-position: top right;
}

#logo{
	float:left;
	margin-left: 1em;
}

#border_bottom {
	background-image: url("../images/edge_b.png");
}

#footer {
	padding: 0.3em 0;
	clear: both;
	font-size: .75em;
	color: #000;
	text-align: center;
}

#brand
{
	font-size: 2em;
	height: 170px;
}

#accent
{
	float:right;
}

/* Area that displays "login | create new account" or  "logged in as: xxx | logout" */
#userDisplay {
	text-align: right;
	color: #434752;
	margin-right: 1em;
	margin-top: .25em;
	float: right;
	clear:right;
	background-color: transparent;
	font-size: .5em;
	float:right;
}

#userName {
	font-weight: bold;
	color: #DF7A00;
}

#userDisplay a
{
	color: #DF7A00;
	text-decoration: none;
	font-weight: bold;
}

#userDisplay a:hover
{
	color: #5A5F6E;
	text-decoration: underline;
}

#userDisplay a:active
{
	color: #434752;
}

#navigation {
	text-align: center;
	overflow: hidden;
	border: 1px solid #434752;
	font-family: "Tahoma" "Arial" "sans-serif";
	padding: 0em 0em 0em 0em;
}

#navigation a {
	text-decoration:none;
	font-weight: normal;
	color: #5A5F6E;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	padding-bottom: .5em;
	line-height: 1.75em;
	height: 2em;
	font-size: 1.2em;
	border-left: 1px solid #434752;
}

#navigation a:hover{ 
	color: #DF7A00;
}

#navigation a:active
{
	color: #000;
}

#navigation a.current {
	color: #DF7A00;
}

#navigation a.current:hover {
	text-decoration: underline;
}

#navigation a.current:active {
	color: #000;
}

#navigation a.end {
	/* border-top: none;
	border-bottom: none;
	*/
	width: 1px;
	overflow: hidden;
}

/**** Page Content Layout ****/

body
{
	min-width: 840px;	/* At least LC width * 2 + RC width */
}

#container
{
	/* Style for container with no side columns. */
}

#containerWithLeft, #containerWithBoth
{
	padding-left: 15em;  /* LC width */
}

#containerWithRight, #containerWithBoth
{
	padding-right: 15em; /* RC width */
}

#container, #containerWithLeft, #containerWithBoth
{
	/* Styles for the container go here. */
}

#content
{
	width: 100%;
	float: left;
	position: relative;
}

#containerWithLeft #leftColumn, 
#containerWithBoth #leftColumn
{
	float: left;
	position: relative;
	width: 15em;			/* LC width */
	margin-left: -100%;
	right: 15em;			/* LC width */
}

#containerWithRight #rightColumn,
#containerWithBoth #rightColumn
{
	float: left;
	position: relative;
	width: 15em;			/* RC width */
	margin-right: -15em;	/* negative RC width */
}

/* Dynamo will supply IE_leftColumn as the left column's class when ONLY when IE UserAgent has been detected.
	Note: if a browser is masking itself as IE it will display the left column improperly unless it behaves as IE as well.
	
	TODO:WORK:  Remove this if it remains unused.
*/

#containerWithBoth .IE_leftColumn {
	/* left: 15em;		/* RC width */
}

#containerWithLeft .IE_leftColumn {
	/* left: 	0em;	/* Zero */
}

#topSection, #bottomSection
{
	clear:both;
}

.article
{
	padding:.5em 1em
}

/**** End Page Content Layout ****/

h1, h2, h3, h4, h5, h6
{
	color: #225;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.3em; }

.clear, ._clr_
{
	clear:both;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.form
{
	padding: 1em;
	width: 80%;
	min-width: 12.5em;
	display:block;
	margin-left: 10%;
	text-align: left;
	background-color: #fff;
}

.field
{
	margin-bottom: 1em;
	color: #434752;
}

.field label
{
	display: block;
	float: left;
	width: 9em;
	font-size: 1.25em;
	text-align: right;
	padding-right: .25em;
	vertical-align: middle;
}

.field input, .field select, .field textarea
{
	background-color: #d0d0d0;
	color: #202080;
	font-family:  "Arial" "sans-serif";
	font-weight: bold;
	font-size: 1em;
	width: 12em;
	height: 1.5em;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	
	padding-left: 4px;
	padding-right: 4px;
	display: inline;
	
}

.field .action
{
	background-image: url("../images/button_bg.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #225;
	border-top: 2px solid #447;
	border-left: 2px solid #447;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	color: #8080ff;
	margin-left: 5px;
	margin-right: 4px;
	height: 2em;
}

.field .action:hover
{
	color: #DF7A00;
	border-top: 2px solid #44a;
	border-left: 2px solid #44a;
	border-bottom: 2px solid #004;
	border-right: 2px solid #004;
	letter-spacing: 1px;
}

.field .action:active
{
	border-top: 2px solid #004;
	border-left: 2px solid #004;
	border-bottom: 2px solid #44a;
	border-right: 2px solid #44a;
	letter-spacing: 0px;
}

/******** Sync Table **********/
.syncTable
{
	width:100%;
}
.syncTable thead tr td
{
	vertical-align:top;
}

.syncColumn{
	text-align:center
}

.syncSortMove,.syncSortMove:link,.syncColSort_A,.syncColSort_A:link,.syncColSort_D,.syncColSort_D:link,.syncColMove,.syncColMove:link
{
	display: block;
	float:left;
	text-decoration: none;
	font-weight:bold;
	width:18px;
	height:23px;
	background-image:url('../images/syncarrows2.png');
	background-position:0px 0px;
}

.syncSortMove,.syncSortMove:link
{
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.syncSortMove:hover,.syncSortMove:active,.syncColMove:hover,.syncColMove:active{
	background-position:18px 0px;
}

.syncColSort_A,.syncColSort_A:link{
	float:right;
	height:18px;
	background-position:0px 18px;
}
.syncColSort_A:hover,.syncColSort_A:active{
	background-position:18px 18px;
}

.syncColSort_D,.syncColSort_D:link{
	float:right;
	height:18px;
	background-position:0px 36px;
}
.syncColSort_D:hover,.syncColSort_D:active{
	background-position:18px 36px;
}

.syncDownload
{
	background-color: #fff;
	border: 1px solid #cce;
	padding:0.25em;
	display:inline-block;
}

.syncDownload:hover
{
	border: 1px solid #DF7A00;
}

.syncDownload a
{
	background-image:url("../images/csv_icon32.png");
	background-repeat:no-repeat;
	background-position:top left;
	height:32px;
	padding-left:40px;
	display:inline-block;
}


.sortList
{
	display:inline-block;
	background-color:#eee;
	border:1px solid #bbf;
	padding: .25em;
}

.syncRow_A
{
	background-color:#fff;
}

.syncRow_B
{
	background-color:#eee;
}

thead
{
	background-color:#eee;
	color:#006;
	font-weight:bold;
}
/*tbody {display:block; display:table-row-group; height:100px; overflow:scroll;} /* IE and FF */