/* Fixes for jQueryUI 1.8.6  */
.ui-slider, .ui-slider .ui-slider-range {
	background-position: 0px 50px;
}
.ui-autocomplete li.ui-menu-item {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align: left;
}
.ui-button-text {
	font-size: 10pt;
	padding: 1px 1px 1px 1px;
}
.ui-dialog .ui-dialog-titlebar {
	text-align: left;
}
.ui-datepicker {
	z-index: 3 !important;
}

html {
	background-color: #dddddd;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	background-color: #dddddd;
	text-align: center;
	margin: 0;
	padding: 0;
	counter-reset: table;
}
#main {
	width: 1024px;
	margin: auto;
	text-align: left;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	-moz-box-shadow: 0px 0px 20px #999999;
	-webkit-box-shadow: 0px 0px 20px #999999;
	box-shadow: 0px 0px 20px #999999;
}
#header {
	height: 75px;
	margin: 0;
	/* background-color: #00008b; */
	background-color: rgb(0,53,105);
	background-image: url(/images/h2_d_blue.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: white;
	overflow: hidden;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#header h1 {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	font-size: 20pt;
	margin-left: 10px;
	text-shadow: 1px 1px 3px black;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
}
#subtitle {
	margin-left: 10px;
}
#topmenudiv {
	display: block;
	height: 26px;
	margin: auto;
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: top;
	white-space: nowrap;
	overflow: visible;
	/*background-color: #00008b;*/
	background-color: rgb(0,53,105);
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#login_loginform {
	margin-left:140px;
	padding:10px;
	border:1px solid gray;
	width:300px;
	margin-top:20px;
	margin-bottom:20px;
}
div.submenu {
	float: right;
	width: 150px;
	margin-top: -10px;
	margin-left: 7px;
	margin-right: -10px;
	margin-bottom: 7px;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #eeeeff;
	padding: 0;
	padding-top: 2px;
	min-height: 125px;
}
div.submenu ul {
	margin: 0;
	padding: 0;
	width: 150px;
	list-style-type: none;
}
div.submenu a {
	display: block;
	width: 150px;
	height: 20px;
	text-align: center;
}
#contents {
	background-color: white;
	color: black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	padding: 10px;
	padding-bottom: 30px;
}
#footer {
	font-size: 8pt;
	/*background-color: #00008b;*/
	background-color: rgb(0,53,105);
	color: white;
	text-align: right;
	padding-right: 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	clear: both;
}
h2 {
	margin: 0;
	margin-bottom: 20px;
}
h3 {
	border-bottom: 1px dotted gray;
	clear: both;
	margin-top: 20px;
}
h4 {
	font-size: 11pt;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	margin-top: 15px;
}
h5 {
	font-weight: bold;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 5px;
	margin-bottom: 15px;
}

#news p {
	font-size: 8pt;
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
}
#news pre {
	font-family: "Lucida Console", "Courier New", Courier, Monaco, monospace;
	font-size: 8pt;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}
#news ul, #news ol {
	margin-top: 0;
	padding-top: 0;
}
#news li {
	font-size: 8pt;
}
#news h2 {
	font-size: 11pt;
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px dotted gray;
}
#news h3 {
	font-size: 10pt;
	margin: 0 0 2px 0;
	padding: 0 0 0 20px;
	border-bottom: 0;
	border: 0;
}
#news h4 {
	font-size: 8pt;
	margin: 0 0 2px 0;
	padding: 0 0 0 20px;
	border: 0;
}
#news h5 {
	font-size: 8pt;
	margin: 0 0 2px 0;
	padding: 0 0 0 20px;
	font-weight: normal;
	font-style: italic;
	border: 0;
}

