@charset "utf-8";

/* CSS Document */
body {
	padding:0;
	margin:0;
	background:#FFF;
	color:#333333;	
	font-size:13px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#hreaderWrapper {
	float:left;
	width:100%;
	height:60px;
	/*background:#0073b5 url(../images/headerBg.png) repeat-x;*/
}
#headerWrap {
	width:1000px;
	margin:auto;	
}
#logo {
	float:left;
	width:260px;	
}
#headerRight {
	float:right;
	width:400px;
	text-align:right;
	line-height:60px;
}
a {
	color:#357fd4;
	text-decoration:none;	
	outline:none;
}
a:hover {
	text-decoration:underline;
}
#menuWrapper {
	float:left;
	width:100%;
	height:35px;
	background:#0073b5 url(../images/menuBg.png) repeat-x;
}
#menuWrap {
	width:1000px;
	margin:auto;	
}
#nav {
	margin:0;
	padding:0;
	list-style:none
}
#nav li {
	float:left;
}
#nav li a {
	color:#E9E9E9;
	display:block;
	padding:0 10px;
	line-height:35px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;	
}
#nav li a:hover, #nav li a.selected {
	text-decoration:none;
	background:#CC0202 url(../images/menuHover.png) repeat-x;	
}
#footerWrapper {
	float:left;
	width:100%;
	height:40px;
	background:#F2F2F2;
	border-top:2px solid #DF0101;
}
#footerWrap {
	width:1000px;
	margin:auto;
}
#footerLeft {
	float:left;
	width:450px;
	line-height:40px;	
}
#contentWrapper {
	width:1000px;
	margin:auto;
	/*min-height:600px;*/	
}
#contentWrap {
	float:left;
	width:980px;
	padding:10px;	
}
.pageHead {
	float:left;
	width:100%;	
}
.pageHead .title {
	float:left;
	width:450px;	
}
.pageHead .right {
	float:right;
	text-align:right;
	width:450px;	
	margin-top:4px;
	margin-bottom:10px;
}
h2 {
	font-size:25px;
	padding:0;
	margin: 0 0 15px 0;
	font-weight:normal;	
}
.txtBox {
	margin: 0;	
	border: 1px solid #E7E7E7;
	color: #333333;
	font-size: 13px;
	height:30px;
	line-height:30px;
	padding: 5px 7px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
.dataGridContainer {
	float:left;
	width:100%;
}
.dataTable {
	width:100%;
	background-color: transparent; 
	border-collapse: collapse; 
	border-spacing: 0;	
}
.dataTable thead {
	font-weight:bold;
}
.dataTable th{
	background-color:#006699;
	color:#FFF;
	text-align:left;
	padding:7px;
	border-left:1px solid #3399CC;
}
.dataTable th:first-child {
	border-left:none;
}	
.dataTable td{
	background-color: #FFF;
}
.dataTable thead th:first-child {
	border-top-left-radius: 4px;
}
.dataTable thead th:last-child {
	border-top-right-radius: 4px;
}
.dataTable tbody tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}
.dataTable tbody tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}
.dataTable tbody td {
	padding:7px;	
	border-left:1px solid #eeeeee;
}
.dataTable tbody td:last-child {
	border-right:1px solid #eeeeee;
}
.dataTable tbody tr:nth-child(even) td {
    background-color: #F5FAFA;
}
.dataTable tbody tr:nth-child(odd) td {
    background-color: #FFF;
}
.dataTable tbody td {
	border-bottom:1px solid #eeeeee;
}
.dataTable tbody tr:hover td {
	background-color: #F3EFE0;
}
.formContainer {
	float:left;
	width:100%;	
}
.formRow {
	float:left;
	width:100%;	
	margin-bottom:10px;
}
.formRow .lable {
	float:left;
	width:150px;
	text-align:right;
	line-height:28px;	
}
.formRow .field {
	float:left;
	width:220px;
	margin-left:10px;	
}

