/*******************************************************************************
 * override template css
 ******************************************************************************/
.column_2, .column_2 div{
	width:0px;
}

.column_left {
	/*height:100px;*/
	height:auto;
}
.column_right {
	/*RKK - new entry */
	height:auto;
}
#footer {text-align: center;}

.space2 {
    min-height:518px;
    height:auto !important;
    /*height:518px;*/ /*RKK */
}

/*******************************************************************************
 *  end override template css
 ******************************************************************************/



/*******************************************************************************
 *  RSI's css.  Each class should start with "rsi_"
 ******************************************************************************/
.rsi_table {
    width:100%;
}  

.rsi_td7 { 
    padding:7px; 
}

.rsi_td_top2 { 
    padding-top:2px; 
}

.rsi_gray_head {
    font-family:Arial,Verdana;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: #666666;
}  

.rsi_text li{
    font-family:Arial,Tahoma; 
	/*font-size: 12px;*/
	font-size:14px;
    list-style-type: disc;
    list-style-position: inside;
}

/* RKK-Controls the fontsize and font of pretty much the entire website */
.rsi_text td,p,div,a, .rsi_text .content,.rsi_text .links a,.rsi_text #block-user-1 li a{
	font-size:14px;
	font-family:Arial,Tahoma; 
}

.rsi_gray_head {
    background:url(http://ruff.com/styles/theme004/images/ruff_header_L.png) no-repeat;
    height: 20px;
}
.rsi_gray_head div{
    background:url(http://ruff.com/styles/theme004/images/ruff_header_R.png) no-repeat;
    background-position: right;
    background-color: #393f44;
    position: relative;
    left: 9px;
    text-align: center;
    margin-right: 9px;
    margin-bottom: 2px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
}

.rsi_lgray_head {
    font-family: Verdana, Arial;
    font-weight: bold;
    background:url(http://ruff.com/styles/theme004/images/ruff_topic_L.png) no-repeat;
    height: 20px;
}
.rsi_lgray_head a{
/*font-size: 11px;*/
font-size: 14px;
}

.rsi_lgray_head div {
    background:url(http://ruff.com/styles/theme004/images/ruff_topic_R.png) no-repeat;
    background-position: right;
    background-color: #e5e5e5;
    position: relative;
    left: 9px;
    text-align: center;
    margin-right: 9px;
    height: 20px;
    line-height: 20px;
}

.rsi_main_frame_title {
    text-align: center;
    /*font-size: 11px;*/
	font-size: 14px;
    padding-top: 3px;
}

/* Fix for IE not centering main body */
body {text-align: center}
/* Fixes the toplevel menu to the left */
#topmenu {text-align: left}