#news_pub {
	width: 50%;
	vertical-align: top;
}
#news #news_pub h3 {
	border-bottom: 1px dotted gray;
	font-weight: normal;
	font-style: italic;
	padding: 0 0 0 3px;
	margin: 5px 0 5px 5px;
}
ul.publist {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}
ul.publist li {
	list-style: none;
	padding: 0px;
	padding-left: 22px;
	padding-bottom: 2px;
	margin: 0px;
	margin-left: 7px;
	background: url(/css/filetree/images/txt.png) left 1px no-repeat;
	font-size: 10pt !important;
}
ul.publist li.noarticles {
	list-style: none;
	padding: 0px;
	padding-left: 22px;
	padding-bottom: 2px;
	margin: 0px;
	margin-left: 7px;
	font-style: italic;
	background: none;
}
th {
	font-size: 10pt;
	font-weight: bold;
}
td {
	font-size: 10pt;
}
table caption {
	caption-side: bottom;
	padding-top: 5px;
	font-size: small;
}
table caption:before {
	counter-increment: table;
	content: "Table " counter(table) ": ";
	font-weight: bold;
}
#header a:link, #header a:visited, #footer a:link, #footer a:visited {
	color: white;
	text-decoration: underline;
}
#contents a:link, #contents a:visited {
	color: black;
	text-decoration: none;
}
#contents a:hover {
	color: black;
	text-decoration: underline;
}
#contents a.linkemph:link, #contents a.linkemph:visited {
	color: darkblue;
	text-decoration: none;
}
#contents a.linkemph:hover {
	color: darkblue;
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}

#maintable a.downloadlink:link {
	color: black;
	text-decoration: none;
}
#maintable a.downloadlink:hover {
	color: black;
	text-decoration: underline;
}
#maintable a.downloadlink:visited {
	color: #00008b;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
}
label {
	width: 150px;
	display: block;
	float: left;
	clear: left;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}
label.chkboxlabel {
	width: auto;
	display: inline;
	float: none;
	clear: none;
	padding-left: 2px;
	vertical-align: middle;
}
div.buttongroup {
	display: inline-block;
}
input[type=text], input[type=password], textarea, .text {
	width: 244px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.checkbox, input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
}
select {
	width: 250px;
	margin-bottom: 1px;
}
option {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}
form {
	margin: 0;
}

#show_ul { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#show_ul li { margin: 0 0 2px 0; padding: 0.3em; padding-left: 0.3em; padding-top:0.2em; font-size: 0.8em; height: 16px; border: 1px solid gray; background-color: #eeeeee;}
#show_ul li.active { background-color: #ddeeee; }
#show_ul li.admin { background-color: #eedddd !important; }
#show_ul li span { float: right; }

#maintable {
	width: 100%;
	font-size: 10pt;
	margin-top: 2px;
	margin-bottom:2px;
	clear: both;
}
#maintable th {
	font-weight: bold;
	font-size: 9pt;
	padding-right: 20px;
	white-space: nowrap;
}
#maintable td {
	color: black;
	font-size: 9pt;
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
}
#maintable td.chk_priv_kasoc {
	background-image: url(/images/diagonal_red.png);
}
#sort_progress {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	white-space: nowrap;
	color: blue;
}
a.pagelink.active {
	font-weight: bold;
	font-size: 11pt;
}
div#download_dialog_error {
	display: none;
	text-align: left;
	font-size: 10pt;
}
div#download_dialog_wait {
	display: none;
	text-align: center;
	font-size: 10pt;
}

input[type="submit"], input[type="button"], input[type="reset"], button {
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	cursor: pointer;
}

input.button-icon-search {
	padding-left: 19px !important;
	background-image: url(/images/search.png) !important;
	background-repeat: no-repeat !important;
	background-position: 4px 4px !important;
}
input.button-icon-download {
	padding-left: 19px !important;
	background-image: url(/images/download.png) !important;
	background-repeat: no-repeat !important;
	background-position: 4px 4px !important;
}


.indent {
	padding-left: 20px;
}
.indent p {
	width: 50%;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	padding-right: 20px;
}
div#formatwarning, div#privkasocwarning, div#warning_tpd, div#warning_tpd_exist, div#warning_tpd_datatype {
	color: black;
	text-align: left;
	border: 1px solid gray;
	width: 400px;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 27px;
	background-image: url(/images/error.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	display: none;
}
div#warning_tpd {
	background-image: url(/images/delete.gif);
}
div.error, div.ok, div.loading {
	text-align: left;
	width: 350px;
	margin: auto;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 27px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
div.error {
	border: 1px solid orange;
	background-image: url(/images/error.png);
}
div.ok {
	border: 1px solid green;
	background-image: url(/images/ok.gif);
}
div.loading {
	border: 1px solid black;
	background-image: url(/images/loading.gif);
}

/***********************
   EXTEND TABLE DIALOG
************************/

#showform {
	display: none;
	text-align: left;
}

