@charset "utf-8";
html, body {
	background: #022d4b;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	border-top: 1px solid #011d30;
}
* {
	margin: 0;
	padding: 0;
}
img, a {
	outline: none;
	border: 0 none;
	text-decoration: none;
	color: #000080;
}
a:hover {
	color: #022d4b;
}
#wrapper {
	margin:auto;
	width: 80%;
	min-width: 986px;
	background: #FFF;
	border: 1px solid #011d30;
	border-top: 0px solid #011d30;
	min-height: 400px;
	box-shadow:2px 2px 10px 10px #02233a;
	-webkit-box-shadow:2px 2px 10px 10px #02233a;
	-moz-box-shadow:2px 2px 10px 10px #02233a;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.header {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 7px 10px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 240, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(245, 249, 240, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 240, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 240, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 240, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 240, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f9f0', GradientType=0 ); /* IE6-9 */
	box-shadow:0px 0px 3px 0px #AAAAAA;
}
.header .logo, .header .rightLinks {
	float: left;
	width:50%;
}
.header .rightLinks {
	padding: 10px 0 0 0;
}
.header ul {
	list-style: none;
	float: right;
}
.header ul li {
	display: inline-block;
}
.header ul li a {
	padding: 5px 10px 5px 8px;
	border-right: 1px solid #CCC;
	margin: 0 10px 0 0;
}
.mainContent {
	overflow: hidden;
	padding: 0 1% 10px 1%;
	font-size: 12px;
}
.mainContent .left_fields, .mainContent .doc_viewer {
	float: left;
}
.mainContent .left_fields {
	width: 23%;
	min-width: 220px;
	margin-right: 1%;
}
.left_fields .form_widget {
	border: 1px solid #CCC;
	margin-bottom: 5px;
	overflow: hidden;
	border-radius: 5px;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%, #ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%, #ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%, #ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
}
.mainContent .doc_viewer {
	width: 75%;
	min-width: 700px;
	/*height: 600px;*/
	min-height: 790px;
	overflow: auto;
	border: 1px solid #CCC;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 240, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(245, 249, 240, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 240, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 240, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 240, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 240, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f9f0', GradientType=0 ); /* IE6-9 */
	box-shadow:0px 0px 3px 0px #AAAAAA;
}
.mainContent h4, .modal h4 {
	font-size: 16px;
	font-weight: normal;
	padding: 5px 8px 0px 3px;
	color: #032e4c;
	border-bottom: 1px dotted green;
	margin-bottom: 10px;
}
.mainContent .form_widget h4 {
	color: #FFF;
	background: #032e4c; /* Old browsers */
	background: -moz-linear-gradient(top, #032e4c 0%, #214661 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #032e4c), color-stop(100%, #214661)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #032e4c 0%, #214661 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #032e4c 0%, #214661 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #032e4c 0%, #214661 100%); /* IE10+ */
	background: linear-gradient(to bottom, #032e4c 0%, #214661 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032e4c', endColorstr='#214661', GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0 0;
}
.form_controls {
	padding: 3px 10px 5px 10px;
	clear: both;
}
.control_label {
	padding: 3px 0;
	color: #022d4b;
}
.control_field {
	padding: 0px;
	min-height: 20px;
}
.control_label, .control_field {
	overflow: hidden;
}
.control_field P {
	padding:3px 3px 3px 5px;
	margin-top: 4px;
	background: #FFF;
	border: 1px dotted #f1f1f1;
}
.control_actions {
	text-align: center;
	padding: 5px 0 0 0;
}
.control_actions .btn {
	margin-right: 5px;
}
select, input[type="text"], input[type="password"], textarea {
	width: 100%;
	min-width: 200px;
	border: 1px solid #cccccc;
	border-bottom-width: 2px;
	padding:4px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px 1px #f1f1f1 inset;
}
input[type="text"], input[type="password"], textarea {
	width: 95%;
	min-width: 190px;
}
select:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .error:focus, .success:focus {
	border: 1px solid #74B9F0;
	border-bottom-width: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
.btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #E6E6E6;
	color: #333333;
}
.btn:active, .btn.active {
}
.btn:first-child {
}
.btn:hover {
	background-position: 0 -15px;
	color: #333333;
	text-decoration: none;
	transition: background-position 0.1s linear 0s;
}
.btn:focus {
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-image: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	outline: 0 none;
}
.btn.disabled, .btn[disabled] {
	background-image: none;
	box-shadow: none;
	cursor: default;
	opacity: 0.65;
}
.btn-large {
	border-radius: 6px 6px 6px 6px;
	font-size: 17.5px;
	padding: 11px 19px;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
 margin-top: 4px;
}
.btn-small {
	border-radius: 3px 3px 3px 3px;
	font-size: 11.9px;
	padding: 2px 10px;
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
 margin-top: 0;
}
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
 margin-top: -1px;
}
.btn-mini {
	border-radius: 3px 3px 3px 3px;
	font-size: 10.5px;
	padding: 0 6px;
}
.btn-block {
	-moz-box-sizing: border-box;
	display: block;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
	width: 100%;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
	background-color: #006DCC;
	background-image: linear-gradient(to bottom, #0088CC, #0044CC);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #0044CC;
	color: #FFFFFF;
}
.btn-primary:active, .btn-primary.active {
}
.btn-warning {
	background-color: #FAA732;
	background-image: linear-gradient(to bottom, #FBB450, #F89406);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #F89406;
	color: #FFFFFF;
}
.btn-warning:active, .btn-warning.active {
}
.btn-danger {
	background-color: #DA4F49;
	background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #BD362F;
	color: #FFFFFF;
}
.btn-danger:active, .btn-danger.active {
}
.btn-success {
	background-color: #5BB75B;
	background-image: linear-gradient(to bottom, #62C462, #51A351);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #51A351;
	color: #FFFFFF;
}
.btn-success:active, .btn-success.active {
}
.btn-info {
	background-color: #49AFCD;
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #2F96B4;
	color: #FFFFFF;
}
.btn-info:active, .btn-info.active {
}
.btn-inverse {
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	color: #FFFFFF;
}
.radio, .checkbox 
{
    
    margin-left: 3px;
	cursor: pointer;
	position:relative;
}
table {
	width: 100%;
	border: 1px solid #a3b6ff;
	border-right: 0px solid #a3b6ff;
	margin: 0 0 10px 0;
}
table tr th, table tr td {
	padding: 3px 5px;
	border: 1px solid #a3b6ff;
	border-top: 0px solid #a3b6ff;
	border-left: 1px solid #a3b6ff;
	border-collapse: collapse !important;
	color: #333333;
}
table tr th {
	padding: 5px;
	background: #dee2ff;
	color: #282828;
}
.tdCenter {
	text-align: center;
}
#loginBox {
	width: 350px;
	margin: 50px auto;
	background: #ecf1f3; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e3eaed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e3eaed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e3eaed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e3eaed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e3eaed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e3eaed 100%); /* W3C */
	/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3eaed', GradientType=0 ); /* IE6-9 */ 
	border-bottom: 3px solid #FFF;
	padding: 10px 0;
	box-shadow:2px 2px 10px 10px #02233a;
	-webkit-box-shadow:2px 2px 10px 10px #02233a;
	-moz-box-shadow:2px 2px 10px 10px #02233a;
	border-radius: 10px;
}
#loginBox h4 {
	font-size: 16px;
	font-weight: normal;
	padding: 8px;
	color: #FFF;
	background: #032e4c; /* Old browsers */
	background: -moz-linear-gradient(top, #032e4c 0%, #214661 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #032e4c), color-stop(100%, #214661)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #032e4c 0%, #214661 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #032e4c 0%, #214661 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #032e4c 0%, #214661 100%); /* IE10+ */
	background: linear-gradient(to bottom, #032e4c 0%, #214661 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032e4c', endColorstr='#214661', GradientType=0 ); /* IE6-9 */
	margin: 10px 0;
}
.txtAlignRight {
	text-align: right;
	float: right;
}
.txtAlignCenter {
	text-align: center;
}
.singleCol {
	width: 60%;
	margin: 0 20% 20px 20%;
	overflow: hidden;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0 ); /* IE6-9 */
	border: 1px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	padding: 5px 10px 10px 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #d9d9d9;
}
.dblCol {
	float: left;
	width: 46%;
	margin:0 1% 10px 2%;
}
.error_div, .success_div {
	padding: 5px;
	margin: auto;
	margin-bottom: 5px;
	max-width: 900px;
	border-radius: 5px;
}
.error_div {
	border: 1px solid #C00 !important;
	background: #FFF5EC;
	color: #C00;
}
.success_div {
	border: 1px solid #390;
	background: #F7FEE0;
	color: #390;
}
.append-btn input[type="text"] {
	width: 85%;
	float: left;
	border-radius: 4px 0 0 4px;
	min-width: 170px;
}
.append-btn .btn {
	float: left;
	border-radius: 0 4px 4px 0;
	padding: 4px 2px 5px 2px /9;
	padding: 5px 2px 5px 2px;
}
.thumbImgs {
	
	margin: 0 8px;
	padding: 10px 0;
	width: auto;
	float: left;
}
.info_div {
	background: none repeat scroll 0 0 #F4FBFF;
	border: 2px solid #DDF1FA;
	border-radius: 5px;
	color: #00529B;
	font-size: 11px;
	padding: 1px 5px;
	width: 95%;
	margin: 5px auto;
}
.doc_viewer .btn-fetch {
	margin: 20% auto !important;
	float: none !important;
	text-align: center;
}
.headRow, .evenRow, .oddRow {
	padding: 5px;
}
.headRow {
	background: #fdf9bc;
	border-bottom: 1px solid #ffbc7b;
	font-size: 15px;
	margin-bottom: 5px;
}
.evenRow {
	background: #f7fbfd;
	border-bottom: 1px solid #f1f1f1;
}
.oddRow {
	background: #FFF;
	border-bottom: 1px solid #f1f1f1;
}
.timer {
	border: 1px dotted #C00;
	padding: 3px;
	color: #000080;
	border-radius: 5px;
	border-bottom-width: 2px;
	background: #FFC;
	display: none;
}
.noDisplay {
	position:absolute;
	z-index: 999;
}
#tooltip {
	width: auto;
	padding: 10px;
	font-size: 12px;
	box-shadow: 0px 0px 10px 3px #000;
}
.popup_container {
	text-align: center;
	padding: 5px 0 10px 0;
}
.popup_container .btn-small {
	padding: 3px;
}
.modal {
	font-size: 12px;
	min-width: 560px;
	width: auto;
}
.modal input[type="text"], .modal input[type="password"], .modal textarea {
	min-width: 220px;
	width: auto;
}
.modal-header h3 {
	font-size: 16px;
	margin: 0;
	line-height: 20px;
	font-weight: normal;
}
.pagination {
    margin: 5px 0;
}
.close {cursor: pointer; }

.amountEntry {
	text-align: right !important;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #fffddd;
}
.table.tablesorter tbody tr.odd:hover td {
	background-color: #fffddd;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #DDDDDD;
}
.ww {
	word-wrap:break-word;
	word-break: break-all	
}
.WrapStyle TD
{
word-break :  break-all;
}
.paraGraphtext
        {
            overflow: hidden;
            white-space: nowrap;
            
        }
        
.btn-midAppend {
    border-radius: 0 0 0 0 !important;
}       
.progressBar, .progressBar img{text-align: center; margin: auto;} 
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.squarebox {
    width: 100%;
    text-align: center;
    overflow: hidden; 
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-color: #dddddd;
    }
.squareboxgradientcaption {
    padding: 5px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    background-color: #f5f5f5;
     border-color: #dddddd;    
     }
.squareboxcontent {
    padding: 15px;
    overflow: hidden;
    }
    
 .singleCol1 {
	width: 80%;
	margin: 0 10% 20px 10%;
	overflow: hidden;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0 ); /* IE6-9 */
	border-bottom: 2px solid #d9d9d9;
	padding: 5px 10px 10px 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #d9d9d9;
}

.btn-linkbill {
	color: #006DCC;
	text-decoration:none;
}
.btn-linkbill:hover {
	color: #0044CC;
	text-decoration:underline;
}
