/*****************************
*
*		CONSYS09 styles
*			Marko Ban
*
******************************/
	body {
		font: 0.8em arial, helvetica, sans-serif;
	  background-color: #FFFFFF;
	background-image: url(art/tile_main.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;*/
 
	}
	
	input {
		border: 1px solid gray;
	}
	
	input[type=button] {
		cursor: hand;
	}
/*********** HEADER **********/
	#header ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#header li {
		display: inline;
/*		border: 1px solid;
		border-bottom-width: 0;*/
		margin: 0 0.5em 0 0;
	}
	
	#header li a {
		padding: 0 1em;
		text-decoration: none;
		color: #aaa;
		background: #eee;
		font-weight: bold;
		border: 1px solid black;
		border-bottom-width: 0;
	}

	#header li a:hover {
		padding: 0 1em;
		text-decoration: none;
		background: #696;
		color: #eee;
	}
	
	#header #here {
		padding-bottom: 2px;
		background: #fff;
		color: #000;
		font-weight: bold;
		padding-top: 4px;
	
	}
	
/*********** SUB HEADER **********/
	#subheader ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#subheader li {
		display: inline;
		border: 1px solid;
		border-bottom-width: 0;
		margin: 0 0.5em 0 0;
	}
	
	#subheader li a {
		padding: 0 1em;
		text-decoration: none;
		color: #aaa;
		background: #eee;
		font-weight: bold;
	}

	#subheader li a:hover {
		padding: 0 1em;
		text-decoration: none;
		background: #696;
		color: #eee;
	}
	
	#subheader #here {
		padding-bottom: 1px;
		background: #fff;
		color: #000;
		font-weight: bold;
	}	
	
/*********** CONTENTS **********/	
#container {
		width: 900px;
		margin-right: auto;
		margin-left: auto;
	}

#contents_wrap {

}

#contents {
		border: 1px solid black;
		padding: 15px;
		min-height: 450px;
		background: #fff;
		background-image: url(art/globus.jpg);
		background-position: right bottom; 
		background-repeat: no-repeat;
	}

#footer {
		border-bottom: 1px solid gray;
		font: 0.8em arial, helvetica, sans-serif;
		padding-left: 14px;
}

/************ OTHERS ***********/	

#load_text {
		position: absolute; 
		font-size: 11px;
		visibility: hidden; 
		width: 100px; 
		background: #efe; 
		border: 1px solid black; 
		padding: 5px;
		text-align: center;
}

.paper_list_header {
	font-size: 11px; 
	background: #4a4; 
	margin-bottom: 2px; 
	color: #fff;
	padding: 1px;
}

.paper_list_header.not_presenting {
	background: #44a;
	color: #fff;
}

.paper_title {
	text-align: center; 
	font-weight: bold; 
	border: 1px dashed gray; 
	padding: 3px; 
	font-size: 16px; 
	background: #eee;
}

.isc_rev_sel {
  width: 98%;
  display: block;
  border: 1px solid white;
}

.isc_rev_sel:hover {
  background: #eee;
}

#man_reviewers {
  min-height: 50px;
  border: 0px solid black;
}

.small_font {
  font-size: 10px;
}

.upload {
  width: 400px;
  border: 1px solid black;
  margin-top: 3em;
 	margin-right: auto;
	margin-left: auto;
}

/************ LINKS ***********/
a {
	color: #00f;
	text-decoration: none;
}	

a:hover {
	color: #f00;
}	

.big_button {
	display: block;
	border: 1px solid black;
	padding: 5px;
	width: 400px;
	text-align: center;
}

/************ TABLE ***********/
.tables_nice {
	border: 0px;
}

