/* basic elements */
body { 
	/*font: 8pt/16pt book antiqua;*/
	color: #555753; 
	background: #fff url(../images/yellow_paper.gif) bottom right; 
	}
p { 
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12pt;
	font-weight: normal;
	font-family: Book Antiqua;
	color: #2E0854;
	text-align: left;
	}

h1 {
	margin-left: 6%;
	margin-right: 6%;
	font-size: 60pt;
	font-weight: bold;
	font-family: Book Antiqua;
	color: #2E0854;
    height: 52px;
}
h2 {
	margin-left: 6%;
	margin-right: 6%;
	font-size: 30pt;
	font-weight: bold;
	font-family: Book Antiqua;
	color: #2E0854;
	}
h3 { 
	margin-left: 2%;
	margin-right: 2%;
	font-size: 18pt;
	font-weight: bold;
	font-family: Book Antiqua;
	color: #2E0854;
	text-align: center;
	text-decoration: underline; 
	}
h4 { 
	margin-left: 2%;
	margin-right: 2%;
	font-size: 18pt;
	font-weight: normal;
	font-family: Book Antiqua;
	color: #2E0854;
	text-align: center;
	}
h5 { 
	margin-left: 2%;
	margin-right: 2%;
	font-size: 14pt;
	font-weight: bold;
	font-family: Book Antiqua;
	color: #2E0854;
	text-align: center;
	}
h6 { 
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12pt;
	font-weight: normal;
	font-family: Book Antiqua;
	color: #2E0854;
	text-align: center;
	}
.newItem {
	margin-left: 2%;
	margin-right: 2%;
	font-size: 24pt;
	font-weight: bold;
	font-family: Book Antiqua;
	color: #2E0854;
	text-align: center;
	}
	
	
.basictext {
	font-family: Book Antiqua;
	font-size: 12pt;
	font-weight: normal;
	color: #2E0854;
	}
.errortext {
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #C00000;
	font-weight: bold;
	}
	

.font1 {
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline 
	}
.font2 {
	font-size: 18pt;
	font-weight: bold
	}
.font3 {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline 
	}
.font4 {
	font-size: 12pt;
	font-weight: bold
	}
.font5 {
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	}
.font6 {
	font-size: 14pt;
	font-weight: bold
	}
.bold {
	font-weight: bold;
	}
.center {
	text-align: center;
	}
.consignbr {
	font-size: 45pt;
	text-align: center;
	font-weight: bold;
	}
.centerbig {
	font-size: 30pt;
	text-align: center;
	}
.underline {
	text-decoration: underline 
	}
.undercenter {
	text-decoration: underline;
	text-align: center
	}
#nav-menu ul
{
	width:190px;
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
	width:183px;
	background:#9F5F9F;
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;	
	border:1px solid #D8BFD8;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size:	14px;
	font-family: 	Book Antiqua;
	font-weight: 	bold;
}
#nav-menu li a:hover {
	background-color: #D8BFD8;
	color:#9F5F9F;
	display:block;
	
} 
ul#menu {
	width:190px;
	border:1px solid #D8BFD8;
	background:#9F5F9F;
	margin:0;
	padding:0;
	list-style-type:none;
	color: white;
}
ul#menu li {
	border-bottom:1px solid #D8BFD8;
}
ul#menu li a:link, ul#menu li a:visited {
	text-decoration:none;
	font-size:	14px;
	font-family: 	Book Antiqua;
	font-weight: 	bold;
	color:white;
	padding-left:5px;
}
ul#menu li a:hover {
	background-color: #D8BFD8;
	color:#9F5F9F;
	display:block;
	
} 
.cssbtn {
	display:	inline; 
	width:		170px;
	min-width:	170px;
	height:		13px;
	margin:		0px; 
	padding:    	0px;
	font-size:	14px;
	font-family: 	Book Antiqua;
	font-weight: 	bold;
	text-decoration: none;
	text-align: 	left;
	border:		1px solid #D8BFD8;
	white-space:	nowrap;
	cursor:		pointer;
	background:	#9F5F9F;
	color:		white;
}

.cssbtn:hover { 
	width:		170px;
	min-width:	170px;
	height:		14px;
	background: 	#D8BFD8; 
	color: 		#9F5F9F;
}


.menuDiv {
	width:		170px;
	min-width:	170px;
	height:		14px;
	border-top:	1px solid #D8BFD8;
	border-bottom:	0px solid #D8BFD8;
	border-left:	0px solid #D8BFD8;
	border-right:	0px solid #D8BFD8;
}



table.form tr td 
{
    padding: 5px;
	font-size: 12pt;
	font-weight: normal;
	font-family: Book Antiqua;
	color: #2E0854;
}
table.form tr td input 
{
    border: 1px solid #CCCCCC;
    padding: 1px 4px 2px 4px;
}




/* specific divs */
#container { 
	background: url(zen-bg.jpg) no-repeat top left; 
	padding: 0px 175px 0px 110px;  
	margin: 0px; 
	}
#intro { 
	min-width: 470px;
	}
#pageHeader { 
	margin-bottom: 20px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	background: transparent url(h1.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	background: transparent url(h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	}
#pageHeader h2 span {
	display:none;
	}

#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
#quickSummary p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0px 10px;
	}
#supportingText {
	padding-left: 10px; 
	margin-bottom: 40px;
	}

#footer { 
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	margin-left: 600px; 
	position: absolute; 
	top: 0px; 
	right: 0px;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	background: transparent url(paper-bg.jpg) top left repeat-y; 
	padding: 10px; 
	margin-top: 150px; 
	width: 130px; 
	}
#linkList h3.select { 
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(h5.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #988F5E;
	}
#linkList li a:visited {
	color: #B3AE94;
	}
	


#extraDiv1 { 
	background: transparent url(cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 0px; 
	width: 148px; 
	height: 110px; 
	}
	
div.textbox {
 clear: left;
 margin: 0 0 0.5em 0;
 height: 20px;
}
.textbox label 
{
    float: left;
    width: 15%;
    text-align: left;
	font-size: 12pt;
	font-weight: normal;
	font-family: Book Antiqua;
	color: #2E0854;
}

.GridHeader
{
    font-size: 8pt;
    font-weight:bold;
    color:#000;
    background-color: Silver;
}

.GridItem, .GridAltItem
{
    font-size: 8pt;
}

.GridItem
{
    background-color: #ffffff;
}

.GridAltItem
{
    background-color: #ddddff;
}

.GridFooter
{
    font-size: 8pt;
    font-weight:bold;
    background-color:#ffffFF;
}

.GridPager
{
    font-size: 8pt;
    background-color:#D2C9FF;
}

.LabelEdit 
{
	width:95px;
}
.LabelDesc
{
	width:120px;
}
.LabelWidth60
{
	width:60px;
}

ul{margin-top:6px; margin-bottom:10px;}
ol{margin-top:6px; margin-bottom:10px;}
li{margin-top:5px;}


.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}



.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 65px;
}
