html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}
body 
{
    /*
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
*/
    font-family:Verdana;
    font-size:13px;
	top:0;
	left:0;
   /* background-color:#000000;*/
    color:#cccccc;
    text-align:center;
}
table
{
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size:13px;
}
td
{
    vertical-align:top;
}
form
{
    margin:0px;
    padding:0px;
}
a
{
    color:#ffffff;
    text-decoration:none;
	font-weight:bold;
}
a:hover
{
    text-decoration:underline;
}
img
{
    border-style:none;
}

#SearchDiv2 {
	background-repeat:no-repeat;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10%;
	padding-left:0;
	padding-top:20px;
	width:500px;
	background: rgba(0,0,0,0.5);
}

.DarkDiv
{
    border:solid 1px #555;
    position:absolute;
    left:0px;
    right:0px;
    padding:0px;
    margin:0px;
    display:none;
    z-index:98;
    background-repeat:repeat;

}

.SubTitle
{
    font-weight:bold;
    font-size:15px;
    padding-bottom:3px;
    margin-bottom:5px;
    border-bottom:dotted 1px #cccccc;
    color:#222222;
}

#BottomBar {
/*background-image:url("BottomBarFade.png"); */
background-repeat:repeat-x;
bottom:0;
/*height:30px;*/
height:auto;
left:0;
position:absolute;
right:0;
}

#body img {
    background-color:#FFF;
    background-image:url(images/ajax-loader.gif);
    background-repeat:no-repeat;
    background-position: center center;
} 


.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
 z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
        }


#moreactions{

    border:solid 2px #505050;
    background-color:#ffffff;
    padding:10px;
    display:none;
    position:absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
    text-align:left;
    z-index:1002;
    color:#222222;
	overflow: auto;

}


#moreactions a{
	color:#000;
}

.moreacchead {
background-color:#333333;
width:60%;
color:#FFFFFF;
font:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
border:solid thin;
border-color:#666666;
}

img.closediv{
	position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
    z-index:1003;


}



#SearchBox
{
	width:300px;
	border-style:none;
	border-width:0px;
	height:auto;
	padding-left:10px;
	font-size:15px;
}

/* Center the vertical position of the right contents*/
#tdRightcolumn {
	vertical-align:middle;
}
#rightcolumn {
/*	position:relative;
	top: 50%;
	margin-top: -23%; /* also see the height of tblContents, normal is -25% */	
	vertical-align:middle;
	background:url(iconLoading.gif) center no-repeat; 
}

a:link, a:visited, a:hover {
	color: white;
	text-decoration: none;
}

#tblTop a:hover {
	color: white;
	text-decoration: underline;
}

.middlevalign {
	vertical-align:middle;
}