
/* Layout Stylesheet */ 

body {
 font-size:0.8em; 
 background-image:url(/img/back.jpg);
 background-color:#e7e3e4;
 color: #333333;
 text-align:center;
 font-family: verdana, arial, helvitica, sans-serif;
 margin:0px;
 padding:0px;
 width:100%;
 height:100%;
 overflow:hidden;
 }
 
#background {
 background-image:url('/img/back.png');
 padding:0px 0px;
 margin:0px;
 height:100%;
 width:100%;
 position:fixed;
 * margin-left:-50%;
 _margin-left:0px;
/*  ma\rgin-left:0px; */
 
 overflow:auto;
}

#outer {
 text-align:left;
 border:1px solid #000000;
 width:1000px;
 margin:auto;
 }

#header {
 height:144px;
 //background:#eeeeee;
 background-image:url(/img/headbanner.jpg);
 color:white;
 text-align:left;
 text-transform:lowercase;
 }

#headtext1 {
 text-transform:lowercase;
 position:absolute;
 color:#cccccc;
 opacity:0.4;
 filter:alpha(opacity=40);
 -khtml-opacity:0.4;
 font-size:60px;
 text-indent:5px;
 margin-top:-5px;
 }

#headtext2 {
 text-transform:lowercase;
 position:absolute;
 color:#3b3186;
 opacity:0.5;
 filter:alpha(opacity=50);
 -khtml-opacity:0.5;
 font-size:30px;
 text-indent:50px;
 margin-top:20px;
 }
 
#helpIco {
 position:relative;
 padding:0px;
 margin-top:-36px;
 margin-left:960px;
 z-index:3;
 text-align:right;
}

#helpContent {
 position:absolute;
 padding:5px;
 width:500px;
 margin-left:486px;
 margin-top:1px;
 * margin-top:4px;
 z-index:100;
 opacity:0.9;
 filter:alpha(opacity=90);
 -khtml-opacity:0.9;
 border:1px solid black;
 background-color:#b6b6b6;
 color:black;
 text-align:justify;
}

#bar {
 height:33px;
 padding:3px;
 /*background-color:#006699;*/
 /*background-image:url(/img/bar.jpg);*/
 background-color:#3b578b;
 background-repeat:repeat-x;
 color: black;
 border:1px solid #000000;	
 border-width:1px 0 1px 0;
 z-index:15;
 overflow:visible;
}

img.navImg {
 border-left:1px solid #5f5e97;
 border-top:1px solid #5f5e97;
 border-right:1px solid #392e7a;
 border-bottom:1px solid #392e7a;
 padding:3px;
 opacity:0.8;
 filter:alpha(opacity=80);
 -khtml-opacity:0.8;
}

img.navImg:hover {
 border-left:1px solid #392e7a;
 border-top:1px solid #392e7a;
 border-right:1px solid #5f5e97;
 border-bottom:1px solid #5f5e97;
 padding:3px;
 opacity:1;
 filter:alpha(opacity=100);
 -khtml-opacity:1;
}

#profileBar {
 cursor:default;
 width:150px;
 height:50px;
 padding:5px;
 position:absolute;
 text-align:center;
 overflow:hidden;
 margin-top:-82px;
 margin-left: 0px;
 font-size:9px;
 color:white;
}

#progressHolder {
 width:100%;
 height:12px;
 background-color:white;
 border:1px solid black;
 text-align:left;
}

#progressText {
 color:black;
 position:absolute;
 font-size:9px;
 margin-top:-11px;
 margin-left:43%;
}

#progressBar {
 height:100%;
 border-right:1px solid #789789;
}

fishEye {
	height:50px;
	width:100%;
	background-color: transparent;
	border: none;
}

/*   TAB NAV   */

td.tabNav {
	padding:0px;
	padding-top:3px;
}

table.tabNav tr td a{
	float:left;
	padding:0 0 0 4px;
	background:url('/img/tableftF.gif') no-repeat left top;
	text-decoration:none;
}

table.tabNav tr td a span{
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	background:url('/img/tabrightF.gif') no-repeat right top;
	color:#666;
}

table.tabNav {
	margin-top:0px;
	margin-left:10px;
	font-size: 1.1em;
	text-align:center;
	cursor:pointer;
	border-collapse:collapse;
	table-layout:auto;
	_width:450px;
}

table.tabNav tr td {
	opacity:0.7;
 	filter:alpha(opacity=70);
 	-khtml-opacity:0.7;
}

table.tabNav tr td:hover {
	opacity:1;
 	filter:alpha(opacity=100);
 	-khtml-opacity:1;
}

table.tabNav tr td.selectedTab a {
	background-position:0% -42px;
}

table.tabNav tr td.selectedTab a span {
	background-position:100% -42px;
	color:white;
}

