/***************************************************
*	All rights reserved  © 2005 
* 	Somalism.com
*
****************************************************/

@import "tabs.css";
@import "/graphics/sideBar/sideBar.css";

body{
	background-Color : #FFF;
	margin : 0px 0px 0px 0px;
	}	

.loading{
	background-color:#f4d624;
	height:30px;
	width:50px;
	text-align:right;
	font-Size : 18px;
	position : relative;
	left: 145px;
	vertical-align:middle;
	margin:0;padding:0;
	}


.info{
	visibility:hidden;
	font-Size : 18px;
	vertical-align:middle;
	}



.button{
	background-color:transparent;
	}

#liveQuery{
	width:560px;
	padding: 0 0 10px 2px;
	margin-bottom:10px;
	display:none;
	background-color:#ccccff;
	}


.keyword{
	width:550px;
	border : 3px solid #CCCCCC;
	color: #ff0084;
	font-size: 18px;
	padding: 3px;
	}

.notUsed{
	position : absolute;
	top : 50%;
	left : 50%;
	width : 300px;
	height : 60px;
	margin : -50px 0 0 -170px;
	border : 3px double #999999;
	padding : 20px;
	opacity : 0.85;
	background-Color : #999999;
	font-Size : 60px;
	line-Height : 60px;
	text-Align : right;
	}

div.frontpage{
	position: relative;
	background: url(bagg2.gif) repeat-x;
	height: 155px;
	color: #fff;
	}


.search {
	position : absolute;
	top : 84px;
	left : 200px;
	left:expression(screen.width < 850? "120px": "200px" );
	margin : 0px 0px 0px 0px;	
	padding: 0px;		
	background-color:transparent;
	width:640px;
	color : #000000;
	z-index:1;
	}
.picture {
  float:left;
  margin: 0px 0px 0px 0px;;
}

.title {
  display:block;
  text-align:center;
  font: 60% Tahoma, Arial, Serif;
  margin:0;
}
.picture img {
  border:none;
  margin:2px 0 0 0;
}
.picture span {
  display:block;
  text-align:center;
 cursor:pointer;
}
.text {
  width:96px;
  display:block;
  text-align:left;
  margin:0 auto;
  padding:5px;
}


#if{display:none;width:10px;height:10px;}
#footer{
	width: 710px;
	padding:0;
	background-color: #003366;
	text-align: center;
 	clear: both;
	position:absolute;
	bottom:0px;
	left:12%;
	z-index:0;
	}

#footerInner{
	list-style: none;
	margin: 0;
	padding:0;
	color: #aaa;
	font-size: 12px;
	background-image: url(/graphics/footer_bg.gif);
	background-repeat: no-repeat;
	}

#footerInner img{
	border:0;
	}

/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#000;border:2px double #fff;text-align:left;padding:5px;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#a2ce47;font:11px/12px verdana,arial,sans-serif;font-weight:bold;  }
body div#toolTip p em { display:block;margin-top:3px;color:#fff;font-style:normal;font-weight:normal; }
body div#toolTip p em span { font-weight:bold;color:#fff; }