<style type="text/css">
/* This is for button used on tellusnow */

.chat {
    width: 750px;
}

.bubble{
    background-color: #274D7E;
    color:#fff;
    border-radius: 5px;
    box-shadow: 0 0 6px #274D7E;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
}

.bubble::before {
    background-color: #274D7E;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
}

.reply {
 
    margin: 10px 0px 20px 0px;        
}

.reply::before {
    box-shadow: -2px -2px 2px 0 rgba( 178, 178, 178, .4 );
    top: -8px;           
}

.topic{
    background-color: #F2F2F2;
    color:#b90000;
    font-size:11pt;
    width:720px;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
}

.gobutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 55px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.gobutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.gobutton:active {
	position:relative;
	top:1px;
}

    .myButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #f89306));
        background:-moz-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-webkit-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-o-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-ms-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:linear-gradient(to bottom, #fbb450 5%, #f89306 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89306',GradientType=0);
        
        background-color:#fbb450;
        
        -moz-border-radius:7px;
        -webkit-border-radius:7px;
        border-radius:7px;
        
        border:1px solid #c97e1c;
        
        display:inline-block;
        color:#ffffff;
        font-family:Trebuchet MS;
        font-size:21px;
        font-weight:bold;
        padding:16px 18px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #8f7f24;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f89306), color-stop(1, #fbb450));
        background:-moz-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-webkit-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-o-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-ms-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:linear-gradient(to bottom, #f89306 5%, #fbb450 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306', endColorstr='#fbb450',GradientType=0);
        
        background-color:#f89306;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }


    .clearButton {
        
        -moz-box-shadow: 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
        box-shadow: 0px 1px 0px 0px #ffffff;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
        background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
        
        background-color:#f9f9f9;
        
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        
        border:2px solid #c4c1bc;
        
        display:inline-block;
        color:#666666;
        font-family:arial;
        font-size:11px;
        font-weight:bold;
        padding:6px 8px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #ffffff;
        
    }
    .clearButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
        background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	cursor:  pointer;
        
        background-color:#e9e9e9;
    }
    .clearButton:active {
        position:relative;
        top:1px;
	cursor:  pointer;
    }


    .shopButton {
        
        -moz-box-shadow: 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
        box-shadow: 0px 1px 0px 0px #ffffff;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
        background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
        
        background-color:#f9f9f9;
        
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        
        border:2px solid #c4c1bc;
        
        display:inline-block;
        color:#666666;
        font-family:arial;
        font-size:11px;
        font-weight:bold;
        padding:6px 8px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #ffffff;
        
    }
    .shopButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
        background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
        
        background-color:#e9e9e9;
	cursor:  pointer;
    }
    .shopButton:active {
        position:relative;
        top:1px;
	cursor:  pointer;
    }


    .cartButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
        background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
        
        background-color:#ededed;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:2px solid #dcdcdc;
        
        display:inline-block;
        color:#777777;
        font-family:arial;
        font-size:15px;
        font-weight:bold;
        padding:30px 31px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #ffffff;
        
    }
    .cartButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
        background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
        
        background-color:#dfdfdf;
    }
    .cartButton:active {
        position:relative;
        top:1px;
    }

    .topButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
        background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
        
        background-color:#ededed;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:2px solid #c2bfbc;
        
        display:inline-block;
        color:#d8651c;
        font-family:arial;
        font-size:15px;
        font-weight:bold;
        padding:6px 16px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #ffffff;
	cursor:  pointer;
        
    }
    .topButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
        background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
        
        background-color:#dfdfdf;
	cursor:  pointer;

    }
    .topButton:active {
        position:relative;
        top:1px;
	cursor:  pointer;
    }

    .orangeButton:hover {
        
	margin: auto;
	width: 128px;
	height: 128px;
	-webkit-box-shadow:0 0 15px #F78B22; 
	-moz-box-shadow: 0 0 15px #F78B22; 
	box-shadow:0 0 15px #F78B22; 

    }


    .signupButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #f89306));
        background:-moz-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-webkit-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-o-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-ms-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:linear-gradient(to bottom, #fbb450 5%, #f89306 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89306',GradientType=0);
        
        background-color:#fbb450;
        
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:8px;
        
        border:1px solid #c97e1c;
        
        display:inline-block;
        color:#ffffff;
        font-family:Trebuchet MS;
        font-size:22px;
        font-weight:bold;
        padding:10px 15px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #8f7f24;
        
    }
    .signupButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f89306), color-stop(1, #fbb450));
        background:-moz-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-webkit-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-o-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-ms-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:linear-gradient(to bottom, #f89306 5%, #fbb450 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306', endColorstr='#fbb450',GradientType=0);
        
        background-color:#f89306;
	cursor:  pointer;
    }
    .signupButton:active {
        position:relative;
        top:1px;
	cursor:  pointer;
    }

    .activateButton {
        
        -moz-box-shadow: 0px 10px 14px -7px #3e7327;
        -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
        box-shadow: 0px 10px 14px -7px #3e7327;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
        background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
        
        background-color:#77b55a;
        
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        
        border:1px solid #4b8f29;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:16px;
        font-weight:bold;
        padding:7px 17px;
        text-decoration:none;
	cursor:  pointer;
        
        text-shadow:0px 1px 0px #5b8a3c;
        
    }
    .activateButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
        background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
        background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
        background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
        background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
        background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
        
        background-color:#72b352;
	cursor:  pointer;
    }
    .activateButton:active {
        position:relative;
        top:1px;
	cursor:  pointer;
    }



    .blueButton:hover {
        
	margin: auto;
	width: 128px;
	height: 128px;
	-webkit-box-shadow:0 0 15px #0378BD; 
	-moz-box-shadow: 0 0 15px #0378BD; 
	box-shadow:0 0 15px #0378BD; 

    }
