html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    /*background: #fff;*/
    background-color: transparent;
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
    position:relative;
    width:100%;
    height:100%;
    margin: 0px;
    padding:0px;
    min-height:200%;    
}
#grailsLogo {
	padding:20px;
}

a:link, a:visited, a:hover {
    color:#104E8B;
    font-weight: bold;
    text-decoration: none;
}

h1 {	
	background-color: #7A8B8B;
    color: #F7F7F7;/*#fff; /*#48802c;*/
    font-weight: normal;
    font-size: 18px;
    /*margin: .8em 0 .3em 0;*/
    padding: 10px;    
}

ul {
    padding-left: 15px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
    min-height:500px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;
    margin-top: 0px;
    padding: 7px 12px;
    height: 40px;
}

.menuButton {
    font-size: 12px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/home.png) top left no-repeat;
    color: #333;
    padding-left: 25px;    
}

.menuButton a.mml {
    background: url(../images/skin/mml_icon.png) top left no-repeat;
    background-position: left center;
    color: #333;
    /*padding-left: 40px;*/
}

.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.enquire {
    background: url(../images/skin/enquire.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.subscription {
    background: url(../images/skin/genewatch_icon.png) center left no-repeat;
    color: #333;
    padding-left: 30px;
}
.menuButton a.subscriptionIcon {
    background: url(../images/skin/genewatch_icon_small.png) center left no-repeat;
    color: #333;
    padding-left: 30px;
}

.menuButton a.pdf {
    background: url(../images/skin/pdf.jpg) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.deleted {
    background: url(../images/skin/delete.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.searchList {
    background: url(../images/skin/search.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.nonsense {
    background: url(../images/skin/stop.jpg) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.snv {
    background: url(../images/skin/snv.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.dna {
    background: url(../images/skin/dna-icon.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.controlPanel {
    background: url(../images/skin/control_panel.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.mouse {
    background: url(../images/skin/mouse.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.journalMarketing {
    background: url(../images/skin/journal_marketing.gif) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.news {
    background: url(../images/skin/news.gif) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.enu {
    background: url(../images/skin/enu.gif) center left no-repeat;
    color: #333;
    padding-left: 20px;
}


.menuButton a.info {
    background: url(../images/skin/info.gif) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.rareDisease {
    background: url(../images/skin/caduceus.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.download {
    background: url(../images/skin/download.gif) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

.menuButton a.aboutUs {
    background: url(../images/skin/aboutUs.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

span.splice {
    background: url(../images/skin/Scissors.gif) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

span.nonsense {
    background: url(../images/skin/stop.jpg) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

span.dnaProbably {
    background: url(../images/skin/dna.svg.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

span.dnaPossibly {
    background: url(../images/skin/dna-icon.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}

span.rareDisease {
    background: url(../images/skin/caduceus.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}


/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}
td.errors textarea {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.sortable a, th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 8px;
}

th.sortable a {
	background-image: url(../images/skin/sort.gif);	
}

th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

.oddMissense{
	background: #D6DBEE;
}

.oddAPF{
	background: #EADDDE;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtonsTop {
    background: #fff url(../images/skin/shadow_inverted.jpg) top repeat-x;
    border: 1px solid #ccc;
    border-bottom: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 8px 3px;   
}

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtonsTop a, .paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.add {
    background: transparent url(../images/skin/database_add.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.table {
    background: transparent url(../images/skin/database_table.png) 5px 50% no-repeat;
    padding-left: 28px;
}

	.fieldcontain .property-label {
		font-weight: bold;	
	}
	
/* Search */

.search {
	padding: 5px;
	background: #fff url(../images/skin/shadow_inverted.jpg) top repeat-x;	
	font: 11px verdana, arial, helvetica, sans-serif;
	border: 1px solid #ccc;
	margin: 5px;
    /*width: 100%*/
}

.apf {
	padding: 5px;
	font: italic 11px verdana, arial, helvetica, sans-serif;
	border: 1px solid #ccc;
	margin: 5px;
}

#footer {
	position: relative;
	top:100%;
    bottom:0px;
    width:100%;
    height:100%;   /* Height of the footer */
    clear:both;
}

.fieldsetHeader {
	
	font-weight:bold; 
	font-size: 16px; 
	color: gray;
	
}

.siteTitle {
	
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	background-color: #616161;
	padding: 15px 0px;	
	color: white;
	text-align:center;
	/*background: #ececec url('../images/skin/bg-main-navigation.gif') left top repeat-x;*/
	text-shadow: 2px 2px #000000;
	letter-spacing: 4px		
}

.siteSubTitle {
	
	width: 100%;
	/*font-weight: bold;*/
	font-size: 12px;
	background-color: #616161;
	padding: 0px 0px;	
	color: white;
	text-align:center;
	/*background: #ececec url('../images/skin/bg-main-navigation.gif') left top repeat-x;*/
	/*text-shadow: 2px 2px #000000;*/
	letter-spacing: 1px;		
}


.availability:hover {
	color: blue;
	text-decoration: underline;
}


a.ext_link:after{
    content:"\0000a0[\2197]";
}

#fl_menu{ 
	position:absolute; 
	left:5px; 
	margin-bottom: 10px; 
	padding:20px 20px 5px 20px; 
	width:450px; 
	background-color:rgba(70,130,180,0.85);
	color:#FFF;	
	border: 2px solid black;
	z-index:9999;
}

.superscript {
    position: relative;
    bottom: 0.5em;
    font-size: 0.8em;
}

.subscript {
    position: relative;
    bottom: -0.5em;
    font-size: 0.8em;
}