/***********************
     SIMBAD DIALOG
************************/

#simbad_dialog {
	display: none;
	text-align: left;
	font-family: Verdana,sans-serif;
	font-size: 10pt;
}

/***********************
    PROPOSAL DIALOG
************************/
#proposal_dialog {
	display: none;
	font-size: 10pt;
	text-align: left;
}

#proposal_dialog h2 {
	font-size: 12pt;
	font-weight: bold;
}

/***********************
      PLOT DIALOG
************************/
#plot_dialog {
	display: none;
	font-size: 10pt;
	text-align: left;
}
#plot_dialog td {
	vertical-align: top;
	text-align: center;
}
#plot_dialog_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 10px;
	background: #eee;
	padding: 5px;
	width: 143px;
	text-align: center;
}
#plot_dialog_list li {
	margin: 5px;
	padding: 5px;
	font-size: 1.2em;
	width: 120px;
	font-size: 10pt;
	text-align: center;
}
#plot_dialog_list li img.thumb {
	width: 115px;
	border: 1px solid #808080;
}
#plot_dialog_loading {
	text-align: center;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
#plot_dialog_img {
	width: auto;
	height: auto;
}

/***********************
      TODO LIST
************************/
ul.todolist, ul.todolist ul  {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}
ul.todolist ul {
	margin-top: 4px;
}
ul.todolist li {
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-left: 25px;
	margin-bottom: 5px;
}
ul.todolist li.bug {
	background-image: url(/images/error.png);
}
ul.todolist li.feature {
	background-image: url(/images/add.gif);
	background-position: 2px 1px;
}
ul.todolist li.request {
	background-image: url(/images/question.png);
	background-position: 2px 1px;
}
ul.todolist li.fixed {
	background-image: url(/images/ok.gif);
}
ul.todolist li.critical {
	background-image: url(/images/delete.gif);
	background-position: 1px 0px;
}

/***********************
       Top Menu
************************/
#topmenuul {
	display: block;
	padding: 0;
	margin: 0;
	text-align: right;
	margin: auto;
	margin-right: 5px;
	white-space: nowrap;
}
#topmenuul>li {
	display: inline;
	list-style-type: none;
}
#topmenuul>li>a:link, #topmenuul>li>a:visited {
	display: inline-block;
	height: 17px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 0;
	margin-right: -1px;
	border: 1px solid black;
	background-color: #d7ebf9;
	font-weight: bold;
	text-align: center;
	color: black;
	text-decoration: none;
}
#topmenuul > li > a.topmenu-active {
	background-color: white;
	border-bottom: 1px solid white;
}
#topmenuul > li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid black;
	z-index: 999;
}
#topmenuul li ul li {
	display: block;
	float: none;
	text-align: left;
	border-top: 0;
}
#topmenuul li ul li a {
	display: inline-block;
	height: 15px;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 0;
	margin-right: -1px;
	border: 1px solid black;
	border-top: 0;
	background-color: #d7ebf9;
	font-weight: bold;
	text-align: left;
	color: black;
	text-decoration: none;
}
#topmenuul a.submenu_active {
	background-color: white;
}

.class_definitions {
	font-size: 8pt;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.class_definitions ul {
	margin: 0;
	padding-left: 25px;
}
span.help_define {
	display: inline-block;
	min-width: 40px;
	text-align: left;
	font-weight: bold;
	overflow: visible;
}

.code {
	font-family: "Lucida Console", "Courier New", Courier, Monaco, monospace;
	white-space: nowrap;
}

a.video-box-link:link, a.video-box-link:visited {
	float: left;
	display: block;
	width: 150px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid black;
	color: White !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: text-bottom;
	padding-top: 50px;
	font-weight: bold;
}

/*************************************************/
/* List of working groups on newmember page      */
/*************************************************/
#newmembers_list {
	font-weight: bold;
}
#newmembers_list>li {
	margin-top: 10px;
}
#newmembers_list>li span, #newmembers_list>li div, #newmembers_list>li ol {
	font-weight: normal;
}

