
body {
	text-align: center;
	margin: 0;
	padding: 0;
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Verdana, sans-serif; 
	font-size: 0.9em;
	color: #333; 
	background: #FFF;
	line-height: 1.8em;
}

/* TEXT ELEMENTS*/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	line-height: 1.6em;
	padding-bottom: 0.7em;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #810000;
}
ul {
	font-size: 100%;
	color: #29323D;
}
p {
	margin: 0;	
	color: #29323D;
	padding-bottom: 1.5em;
}
h1 {
	font-size: 190%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
h2,h3 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	color: #810000;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 115%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}
.comments h3{
	font-size: 130%;
}
.feed h2 {
	font-size: 140%;
	padding-left: 14px;
	color: #3399FF;
}
.subnav .feed p {
	padding-bottom: 5px;
}

/* LINKS */

a {
	color:#C80000;
	text-decoration: none;
}
a:hover {
	text-decoration: none !important;
	background-color: #FFD9C6;
	border-bottom:1px solid #555555;
}
a:visited {
	color:#007485;
}
a:visited:hover {
	background-color: #F6F6F6;
}
img a{
 	border:none;
}


/*  SIDE PROMOS  */

.side {
	width:145px;
	float: right;
	margin-top: 0px;
	_top: 0px;
	clear: right;
	padding: 5px 0px 10px 0px;
	font-size: 0.85em;
	/*border: 1px solid blue;*/
}
.sidepromo {
	margin: 0px 0px 10px 0px;
	_top: 0px;
	padding: 5px;
	border: 1px solid #97AAB7;
	line-height: 1.4em;
	background-color: #FFFFFF;
	background-image: url(../images/sidepromo.gif);
	background-repeat: no-repeat;
}
.sidepromo a{
	color: #77725E;
}
.sidepromo a:hover{
	color: #000000;
}

.sidepromo h1{
	color: #77725E;
	font-size: 1.1em;
}
.sidepromo h2{
	color: #77725E;
	font-size: 1em;
	font-weight: bold;
}
.sidepromo p{
	line-height: 1.4em;
}
/****/

.pagewrapper {
	width:100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	border-top: #FF2900 4px solid;
	border-bottom: #999999 1px solid;

}
.pagewrapper_middle {
	width: 100%;
	padding: 0px;
	margin: 0 auto 0 auto;
	padding: 0;
	
}


/*  CREDIT  */

#credit {
	font-size: 70%;
	color:#FFFFFF;
	width: 776px;
	padding:0px 0px 10px 0px;
	text-align: center;
	clear: both;
	float: left;
	background-color: #1458AD;
}
#credit a{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: normal;
}
#credit a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
/*****/

	
.home #page{
	width: 976px;
	margin: auto;
	position: relative;
	padding: 30px 0 0 0;
	border-left: #999999 1px solid;
	
}

.middle {
	margin: auto;
	padding: 0px 0px 2em 0px;
	text-align: left;
	/* background-image: url(../images/middle.gif); 
	background-repeat:repeat-y; */

}


/*  CRUMBTRAIL  */

#crumbtrail {
	border-top: 1px #CCCCCC dotted;
	border-bottom: 1px #CCCCCC dotted;
	font-size: 80%;
}

.nonav #crumbtrail {
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}

#crumbtrail .crumbtrailseparator {
	padding: 0 6px 0 6px;
}
#crumbtrail a {
	color: #333333;
	background: url(../images/next_arrow_small.gif) no-repeat right 50%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
}
#crumbtrail a:hover {
	color:#000000;
	background-color: #FFD9C6;
	border-bottom: 1px solid #555555;
}
/*  */


#readmore {
	background:url(../images/next_arrow.gif) no-repeat right 57%;
	font-size: 100%;
	margin: 0px 0px 0em 0px;
	padding: 0em .8em 0em 0px;
	text-align:	right;
}
#readmore a{
	color: #77725E;
	font-weight: bold;
}
#readmore a:hover{
	color: #000000;
	/*font-weight: bold;*/
}
/*****/


