@import url("reset.css");

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      Stylesheet for base styles for StrategiesWDK-based sites
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div.htmltooltip{
  background-color:#FFFFC3;
  border:1px solid #BBBBBB;
  font-size:98%;
  left:-1000px;
  padding:3px;
  position:absolute;
  top:-1000px;
  width:250px;
  z-index:1000;
}

/* -----------------------------------------------------------------------------
      =WDK params
 * -------------------------------------------------------------------------- */
.param-group .group-title {
	text-align: center;
    	padding: 0 0 5px;
}

.param-group[type='ShowHide'] {
    background-color: #DEDEDE;
    border: 2px solid white;
}

.param-group .group-title {
    font-weight: bold;
}

.param-group[type='ShowHide'] .group-handle {
    cursor: pointer;
}

.param-group[type='ShowHide'] .group-detail {

}

.param-group td, .param-group th {
    padding: 3px;
}

/* css for the tree box enum param */
.param-group .term-children {
    display: none;
}

.param-group img.plus-minus, .param-group .term-node input {
    float: left;
}

.param-group .term-node span {
    margin-left: 5px;
}

.param-group .term-node {
    clear: left;
    line-height: 1.5;
}

.param-controls {
    float: left;
    clear: left;
}

.param-controls > a:link, 
.param-controls > a:visited,
.param-controls > a:hover,
.param-controls > a:active,
.param-multiPick  a:link, 
.param-multiPick  a:visited,
.param-multiPick  a:hover,
.param-multiPick  a:active{
	font-size:  8pt;
}

/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =TABLES 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.center {margin-left:auto; margin-right:auto;}

table.paneltoggle {
        background:#dddddd;
        margin-bottom:0px;
        padding-top: 2.5px;
        padding-right: 3px;
        padding-bottom: 2.5px;
        padding-left: 3px;
}

td { 
    padding: 3px 3px 3px 3px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     = jquery validation plugin messages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
label.error {
  float: none;
  color: red;
  padding-left: .5em;
  vertical-align: top;
  font-weight:bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     = Advanced Paging Pop Up initial style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.advanced-paging {
  display:none; 
  position:absolute;
  border:solid 2px #888888;   /* #B2BFD4;   */
  background-color:#c2cee1;
  padding:5px;
}

.advanced-paging span#CAP{
  font-size:7pt;
  cursor:pointer;
  left:250px;
  position:absolute;
  top:0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     = Summary page tabs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul#strategy_tabs {
    font-size: 15px;
    border-bottom: 1px solid #777;
    margin:0 0 1px;
    padding:0 10px;
    height: 24.5px;
    width: 98%;
}

#strategy_tabs li {
    display: inline;
    list-style-type: none;
    margin:0;
    padding: 0;
}

#search_history {
	min-height: 130px;
}

.workspace_panel {
	position: absolute;
	left: -999em;
	width:100%;
}

.toggle {display: none;}
.boggle {margin: 6px 20px 6px 20px; display: none;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: normal;
	background-repeat: repeat-x;
}


a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

#wrap {
	width: 100%;
	text-align: left;
}

img.plus-minus {
	cursor: pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =STRUCTURE 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
 
#contentwrapper {
	float: left;
	width: 100%;
	margin: 12px 0 12px 0;
}

#contentcolumn2 {
	min-width: 900px;
}

#center {
	width: 100%;
	text-align: center;
}

/* used to position the strategy workspace title */
.innertube{
	margin: 6px; /*Margins for inner DIV inside each column (to provide padding)*/
	/*position: relative;   */
}

#full {
	width: 100%;
	text-align: center;
	clear: both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =Arrow Chains 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.arrowgrey {
   padding: 4px;
   background-color: #d0cfcf;
   text-align: left;
   border-width: 1px;
   border-color: #848484;
}

.selectedarrow {
   padding: 4px;
   background-color:#FFFFA0;
   text-align: left;
   border-width: 1px;

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =Fonts 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 14px;
}
h2 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 11px;
 	text-align: left;
	margin-left: 11px;
}
.h2center {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:  black; 
	margin-bottom: 11px;
 	text-align: center;
	margin-left: 11px;
}

.h3center {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:  black;    
	margin-bottom: 5px;
 	text-align: center;
}

.h3left {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:  black;    
	margin-bottom: 11px;
 	text-align: left;
	margin-left: 11px;
}

.h4left {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:  black;    
 	text-align: left;
}


.large {
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
}
.larger {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}

.small {
	font-size: 11px;	
}

.detail_link {
	border: 2px solid #d8d8d8;
	display: inline;
	left: -9999px;
	position: absolute;
}

.detail_link:link, .detail_link:visited{
	color: #808080;
}

