@font-face {
    font-family: 'rsubold';
    src: url('font/rsu_bold-webfont.eot');
    src: url('font/rsu_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rsu_bold-webfont.woff') format('woff'),
         url('font/rsu_bold-webfont.ttf') format('truetype'),
         url('font/rsu_bold-webfont.svg#rsubold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'rsulight';
    src: url('font/rsu_light-webfont.eot');
    src: url('font/rsu_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rsu_light-webfont.woff') format('woff'),
         url('font/rsu_light-webfont.ttf') format('truetype'),
         url('font/rsu_light-webfont.svg#rsulight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rsuregular';
    src: url('font/rsu_regular-webfont.eot');
    src: url('font/rsu_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rsu_regular-webfont.woff') format('woff'),
         url('font/rsu_regular-webfont.ttf') format('truetype'),
         url('font/rsu_regular-webfont.svg#rsuregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'colaborate-thin';
    src: url('font/colabthi-webfont.eot');
    src: url('font/colabthi-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/colabthi-webfont.woff') format('woff'),
         url('font/colabthi-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body {
}

/*----------------COMMON------------------*/
h1,h2,h3,h4{
	font-weight: normal;
}
h1{
	font-family:'rsuregular','Arial';
	font-size: 48px;
}
h2{
	font-family:'rsubold','Arial';
	font-size:36px;
}
h3{
	font-family:'rsuregular','Arial';
	font-size: 32px;
}
h4{
	font-family:'rsuregular','Arial';
	font-size: 28px;
}



.center { text-align: center !important; }

/* Custom container */
.container {
	margin: 0px auto;
	max-width: 1000px;
}

.container > hr {
	margin: 28px 0;
}
.container-gap{
	margin-bottom: 90px;
}
.bg-container{
	background: transparent url('../_images/bg/bg_common.png') repeat-x top left;
}

/* Main marketing message and sign up button */
.jumbotron {
	margin: 80px 0;
	text-align: center;
}
.jumbotron h1 {
	font-size: 100px;
	line-height: 1;
}
.jumbotron .lead {
	font-size: 24px;
	line-height: 1.25;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
	margin: 60px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}


/* Customize the navbar links to be fill the entire space of the .navbar */
.pull-right.topnavbar{
	margin-top:20px;
}
.navbar{
	margin-bottom: 0px;
	margin-top: 10px;
}
.navbar .nav>li>a{
	font-family:'rsubold';
	font-size:20px;
	text-shadow: none;
}
.navbar .navbar-inner{
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	filter:none;
	padding-left:0px;
	padding-right:0px;
}
.navbar .nav>li>a{
	color:#333;
}
.navbar .nav>li>a:hover{
	color:#009aee;
}
*:first-child+html .navbar .nav{
	width:700px;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
	color:#009aee;
}
.navbar .nav li.dropdown.active>.dropdown-toggle{
	color:#009aee;
	background-color: transparent;
}
.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle{
	color:white;
	background-color:#009aee;
	border-top-left-radius:3px;
	-moz-top-left-border-radius:3px;
	-webkit-top-left-border-radius:3px;
	border-top-right-radius:3px;
	-moz-top-right-border-radius:3px;
	-webkit-top-right-border-radius:3px;
}
.navbar .nav>li>.dropdown-menu:before,
.navbar .nav>li>.dropdown-menu:after{
	border:none;
}
.navbar  .dropdown-menu{
	background-color:#009aee;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;

	margin:0px;
	border:none;
	padding:15px 0px;
}
.navbar .nav li.dropdown>.dropdown-toggle .caret{
	border-top-color: #333;
	border-bottom-color: #333;
}.navbar .nav li:hover.dropdown>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret{
	border-top-color: #009aee;
	border-bottom-color: #009aee;
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar .dropdown-menu>li>a{
	padding: 10px 20px;
	color:white;
	font-size:14px;
}

/* Reason */
.divine{
	background:transparent url('../_images/bg/divide.png') no-repeat top center;
	padding:50px 0 20px;
	text-align: center;
}
.span4 .reason-text,
.span4 .reason-ul{
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.span4 .reason-ul{
	margin:0px;
}
.span4 .reason-ul li{
	list-style: none;
	padding-bottom: 10px;
}
.span4>h4{
	padding-top:15px;
}
/*feature*/
.double-quote{
	background:transparent url('../_images/bg/double-quote.png') no-repeat left bottom;
	height: 100px;
}

/*Feature*/
.featurette h2{
	font-family:'rsuregular','Arial';
}

/*Package*/
.package_top{
	background-color: #545454;
	border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
}
.package_top .package_name{
	font-family: 'colaborate-thin','Arial';
	font-size:40px;

	text-align: center;
	padding:40px 0;
	color:#fff;

}
.package_top .price{
	font-family: 'tahoma','Arial';
	text-align: center;
	color:white;
	padding-bottom:20px;
}
.package_top .price .price_text{
	font-size:72px;
	text-shadow:0px 2px 3px #333;
	font-weight:bold;
	display:inline-block;
	line-height: 50px;
	margin-left:10px;
}
.package_top .price .baht{
	font-size: 14px;
	line-height:14px;
	display:inline-block;
	margin-left:5px;
}
.package_bottom{
	background-color: #626262;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	background-image: linear-gradient(bottom, rgb(74,74,74) 0%, rgb(98,98,98) 100%);
	background-image: -o-linear-gradient(bottom, rgb(74,74,74) 0%, rgb(98,98,98) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(74,74,74) 0%, rgb(98,98,98) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(74,74,74) 0%, rgb(98,98,98) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(74,74,74) 0%, rgb(98,98,98) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(74,74,74)),
		color-stop(1, rgb(98,98,98))
	);
	text-align: center;
	padding:30px 0px 20px 0px;
	box-sizing:border-box;
}
.package_bottom .hosting-package-box{
	width:65%;
	margin:0 auto;

}
.package_bottom .hosting-package-box tr .left{
	color:white;
	font-size: 19px;
	font-family: 'rsuregular';
	text-shadow:0px 1px 1px #333;
	padding-left:15px;
	text-align: left;
	line-height: 30px;
}.package_bottom .hosting-package-box tr .right{
	color:white;
	font-size: 19px;
	font-family: 'rsulight';
	text-shadow:0px 1px 1px #333;
	text-align: left;
}
/*Package Page*/
/*Package Table*/
.table-package .package_name{
	font-family: 'colaborate-thin','Arial';
	font-size: 36px;
	color:white;
}
.table-package thead th,
.table-package thead td{
	background-color: #626262;
	background-image: linear-gradient(bottom, rgb(74,74,74) 0%, rgb(98,98,98) 100%);
	background-image: -o-linear-gradient(bottom, rgb(74,74,74) 0%, rgb(98,98,98) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(74,74,74) 0%, rgb(98,98,98) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(74,74,74) 0%, rgb(98,98,98) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(74,74,74) 0%, rgb(98,98,98) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(74,74,74)),
		color-stop(1, rgb(98,98,98))
	);
}
/*Domain Page*/
/*Check Domain*/
.table-checkdomain{
	background: #0261bb;
	width:100%;
	margin-bottom:15px;
}
.table-checkdomain .container-form button{
	margin-left: -10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.table-domaindot td{
	width:12.5%;
	padding:8px;
	box-sizing:border-box;
}
.table-domaindot td input[checkbox]{
	margin:0px;
}
.table-checkresult #result_rows_container td{
	padding:15px;
}
.table-checkresult #result_rows_container .right{
	width:170px;
	text-align: left;
}.table-checkresult #result_rows_container .result_available{
	width:100px;
}

/*Demain Price*/
.table-domain-price td{
	padding:10px;
}


/*login Form*/
.container-login{
	box-sizing: border-box;
}
.container-login .input-prepend .span2{
	height:25px;
	width:250px;
}
.container-login .input-prepend .add-on{
	height:25px;
	width:25px;
}
.container-login .input-prepend .add-on i{
	vertical-align: middle;
}
.container-login .forgotpassword{

}
.container-login .button-login input{
	width: 300px;
}
/*Register form*/
.registerPage .form-horizontal .control-label{
	width:450px;
}
.registerPage .form-horizontal .controls{
	margin-left:465px;
}

/*Contactus*/
.contact-icon{
	margin-top:30px;
	padding-left:80px;
	box-sizing:border-box;
	background: transparent url(../_images/icon/icon-contact.png) no-repeat;
}
.contact-icon.email{
	background-position: 0px 0px;
}.contact-icon.tel{
	background-position: 0px -100px;
}
.table-address ol{
	margin:0;
}
.table-address td{
	vertical-align: top;
	padding-top:10px;
}
/*
.navbar .navbar-inner {
	padding: 0;
}
.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}
.navbar .nav > li {
	display: table-cell;
	width: 1%;
	float: none;
}
.navbar .nav > li > a {
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,.75);
	border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav > li:first-child a {
	border-left: 0;
	border-radius: 3px 0 0 3px;
}
.navbar .nav > li:last-child a {
	border-right: 0;
	border-radius: 0 3px 3px 0;
}
*/


/* Main marketing message and sign up button */
.jumbotron {
	margin: 80px 0;
	text-align: center;
}
.jumbotron h1 {
	font-size: 90px;
	line-height: 1;
}
.jumbotron .lead {
	font-size: 24px;
	line-height: 1.25;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
	padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
	margin-top: -30px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}


.order_step_container{
margin-top: 10px;
margin-bottom: 26px;
width: 100%;
height: 55px;
background-position: top center;
background-repeat: no-repeat;
}

/* ADDITIONAL ICON SET */
.icon-success{
  background-image: url("../bootstrap/img/glyphicons-halflings-success.png");
}
.icon-error{
  background-image: url("../bootstrap/img/glyphicons-halflings-error.png");
}
.icon-info{
  background-image: url("../bootstrap/img/glyphicons-halflings-info.png");
}

/*--------------------------------------------------lnwbox----------------------------------------------------------*/
.lnwbox-data{
	display: none;
}
#lnwbox{
	width: 99%;
	z-index: 22222;
}
#lnwbox[position=absolute]{
	position: absolute;
}
#lnwbox[position=fixed]{
	position: fixed;
}
#lnwbox.position-absolute{
	position: absolute;
}
#lnwbox.position-fixed{
	position: fixed;
}
#lnwbox #lnwboxBody{
	margin: 0px auto;
	position: relative;
}
#lnwboxBack{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 22221;
}

