input:not(checkbox), select{	
	margin-bottom:10px;	
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,
	-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,
	box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,
	box-shadow ease-in-out .15s
}

input[type="button"], input[type="submit"], button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	/*background-color: #337ab7;*/
	background: rgba(101,160,212,1);
	background: -moz-linear-gradient(top, rgba(101,160,212,1) 0%, rgba(51,121,183,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(101,160,212,1)), color-stop(100%, rgba(51,121,183,1)));
	background: -webkit-linear-gradient(top, rgba(101,160,212,1) 0%, rgba(51,121,183,1) 100%);
	background: -o-linear-gradient(top, rgba(101,160,212,1) 0%, rgba(51,121,183,1) 100%);
	background: -ms-linear-gradient(top, rgba(101,160,212,1) 0%, rgba(51,121,183,1) 100%);
	background: linear-gradient(to bottom, rgba(101,160,212,1) 0%, rgba(51,121,183,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65a0d4', endColorstr='#3379b7', GradientType=0 );

	border-color: #2e6da4;
}

input[type="button"]:disabled, input[type="submit"]:disabled, button:disabled
{   
	background:rgba(101,160,212,1);
	color:#c1c1c1;
	border:1px solid #737373;
}

input[type="button"]:disabled, input[type="submit"]:disabled, button:disabled
{   
	background:rgba(101,160,212,1);
	color:#c1c1c1;
	border:1px solid #737373;
}

input:not(:disabled):hover, input[type="submit"]:not(:disabled):hover, button:not(:disabled):hover, select:not(:disabled):hover{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),
	0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),
	0 0 8px rgba(102,175,233,.6);
}

input[type="button"]:active{
	
	background: rgba(51,121,183,1);
	background: -moz-linear-gradient(top, rgba(51,121,183,1) 0%, rgba(101,160,212,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,121,183,1)), color-stop(100%, rgba(101,160,212,1)));
	background: -webkit-linear-gradient(top, rgba(51,121,183,1) 0%, rgba(101,160,212,1) 100%);
	background: -o-linear-gradient(top, rgba(51,121,183,1) 0%, rgba(101,160,212,1) 100%);
	background: -ms-linear-gradient(top, rgba(51,121,183,1) 0%, rgba(101,160,212,1) 100%);
	background: linear-gradient(to bottom, rgba(51,121,183,1) 0%, rgba(101,160,212,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3379b7', endColorstr='#65a0d4', GradientType=0 );

}
input[type="text"] { padding-left:2px; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  text-align:right;
}

label.wide{width:120px;}
label.wider{width:200px;}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
  border:1px outset #c1c1c1;
}

.table > thead > tr > th
{
	/*background-image:url(../Content/Images/bg_white.gif);*/
	background-image:url(../Content/Images/bg.gif); 
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align:left;
}

.table thead tr th:not(:last-child)
{
	border-right:1px solid #c1c1c1;
}

.table>tbody>tr:nth-child(odd){background-color:#f9f9f9}
.table.rowselect>tbody>tr:hover{cursor:pointer; background-color:#f5f5f5}

/*Table Sorter*/
.table thead tr th.headerSortDown { 
	/*background-image: url(../Content/Images/desc_white.gif)!important; */
	background-image: url(../Content/Images/desc.gif)!important; 
} 

.table thead tr th.headerSortUp { 
	/*background-image: url(../Content/Images/asc_white.gif)!important;*/
	background-image: url(../Content/Images/asc.gif)!important;
} 

.table thead tr th.header { 
	
	cursor: pointer; 
	font-weight: bold; 
	background-repeat: no-repeat; 
	background-position: center left; 
	padding-left: 20px; 
	border-right: 1px solid #dad9c7; 
	margin-left: -1px; 
} 
/*End Table Sorter*/

/*ButtonSet - Works Good For Nav $(element).buttonset()*/
div.buttonSet a, div.ui-buttonset a
{
    padding:3px;
    color:white;
    cursor:pointer;
    text-decoration:none;

    background: rgba(101,160,212,1);
	background: -moz-linear-gradient(top, rgba(101,160,212,1) 0%, rgba(51,121,183,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(101,160,212,1)), color-stop(100%, rgba(51,121,183,1)));
	background: -webkit-linear-gradient(top, rgba(101,160,212,1) 0%, rgba(51,121,183,1) 100%);
	background: -o-linear-gradient(top, rgba(101,160,212,1) 0%, rgba(51,121,183,1) 100%);
	background: -ms-linear-gradient(top, rgba(101,160,212,1) 0%, rgba(51,121,183,1) 100%);
	background: linear-gradient(to bottom, rgba(101,160,212,1) 0%, rgba(51,121,183,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65a0d4', endColorstr='#3379b7', GradientType=0 );
	border-color: #2e6da4;

    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.50);
    box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.50);

}


div.buttonSet a:hover, div.ui-buttonset a:hover
{
    border-color:#66afe9;
	outline:0;	
    -webkit-box-shadow: 2px 2px 2px 0px rgba(101,160,212,0.50);
    -moz-box-shadow:    2px 2px 2px 0px rgba(101,160,212,0.50);
    box-shadow:         2px 2px 2px 0px rgba(101,160,212,0.50);

}

.banner
{
	background-color:#101010;
	height:65px;
	color:#fff;
	line-height:65px;
	vertical-align:middle;
	padding-left:10px;
	font-size:23px;
}

.page
{
	padding:10px;
}