html, body {
	height: 100%; 
	overflow: hidden;
	border:0;
	margin:0;
	padding:0;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	height: 100%; 
	overflow: auto; 
	position: relative; 
	z-index: 1;
}

#maincontent {
	position:absolute;
	top: 0;
	left:300px;
	background-color:#000000;
}

#navigation {	
	position:absolute;
	top: 0;
	left:20px;
	z-index: 10;
}


.White {
	color: #FFFFFF;
	line-height: 12px;
	vertical-align: top;
	font-size: 12px;
	text-decoration: none;
	left: auto;
	font-weight: bolder;
}
.WhiteAlDulaimi {
	color: #FFFFFF;
	line-height: 12px;
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
	margin-left: 2px;
}

.LightGrey {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	left: auto;
	line-height: 12px;
	text-decoration: none;
	vertical-align: top;
}
.MidGrey {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	vertical-align: top;
}
.DarkGrey {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	left: auto;
	line-height: 12px;
	text-decoration: none;
	vertical-align: top;
}
.DarkestGrey {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	left: auto;
	line-height: 12px;
	text-decoration: none;
	vertical-align: top;
}
.WhiteSmall {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	left: auto;
	line-height: 12px;
	text-decoration: none;
	vertical-align: bottom;
}
.DarkestGreyBig {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.MidGreySmall {
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	vertical-align: top;
	color: #999999;
}

.twitter-wrapper
{
    border: solid #222;
    border-width: 2px 0 2px 2px;
    margin: 10px 0;
    padding: 0;
    height: 191px; /* 215 - 10 - 10 - 2 - 2 = 191 */
    overflow: scroll;
    overflow-x: hidden;
    color: #333;
    font-size: 0.7em;
}
.twitter-wrapper a
{
    color: #444;
    text-decoration: none;
}
.twitter-wrapper img
{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity:0.5;
        opacity: 0.5;
}

.twitter-wrapper:hover
{
    border-color: #444;
    color: #666;
}
.twitter-wrapper:hover a
{
    color: #888;
}
.twitter-wrapper:hover img
{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity:1;
        opacity: 1;
}


.jspTrack
{
	background: #222;
}

.jspDrag
{
	background: #333;
}

.twitter-wrapper:hover .jspTrack
{
	background: #444;
}

.twitter-wrapper:hover .jspDrag
{
	background: #666;
}