/* CONTENT */



#content{
	margin: 0em 0 0em 0px;
	float: right;
	width: 760px;
	padding: 0px;
	min-height: 430px;
	/*border: 1px solid #0066FF;*/
}

/* for IE height Hack */

/*\*/

* html #content {
	height: 430px;
}


.nonav #content {
	float: left;
	margin: 0 0 0 10px;
}

.fullwidth #content {
	width: 100%;
}

.contentwrapper {
	padding: 0 10px 0 0;	
}

dl.glossary {
	clear: both;
}

#content1 dl{
	margin:0em 0px 0em 0px;
	background-color:#FDF3DE;
	float: left;
	width: 520px;
	padding: 10px;
	/*border: 1px dotted #91ADBC;*/
	/*border: 1px solid #0066FF;*/
}
#content1 dd{
	margin:0px;
	padding:0px;
}
#promo{
	margin:0em 0px 0em 0px;
	background-color:#FDF3DE;
	float: left;
	width: 520px;
	padding: 10px;
	/*border: 1px dotted #91ADBC;*/
	/*border: 1px solid #0066FF;*/
}
#promo dd{
	margin:0px;
	padding:0px;
}
#promo p{
	margin:0px;
	padding:0px;
	line-height:1px;
	display:none;
}
#promo h2, #promo p{
	margin:0em 0px 0em 0px;
	padding:10px;
}
#promo h2{
	color: #3399FF;
}
#content #promo .promoleft h2,#content #promo .promoright h2, #content #promo .promoright p, #content #promo .promoleft p{
	margin:0em 0px 0em 0px;
	padding:0px;
}
#content #promo .promoleft{
	margin:0px;
	background-color:white;
	float: left;
	width: 235px;
	padding: 10px;
	border: 1px dotted #91ADBC;
	/*border-right: 1px dotted #91ADBC;*/
	/*border: 1px solid #0066FF;*/
}
#content #promo .promoright a, #content #promo .promoleft a {
	color: #3399FF;
	font-weight: bold;
	text-decoration: underline;

}
#content #promo .promoright a:hover,#content #promo .promoleft a:hover {
	text-decoration: none;

}
#content #promo .promoright a:visited, #promo .promoleft a:visited {
	color: #3399FF;

}
#content #promo .promoright{
	border: 1px dotted #91ADBC;
	margin:0px;
	background-color:white;
	float: right;
	width: 235px;
	padding: 10px;
	color: #3399FF;	/*border: 1px solid #0066FF;*/
}
#content_left{
	margin:0.5em 0px 0em 0em;
	background-color:white;
	float: left;
	width: 267px;
	/*border: 1px solid #FF6600;*/
	padding: 0px 0px 0em 0em;
}
#content_right{
	margin:10px 0px 20px 0px;
	background-color:white;
	float: right;
	width: 267px;
	/*border: 1px solid #FF6600;*/
	padding: 0px;
}
#content .rightcolumn,#content_left .rightcolumn,#content_right .rightcolumn, .rightmedia {
	float: right;
	padding: 0px 0px 0px 10px;
	/*border: 1px solid #9999CC;*/
	font-size: 75%;
}