/*************************************************/
/* Mission Clock on frontpage */
/*************************************************/
#ur {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: white;
	text-align: center;
	border: 1px solid black;
	width: 300px;
	height: 140px;
	background-color: rgb(0,53,105);
	background-image: url(/images/h2_d_blue.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 10pt;
	padding-top: 10px;
	clear: right;
}
#urtal {
	background-image: url(/images/mission_countdown_background.png);
	width: 210px;
	height: 44px;
	padding: 0;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 3px;
	border: 1px solid #0099CC;
}
#urtimer, #urdage, #ursekunder, #urminutter{
	width: 25%;
	height: 100%;
	color: white;
	font-weight: bold;
	font-size: 14pt;
	float: left;
	padding:0;
	padding-top: 10px;
}

/*************************************************/
/* TableSorter */
/*************************************************/
table.tablesorter {
	font-family: "b-sans-r", Arial, Verdana, sans-serif;
	background-color: #CDCDCD;
	margin: 10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/css/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color: #F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
	background-image: url(/css/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-color: #8dbdd8;
	background-image: url(/css/tablesorter/desc.gif);
}

/*****************************************************************************************************/
/* Icons for links */
/*****************************************************************************************************/
a.icon,a.png-icon,a.jpg-icon,a.gif-icon,a.wav-icon,a.mp3-icon,a.avi-icon,a.mov-icon,a.ppt-icon,a.pdf-icon,a.txt-icon,a.zip-icon,a.icon-download,a.icon-keynote,a.icon-pps,a.icon-odp {
	display: inline-block;
	background-image: url(/css/filetree/images/picture.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	min-height: 16px;
}

a.png-icon,a.jpg-icon,a.gif-icon {
	background-image: url(/css/filetree/images/picture.png);
	background-position: 1px 1px;
}

a.wav-icon,a.mp3-icon {
	background-image: url(/css/filetree/images/music.png);
	background-position: 0px 1px;
}

a.avi-icon,a.mov-icon {
	background-image: url(/css/filetree/images/film.png);
	background-position: 0px 1px;
}

a.ppt-icon, a.icon-pps {
	background-image: url(/css/filetree/images/ppt.png);
}

a.icon-odp {
	background-image: url(/css/filetree/images/odp.png);
	background-position: 0px 1px;
}

a.pdf-icon {
	background-image: url(/images/pdf.png);
	background-position: 0px 1px;
}

a.txt-icon {
	background-image: url(/images/document.png);
	background-position: 0px 1px;
}
a.zip-icon {
	background-image: url(/css/filetree/images/zip.png);
}
a.icon-download {
	background-image: url(/images/download.png);
}
a.icon-keynote {
	background-image: url(/css/filetree/images/keynote.png);
	background-position: 1px 1px;
}

/*****************************************************************************************************/
/* jqueryFileTree */
/*****************************************************************************************************/
UL.jqueryFileTree, UL.jqueryFileTree ul {
	font-family: Verdana, sans-serif;
	font-size: 13px; /*11px*/
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	width: 400px;
}

UL.jqueryFileTree LI {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}

UL.jqueryFileTree A {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}

UL.jqueryFileTree A:hover {
	background: #BDF;
}

ul.jqueryFileTree span.folder {
	cursor: pointer;
	display: block;
	width: 100%;
}

/* Core Styles */
.jqueryFileTree LI.directory { background: url(/css/filetree/images/directory.png) left top no-repeat; }
.jqueryFileTree LI.expanded { background: url(/css/filetree/images/folder_open.png) left top no-repeat; }
.jqueryFileTree LI.file { background: url(/css/filetree/images/file.png) left top no-repeat; }
.jqueryFileTree LI.wait { background: url(/css/filetree/images/spinner.gif) left top no-repeat; }
/* File Extensions*/
.jqueryFileTree LI.ext_3gp { background: url(/css/filetree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_afp { background: url(/css/filetree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_afpa { background: url(/css/filetree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_asp { background: url(/css/filetree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_aspx { background: url(/css/filetree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_avi { background: url(/css/filetree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_bat { background: url(/css/filetree/images/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_bmp { background: url(/css/filetree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_c { background: url(/css/filetree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_cfm { background: url(/css/filetree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_cgi { background: url(/css/filetree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_com { background: url(/css/filetree/images/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_cpp { background: url(/css/filetree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_css { background: url(/css/filetree/images/css.png) left top no-repeat; }
.jqueryFileTree LI.ext_doc { background: url(/css/filetree/images/doc.png) left top no-repeat; }
.jqueryFileTree LI.ext_exe { background: url(/css/filetree/images/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_gif { background: url(/css/filetree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_fla { background: url(/css/filetree/images/flash.png) left top no-repeat; }
.jqueryFileTree LI.ext_h { background: url(/css/filetree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_htm { background: url(/css/filetree/images/html.png) left top no-repeat; }
.jqueryFileTree LI.ext_html { background: url(/css/filetree/images/html.png) left top no-repeat; }
.jqueryFileTree LI.ext_jar { background: url(/css/filetree/images/java.png) left top no-repeat; }
.jqueryFileTree LI.ext_jpg { background: url(/css/filetree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_jpeg { background: url(/css/filetree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_js { background: url(/css/filetree/images/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_lasso { background: url(/css/filetree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_log { background: url(/css/filetree/images/txt.png) left top no-repeat; }
.jqueryFileTree LI.ext_m4p { background: url(/css/filetree/images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_mov { background: url(/css/filetree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mp3 { background: url(/css/filetree/images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_mp4 { background: url(/css/filetree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mpg { background: url(/css/filetree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mpeg { background: url(/css/filetree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_ogg { background: url(/css/filetree/images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_pcx { background: url(/css/filetree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_pdf { background: url(/css/filetree/images/pdf.png) left top no-repeat; }
.jqueryFileTree LI.ext_php { background: url(/css/filetree/images/php.png) left top no-repeat; }
.jqueryFileTree LI.ext_png { background: url(/css/filetree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_ppt { background: url(/css/filetree/images/ppt.png) left top no-repeat; }
.jqueryFileTree LI.ext_psd { background: url(/css/filetree/images/psd.png) left top no-repeat; }
.jqueryFileTree LI.ext_pl { background: url(/css/filetree/images/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_py { background: url(/css/filetree/images/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_rb { background: url(/css/filetree/images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rbx { background: url(/css/filetree/images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rhtml { background: url(/css/filetree/images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rpm { background: url(/css/filetree/images/linux.png) left top no-repeat; }
.jqueryFileTree LI.ext_ruby { background: url(/css/filetree/images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_sql { background: url(/css/filetree/images/db.png) left top no-repeat; }
.jqueryFileTree LI.ext_swf { background: url(/css/filetree/images/flash.png) left top no-repeat; }
.jqueryFileTree LI.ext_tif { background: url(/css/filetree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_tiff { background: url(/css/filetree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_txt { background: url(/css/filetree/images/txt.png) left top no-repeat; }
.jqueryFileTree LI.ext_vb { background: url(/css/filetree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_wav { background: url(/css/filetree/images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_wmv { background: url(/css/filetree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_xls { background: url(/css/filetree/images/xls.png) left top no-repeat; }
.jqueryFileTree LI.ext_xml { background: url(/css/filetree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_zip { background: url(/css/filetree/images/zip.png) left top no-repeat; }
.jqueryFileTree LI.ext_eps { background: url(/css/filetree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_dat { background: url(/css/filetree/images/txt.png) left top no-repeat; }
.jqueryFileTree LI.ext_mat { background: url(/css/filetree/images/mat.png) left top no-repeat; }
.jqueryFileTree LI.ext_fits { background: url(/css/filetree/images/file.png) left top no-repeat; }
.jqueryFileTree LI.ext_tgz { background: url(/css/filetree/images/zip.png) left top no-repeat; }
.jqueryFileTree LI.ext_fgong { background: url(/css/filetree/images/fgong.png) left top no-repeat; }
.jqueryFileTree LI.ext_bcsum { background: url(/css/filetree/images/track.png) left top no-repeat; }

/*****************************************************************************************************/
/* Special rules for print */
/*****************************************************************************************************/

@media print {
	html, body {
		background-color: #ffffff;
	}

	#main {
		width: 100%;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#header, #footer, #topmenudiv, div.submenu {
		display: none;
	}

	#contents {
		background-color: #ffffff;
		border: 0;
	}
}
