.tborder-new {
    background: #181818;
    margin: auto auto;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 1px 1px #262626;
    -moz-box-shadow: inset 0 0 1px 1px #262626;
    box-shadow: inset 0 0 1px 1px #262626;
    border: #101010 1px solid;
    padding: 1px;
    display: table;
    width: 100%;
}

.thead-new {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.thead-new {
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.thead-new {
    background: #151515 url(../../../images/revolution/thead.png) top left repeat-x;
    color: #ffffff;
    padding: 10px 1.5%;
    display: table;
    border-bottom: 1px solid #070707;
    text-shadow: 1px 1px 0px #070707;
    -webkit-box-shadow: inset 0 0 1px 1px #2a2a2a;
    -moz-box-shadow: inset 0 0 1px 1px #2a2a2a;
    box-shadow: inset 0 0 1px 1px #2a2a2a;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
    width: 97%;
}

.tborder-new .trow1 {
    background: #202122;
    color: #ccc;
    border-top: #101010 1px solid;
    border-bottom: #262626 1px solid;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tborder-new .trow2{
    background: #181818;
    color: #ccc;
    border-top: #101010 1px solid;
    border-bottom: #262626 1px solid;
    padding:10px;
    padding: 5px 10px 5px 15px font-family: 'Droid Sans', sans-serif;
    font-size: 13px;;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.trow1 select {
    background: #0e0e0e;
    color: #ccc;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #232323;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
	width: 280px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#mainwidth #container #content .wrapper .trow1 {
    background: #202122;
    color: #ccc;
    border-top: #101010 1px solid;
    border-bottom: #262626 1px solid;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mainwidth #container #content .wrapper .trow2 {
    background: #181818;
    color: #ccc;
    border-top: #101010 1px solid;
    border-bottom: #262626 1px solid;
    padding:10px;
    padding: 5px 10px 5px 15px font-family: 'Droid Sans', sans-serif;
    font-size: 13px;;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