.content .rightcolumn {
	float: right;
	padding: 0px 10px 0px 10px;
	font-size: 80%;
}
#content .rightcolumn img {
	border: 2px solid #466E98;
}
.content .rightmedia {
	float: right;
	padding: 0px 10px 0px 10px;
	font-size: 80%;
}
#content .rightmedia img {
	border: 2px solid #6B85BC;
	margin-right: 5px;
}
.leftcolumn {
	float:			left;
	width:			150px;
	margin-right:		15px;
	font-size:		.75em;
}
.content p{
	margin:0px;
	padding-top:0.5em;
}
#content_promo{
	margin:0.5em 0px 0em 0em;
	background-color:#EDEBE5;
	float: right;
	width: 267px;
	padding-top: 0px;
}
#content_promo .promoBox {
	padding: 0px 0px 10px 0px;
	/*border: 1px solid #9999CC;*/
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #D0D0D0;
}
#content_promo .promoBox img {
	float: right;
	padding-left: 1em;
}
#content_promo h1 {
	margin: 0px 0px 0px .4em;
	color:#77725E;
	font-size: 120%;
}
#content_promo .promoBox p {
	color:#000000;
	font-size: 90%;
	margin: 0px 0px 0px .4em;
}
#content_promo .promoBox h3 {
	color:#008CC1;
	font-size: 110%;
	margin: 0px 0px 0px 5px;
}
#content_promo .promoBox h2 {
	color:#77725E;
	font-size: 95%;
	margin: 0px 0px 0px .4em;
}
/*****/


/* BANNER */

.banner{
	width: 976px;
	margin: auto;
	position: relative;
	text-align: left;
	height: 100px;
	overflow: hidden;
	/* background-color: #FFD9C6; */
	/* border-top: 4px #999999 solid; */
	border-bottom: 3px #999999 solid;
	border-left: #999999 1px solid;
	/* border-right: #999999 1px solid; */
	background-image: url(../images/curator_logo.jpg);
	background-repeat: no-repeat;
	background-position: 660px -10px ;
	
}
.banner h1{
	font-size: 1.4em;
	letter-spacing: 1px;
	width: 180px;
	color: #000004;
	font-weight: bold;
	line-height: 1.5em;
}
.banner img{
}
.strapline{
}
.banner #wrapper{
	padding: 25px 10px 10px 15px;
}
#wrapper img{
}
#wrapper .logo img{
}
.logo{
}
.banner #wrapper a{
}
.banner #wrapper a:hover{
}

/*****/


/* TOP NAVIGATION */

#topnav {
	width: 976px;
	line-height: normal;
	padding: 0;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: #999999 1px solid;
	/* border-right: #999999 1px solid; */
	background-color: #CFDAE0;
	background-image: url(../images/topnav_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none; 
}
#topnav li {
	float: left;
	/* background-color: #6B85BC; */
	margin: 0;
	padding: 0;
	text-align: center;
  
}
#topnav a {
	display: block;
  	background-color: #CFDAE0;
	padding: 5px 20px 7px 25px;	
	text-decoration: none;
	color: #303030;
	border: 0px;
	border-top: 5px #CFDAE0 solid;
}
#topnav a:hover {
	border-top: 5px #999999 solid;
}

#topnav a {float:none;}
/* IE5-Mac hack */
#topnav a:hover {
  color:#000000;
}

#topnav .here a, #topnav .ancestor a, #topnav .expandhere .depth0{
	background-color:#FFF;
	color:#000;
	font-weight: normal;
	border-top: 5px #FFFFFF solid;
}
.here {
}




/*****/

.clearboth {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/*  FOOTER  */
#page #footer{
	height: 42px;
	width: 976px;
	font-size: 80%;
	text-align: right;
	/* background-color: #EEEEEE;
	color: #666666; */
	/* border-top: #999999 1px solid; */
}
#page #footer a{
	

}
#page #footer a:hover{
	
}
/* .home #footer{
	text-align: center;
	height: 30px;
	float: left;
	width: 776px;
	color: #FFFFFF;
	font-size: 90%;
} */

/*  */

#footer .contentwrapper {
	padding: 10px 10px 0 0;
}

#wrapper {
	width: 750px;
	/*border: 1px solid #009966;*/
	margin: 0px;
	padding-bottom: 2em;
}

/*  SIDE NAVIGATION  */

.nonav .subnav {
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}

.subnav {
	font-size: 110%;
	float: left;
	margin-left: 10px;
	_margin-left:5px;
	width: 182px;
	font-family: Georgia, "Times New Roman", serif; 
	padding: 3px 0 0 0;
}