table.tabNav tr td.selectedTab {
	opacity:0.8;
 	filter:alpha(opacity=80);
 	-khtml-opacity:0.8;
	/*background-color:#006699;*/
	color:#FFFFFF;
	font-weight:bold;
}

table.tabNav tr td.selectedTab:hover {
	opacity:1;
 	filter:alpha(opacity=100);
 	-khtml-opacity:1;
}

/*  EO TAB NAV  */
 
#bodyblock {
 background: #dcdcdc;
 color: #333333;
 width:1000px;
 min-height:300px;
 }

#column {
 vertical-align:top;
 background-image:url(/img/column.jpg);
 background-repeat: repeat-y;
 color: #333333;
 width:190px;
 padding: 5px;
 }

#content {
 vertical-align:top;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 padding: 10px;
 display:block;
 min-height:300px;
 }

#footer {
 clear: left;
 height:50px;
 width:1000px;
 background-color:#3b578b;
 color: white;
 border:solid black;
 border-width:1px 0 0 0;
 vertical-align:middle;
 display:table-cell;
 margin:0;
 }
 
 #matches {
 width:100%;
 table-layout:fixed;
 cursor:pointer;
 empty-cells:show;
 border-collapse:collapse;
}

 table.dataGrid {
 font-size:1.5em;
 cursor:default;
}

 table.dataGrid tr:hover {
 color:#006699;
 background-color:#bfdfea;
}




/*   CALENDAR   */

 table.datePicker {
 width:auto !important;
 text-align:center;
}

 td.datePicker {
 font-size:8px;
 line-height:0px;
 padding-bottom:5px;
 color:#555555;
}

 input.datePicker-day, input.datePicker-month {
 width:2em;
 text-align:center;
}

 input.datePicker-year {
 width:3em;
 text-align:center;
}

 table.datePickerWindow {
 cursor:default;
}

 table.datePickerWindow tr td {
 background-color:white;
 border:1px solid white;
 cursor:pointer;
}

 table.datePickerWindow tr td:hover {
 border:1px solid silver; color:black; background-color:#b8dde6;
}

 tr.datePickerTitle { empty-cells: show;}

 tr.datePickerTitle td, tr.datePickerStatus td:hover {
 background-color:#62c6e8 !important;
 border:1px solid #62c6e8 !important;
 color:white !important;
}

 tr.datePickerTitle td:last-child:hover {
 background-color:#017fff !important;
 border:1px solid #62c6e8 !important;
 color:white !important;
 font-weight:bold;
}

 td.datePickerDays {}

 td.datePickerSelectedDay {
 background-color:#62c6e8 !important;
 color:white;
}

 td.datePickerSelectedDay:hover {
 background-color:#62c6e8 !important;
 border:1px solid #2ba2ff !important;
 font-weight:bold;
 color:white !important;
}

 tr.datePickerStatus td, tr.datePickerStatus td:hover {
 background-color:#62c6e8 !important;
 border:1px solid #62c6e8 !important;
 color:white !important;
}

 tr.datePickerDaysOfWeek td, tr.datePickerDaysOfWeek td:hover {
 cursor:default;
 background-color:#62c6e8 !important;
 border:1px solid #62c6e8 !important;
 color:white !important;
}

/*  EOCALENDAR  */



/*   STANDARD FORM   */

 .formClass table {
 width:100%;
 font-size:120%;
}

 label.formChecked {
 opacity:0.9;
 filter:alpha(opacity=90);
 -khtml-opacity:0.9;
}

 label.formChecked:hover {
 opacity:1;
 filter:alpha(opacity=100);
 -khtml-opacity:1;
}

 label.formNotChecked {
 opacity:0.5;
 filter:alpha(opacity=50);
 -khtml-opacity:0.5;
}

 label.formNotChecked:hover {
 opacity:0.7;
 filter:alpha(opacity=70);
 -khtml-opacity:0.7;
}

 input.formClass, textarea.formClass {
 width: 220px;
}

 input.formClass, select.formClass, textarea.formClass {
 background-color:white;
 color:black;
 border-top:1px solid #111111;
 border-left:1px solid #111111;
 border-bottom:1px solid #333333;
 border-right:1px solid #333333;
 opacity:0.65;
 filter:alpha(opacity=65);
 -khtml-opacity:0.65;
}

 input.formClass {
 text-indent:3px;
}

 input.formClass:hover, select.formClass:hover, textarea.formClass:hover {
 background-color:#ecf9ff;
 color:black;
 border-top:1px solid #333333;
 border-left:1px solid #333333;
 border-bottom:1px solid #555555;
 border-right:1px solid #555555;
 opacity:0.9;
 filter:alpha(opacity=90);
 -khtml-opacity:0.9;
}

 input.formClass:focus, select.formClass:focus, textarea.formClass:focus {
 background-color:#006699;
 color:white;
 border-top:1px solid #555555;
 border-left:1px solid #555555;
 border-bottom:1px solid #777777;
 border-right:1px solid #777777;
 opacity:0.7;
 filter:alpha(opacity=70);
 -khtml-opacity:0.7;
}

 select.formClass {
 background-color:white;
 width: 225px;
}

 td.elementLabelLess {
 text-align:center;
}


