/* global defaults for display */
@import "common.css";

.leftColumn	{
display: block;
float: left;
width: 177px;
}

.midColumn	{
display: block;
float: left;
width: 422px;
}

.rightColumn	{
display: block;
float: right;
width: 177px;
text-align: right;
}

.rightColumn .contentheader	{
float: right;
padding: 8px 0 0 11px;
width: 154px;
\width: 165px;
w\idth: 154px;
height: 22px;
font-weight: bold;
text-align: left;
background: url(../i/misc/rtcontentheadbg.gif) no-repeat;
}

.rightColumn .contentbody	{
float: right;
border: 1px solid #b8b8b8;
padding: 10px;
width: 143px;
\width: 165px;
w\idth: 143px;
text-align: left;
margin-bottom: 12px;
}

.rightColumn a, .rightColumn a:hover	{
text-decoration: none;
}

/**/
.fly	{
background-color: #fff;
width: 100%;
cursor: hand pointer;
}

.fly_sm	{
table-layout: auto;
}

.fly_mi	{
width: 100%;
color: #fff;
background: #ff7f1d;
cursor: hand pointer;
}

.fly_mis	{
cursor: hand pointer;
}

.fly_fL { float: left; white-space: nowrap; } 
.fly_fR { float: right; text-align: right; padding-left: 10px; white-space: nowrap;}
