/* Page formatting */

/* Begin Columns */
.columns {
	margin: 0px;	
	padding : 0px;
	overflow: auto;
	position: relative;

}

.left-column {

	width: 160px;
	float: left;
	padding: 5px 5px 0px 0px;
	margin: 0px;
}

.right-column {
	border-left: 1px solid #606060;
	padding: 5px 5px 5px 10px;
	width: 367px;
	float: right;
	margin:0px;
}
/* End Columns*/

/* Round box */
.roundcont {
	width: 100%;
	background-color: #cccccc;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
	width: 100%;
	height: 16px;
	padding: 0px;
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right;
	width: 100%;
	height: 15px;
	padding: 0px;
}
.roundtop-left {
	background: url(../images/tl.gif) no-repeat top left;
	width: 100%;
	height: 16px;
	margin: 0px;
}
.roundbottom-left {
	background: url(../images/bl.gif) no-repeat top left;
	width: 100%;
	height: 16px;
	margin: 0px;
}


img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.roundcontl {
	width: 100%;
	background-color: #cccccc;
	color: #fff;
	
}

.roundcontl-green {
	background-color: #00ff00;
	width: 50%;
	
}

.roundcontl p {
	margin: 0 10px;
	}
/* Round box */

/* Begin others*/
.centerer {
	width: 100%;
	text-align: center;
}
fieldset {
	border: none;
}
/* End others */

/* Home RSS */
.left-column .twrss_item_link {
	padding-left: 10px;
}
.left-column #twrss_table hr {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
	height: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px dashed;
}
/* Home RSS  */
.twrss_item_link {
 padding-bottom: 5px;
 border-bottom: 1px dashed;
 margin-bottom: 5px;
}

.dspchar {display: none;}

.dspcontent-box {
  margin-top: 0px;
  margin-bottom: 3px;
}
.dspcontent-box a {
	text-decoration: none;
	font-size: 13px;
}
.dspcontent-box a:hover {
	text-decoration: underline;
}
.dspcont {
	margin-top: 5px;
	margin-left: 10px;
}

/* End Page elements */