#sidebarDx
{
	display:none;
}
#main
{
	margin:0 30px;
}

acronym
{
	border-bottom:1px dashed #000;
	cursor:help;
}
label
{
	margin-right:10px;	
}
#main h2
{
	color: #cc3322;
	font-size: 14px;
	margin: 0px;
	padding: 22px 0 22px 0;
	text-indent: 20px;
}


/* Forms */
form.dlc2col {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
form.dlc2col fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
form.dlc2col fieldset legend {
	color: #c32;
	font-size: 160%;
	font-weight: bold;
}
form.dlc2col fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
form.dlc2col fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
form.dlc2col fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form.dlc2col div {
	/*clear: both;*/
	margin-bottom: .5em;
	padding: .1em;
	vertical-align: text-top;
}
form.dlc2col div.input {
	color: #444;
}
form.dlc2col div.required {
	color: #333;
	font-weight: bold;
}
form.dlc2col div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
form.dlc2col  label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
form.dlc2col input, form.dlc2col textarea {
	clear: both;
	display: block;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
form.dlc2col select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
form.dlc2col select[multiple=multiple] {
	width: 100%;
}
form.dlc2col option {
	font-size: 120%;
	padding: 0 3px;
}
form.dlc2col input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
form.dlc2col input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}


form.dlc2col fieldset div.dlcBox0
{
	width:250px;
	margin-left:5px;
	float:left;
}
form.dlc2col fieldset div.dlcBox1
{
	width:250px;
	margin-left:5px;
	float:left;
}

form.dlc2col fieldset div.dlcBox1 div
{
  clear:none;
}

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

span.divlegend
{
}
#main div#dlc-models
{
  padding:0 10px 10px 10px;
  border:solid 1px #aaa ;
  width:500px;
  height:150px;
  overflow-x:clip;
  overflow-y:scroll;
}
#main div#dlc-models div
{
  width:200px;
  float:left;
}
#main div#dlc-models div input
{
  margin-right:3px;
}


/**********************/
#main div#dlc-sources
{
  padding:0 10px 10px 10px;
  margin-bottom:10px;
  border:solid 1px #aaa ;
  width:500px;
  height:150px;
  overflow-x:clip;
  overflow-y:scroll;
}
#main div#dlc-sources div
{
}
#main div#dlc-sources div input
{
  margin-right:3px;
}

div.dlc-head
{
  width:500px;	
}
div.dlc-head
 span
{
	float:left;
	color: #cc3322;
	font-size: 14px;
}
div.dlc-head a
{
	float:right;
	margin-right:8px;
	font-size:10px;
	text-decoration: none;
	font-style: italic;
}
img.dlc-sources-flags
{
	margin-left:5px;
}
form#DlcIndexForm fieldset,
form#DlcIndexForm div.input,
form#DlcIndexForm div.submit
{
	margin-top:11px;
}
form#DlcIndexForm div.submit input
{
	width:100px;
}
div#dlcManual-view
{
	margin-bottom:22px;
}
div#dlcManual-view h2
{
	color: #cc3322;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-indent: 20px;
}



/************  TABS   */

#main div#dlc-results ul
{
  padding: 0 0 0 3px;

}

.non-ie-dlc-results
{
  height:27px; 
  width:2000px;
  position:relative; 
}


.next,
.prev
{
float:left;
text-decoration:none !important;
padding:2px;
}
.next
{
padding-left:5px;
}
#dlc-results-ul-wrapper
{
  float:left;
  width:90%;
  overflow:hidden;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    display:inline; /*float: left;*/
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(dlc.pic/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #CC3322;
    padding: 0px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/* Tables */
table.dlcTable {
	background-color: #fff;
	border-top: 1px solid #CC3322;
	border-left: 1px solid #CC3322;
	border-right: 1px solid #CC3322;
	border-bottom: 1px solid #CC3322;
	clear: both;
	color: #333;
	margin-bottom: 0;
	width: 100%;
	border-collapse:collapse;
	font-size:10px;	
}
table.dlcTable th {
	background-color: #CC3322;
	border-top: 1px solid #CC3322;
	border-left: 1px solid #CC3322;
	border-right: 1px solid #CC3322;
	border-bottom: 1px solid #CC3322;
	text-align: center;
	color: #fff;
  font-style:italic;
  font-weight:bold;	
}
table.dlcTable th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table.dlcTable th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table.dlcTable tr td {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table.dlcTable tr.altrow td {
	background: #e4e4e4;
}