#lnwbox .box9{
	margin: 0px auto;
	width: auto;
	height: auto;
	background: #ffffff none;
	padding: 10px 10px 10px 10px;

	border: 1px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);

	position:relative;

	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#lnwbox .box9 .boxTop .boxLeft,
#lnwbox .box9 .boxTop .boxRight,
#lnwbox .box9 .boxBottom .boxLeft,
#lnwbox .box9 .boxBottom .boxRight{
	/*
	background-image: url(img/lnwbox/simple_corner.png);
	background-repeat: no-repeat;
	*/
}
#lnwbox .box9 .boxTop .boxLeft		{	background-position: left top;		}
#lnwbox .box9 .boxTop .boxRight		{	background-position: right top;	}
#lnwbox .box9 .boxBottom .boxLeft	{	background-position: left bottom;	}
#lnwbox .box9 .boxBottom .boxRight	{	background-position: right bottom;	}
#lnwbox .close{
	background-image: url(img/lnwbox/close.png);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	font-size: 10px;
	color: #999;
	padding-right: 16px;
/*	margin: 20px 0px 0px 0px;*/
	cursor: pointer;
	float: right;
}
#lnwbox .box9 .boxTop .boxCenter,
#lnwbox .box9 .boxBottom .boxCenter{
	/*
	background-image: url(img/lnwbox/simple_center.png);
	background-repeat: repeat-x;
	*/
}
/*
#lnwbox .box9 .boxTop .boxCenter		{	background-position: center top;	height: 40px;	}
#lnwbox .box9 .boxBottom .boxCenter		{	background-position: center bottom;	height: 20px;	}
*/
#lnwbox .box9 .boxMiddle .boxLeft,
#lnwbox .box9 .boxMiddle .boxRight{
	/*
	background-image: url(img/lnwbox/simple_middle.png);
	background-repeat: repeat-y;
	*/
}
/*
#lnwbox .box9 .boxMiddle .boxLeft		{	background-position: left center;	width: 20px;	}
#lnwbox .box9 .boxMiddle .boxRight		{	background-position: right center;	width: 20px;	}
*/
#lnwbox .box9 .boxMiddle .boxCenter{
	background: #ffffff none;
}
#lnwbox .loading{
	background-position: center;
	width: 240px;
	height: 240px;
	background-image: url(img/lnwbox/content-loader.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}