/*  EOF STANDARD FORM  */


/*   SECTORS FORM   */
 .sectorsForm table {
 font-size:130%;
 table-layout:fixed;
}

 .sectorsForm table tr td.elementLabel {
 width:5%;
}

 input.sectorsForm {
 width:45%;
}

/* EOF SECTORS FORM  */

 #matches tr:first-child, #matches tr:first-child:hover {
 background-color:#dddddd;
 font-size:1.2em;
 font-weight:bold;
}

 #matches tr td{
 padding:5px 5px;
}

 #matches tr:hover {
 background-color:#eeeeee;
}

 #matches tr td a:hover {
 color:red;
 font-style:italic;
 text-decoration:underline;
 title:text('asdasdas'); /* look at a :behind or :after pseudo-selectors example */
}

 #matches tr td a, #matches tr td a:visited {
 color:black;
 text-decoration:none;
}

td.interests {
 font-size:0.8em;
}

td.interests span {
 font-weight:bold;
 color:red;
 title:text('asdasdas'); ;/* look at a :behind or :after pseudo-selectors example */
}

td.domain span {
 font-weight:bold;
 font-size:1em;
 color:red;
 title:text('asdasdas'); /* look at a :behind or :after pseudo-selectors example */
}
 
.navigation a, .navigation a:visited {
 color:black;
 text-decoration:none;
}

.navigation {
 list-style:none; 
}

.navigation ul li {
 list-style:none;
}

#bar a, #bar a:visited {
 color:white;
 text-decoration:none;
}

#bar a.selected {
	font-weight:800;
	text-decoration:underline;
}


/* Presentation Stylesheet */ 

div.homepage
{
  margin-left:-10px;
  margin-right:-10px;
  margin-top:-10px;
  padding:0px;
}

div.homepage p
{
	line-height:1em;
	text-align:justify;
	padding:5px;
}


h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
 table.dataGrid {
 width:100%;
 border-collapse: collapse;
 table-layout: fixed;
}

 table.dataGrid tr td input {
 padding:0px;
 font-size:inherit;
 font-family:inherit;
 text-align:inherit;
 width:100%;
 border:none;
 color:red;
}

 td.newRow input {
 border:1px dashed #dddddd !important;
 border-bottom:1px dashed black !important;
 color:gray !important;
 width: 98% !important;
}

/* SCHEDULE TABLES */

table.schedule
{
	border:1px solid black;
	width:100%;
	padding:0px;
	border-collapse:collapse;
}

table.schedule tr th
{
	background-color:#2ba2ff;
	color:white;
	border-bottom:1px solid black;
	text-indent:30px;
	font-size:130%;
}

table.schedule tr td
{
	border-bottom:1px solid #cecece;	
}

table.schedule tr td:first-child
{
	width:200px;
	text-align:center;
}

table.meetingSlots
{
	width:100%;
	table-layout:fixed;
}

table.meetingSlots tr td
{
width:auto !important;
height:60px;
text-align:center;
border:1px solid black;
cursor:default;
* height:45px;
_height:45px;
* vertical-align:top;
_vertical-align:top;
* padding-top:15px;
_padding-top:15px;	
}

table.meetingSlots tr td div
{
cursor:pointer;
float:right;
font-size:10px;
margin-top:-14px;
* margin-top:-15px;
_margin-top:-15px;
* height:10px;
_height:10px;
}

table.meetingSlots tr td.disabledSlot
{
	background-color:#d1d1d1;	
}

table.meetingSlots tr td.confirmedSlot
{
	background-color:#61a831;	
}

/* EO SCHEDULE TABLES */

/* STATS TABLES */

table.statsTable
{
display:inline-table;
width:250px;
margin:7px;
border-collapse:collapse;
border:1px solid black;
cursor:default;
}

table.statsTable tr
{
opacity:0.7;
filter:alpha(opacity=70);
-khtml-opacity:0.7;
}

table.statsTable tr:hover
{
background-color:#dfdfdf;
opacity:0.9;
filter:alpha(opacity=90);
-khtml-opacity:0.9;
}

table.statsTable tr:first-child
{
opacity:0.9;
filter:alpha(opacity=90);
-khtml-opacity:0.9;
}

table.statsTable tr th
{
background-color:#2ba2ff;
color:white;
padding:5px;
font-size:120%;
}

table.statsTable tr td
{
padding:3px;
}

table.statsTable tr th:last-child, table.statsTable tr td:last-child
{
text-align:right;
}

/* EO STATS TABLES */