﻿/* give outer-panes their own colors */
body > .ui-layout-north	 	{ background: #CFC !important;}
body > .ui-layout-center	{ background: #CEE; }
body > .ui-layout-east		{ background: #CFC;}
body > .ui-layout-south	 	{ background: #CFC !important;}
body > .ui-layout-resizer-north {z-index:-1 !important;  }
ul {
    overflow: hidden;
}
li {
    white-space: nowrap;
}
ul.nobullets {
	list-style-type: none;
	/*padding=left:0 !important;
	margin-left:0 !important;*/
}
ul.nobullets>li {
/*	padding=left:0 !important;
	margin-left:0 !important;*/
}
ul.nobullets>li>label {
	width:35%;
	font-size:1em;
	font-variant:normal;
	text-transform:none;
	padding-right:8px;
}
h2 {
    color: teal !important;
    font-family: 'Oswald';
}
#filter_my {
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    position:absolute;
    top: 0px;
    z-index: 5; 
    left: 403px;
}
.dialog {
  	overflow-y: auto;
} 
.ui-dialog {
	min-width:520px;
	font-size: medium;
}
#dialogBox {
	min-width:520px; 
	max-width:520px;
	min-height:240px;
}
#submit, #submit-all, #submit-tags, #reset {
    background-color: teal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    font-family: 'Oswald';
    font-size: 20px;
     color: #fff;
    text-decoration: none;
    cursor: poiner;
    border:none;
}
#submit:hover,  #submit-all:hover, #submit-tags:hover {
    border: none;
    background: #ccc;
    box-shadow: 0px 0px 1px #777;
}
#submit:active {
	position:relative;
	top:1px;
}
#dialogOpener {
    background-color: teal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    font-family: 'Oswald';
     color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: poiner;
     border:none;
}
#dialogOpener:hover {
    border: none;
    background: #ccc;
    box-shadow: 0px 0px 1px #777;
}
#dialogOpener:active {
	position:relative;
	top:1px;
}
.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 100px;
}
table, tr, td {
	border: 0px solid white;
}
.logo {
	display: block;
    margin-left: auto;
    margin-right: auto;
}	