.tables_nice td, tr {
	border: 0px;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.tables_nice tr.has_hover.canceled {
  color: #bbb;
}

.tables_nice tr.has_hover:hover {
	background: #eee;
}

.cs_row {
	margin-top: 2px;
}




/*********** REVIEW MENU **********/
  
  .abstract {
    border: 1px dashed gray;
    padding: 5px;
    text-align: justify;
    min-height: 150px;
    max-height: 200px;
    overflow: auto;
    font-size: 11px;
  }
  
  .auth_affil {
    width: 400px;
    margin-bottom: 10px;
    text-align: left;
  } 
 
  .decision {
   color: #000;
   width: 200px; 
   padding: 10px; 
   display: block; 
   border: 0px solid red; 
   text-align: center;
  }
  
  .decision:hover {
    color: #000;
  }

  .decision_m {
   color: #000;
   width: 100px; 
   padding: 10px; 
   display: block; 
   border: 0px solid red; 
   font-size: 9px;
   text-align: center;
  }

  .decision_m:hover {
   color: #000;
  }
  
	.button_inside {
   color: #000;
   width: 100%; 
   padding: 10px; 
   display: block; 
   border: 0px solid red; 
   font-size: 10px;
   text-align: center;
  }
   
  .button_inside:hover {
   color: #000;
  } 
   
  #hidden_window {
   visibility: hidden; 
   position: absolute; 
   border: 1px solid black; 
   background: #fff;
   overflow: auto;
   z-index: 100;
  }
  
  #help_text  {
   visibility: hidden; 
   padding: 1px;
	 font-size: 10px;
   position: absolute; 
   width: 200px;
   border: 1px solid black; 
   background: #fff;
   overflow: hidden;
   z-index: 300;
  }
  
  #revcontents {
     border-top: 1px solid black; 
     border-left: 1px solid black;
     padding: 5px;
  /*   position: absolute;*/
     margin-left: 119px;
     min-height: 400px;
     width: 733px;
     z-index: 0;
  	 height:auto !important;
  	 height:500px;
  	 
 }
  
  #revmenu {
   /* position: absolute;*/
	  float: left;
    width: 118px;
    border: 0px solid blue;
		padding: 0;
		margin: 0px;
		z-index: 10;
	
  }
  
  #revmenu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#revmenu li {
		/*display: inline;*/  
		/*border: 1px solid black;*/
		/*border-right-width: 0;*/
		margin: 0.5em 0 0 0;
		text-align: center;
	}
	
	#revmenu li a {
		/*padding: 0 1em;*/
		padding: 2px 0px 2px 0px;
		border: 1px solid black;
		text-decoration: none;
		color: #aaa;
		background: #eee;
		font-weight: bold;
		width: 100%;
		display: block;
	}

	#revmenu li a:hover {
	/*	padding: 0 1em;
	  padding: 2px 1px 2px 0px;    */
		text-decoration: none;
		background: #999;
		color: #eee;
	}
	
	#revmenu #here {
		padding-left: 1px;
		background: white;
		color: #000;
		font-weight: bold;
		border-right: 1px solid white;
	}

/***** INVITED LECTURE POLL *********/
.il_vote_source {
	display: block;
	width: 159px;
	height: 16px;
	text-decoration: none;
	color: black;
}

.il_vote_source:hover {
	color: black;
	background: #eef;
	background-image: url(art/plus.gif);
	background-position: right; 
	background-repeat: no-repeat;
}

.il_vote_targ {
	display: block;
	float: left;
	width: 139px;
	height: 16px;
	text-decoration: none;
	color: black;
	margin-right: 2px;
}

.il_vote_targ:hover {
	color: black;
	background: #eef;
	background-image: url(art/minus.gif);
	background-position: right; 
	background-repeat: no-repeat;
}

/*********** SMALL MENU *************/
.menu_small ul {
   	list-style: none;
		padding: 0;
		margin: 0;
 }

 .menu_small li {
		display: inline;
		border: 1px solid;
		border-bottom-width: 0;
		margin: 0 0.5em 0 0;
		background: #fff;
	}
	
 .menu_small li a {
		padding: 0 1em;
		text-decoration: none;
		color: #aaa;
		font-weight: bold;
	}

 .menu_small li a:hover {
		padding: 0 1em;
		text-decoration: none;
		background: #669;
		color: #eee;
	}
	
  .menu_small .here {
		padding-bottom: 1px;
		background: #eef;
		color: #000;
		font-weight: bold;
	}
	
	.menu_small .here a {
		color: #000;
		font-weight: bold;
	}

  .menu_small .here a:hover{
		padding-bottom: 1px;
		background: #eef;
		color: #000;
		font-weight: bold;
	}

/************ SMALL FORM ***************/

	.small_form {
		font-size: 9px;
		color: blue;
	}

/************ DATA WINDOW ***************/
  #data_window {
	   visibility: hidden; 
		 position: absolute; 
		 background: #fff; 
		 border: 2px solid #666; 
		 padding: 5px; 
		 z-index: 200;
		-moz-box-shadow: 3px 3px 6px #666;
		-webkit-box-shadow: 3px 3px 6px #666;
	   box-shadow: 3px 3px 6px #666;
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#666666')";
	   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#666666');
	}
	/************ SESSION PICKING ***************/
	
	.session_list {
		font-size: 8px;
		width: 40px;
		margin-right: 4px;
		margin-top: 4px;
		border: 1px solid gray;
		padding: 0px 2px 0px 2px;
		float: left;
		display: block;
	}
	