/*
*	General Formats
*/
body {
	/*background-color:#330099;*/
	font:Verdana, Arial, Helvetica, sans-serif;
	/*background-image:url(screen/images/br_red1.gif);
	background-color:#990000;*/
	/*background-image:url(screen/images/br_blue2.gif);
	background-color:#006699;*/
	/*
	background-image:url(screen/images/br_violet.gif);
	background-color:#694C78;*/
	/*background-image:url(screen/images/bluenew.gif);
	background-color:#2E3CAB;
	*/
	/*background-image:url(screen/images/lightskyblue.gif);
	background-color:#607F8A;
	*/
	background-image:url(screen/images/ns_bg.gif);
	background-color:#55688A;
	}
	

/*
*	Classes
*/

a.menuitem{
	color: #CC0000; 
}

div.inner_content {
	/*background-color:#FFFFCC;*/
}



div.leftitem {
	/*margin-top:-5px;*/
	padding-bottom:10px;
	padding-left:25px;
	padding-top:10px;
	padding-right:10px;
	background-color:#FDFCFD;
	border-top:#EBEBEB thin solid;
	border-bottom:#EBEBEB medium solid;
}

div.leftitem_about {
	/*margin-top:-5px;*/
	padding-bottom:10px;
	/*padding-left:25px;*/
	padding-top:10px;
	padding-right:10px;
	background-color:#FDFCFD;
	border-top:#EBEBEB thin solid;
	border-bottom:#EBEBEB medium solid;
}

div.err {
	border:#EBEBEB thin dotted;
	background-color:#FFF4F0;
	color:#990000;
	font-weight:600;
	margin-left:50px;
	margin-right:50px;
	border-color:#990000;
	margin-top: 20px;
	margin-bottom:20px;
	padding: 30px;
	text-align: center;
}
div.res {
	background-color:#F9F9F9;	
	/*border-left:#CCCCCC 10px solid; */
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	padding-top:2px;
	padding-bottom:2px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:15px;
	/*height:200px;*/
	height:auto;
	min-height:100%;
	overflow:hidden;
	zoom:1;
}

div.publication {
	background:url(../pics/text-file-32x32.png) no-repeat;
	background-position:left;
	/*height:50px;*/
	vertical-align:middle;
	padding-left:50px;
	margin-bottom:30px;
}

div.pubdesc {
	color:#666666;
	/*font-style:italic;*/
	margin-bottom:5px;
}



textarea#styledtextarea {
	width: 200px;
	height: 100px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-position: bottom right;
	background-repeat: no-repeat;
}

textarea#styledtextareasubnetwork {
	width: 350px;
	height: 200px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-position: bottom right;
	background-repeat: no-repeat;
}

h2 {	
	font-family:Trebuchet MS,Geneva, Arial, Helvetica, sans-serif;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;	
	margin-top:5px;
	margin-bottom:5px;
	
}

h3 {	
	/*background-color:#F9F9F9;*/
	/*background-color:#EFE9F1;*/
	background-color:#DCE2E9;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*border-left: #990000 10px solid; */
	/*border-left: #000099 10px solid; #000066 10px solid;   */
	/*border-left:#003366  10px solid;*/
	border-left:#38455C  10px solid;
	/*border-bottom:#CCCCCC   thin solid;
	border-top:#CCCCCC thin solid;
	border-right:#CCCCCC thin solid;*/
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;	
	margin-top:5px;
	margin-bottom:5px;
	
}

h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*padding-left:25px;*/
	color:#000066;
}



p.textblock {
	margin-top:20px;
	margin-bottom: 20px;
	text-align: justify;
}

/*
*
*/
tr.header 
	{
	width:100%;
	background-color:#000066;
	color:#FFFFFF;
	}
tr.item 
	{
	background-color:#336699;
	color:#FFCC33;
	}