.subnav #subnavtop {
	border-bottom: 2px #FF2900 solid;
	padding: 0 6px 2px 0px;
	width: 183px;
}
.subnav p {
	padding: 0px;
	margin: 0px 0px 0px 14px;
}
.subnav a {
	width: 168px;
	display: block;
}
.subnav ul {
	margin: 0;
	padding: 0;
}
.subnav ul li {
	display: inline;
}
.subnav h5 {
	display: inline;
	padding-left: 5px;
	color: #79818D;
}
.subnav ul li a, .subnav ul li a:visited{
	padding: 0.5em 0px 0.5em 14px;
	text-decoration: none;
	line-height: 1.5em;
	color: #515F6F;
	border-bottom: 1px solid #B0C4CF;
}
.subnav ul li a:hover {
	text-decoration: none;
	background-color: #FFD9C6;
	border-bottom:1px solid #555555;
}
.subnav ul li.here a{
	color: #303030 !important;
	background-color: #FFD9C6 !important;
}
.subnav ul li.top a{
	background: #E7EDE6;
	color: #5F6365;
	border-top: 1px solid #A8ACB1;
	border-bottom: 1px solid #A8ACB1;
}
.subnav ul li.top a:hover{
	text-decoration: none;
	background-color: #F2F6F1;
}
.subnav ul ul{
	margin-left:0px;
	padding-left:20px;
	padding-bottom: 10px;
}
.subnav ul li ul li a , .subnav ul li.here ul li a{
	width: 148px;
	background-image: none;
	font-size: 90%;
	background-color: #FFFFFF;
}


/*   */

/*   */
.feed_item, .vevent {
	border-top:		1px #cccccc solid;
	padding:		5px;
}
.disc td, .newsitem td, .vevent td, .feed_item td {
	vertical-align:	top;

}
.feed .summary p {
	margin-right: 5px;
}
.feed {
	border-top:	1px #ffffff solid;
	font-size: 90%;
}
.feed a{
	color:	#3399FF;
}
td{
	
	padding:3px;
	margin:0px;
	border:0px;
}
tr{
	border:0px;
	margin:0px;
	padding:0px;
}

th {
	font-size: 90%;
	font-family: Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	color: #810000;
	font-weight: normal !important;
}

table{
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
}
.dark {
	background-color:	#DDE8F6;
	padding-bottom: 5px;
	padding-top: 5px;
}
.light {
	background-color:	#EDF4FB;
	padding-bottom: 5px;
	padding-top: 5px;
}
.dark h4, .light h4 {
	padding: 0px 4px 0px 8px;
	font-size: 110%;


}
.dark .dtstart, .dark .dtend, .light .dtstart, .light .dtend {
	padding: 0px 8px 0px 4px;
}
.dtstart, .dtend {
	color: #6B85BC;
	float: right;
	font-size: 80%;
}

.contact, .comment {
	font-weight: normal;
	border: 1px dotted #6699CC;
	margin-bottom: 1px;
	padding: 20px;
}

.comment {
	margin: 8px 0 10px 0; 
	border: 0;
	padding: 0;
}

.comment h4 {
	font-family: Georgia, "Times New Roman", serif; 
	color: #000023;
}

.comments {
	border-top: 1px dotted #CCC;
	padding: 8px 0 0 0;
}

.comment .dark p, .comments .success, .comments .warning, .comment .light p{
	padding: 8px 10px 8px 10px;
	line-height: 1.3em;
	margin: 0 0 8px 0;
}

.comment .dark p, .comment .light p{
	font-style: italic;
}

.comments .success {
	background-color: #D0FFE8;
}

.comments .warning {
	background-color: #FFB5C8;
}

/* FORMS */


.formclear{
	clear: both;
	height: 7px;
	overflow: hidden;
}

fieldset {
	padding: 10px 0 0 0;
	border: 0px;
	border-top: 1px #999999 solid;
}