.boxgrid{
	width: 128px;
	height: 128px;
	margin:10px;
	float:left;
	background:#FFFFFF;
	border: solid 0px #8399AF;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}


    a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:10px 5px;
    margin-top:60px; margin-left:-100px;
    width:115px; line-height:20px;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF;  color:#EEE;
    background:#000;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:100px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
        
    -moz-box-shadow: 0px 0px 8px 4px #666;
    -webkit-box-shadow: 0px 0px 8px 4px #666;
    box-shadow: 0px 0px 8px 4px #666;

    opacity: 0.8;
}
/*Used on TimeLine*/
.timeline {
	font-size:9pt;
	font-family:Arial;
	background: -webkit-linear-gradient(top, #F7F7FA, #E4E7EB);
	color: #666666;
}
.timelinedate {
	width:100px;
  	line-height:12px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:-3px;
	text-transform:uppercase;
	color:#a1a1a1;
	text-align:center;
	text-shadow:rgba(255, 255, 255, 0.74902) 0 1px 0;
	padding: 5px 0 5px 0;
}
.timelinedatenew {
    width:110px;
    line-height:18px;
    font-size:12px;
    font-weight:bold;
    margin-bottom:-3px;
    text-transform:uppercase;
    color:#a1a1a1;
    text-align:center;
    text-shadow:rgba(255, 255, 255, 0.74902) 0 1px 0;
    padding: 5px 0 5px 0;
}
.vl{
  border-left: 6px solid #4DA57F;
  height: 30px!important;
  margin-left: -3.5px;
  position:absolute;margin-top:-20px;
}
.dot{
    height: 10px;
    width: 10px;
    background-color: #4DA57F;
    border-radius: 50%;
    display: inline-block;
    margin-top: -6px;
    border: 2px solid #c3c3c3;
    position:absolute;
    margin-left:-7px;
}
.recruitment {
	width:100px;
  	line-height:12px;
	font-size:9px;
	font-weight:bold;
	margin-bottom:-3px;
	text-transform:uppercase;
	color:#a1a1a1;
	text-align:right;
	text-shadow:rgba(255, 255, 255, 0.74902) 0 1px 0;
	padding: 5px 5px 0 0Tpx;
}


    .qsButton {
        
        -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
        -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
        box-shadow: 0px 1px 0px 0px #f0f7fa;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #04a1c4));
        background:-moz-linear-gradient(top, #33bdef 5%, #04a1c4 100%);
        background:-webkit-linear-gradient(top, #33bdef 5%, #04a1c4 100%);
        background:-o-linear-gradient(top, #33bdef 5%, #04a1c4 100%);
        background:-ms-linear-gradient(top, #33bdef 5%, #04a1c4 100%);
        background:linear-gradient(to bottom, #33bdef 5%, #04a1c4 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#04a1c4',GradientType=0);
        
        background-color:#33bdef;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #057fd0;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:11px;
        font-weight:bold;
        padding:2px 7px;
        text-decoration:none;
        
        text-shadow:0px -1px 0px #5b6178;
        
    }
    .qsButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #04a1c4), color-stop(1, #33bdef));
        background:-moz-linear-gradient(top, #04a1c4 5%, #33bdef 100%);
        background:-webkit-linear-gradient(top, #04a1c4 5%, #33bdef 100%);
        background:-o-linear-gradient(top, #04a1c4 5%, #33bdef 100%);
        background:-ms-linear-gradient(top, #04a1c4 5%, #33bdef 100%);
        background:linear-gradient(to bottom, #04a1c4 5%, #33bdef 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04a1c4', endColorstr='#33bdef',GradientType=0);
        
        background-color:#04a1c4;
    }
    .qsButton:active {
        position:relative;
        top:1px;
    }
/*Used to style the top menu bar on V6*/
.RodMenu .x-btn-default-toolbar-small{
border-style:solid;border-color:#fff;background-color:#fff;background-image:none;
}
.RodMenu .x-btn.x-btn-menu-active.x-btn-default-toolbar-small, .x-btn.x-btn-pressed.x-btn-default-toolbar-small {
border-color: #FFF;
border-style:solid;
background-color: #DFEAF2;
background-image: none;
}
.RodMenu .x-btn-focus.x-btn-default-toolbar-small {
background-color: #DFEAF2;
background-image: none;
box-shadow:none;
}
.RodMenu .x-btn-focus.x-btn-over.x-btn-default-toolbar-small {
background-color: #DFEAF2;
background-image: none;
box-shadow:none;
}
/*Used on New Forum Custom Queries*/
.rnrforumhome {
    font-size:110%;
    font-family:Arial;
    background: -webkit-linear-gradient(top, #F7F7FA, #E4E7EB);
    color: #666666;
    border-spacing: 10px;
    border-collapse: separate;
}
.rnrtopichome {
    font-size:110%;
    font-family:Arial;
    color: #666666;
    border-spacing: 10px;
    border-collapse: separate;
	border-bottom:1pt solid #e3e3e3;
}
/* previewer frame for DBFace: */
.dbwrap {
    width: 320px;
    height: 192px;
    padding: 0;
    overflow: hidden;
}
.dbframe {
    width: 1280px;
    height: 786px;
    border: 0;
    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.k-filebrowser .k-breadcrumb {
visibility: hidden !important;
}

</style>


