
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4B0082;
}

.small_note {
	font-weight: normal;
	font-size: 7pt;
	padding: 0px;
	text-align: left;
}

.message {
	font-weight: bold;
	color: #ff0000;
	margin: 5px;
	text-align: left;
}

.bigmessage {
	font-weight: bold;
	font-size: 20pt;
	color: #ff0000;
	margin: 50px;
	text-align: center;
}

.waitmessage {
	position: absolute;
	left: 400px;
	top: 300px;
	width: 400px;
	/*height: 50px;*/
	background: rgb(136,90,170);
	color: Black;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	visibility: hidden;
}

/*ul { margin-left: 10px; list-style-type: disc; }
li { margin-left: 5px;}*/

body {
	text-align:  center;
/*	width: 100%;  */
	height: 100%;
	margin-left: 0px;
/*	margin-top: 0; */
}

body.popup {
	text-align:  left;
	vertical-align: middle;
}

/* login page*/
body.login {
	/* background-image: url(../images/login_background.jpg); */
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

/* section titles */
h1 { font-weight: bold; font-size: 16pt; } 
/* form titles */
h2 { font-size: 14pt; }
/* subtitles */
h3 {font-size: 12pt; }

a { 
	color: #113068;
	text-decoration: none;
	font-style: italic;
}

a.main_menu {
	font-weight: bold;	
	font-style: normal;
	font-size: 14px;
}

.main_menu_disabled{
	font-weight: bold;	
	font-style: normal;
	color: Gray;
}

a:hover {
	text-decoration: underline;
}

a.small_link {
	text-decoration: none;	
}

.small_link_pict{
	vertical-align: middle;
	margin-left: 5px;
	border: none;
}

.footer {
	font-size: 8pt;
}

/* analysis table */
/*table.analysis_table {
	background: #878787;
	font-size: 8pt;
}

table.analysis_table td {
	background: white;
}

table.analysis_table .gene_name{
	font-style: italic;
}

table.analysis_table .array_name{
	font-style: normal;
	font-weight: bold;
} */

.empty_list{
	font-size: 20pt;
	margin: 20px;
	width: 200px;
	background-color:rgb(207,216,233);	
	text-align: center;
}

.empty_list_transp{
	font-size: 20pt;
	margin: 20px;
	width: 200px;
	text-align: center;
}

.current_selection{
	color: rgb(0,0,0);
	font-weight: bold;
}

table .odd_col {
	background-color:rgb(215,222,237);	
}

table .even_col {
	background-color:rgb(197,206,223);	
}

table .hdr_ftr {
	background-color:rgb(206,204,207);
	text-align: center;
}

table .odd_col_var1 {
	background-color:rgb(144,157,140);	
}

table .even_col_var1 {
	background-color:rgb(190,201,187);	
}

table .hdr_ftr_var1 {
	background-color:rgb(136,90,170);
	color: white;
	text-align: center;
}

/* menu */
table .text_menu_main_part{
	background-image: url(../images/menu_bk.gif);	
	padding-top: 7px;
	padding-left: 7px;
}

table .pict_menu_main_part{
	background-image: url(../images/menu_bk.gif);	
	padding: 3px;
}

/* navigation bar */
.nav_bar{
	font-size: 12pt;
	font-weight: bold;
	padding: 10px;
}

/* titles */
.title1{
	font-size: 11pt;
	font-weight: bold;
	padding: 5px;
}

.title2{
	font-size: 14pt;
	color: RGB(148,150,147);
	font-weight: bold;
	font-style: italic;
	padding: 5px;
}

a.title2 {
	font-size: 14pt;
	color: RGB(148,150,147);
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

a.title2:hover {
	text-decoration: none;
}

a.show_cretids {
    font-size:9pt; font-weight:normal; font-style:italic; font-size:8pt; margin-left:5px;
}

/* forms */
th.form {
	text-align: right;	
}
th.form_var1 {
	text-align: right;	
	color: RGB(120, 64, 161);
}
th.formWide {
	text-align: center;
}
textarea.description {
	width: 95%;
	height: 5.5em;
	line-height: 1em;	
}

select {
	font-size: 8pt;
}

input {
	font-size: 8pt;
}