fieldset legend {
	font-size: 140%;
	font-family: Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	color: #810000;
	margin: 0 0 10px 0;
}

.formelementwrapper {
	clear: both;
	padding: 10px 8px 2px 8px;
	background-color: #DDE8F6;
	margin: 0 0 6px 0;
}
.formelementwrapper label {
	font-family: Georgia, "Times New Roman", serif; 
	display: block;
	width: 180px;
	text-align:	right;
	float: left;
	font-size: 1.1em;
	margin-left: 0px;
	color: #000000;
}
.formelementwrapper .inputnote {
	width: 500px;
	float: right;
	font-size: 0.8em;
	color: #666666;
	line-height: 1.2em;
	font-weight: normal;
	padding: 4px 0 4px 0;
}
.subnav .formelementwrapper .inputnote a{
	display: inline;
}
form {
	border: 1px #000023 solid;
	padding: 10px;

}
.formelementwrapper .biginput, .formelementwrapper .textarea {
	width: 500px;
	float: right;
	background-color: #F6F6F6;
	font-family: Verdana, sans-serif; 
}
.formelementwrapper .textarea {
	height:	150px;
}
#commenter_name, #commenter_email, #comment, #antirobot #shallow{
	font-size: 120%;
	background-color: #F6F6F6;

}
.formelementwrapper input {
	background-color: #F6F6F6;
	font-size: 120%;
}
.formelementwrapper #comment{
	background-color: #F6F6F6;
}
.formelementwrapper .smallinput {
	margin-left: 8px;
	font-size: .8em;
}

.formelementwrapper #submit {
	background-color: #6B85BC;
	padding: 6px;
	margin: 0 0 6px 0;
	color: #FFFFFF;
	
}

.formelementwrapper .button {
	width: 500px;
	font-family: Verdana, sans-serif; 
	float: right;
}


.comments label, form label {
	width: auto;
	display: block;
	text-align: left;
}
.message {
	font-size:		1em;
	border-bottom:		1px #cccccc solid;
}



/* TABLES */