.table-borderless td,
.table-borderless th{
    border: 0 !important
}





table.colorize {
  width: 100%;
  margin-bottom: 20px;
}

table.colorize th,
table.colorize td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table.colorize th {
  font-weight: bold;
}

table.colorize thead th {
  vertical-align: bottom;
}

table.colorize caption + thead tr:first-child th,
table.colorize caption + thead tr:first-child td,
table.colorize colgroup + thead tr:first-child th,
table.colorize colgroup + thead tr:first-child td,
table.colorize thead:first-child tr:first-child th,
table.colorize thead:first-child tr:first-child td {
  border-top: 0;
}

table.colorize tbody + tbody {
  border-top: 2px solid #dddddd;
}

table.colorize table.colorize {
  background-color: #ffffff;
}

table.colorize {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

table.colorize th,
table.colorize td {
  border-left: 1px solid #dddddd;
}

table.colorize caption + thead tr:first-child th,
table.colorize caption + tbody tr:first-child th,
table.colorize caption + tbody tr:first-child td,
table.colorize colgroup + thead tr:first-child th,
table.colorize colgroup + tbody tr:first-child th,
table.colorize colgroup + tbody tr:first-child td,
table.colorize thead:first-child tr:first-child th,
table.colorize tbody:first-child tr:first-child th,
table.colorize tbody:first-child tr:first-child td {
  border-top: 0;
}

table.colorize thead:first-child tr:first-child > th:first-child,
table.colorize tbody:first-child tr:first-child > td:first-child,
table.colorize tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

table.colorize thead:first-child tr:first-child > th:last-child,
table.colorize tbody:first-child tr:first-child > td:last-child,
table.colorize tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

table.colorize thead:last-child tr:last-child > th:first-child,
table.colorize tbody:last-child tr:last-child > td:first-child,
table.colorize tbody:last-child tr:last-child > th:first-child,
table.colorize tfoot:last-child tr:last-child > td:first-child,
table.colorize tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

table.colorize thead:last-child tr:last-child > th:last-child,
table.colorize tbody:last-child tr:last-child > td:last-child,
table.colorize tbody:last-child tr:last-child > th:last-child,
table.colorize tfoot:last-child tr:last-child > td:last-child,
table.colorize tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

table.colorize tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

table.colorize tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

table.colorize caption + thead tr:first-child th:first-child,
table.colorize caption + tbody tr:first-child td:first-child,
table.colorize colgroup + thead tr:first-child th:first-child,
table.colorize colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

table.colorize caption + thead tr:first-child th:last-child,
table.colorize caption + tbody tr:first-child td:last-child,
table.colorize colgroup + thead tr:first-child th:last-child,
table.colorize colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

table.colorize tbody > tr:nth-child(odd) > td,
table.colorize tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}