th.tableheader
{
	background-color:#CDD3E0;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
font.tableheaderfont
{
	font-weight: bold;
	color:#000000;
	font-weight:600;
}


span.alttext { color: #000066; text-decoration: none; cursor: hand}
/*Till here... */
	
/*Show the protein name in bold */	
td.name {
	font-weight:600;
	
}

table.proteinresults {
/*
	padding:0px;
	border:none;
	width:100%;
*/
	/*padding:0em;*/
	border:none;
	/*width:100%;*/
}
	
/*
* 	*** formats for protein results 
*/
table.results {
	/*---removed from here
	padding:0px;
	border:none;
	width:100%;
	-----till here */
	padding:0em;
	border:none;
	/*width:100%;*/
}

table.explanation {
	
}

tr.explanation {
	/*background-color:#FFFFCC;*/
	border-color:silver;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-style:solid;
	border-bottom-width:thin;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:10px;
}

tr.results {
	/*
	border-bottom-color:#999999;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	*/
}


td.dottedline{
	border-bottom-color:#999999;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}

/*
* *** table styles for interactions
*/

td.none {
	/*width:20px;*/
	}
td.hprd {
	background-image:url(../pics/linkhprd.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	width:35px;
	}
td.y2h {
	background-image:url(../pics/linky2h.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	width:35px;
	}
	
td.def  {
	width:97px;
}

/*Show the rectangular picture Sage, both, proteome, none*/
td.prot {
	#content:url(../pics/proteome.png)!important;
	#vertical-align:middle;
	#text-align:middle;
	
	#Woring, but minute changes necessary
	#display:list-item;
	#list-style-image:url(../pics/proteome.png)!important;
	#list-style-position:inside;
	#vertical-align:text-bottom;
	#background-position:left;
	#background-repeat:no-repeat;
	
	background-image:url(../pics/proteome.png)!important;
	background-position:center;
	background-repeat:no-repeat;
	width:40px;
	}
	
td.sage {
	#content:url(../pics/sage.png)!important;
	#vertical-align:middle;
	
	background-image:url(../pics/sage.png)!important;
	background-position:center;
	background-repeat:no-repeat;
	width:40px;
	}
	
td.both {
	#content:url(../pics/both.png)!important;
	#vertical-align:middle;
	background-image:url(../pics/both.png)!important;
	background-repeat:no-repeat;
	background-position:center;
	width:60px;
	}

td.nothing {
	#content:url(../pics/none.png)!important;
	#vertical-align:center;
	
	background-image:url(../pics/none.png)!important;
	background-position:center;
	background-repeat:no-repeat;
	width:40px;
	}



td.phos_hprd_sty {
	background-image:url(../pics/phos_hprd_sty.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:30px;
	}
td.phos_hprd_st {
	background-image:url(../pics/phos_hprd_st.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:30px;
	}
td.phos_hprd_y {
	background-image:url(../pics/phos_hprd_y.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:30px;
	}

td.phos_exp_sty {
	background-image:url(../pics/phos_exp_sty.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:30px;
	}
td.phos_exp_st {
	background-image:url(../pics/phos_exp_st.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:30px;
	}
td.phos_exp_y {
	background-image:url(../pics/phos_exp_y.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:30px;
	}
	
td.other {
	}
	
td.dual{
	background-image:url(../pics/kinasedual.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:40px;
	}
td.ST{
	background-image:url(../pics/kinasest.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:40px;
	}
td.Y {
	background-image:url(../pics/kinasey.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:40px;
	}
	
td.Phosphatase {
	background-image:url(../pics/phosphatase.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:40px;
	}


td.Networkin {
	background-image:url(../pics/arrowpredphos.png)!important;
	background-position:center;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	}
td.HPRDPhos {
	background-image:url(../pics/arrowhprdphos.png)!important;
	background-position:center;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	}
td.HPRDDephos {
	background-image:url(../pics/arrowhprddephos.png)!important;
	background-position:center;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	}


td.invivoy2h{
	background-image:url(../pics/exp_invivoy2h.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:40px;
	}
td.invivoinvitro{
	background-image:url(../pics/exp_invivoinvitro.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:40px;
	}
td.invivo{
	background-image:url(../pics/exp_invivo.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:40px;
	}
td.invitroy2h{
	background-image:url(../pics/exp_invitroy2h.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:40px;
	}
td.invitro{
	background-image:url(../pics/exp_invitro.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:40px;
	}
td.all3{
	background-image:url(../pics/exp_all3.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:40px;
	}
td.y2h{
	background-image:url(../pics/exp_y2h.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	width:40px;
	}
	

td.refHPRD {
	background-image:url(../pics/ref_pubmed.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	}
td.refNetworkin {
	background-image:url(../pics/ref_networkin.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	}
td.refPhosphoSite {
	background-image:url(../pics/ref_phsite.png)!important;
	background-position:left;
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	}

	
	
	
td.sequencealignmentheader{
font-weight:600;
vertical-align: top;
}

td.sequencealignment{
font-family: monospace !important;
font-size: 1.2em;
}





p.searchline {
	/*background-color:#F0F0F0;*/
	border-color:silver;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}

span.term {
	/*color:#006633;*/
	color:#003366;
	font-weight:600;
}

input {
	border: solid grey thin;
}

a.rightalign {
right: 0px;
top: 20px;
position: absolute;
/*text-align: right;*/
width: 10%;
font-weight:800;
}


/*
*	Specials
*/


a:link 		{ text-decoration:none;  }
a:visited 	{ text-decoration:none; }
a:hover 	{ text-decoration:underline;
			color:#17006B;}
a.noline:hover 	{ text-decoration:none;}
a:active 	{ text-decoration:none;}



/*
*	IDs
*/

#SearchTerm 
{
	border: solid grey thin;
	width:100px; 
}
	
#myTextBox	{	width:200px;	}
#asSearchTerm	{	width:200px;	}
#geneIdSearchTerm	{	width:200px;	}
#swissprotIdSearchTerm	{	width:200px;	}
#drugnameSearchTerm	{	width:200px;	}
#summarystringSearchTerm	{	width:200px;	}
#gotermregex	{	width:200px;	}
#keggregex	{	width:200px;	}
#goterm	{	width:200px;	}
#ArchitectureNameSearchTerm	{	width:200px;	}
#proteinlevel	{	width:200px;	}


/*Additional effects for the table */
#one-column-emphasis
{
	text-align: left;
	border-collapse: collapse;
	width:100%;
	margin:auto;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	#color: #123;
	#background: #efe1ff;
	background: #FFFFE0;
	background-position:center;
	background-repeat:no-repeat;
}

#showproteininformation td
{
	padding: 10px 30px;
	color: #669;
	#border-top: 1px solid #e8edff;
}


.simpleInput{
    border: 1px solid #006;
    background: #F9F9F9;
}
.simpleInput:hover {
    border: 1px solid #f00;
    background: #ffd;
}

.AdvancedSearchHeader{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background: #F9F9F9;
}

#submitButton{

	color: #fff;
	font-size: 0;
	width: 50px;
	height: 15px;
	border: none;
	margin: 0;
	padding: 0;
	background: #0c0 url(../pics/submit.jpg) 0 0 no-repeat;
	
}

/* For the tooltip*/

#contentPad{
margin:20px;
}

.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#DCE2E9;
	font-size: 1.2em;
	font-weight:bold;
	padding:1px 2px;
	color:#000000;
	text-decoration: none;
}

.formInfo a:hover{
	color:#666666;
	text-decoration: none;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../pics/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../pics/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../pics/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}



.suggestionsBox {
	position: relative;
	left: 0px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}
	
.suggestionList {
	margin: 0px;
	padding: 0px;
}
	
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
	
.suggestionList li:hover {
	background-color: #659CD8;
}