table a{
	color:brown;
 text-decoration:none;
}
table a:hover{
 text-decoration:underline;
}
th {
	margin-right:3px;
}
td.date{
	text-align:center;
	background-color:#BBBBBB;
	width:100px;
	color:white;
	font-size:0.8em;
}
td.description{
	vertical-align:top;
	font-size:0.9em;
}
tr.here{
 display:none;
 visibility:hidden;
}
/****************************/
.prevnext{
	text-align:left;
}
.prevnext a{
	font-weight:bold;
	color:white;
	text-decoration:none;
 	background-color: #4978B1;
	padding:3px;
	margin-right:5px;
}
.prevnext a:hover{
	background-color:#A4BCD8;
	color:black;
}
.prevnext a.here{
	background-color:black;
}
.prevnext a.here:hover{
	background-color:#A4BCD8;
	color:black;
}
.divider{
	/* visibility: hidden; */
	display: inline;
	color: #CCCCCC;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

.alphabet { 
	clear: both;
	margin: 0 0 10px 0;
	width: 100%;
	height: 2em;
}

.alphabet a {
	padding: 0 8px 0 8px;
	margin: 0;
	width: 10px;
	display: block;
	float: left;
}
/****************************/
/* ICON DOWNLOAD LINKS */
dt.pdf, dt.doc dt.fla, dt.swf, dt.xls, dt.web{
	list-style-type: none;
	padding-right: 3px;
	padding-left: 3px;
}
dt.pdf a{
	font-weight: bold;
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left 5%;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
dt.doc a{
	font-weight: bold;
	background-image: url(../images/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
dt.fla a{
	font-weight: bold;
	background-image: url(../images/icon_fla.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
dt.swf a{
	font-weight: bold;
	background-image: url(../images/icon_swf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
dt.xls a{
	font-weight: bold;
	background-image: url(../images/icon_xls.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
dt.web a{
	font-weight: bold;
	background-image: url(../images/icon_web.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
dl dt.doc a img, dl dt.fla a img, dt.swf a img,  dt.xls a img , dt.pdf a img{
	border:none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
fieldset.nofieldset {
	border:		0px;
}
.previouslink {
	float:left;
}
.nextlink {
	float:right;
}

.numbercolumn, .numbercolumntotal {
	text-align:			right;
}
.numbercolumntotal {
	font-weight:			bold;
}
p.inyourcart {
	padding:			5px;
	background-color:	#ffffcc;
	text-align:		center;
	margin:			5px 0px;
}

p.numerical_pagemenu {
	text-align:		center;
	font-weight:		bold;
}
p.numerical_pagemenu a:link, p.numerical_pagemenu a:visited {
	text-decoration:	none;
}
p.numerical_pagemenu a:hover, p.numerical_pagemenu a:active {
	text-decoration:	underline;
}

div#mobile_link {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	border: 1px red solid;
	display: none;
}

div#mobile_link a.mobile_link {
	color: #000000;
	display: none;
}


.imageholder{
	width:auto;
	float:right;
	margin-left:10px;
	clear:right;
	
}
.left .imageholder{
	float:left;
	margin-right:10px;
	margin-left:0px;
	clear:left;
	
}
.imageholder img{
width:250px;
	height:auto;
}

/*
##############################
#                            #
#    File browser styles     #
#                            #
##############################
*/

@charset "utf-8";
#tablecontainer {
	position:relative;
	font-family:"Courier New", Courier, monospace;
	width:100%;
	height:100%;
}
#tableheadercontainer {
	background:#CCCCCC;
	height:20px;
}
#tablebodycontainer {
	position:absolute;
	top:20px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow:auto;
}
#headertable tr td {
	font-weight:bold;
}
#bodytable {
	width:100%;
	_height:100%;
	font-size:smaller;
	cursor:pointer;
}
#bodytable tr td {
	/*height:auto;*/
	max-height:2em;
}
#bodytable tr {
	/*max-height:2em;*/
}
/*   
.bodydatecol {
	width:9em;
}
.bodytypecol {
	width:3em;
}*/
.bodysizecol {
	/*width:10en;*/
	text-align:right;
	padding-right:20px;
}
/* .bodynamecol {
	font-weight:bold;
}
   */
.rowstyle1 {
	background:#E6E6E6;
}
.rowstyle2 {
	background:#D6D6D6;
}
.highlightedrow {
	background:#88F369;
}
.selectedrow {
	background:#00FF00;
}
/*     */

#nameheader {
	position:absolute;
	border-left:1px #000000 solid;	
}
#typeheader {
	position:absolute;
	border-left:1px #000000 solid;
}
#dateheader {
	position:absolute;
	border-left:1px #000000 solid;
	text-align:right;
}
#sizeheader {
	position:absolute;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	text-align:right;
}
.updirrow {
	background:#E6E6E6;
	font-size:smaller;
}

@charset "utf-8";
#browsercontainer {
	position:absolute;
	border:1px #000000 solid;
	width:500px;
	height:400px;
	background:#CCCCCC;
}
#browserheader {
	font:xx-small Arial, Helvetica, sans-serif;
	width:500px;
	height:25px;
	background:#000000;
	color:#FFFFFF;
	cursor:move;
	position:relative;
}
#browserheader a {
	color:#0066FF;
}
#browsercontent {
	overflow:auto;
	height:335px;
	background:#FFFFFF;
	border-bottom:1px #999999 solid;
}
#browserresizecorner {
	position:absolute;
	right:0px;
	bottom:0px;
	width:20px;
	height:20px;
	background:#CCCCCC;
	cursor:nw-resize;
}
#browserclosebutton {
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
}
#uploaderclosebtn {
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
}
#browserdisplay {
	position:absolute;
	width:410px;
	height:20px;
	left:0px;
	bottom:0px;
	font:small Arial, Helvetica, sans-serif;
}
#browseroptionsbar {
	height:20px;
	background:#9A9A9A;
}
.browserthumb {
	font:xx-small Arial, Helvetica, sans-serif;
	width:60px;
	height:60px;
	background-color:#FFFFFF;
	float:left;
	padding:5px;
	margin:3px;
	background:#FFFFFF;
	border:1px #FFFFFF solid;
}
.browserrow {
	height:20px;
	border:1px #000000 solid;
}

