/* default.css */
.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(default/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url(default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url(default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(default/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(default/minimize.gif) no-repeat 0 0;
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}                                                    

/* alphacube.css */
.overlay_alphacube {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_nw {
	background: transparent url(alphacube/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.alphacube_n {
  background: transparent url(alphacube/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.alphacube_ne {
  background: transparent url(alphacube/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.alphacube_w {
  background: transparent url(alphacube/frame-left.gif) repeat-y top left;			
  width:7px;
}

.alphacube_e {
  background: transparent url(alphacube/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.alphacube_sw {
  background: transparent url(alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(alphacube/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}

.alphacube_buttons input {
	width:20%;
	margin:10px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.alphacube_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* application.css */

body { font:10pt "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif; height:auto; margin:0; padding:0; }
label { display:block; float:left; width:0px; clear:left; text-align:right }
.body { height:100% }
.clear { clear:both; }
.searchResult { background:none }
.searchResultHover { background:#eeeeff; }
#topbar { position:fixed; left:0px; width:20em; border:none 1px red }
#header { display:block; width:10em; padding-top:0em; font-size:2em; font-weight:bold; position:relative; left:5px; top:0px }
#header a { color:orange; text-decoration:none; }
#description { clear:both; color:white; font-size:0.5em; font-weight:normal; display:none }
#sidebar { position:fixed; left:0px; top:6em; border:none 1px red; background2:url(../images/background_left.jpg) no-repeat top left; }
#divider { display:none }
#bannerbar { display:none; visibility:hidden; margin:2em 0.5em 0.5em 2em; float:right; width:150px; height:500px; border:solid 1px #eeeeff; font-size:0.7em; color:silver; text-align:center }
#main { position:absolute; left:20em; top:0px; padding-right:0.5em; padding-left:0em; margin-left:2em }
#welcome { margin:8em 4em 8em 4em; padding:1em; font-size:1em; text-align:center; }
#spacer { width:35em; }
#welcomeTitle { font-size:1.5em; font-weight:bold; padding-bottom:1em; margin-bottom:1em; border-bottom:none 3px silver }
#welcome .hilite { color:orange; font-weight:bold; font-size:1.1em }
#start { font-size:2em; font-weight:bold; font-family:Georgia,Times New Roman,serif; }
#footer { padding:0em; margin-bottom:1em; text-align:center; }
#newItems { font-size:0.9em }
#footer .new { color:red; font-size:1.2em; }
#footnote { margin-top:2em; font-size:0.8em; text-align:center }
#searchBox { display:block; width:16.5em; height:200px; float:left; padding:3.6em 2em 0.7em 4.5em; background:url(../images/background.jpg) no-repeat top center; z-index:2; margin-left:0em }
#searchBoxOptions { display:none; font-size:0.9em; }
#searchNotes { font-size:0.9em; margin-top:0.2em; margin-right:0.5em }
#searchNotesList { list-style-type:none; list-style-position:outside; margin:0.5em 0em 0em 0em; padding-bottom:0.2em; padding-left:0em }
#searchNotesList .left { float:left; clear:left; width:50% }
#searchNotesList a { color:black; text-decoration:none }
#searchNotesList .controlLabel { float:left; width:50%; }
#searchNotesList li { clear:left }
#searchNotesList .controlTrack { float:left; width:7em; background-color:silver; border:dotted 1px gray; height:0.5em; position:relative; top:10px; margin:0em 0em 0em 0em; padding:0px }
#searchNotesList .controlHandle { width:0.8em; height:0.8em; position:absolute; top:-0.4em; background-color:orange; cursor:move; border:ridge 2px red; margin:0px; }
#searchNotesImage { float:left; }
.searchNotesImage { background:white; border:solid 1px silver; }
#searchEnginesBox, #socialEnginesBox { overflow:auto }
#links { display:block; clear:both; padding-top:0.5em; margin-left:0em; margin-bottom:1em; overflow:hidden; }
#linkslist { list-style-type:none; margin:0; padding:0; }
#linkslist li { border-left:1px solid #000; float:left; line-height:1.1em; margin:0 0.5em 0 -0.5em; padding:0 .5em 0 .5em; }
#searchQuery { width:11em; font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif }
#searchButton { cursor:pointer; cursor:hand; font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif; background2:#eeeeff url(../images/magnifying_small.gif) no-repeat center center; padding:0em 0.1em 0em 0.1em; }
#beta { color:red; font-size:0.4em; position:relative; top:55px }
#titleLogo { float:left; width:7em; height:3.5em }
#logo { float:left; width:5px; height:20px; margin-top:0.5em; margin-right:0.5em }
#shareLinks a { font-size:0.8em }

#resultsPanel { overflow:hidden; border-left:none 1px #FDE465; top:0px; padding-top:1.5em; background:none; display:none; }
#resultsBox { display:none }
#resultsBox ol { padding:0em 1em 0em 1em; margin:0em }
#resultsBox li { padding:0.2em 0.5em 3em 0em; border-top:solid 1px #FDE465; list-style-type:none; list-style-position:outside; clear:both; }
#resultsStatus { position:fixed; font-size:0.8em; padding:0.5em; background:yellow; width:180px; top:80px; left:200px; display:none; z-index:10000; opacity: 0.9; filter:alpha(opacity=90); -moz-opacity:0.9 }
#resultsLink { font-family:Arial,Verdana,sans-serif; font-size:1.2em }
#resultsSummary { font-size:0.9em }
#resultsUrl { font-size:0.8em; color:darkgreen; float:left }
#resultsCache { padding-left:2em; float:left }
a.resultsCache { font-size:1em; }
#resultsRank { float:left; background:#FDE465; color:white; border:solid 1px orange; margin:0em 0.5em 0em 0em; padding:0em 0.3em 0.3em 0.3em; width:1.2em; text-align:center; font-weight:bold; font-size:1.5em; font-family:Georgia,Times New Roman,serif }
#resultsIcon { }
#resultsDetail { background:none; float:left; padding-right:0.5em; }
#resultsDiv { overflow:hidden; padding-left:0.5em; margin-left:0em; border-left:dotted 1px #FDE465; }
#resultsScore { display:none }
#resultsSearch { width:16px; display:inline }
#resultsSocial { width:16px; display:inline }
#resultsCache, #resultsScore, #resultsSearch, #resultsSocial, #socialItem { font-size:0.7em; text-align:center; float:left; padding-right:1em }
#resultsFooter { text-align:center; padding:5em; }
#socialItem a { text-decoration:none; color:black }

#info_message { position:absolute; background:#FFF; opacity: 0.7; filter:alpha(opacity=70); -moz-opacity:0.7; z-index:10000; }
#info_message p { font-size:1.6em; color:#000; text-align:center; padding-top:10em }
#suggestionsPanel { width:16em; float:left; clear:left; padding-left:1em; padding-top:1em; background:none; z-index:-1 }
.tag1 { font-size: 0.8em; color: #66f !important; padding-right:2em }
.tag2 { font-size: 1.2em; color: #44f !important; padding-right:2em }
.tag3 { font-size: 1.6em; color: #22f !important; padding-right:2em }
.tag4 { font-size: 2em; color: #00f !important; padding-right:2em }
.tag5 { font-size: 2.4em; color: #00f !important; padding-right:2em }
.icon1,.icon2,.icon3,.icon4,.icon5,.icon6,.icon7,.icon8,.icon9,.icon10  { border:solid 1px silver }
.icon1 { width:22px; height:22px }
.icon2,.icon3  { width:22px; height:22px }
.icon4,.icon5  { width:18px; height:18px }
.icon6,.icon7,.icon8,.icon9,.icon10  { width:14px; height:14px }
.formlabel { border:none 1px silver; display:block; float:left; width:120px; clear:left; text-align:right; margin-right:1em; }
.formfield { border:none 1px silver; float:left; clear:right; text-align:left }
.formclear { height:10px; }
#feedbackMessage { margin-bottom:2em; }
#feedbackForm { text-align:left }


