body {
	margin: 0px;
	background-color: #fff;
	background-repeat:repeat-x;
}

html, body { height:100%; } 

body, td, label {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #444;
	text-align: left;
}


.small {
	font-size: 11px;
	line-height:14px;
}

.smaller {
	font-size: 12px;
	line-height:16px;
}

.smallish {
	font-size: 13px;
	line-height:17px;
}

.bigger {
	font-size: 16px;
	line-height:20px;
}

.big {
	font-size: 18px;
	line-height:22px;
}

.title {
	font-size: 24px;
	line-height: 30px;
}


p { margin: 0; padding: 0; }

div#wrapper {
	width: 1060px;
	padding: 0; 
	margin: 0px auto;
}

div#header{
	position: absolute;
	top: 0px;
	width: 1060px;
	z-index: 595;
	height: 80px;	
}

div#content {
	position: relative;
	top: 75px;
	padding-bottom: 15px;
	width: 1060px;
}

#footer { 
	position: relative; 
	top: 70px; 
	width: 100%;
	height: 100px;
}

.white {
	color: #fff;
}


a, a:hover {
	color: #444;
	text-decoration: none;
	cursor: pointer;
}

.underline, .underline:hover {
	text-decoration: underline !important;
}

a:hover {
	color: #3759a1;
}


a.white, a.white:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a.white:hover {
	color: #ffff55;
}

.grey {
	color: #999;
}

.green {
	color: green;
}

.black {
	color: #000;
}

.blue {
	color: #125599;
}

.lblue {
	color: #3B87AD;
}

.red {
	color: #b94a48;
}

.orange {
	color: #ED702C;
}

.err {
	color: #bd0000;
}

.bold {
	font-weight: bold;
}

.redbg {
	background-color: #B94A48;
	color: #fff;
	font-size: 14px;
	line-height:18px;
}

.redborder {
	border: 1px solid #B94A48;
}

.round {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}

.round15 {
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #3559A1;
}

h1 {
  line-height: 38.5px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

h3 {
  line-height: 24.5px;
}

h4 {
  line-height: 17.5px;
}

h5 {
  line-height: 14px;
}

h6 {
  line-height: 11.9px;
}

/* Bootstrap */

input,
button,
textarea {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	margin: 0 !important;	
	padding: 2px;
}

input[type=text], input[type=email], input[type=password] {
	height: 18px; margin: 0;
}

.form-horizontal .control-group {
  margin-bottom: 10px;
}

ul {
	margin-bottom: 0;
}

li.checkmark {
	background:transparent url(/admin/images/checkmark.gif) no-repeat  0 2px; 
	list-style-type:none; 
	padding-left: 20px;
}

form {
	margin: 0;
	padding: 0;
}

.control-group {
	margin: 0;
}

.carousel-control {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -10px;
	color: #000;
	background: none;
	border: none;
	-webkit-border-radius: none;
	 -moz-border-radius: none;
		  border-radius: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel-control:hover,
.carousel-control:focus {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.carousel-control.left {
	left: -20px;
	right: auto;
	background-image: url('touchcarousel/grey-blue-skin/sprite.png');
	background-repeat: no-repeat;
	width: 11px;
	height: 19px;	
	background-position: -6px -15px;
}

.carousel-control.right {
	right: -20px;
	left: auto;
	background-image: url('touchcarousel/grey-blue-skin/sprite.png');
	background-repeat: no-repeat;
	width: 11px;
	height: 19px;	
	background-position: -186px -15px;
}

img.shadow {padding: 2px; background: #FFF; border:1px solid #EEE; -moz-box-shadow: 3px 6px 8px -4px #777; -webkit-box-shadow: 3px 6px 8px -4px #777; box-shadow: 3px 6px 8px -4px #777; border-collapse: separate; }
img.minishadow {padding: 2px; background: #FFF; border:1px solid #EEE; border-collapse: separate; }
img.border {padding: 2px; background: #FFF; border:1px solid #EEE; border-collapse: separate; }

.square {
	list-style-type: square;
}

.odd { 
	background: #fff;
}
.even {
	background: #f8f8f8;
}

.popover-title{
    color: #000;
    font-weight: bold;
}

.popover { 
	max-width: 800px;
}

.label {
	text-shadow: none; 
	font-weight: normal;
	margin-left: 3px;
}

.nav-tabs {
	margin-bottom: 0;
}

.nav-tabs > li > a {
	border-color: #eeeeee #eeeeee #dddddd;
	background-color: #f8f8f8;
	color: #555;
	margin: 0 2px;
}

.nav-tabs > li > a:hover {
	background-color: #f8f8f8;
}


.tab-content {
	border-left: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	border-right: 1px solid #ddd; 
	padding: 20px;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.ui-autocomplete {
	font-size: 11px !important;
}

select {
	border: 1px solid #aaa;
	box-sizing: border-box;
	height: 24px;
	background-color: #fff !important;
}

.uploadifive-text {
	display: none;
}

.dash {
	border: 1px dashed #b0b0b0 !important;
	background-color: #ffffee !important;
}