.browserthumbhighlighed{
	font:xx-small Arial, Helvetica, sans-serif;
	width:60px;
	height:60px;
	background-color:#FFFFFF;
	float:left;
	padding:5px;
	margin:3px;
	background:url(images/hover.jpg) no-repeat;
	border:1px #FFFFFF solid;
}
.selectedthumb {
	border:1px #CCCCCC solid;
}

.folderdelete {
	position:absolute;
	top:0px;
	right:0px;
}
#fileuploader {
    position:absolute;
    visibility:visible;
	background:#FFFFFF;
	border:1px solid #000000;
	width:470px;
}
.browsertopbuttons {
	height:20px;
	float:right;
	padding:0px;
	margin:0px;
}
#uploaderframe {
	position:absolute;
	width:500px;
	height:35px;
}
#fileuploader {
	border:1px #000000 solid;
	position:absolute;
	width:500px;
	height:55px;
}
#uploaderheader {
	position:relative;
	background:#000000;
	color:#FFFFFF;
	height:20px;
	font:Arial, Helvetica, sans-serif;
	cursor:move;
}

/************/

#infowindowheader {
	position:relative;
	background:#000000;
	height:20px;
	color:#FFFFFF;
}
#infowindow{
	position:absolute;
	width:250px;
	height:350px;
	border:1px #000000 solid;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
}
#infowindowcontent{
	height:280px;
}
#infowindowclosebtn{
	position:absolute;
	right:0px;
}

/*      TABBER STYLING      */
#tabber_header {
	list-style:none;
	position:static;
	margin-left:0px;
	margin-bottom:0px;
	padding-left:0px;
	height:25px;
}
	
#tabber_header li {
	float:left;
	cursor:pointer;
	background:#CCCCCC;
	color:#000000;
	height:100%;
	text-align:center;
	
}
#tabber_header li.here {
	background:#EFEFEF;
	font-weight:bold;
}
#tabber_view {
	float:left;
	text-align:left;
}

/**/

.graphictoolbar {
	background-color:		#cccccc;
	border:1px black solid;
	height:15px;
	width:68px;
	padding:2px 0px 2px 2px;
	margin:auto;
	z-index:50;
}
.gallery_thumbnail .graphictoolbar {
	position:relative;
	top:-32px;
}

.graphictoolbar a {
	display:block;
	width:15px;
	height:15px;
	float:left;
	margin-right:2px;
}
a.edit {
	background-image: url(../../../admin/html_images/edit.jpg);
	background-repeat: no-repeat;
}
a.remove {
	background-image: url(../../../admin/html_images/closebtnin.jpg);
	background-repeat: no-repeat;
}
a.up {
	background-image: url(../../../admin/html_images/up.jpg);
	background-repeat: no-repeat;
}
a.down {
	background-image: url(../../../admin/html_images/down.jpg);
	background-repeat: no-repeat;
}
a.favouriteslink, a.addlink{
	padding-left:20px;
	background-image:url(../../../admin/html_images/maxbtn.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.fileimage{
	width:200px;
	height:auto;
}
.filecontainer{
	width:202px;
	margin-right:30px;
	float:left;
}
.filecontainer input{
width:200px;
}

/*      TABBER STYLING      */
#tabber_header {
	list-style:none;
	position:static;
	margin-left:0px;
	margin-bottom:0px;
	padding-left:0px;
	height:25px;
	margin-top:5px;
}
	
#tabber_header li {
	float:left;
	cursor:pointer;
	background:#0A498E;
	color:#FFFFFF;
	height:100%;
	text-align:left;
	text-indent:10px;
	background-image:url(../images/toprightcorner.gif);
	background-position:top right;
	background-repeat:no-repeat;
	
}
#tabber_header li.here {
	background:#EFEFEF;
	font-weight:bold;
	color:#000000;
	background-image:url(../images/toprightcorner.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#tabber_view {
	float:left;
	text-align:left;
}
#nextbutton0,#nextbutton1,#nextbutton2,#nextbutton3,#nextbutton4,#nextbutton5{
	margin-top:10px;
}.section_wmd .subnav {
	font-style: italic;
}





