#urw_resize {
        height:11px;
        width:11px;
        float:right; 
        cursor: nw-resize;
        background-image: url(../images/resize.gif);
	background-repeat: repeat-x;
}

#urw {
	position: absolute;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbbbbb;
	font-family: verdana;
	line-height: 135%;  
}
#urw_header {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
        margin-bottom: 2px;
	height: 20px;
	color: #636363;
	font-weight: bold;
	background-color: #b2c7f1;
	font-family: verdana;
	cursor: move;
       -moz-border-radius : 2px;
}

#urw a {
	background: transparent;
	color: #4b73d4;
	text-decoration: none;
}
#urw a:hover {
	background: transparent;
	color: #4b73d4;
	text-decoration: underline;
}

/* ==================== */

.us_rating {
	color: #636363;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.us_rating a {
	color: #4B73D4;
	text-decoration: none;
}
.us_rating a:hover {
	color: #4B73D4;
	text-decoration: none;
}
.ur_red {
	color: #ff7654;
}
.ur_green {
	color: #72d972;
}

/* ==================== */
.tpltable {

	width: 100%;

}

table.tpltable, tr.tpltable,td.tpltable {
	solid #76774C;
	border: 2px;
        padding: 0px;
        border-collapse:separate;
	
}


