/* =========================================================================== */
                    
/* What:          Page Appearance rules                                        */
/* ----------------------------------------------------------------------------*/
body{
background-color:#444444;
}

td
{
background-color: #444444;        
color: #ffffff; 
font-size: 8pt; 
font-family: verdana, arial, geneva, sans-serif; 
padding:0px;
}

td.top
{
padding-bottom:10px;
}
td.main
{
background-image:url(images/mainbg.jpg);
background-repeat:no-repeat;
padding-left:75px;
padding-right:75px;
padding-top:30px;
padding-bottom:30px;
line-height:20px;
font:Verdana, Arial, Helvetica, sans-serif;
}

td.side
{
font-size:10px;
background-color:#0a51a1;
background-image:url(images/side.jpg);
background-repeat:no-repeat;
background-position:bottom;
padding-left:7px;
padding-top:30px;
}


a.top:link, a.top:visited 
{
font-size:10px;
text-align:right;
color: #ffffff; 
font-weight: bold ;
text-decoration:none;
display:table-cell;
padding-left:15px;
padding-top:10px;
}
a.top:hover           
{ 
color: red; 
font-weight: bold ;
text-decoration:none;
display:table-cell;
padding-left:15px;

}

a.menu:link, a.menu:visited 
{
font-size:14px;
text-align:right;
color: #ffffff; 
font-weight: bolder ;
text-decoration:none;
display:table-cell;
line-height:40px;
}
a.menu:hover           
{ 
color: red; 
font-weight: bold ;
text-decoration:none;
display:table-cell;
line-height:40px;
}

a.menu2:link, a.menu2:visited 
{
font-size:11px;
text-align:right;
color: #999999; 
font-weight: bolder ;
text-decoration:none;
display:table-cell;
line-height:15px
}
a.menu2:hover           
{ 
color: red; 
font-weight: bold ;
text-decoration:none;
display:table-cell;
line-height:15px
}

td.menu
{
width:1000px;
text-align:right;
}

td.menu2
{
background-color:#FFFFFF;
}


table{
background-color: #444444;
padding:0px;
}

td.image{
width:155px;
height:75px;
padding-top:30px;
padding-left:15px;
vertical-align:top;
}

img.mine{
border: 1px solid #ff0000; 
}

a:link, a:visited 
{
text-align:right;
color: #ffffff; 
font-weight: bold ;
text-decoration:none;
}
a:hover           
{ 
color: red; 
font-weight: bold ;
text-decoration:none;

}



#mousemove, #drag {
	width: 600px;
	height: 350px;
	overflow: auto;
	margin: 0 auto;
	float:right;
}
 
#drag { 
	cursor: url(openhand.cur), move;
}

.inside {

}
 
.move {
}
 
.drag {

}