/* XAV */
.xav-per_page{
	width: 60px;
}


.submit-button,
.xav-part-filter input[type=submit],
.pagination_controls > div > span > span > b,
.pagination_controls .xav-href {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	*margin-left: .3em;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

  padding: 2px 6px;
  font-size: 11px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* Actived Page */
.pagination_controls > div > span > span > b {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

/* Filter Button */
.submit-button,
.xav-part-filter input[type=submit] {
	font-size:16px;
	padding: 4px 12px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  top:-4px;
  position:relative;
}
.submit-button,.xav-part-filter input[type=submit]:hover,
.submit-button,.xav-part-filter input[type=submit]:focus,
.submit-button,.xav-part-filter input[type=submit]:active,
.submit-button,.xav-part-filter input[type=submit].active,
.submit-button,.xav-part-filter input[type=submit].disabled,
.submit-button,.xav-part-filter input[type=submit][disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.submit-button,.xav-part-filter input[type=submit]:active,
.submit-button,.xav-part-filter input[type=submit].active {
  background-color: #003399 \9;
}

.pagination_controls .xav-href:hover,
.pagination_controls .xav-href:focus,
.pagination_controls .xav-href:active,
.pagination_controls .xav-href.active,
.pagination_controls .xav-href.disabled,
.pagination_controls .xav-href[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.pagination_controls .xav-href:active,
.pagination_controls .xav-href.active {
  background-color: #cccccc \9;
}

.pagination_controls .xav-href:first-child {
  *margin-left: 0;
}

.pagination_controls .xav-href:hover,
.pagination_controls .xav-href:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.pagination_controls .xav-href:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.pagination_controls .xav-href.active,
.pagination_controls .xav-href:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination_controls .xav-href.disabled,
.pagination_controls .xav-href[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


.xav-wrapper h1 {
	font-size: 31.5px;
	margin-top: 24px;
}




FORM.default_theme input[type=text],
FORM.default_theme input[type=password],
FORM.default_theme SELECT
{
	border:1px solid #CCCCCC; padding:3px 3px 3px 4px; font-family:Arial,Helvetica,sans-serif;
}
FORM.default_theme label
{
	border:none;
	color:#222;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}
form.default_theme ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

form.default_theme li
{
	display:block;
	margin:0;
	padding:4px 5px 10px 9px;
	position:relative;
}

form.default_theme li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}


.LNWHOST_User_Controller-_automatic_page-wrapper h1 {
	font-size: 31.5px;
	margin-top: 24px;
}



/* BEGIN-SECTION: additional bootstrap btn */
/* END-SECTION: additional bootstrap btn */



/* BEGIN-SECTION: color */
.color_black { color: #252525; }
.color_blue  { color: #0261BB; }
/* END-SECTION: color */