a.heading:hover + a.detail_link, a.detail_link:hover {
	left: -2px;
	position: relative;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =TABLES    
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
td.headerrow {
	height: 29px;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	padding: 4px;
}


tr.headerrow {
	height: 29px;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px;
}

tr.headerrow > th {
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EEEEEE;
}


td.subheaderrow {
	height: 30px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #474747;
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	padding: 4px; 
}

tr.subheaderrow {
	height:30px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #474747;
	font-weight: bold;
	padding: 4px; 
}

tr.subheaderrow th {
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EEEEEE;
}

td.lines {
	padding: 4px;
}

td.linesalt {
	background-color: #EEEEEE;
	padding: 4px;
}

table.results {
	margin-top: 6px;
}

tr.subheaderrow th {
	padding: 0px;  /* not needed in paging bar */
	border-width: 2px 0 2px 0;
	border-style: solid;
}

tr.headerrow th { 
	white-space: nowrap;
	font-size: 12px;
	vertical-align:	middle;
	padding: 1px 2px;
	border-width: 2px 0 2px 0;
	border-style: solid;
}

/* result column headers */
tr.headerrow th table tbody tr td { 
	padding: 1px;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 12px;
}

tr.headerInternalRow td {
	vertical-align: middle;
}

tr.lines {
	background-color: #FFFFFF;
}

tr.linesalt {
	background-color: #DDDDDD;
}

tr.lines td, tr.linesalt td {
	padding: 0px 2px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    =RED BUTTON
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a.redbutton {
   color: #FFFFFF;
   font: normal 13px arial, sans-serif;
   margin-right: 6px;
   padding-right: 3px; /* sliding doors padding */
   text-decoration: none;
   background-attachment: scroll;
   background-color: transparent;
   background-position: right top;   
   width: 115px;
}

a.redbutton span {
   color: #FFFFFF;
   display: block;
   line-height: 13px;
   padding: 15px 23px 12px 18px;
   text-decoration: none;
   background-color: transparent;
   background-image: url(../images/redboxb.gif);
   background-repeat: no-repeat;
}

a.redbutton:active {
   background-position: bottom right;
   color: #cecece;
   outline: none; /* hide dotted outline in Firefox */
}

a.redbutton:active span {
   background-position: bottom left;
   padding: 16px 23px 11px 18px; /* push text down 1px */
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =WorkSpace Divs 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
.step {background-image: url(../images/loading_step.png);}
.record {background-image: url(../images/loading.png);}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =ADVANCED STRATEGY PAGING 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#adv_paging {
	width: 225px;
	padding: 6px;
	background-color: #7a3b17;
	color: #FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =MISC 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#Strategies {
	width: 100%;
	min-height: 130px;
	max-height: 330px;
	overflow-y: auto;
	border: 2px solid gray;
}

div.Workspace {
	z-index: 50;
}

span.marker a:link, span.marker a:visited {
	padding-left: 15px;
	font-weight: bold;
}

.help_div {
	background-color: lightYellow;
	border: 1px solid black;
}

/* APPLICATION PAGE STYLES */
td.strat_active {
    width: 30px;
    background: url(/assets/images/eyeBlue.png) no-repeat 8px 8px;
}

td.strat_inactive {
    width: 30px;
    background: url(/assets/images/eyeGrey.png) no-repeat 8px 8px;
}

#strategy_tabs a:link, #strategy_tabs a:visited, #strategy_tabs li span {
    border-color: #CCCCCC #CCCCCC #777777;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin-top: 2px;
    padding:0.24em 1em;
    text-align:center;
    text-decoration:none;
}


#strategy_tabs #selected a {
    background-color: #FFFFFF;
    border-color: #777777 #777777 #FFFFFF;
    color: #000000;
    font-weight:bold;
}

img.basket {
	margin:-1px 0px -2px -1px;
}

/* used still in some tables in record pages */
tr.rowMedium {
    background-color: #DDDDDD;
    color: black;
    font-family: arial;
	font-size: 10pt;
}
tr.rowMedium td {
    padding-left:   5px;
    padding-top:    5px;
    padding-bottom: 5px;
}
tr.rowLight {
    background-color: #FFFFFF;
    color: black;
    font-family: arial;
	font-size: 10pt;
}

tr.rowLight td {
    padding-left:   5px;
    padding-top:    5px;
    padding-bottom: 5px;
}

td.recordClassTitle{
    background-color: #918599;
    color: white;
    font-family: arial;
    font-size: 10pt;
    border-width:1px 0;
    border-style:solid;
}


tr.headerRow {
	background: #EFEFEF;
}


/* used in gene record pages for section titles (top/bottom border look */
tr.headerRow > td,th {
   border-width:2px 0;
   border-style:solid;
   padding: 3px;
   vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 = styles for blockUI popups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blockMsg{
	background-repeat: repeat-x;

}

#browser-info h2 {
	text-align: center;
}

#browser-info p {
	margin: 15px;
	text-align: justify;
}

#browser-info h3 {
	margin-left: 15px;
	margin-top: 15px;
	text-align: left;
}

#browser-info #supported-browsers {
	margin-left: 30px;
	list-style-type: inherit;
	text-align: left;
}

#browser-info input {
	margin-bottom: 15px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      = Basket Tab Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.basket {
	margin-top: 3px;
	margin-left:2px;
}

#strategy_tabs li span#stratTitle {
	border:none;
	padding-left:0em;
}

span.subscriptCount, font.subscriptCount {
	color:#600000;   /*dark red, tested against color blindness */
	display:inline;
	font-size:12px;
	vertical-align:middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      = Favorite/Primary key Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.record .primaryKey {
    display: none;
}

div#favorites{
	padding:10px;
}

div.favorite-button-div{
	width:20px;
	height:100%;
	float:right;
}

.clickable {
    cursor: pointer;
}

.favorite-group-button, .favorite-note-button {
	float:right;
	text
}

div#groups-list {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:3px;
	position:relative;
	right:0;
	text-align:center;
	width:285px;
}

span.wdk-record {        /*to not affect a tr same class in favorites page */
    font-size:70%;
    font-weight:normal;
}

.wdk-record .primaryKey {
    display: none;
}

#favorites .favorite-note-button {
    text-align: right;
}

#favorites .favorite-group-button {
    text-align: right;
}
