@media print {
  .dontprint, nav, header { display: none; }
}
@media screen {
    .dontshow { display: none; }
}

body {
	background-color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	padding: 1px;
	height:100%;
}

section{
	background-color: #B5DEF7;
    margin:20px auto;
    padding:20px;
}

a {
	border: none ! important;
	text-decoration: none;
}

select { 
	border: none ! important;
}

#header { width: 100%; }
#lh, #ch, #rh { float: left;  clear: right; }
#ch { width: 70%; text-align: center; }
#lh, #rh { width: 15%; }
#rh { text-align: right; }

.ui-tabs .ui-tabs-nav { float: none; text-align: center;  }
.ui-tabs .ui-tabs-nav li { float: none; display: inline;  }
.ui-tabs .ui-tabs-nav li a { float: none; }

#tabs {  border:none; background:#B5DEF7 none; padding:5px; }
.ui-widget-header { border:0; background:#B5DEF7 none; font-family:Georgia; }

#tabs .ui-widgetsection { text-align: center; border:1px solid #aaaaaa; background-color:#B5DEF7 none; font-size:80%; }
.ui-state-default, .ui-widgetsection .ui-state-default { border: none ! important; background-color:#6699CC none;  }
.ui-state-active, .ui-widgetsection .ui-state-active { border: none ! important; color: black; background-color:#B5DEF7 none;   }

#list {
	text-align: center;
	margin: auto;
	width: 40ex;
}

#list ul {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	border: 1px solid gray;
	list-style-type: none;
}

#list li {
	padding: 3px;
}
#list ul li a{
    display:block;
}

#list li:nth-child(odd) {
	background-color: #efefef;
}
#list li:nth-child(even) {
	background-color: #dadada;
}

#list li:hover {
	background-color: #6699CC;
	cursor: pointer;
}

table {
	margin: auto;
}

section h1 {
	text-align: center;
}


#prompt {
	display: block;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 2em;
}


nav{
    padding:3px;
    height:30px;
    margin: auto;
    background-color:#282828;
}
nav ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
nav ul li{
    display:inline;
    position:relative;
}
nav ul li a{
    float:left;
    height:28px;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    display:block;
    background-color:#282828;
    font-size:12px; 
    color:#DDDFDF;
    text-shadow: 0 1px 0 #000000;
    border-right:1px solid #000;
    border-left:1px solid #404040;
    border-top:1px solid #282828;
    border-bottom:1px solid #282828;
    outline:none;
    cursor:pointer;
    overflow:hidden;
}
nav ul li a.last{
    border-right:1px solid #282828;
}
nav ul li a.first{
    border-left:1px solid #282828;
}
nav ul li a:hover,
nav ul li a.selected{
    background-color:#404040;
    border-top:1px solid #111;
    border-bottom:1px solid #111;
    color:#fff;   
}

section #list {
width:335px;
}

select, input {
width:333px;
margin:2px 0px;
}

label, #prompt {
margin-top:3px;
padding:9px 0px 3px 6px;
display:block;
text-align: left;
font-weight: bold;
border-left: 6px solid #006699;
}

#prompt {
margin-top: 32px;
margin-bottom: 0px;
}

#submit {
margin-top:9px;
width:111px;
}

#other_formats {
    text-decoration: none;
    list-style-type: none;
    top: 180px;
    right: 0;
    display: block;
    position: fixed;
	text-align: center;
	margin: auto;
	width: 8ex;
}

#other_formats li {
	padding: 3px;
}
#other_formats ul li a{
    display:block;
}

#other_formats li:nth-child(odd) {
	background-color: #efefef;
}
#other_formats li:nth-child(even) {
	background-color: #dadada;
}

#other_formats li:hover {
	background-color: #6699CC;
	cursor: pointer;
}