.section_wmd .subnav li a {
color:#970400;}

.section_wmd h1, .section_wmd h2 {
	color: #000000;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
.section_wmd .pageblocktext {
	font-family: "comic sans MS";
}

.section_wmd .middle {background-image:none;}

.home .toppage {
background-image:none;
height:0px;}

dt{
	border-top:2px solid #CCC;
	margin-top:0.5em;
	
	padding-top:0.5em;
}

.notabene, .nb {
	padding:10px;
	margin-bottom:10px;
	background-color:	#EDF4FB;
}

/* TOOLBAR BUG TRACKER ETC */

.toolbar {
	border: 1px #000023 solid;
	padding: 10px;
}

.toolbar h3 {
	font-size: 98%;
	padding: 0;
}

.toolbar .search {
	width: 290px;
	float: right;
	background-color: #DDE8F6;
}

.toolbar .search .searchwrapper {
	padding: 8px;
}

.toolbar .search .searchwrapper h3 {
	font-size: 98%;
	float: left;
	width: 80px;
	text-align: right;

}

.toolbar .search .searchwrapper form {
	width: 190px;
	padding: 0px;
	float: right;
	clear: none;
	border: 0;
}

.toolbar .search .searchwrapper form input {
	width: 170px;
	margin: 0px;
	overflow: hidden;
	margin: 0 0 8px 0;
	background-color: #F6F6F6;
}

.toolbar .search .searchwrapper form input[type=submit] {
	background-color: #6B85BC;
	color: #FFFFFF;
}

.toolbar .search .searchwrapper form label {
	font-family: Georgia, "Times New Roman", serif; 
	font-size: 1em;
	font-weight: normal !important;

}

.toolbar a:visited {
	color:#C80000;
}
.toolbar a:visited:hover {
	background-color: #FFD9C6;
}

.toolbar a.here {
	color:#333333;
	border-bottom:1px solid #555555;
	background-color: #F6F6F6;
}
.toolbar a.here:hover {
	background-color: #F6F6F6;
	color:#007485;
}


.bug {
	border-top: 3px #CCCCCC solid;
	border-right: 3px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
}

.bug .bugwrapper {
	padding: 10px;
}

.linkbacktop {
	margin: 0 0 10px 0;
}

.linkbackbottom {
	margin: 10px 0 0 0;
}

h3#report_a_bug {
	margin-top: 15px;
}
#antirobot1 {
	display:none;
}

table.bugtracker tr.resolved, table.bugtracker tr.merged {
	font-size:50%;
	color:#999999;
}
table.bugtracker .dtstart {
	color:#333333;
}table.bugtracker tr.resolved .dtstart, table.bugtracker tr.merged .dtstart {
	color:#999999;
}
table.bugtracker tr.resolved a:link, table.bugtracker tr.merged a:link {
	color:#c86666;
}
table.bugtracker tr.resolved a:visited, table.bugtracker tr.merged a:visited {
	color:#66a7b8;
}

.dtstart .dtstart {
	float:none;
	font-size:auto;
}

.bugwrapper a.imagelink {
	text-decoration:none;
	border-width:0px;
	background-color:auto;
}
.bugwrapper a:link img, .bugwrapper a:visited img, .bugwrapper a:hover img, .bugwrapper a:active img {
	border-width:0px;
}