.formRow .fieldBig {
	float:left;
	width:400px;
	margin-left:10px;	
}
.searchBox {
	float:right; 
	width:235px;
	border: 1px solid #E7E7E7;	
}
.searchTxtBox {
	margin: 0;	
	border: 1px solid #E7E7E7;
	color: #333333;
	font-size: 13px;
	height:30px;
	line-height:30px;
	padding: 5px 7px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
input {
	outline:none;	
}
.btn {
	display: inline-block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 10px;
    text-align: center;
	cursor:pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
}
.btnBlue {
    background-color: #5CACD4;
    background-image: -moz-linear-gradient(center top , #74B9DA, #389ACA);
    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);
}
.loginDivBox
{
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	text-align:left;
	min-width:400px;
	max-width:1000px;
	background:#fff;
	border:none;
	border:1px solid #ccc;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	box-shadow:0 0 10px rgba(0,0,0,0.2);border-radius:3px
}

.loginDivBox .actions{text-align:right;padding-top:15px;padding-left:16px;padding-bottom:15px;}
.loginDivBox .actions .btn{margin-left:5px}
.logImgBox 
{
	padding:0 20px;
	float:left;
	-moz-box-sizing:
	border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;float:none;
}
#sign-in-form .login-input,#sign-in-form #password,#recover-login,#openid-input,.password-reset-form input.large
{
	padding:12px 18px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
input { 
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	vertical-align:top;
	font-size:14px;
	padding:4px;
	margin:0;
	border:1px solid #ccc;
	display:inline-block;
	color:#222;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	border-radius:1px;
}

#loginContainer
{
	height:100%;
	width:100%;
	display:block;
	text-align:center;
}

#headerWrap #headerRight {
	float:right;
	padding:10px;
	line-height:40px;
}

#change_store:hover
{
	cursor:pointer;
}

.topFloatMenu {
	position:absolute;
	top:45px;
	right:0;
	background:#F1F1F1;
	width:150px;
	line-height:25px;
	padding:10px 0;
	border-radius:5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	display:none;
	text-align:left !important;
}
.topFloatMenu ul, .topFloatMenu ul li {
	list-style:none;
	margin:0;
	padding:0;	
}
.topFloatMenu ul li {
	float:left;	
	width:100%;
	border-bottom:1px solid #CCC;
}
.topFloatMenu ul li:last-child {
	border-bottom:none;	
}
.topFloatMenu a {
	margin-left:10px;
	
	color:#666666 !important;	
}
.topFloatMenu .arrow {
	float:right; 
	margin-top:-26px; 
	background:url(../images/iconArrowUp.png); 
	width:20px; 
	height:20px; 
	margin-right:20px;	
}
#loadingDiv {
	float:left; 
	width:100%;
	height:19px;
	margin-top:50px;
	background:url(../images/loading.gif) no-repeat center center;	
	display:none;
}
.btnRed {
	background-color: #C12C09;
    background-image: -moz-linear-gradient(center top , #EB4822, #C6300C);
    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);
}
.dashBoxWrap {
	float:left;
	width:380px;
	border:1px solid #006699;	
}
.dashBoxHead {
	float:left;
	width:360px;
	padding:0 10px;	
	background:#006699;
	height:35px;
	line-height:35px;
	color:#FFF;
	font-weight:bold;
}
.dashBoxHead1 {
	background:#0161A0;	
}
.dashBoxContent {
	float:left;
	width:360px;
	padding:10px;
}
.selectBox {
	width:100%;
	margin: 0;	
	border: 1px solid #ccc;
	color: #333333;
	font-size: 13px;
	height:40px;
	line-height:40px;
	padding: 8px 7px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
.submitBtn {
	font-size: 12px;
	
	text-transform:uppercase;
	font-weight:400;
	padding: 5px 10px;
	font-family: 'Lato', sans-serif;
	background-color: #5CACD4;
    background-image: -moz-linear-gradient(center top , #74B9DA, #389ACA);
    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);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #178cc9;
	text-shadow: 
		1px 1px 1px rgba(27,85,178,0.7);
	cursor:pointer;
	text-decoration:none;
	outline:none;
}

table.tablesorter thead tr .tableheader {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 4px;
	vertical-align: top;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
	background-position:right;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
	background-position:right;
}

/*pagination*/
.dataTablePagination {
	float:right;
    padding: 5px;
	margin-top:10px;
}
.dataTablePagination a {
	background-color: #f2f2f2;
    background-image: -moz-linear-gradient(center top , #f2f2f2, #e7e7e7);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);	
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 8px;
	margin: 0 -1px;
	margin-left:2px;
}

.dataTablePagination a:hover {
	background-color: #f9f9f9;
    background-image: -moz-linear-gradient(center top , #f9f9f9, #f9f9f9);
	text-decoration:none;
}
.dataTablePagination strong {
	background-color: #f9f9f9;
    background-image: -moz-linear-gradient(center top , #f9f9f9, #f9f9f9);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);	
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 8px;
	margin: 0 -1px;
}
/*pagination ends*/
