body {
	background: white repeat-x top center;
}

#loginContainer {
	background-color: white;
}

#adminLogin {
	background-color: #FFF;
	border: 1px solid #233613;
	width: 400px;
	height: 250px;
	vertical-align: middle;
	text-align : left;
}

#adminMainBodyContainer {
	width: 100%;
	/*margin: 0px 20px 20px;*/
	padding: 5px 0px;
	text-align: left; /* compensates for the IE5/Win bug */
}
/*#adminMainBodyContainer > table {*/
    /*padding: 0 20px 0 20px;*/
/*}*/

#adminFooterContainer {
	width: 100%;
	/*margin: 10px 20px 20px 20px;*/
	padding: 5px 0px;
	border-top: 1px solid #666;
	text-align: left; /* compensates for the IE5/Win bug */
}

div.tabArea {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  
}

a.tab {
  background-color: #0026CB;
  border: 1px solid #000000;
  border-bottom: 0;
  border-color: #3D3D3D;
  padding: 2px 5px 2px 5px;
  position: relative;
  text-decoration: none;
  display: inline;
}

a.tab, a.tab:visited {
  color: #FFF;
}

a.tab:hover {
  background-color: #EDF2FC;
  border-color: #c0a0f0 #8060b0 #8060b0 #c0a0f0;
  color: #000;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #EDF2FC;
  border-color: #3D3D3D;
  color: #000;
}

a.tab.activeTab {
  z-index: 101;
}

li {
	list-style-type: square;
}

h1.admin {
	font-size: 117%;
	color: #4B65A4;
}

h2.admin {
	font-size: 104%;
	margin-bottom: 0px;
}

h3.admin, h3.admin a  {
	color: #3399CC;
	font-size: 94%;
	/*border-top: 1px solid #EEE;*/
	border-bottom: 1px solid #EEE;
	text-decoration: none;
}

h4.admin {
	font-size: 72%;
	margin-bottom: 5px;
	text-decoration: underline;
	color: #666;
}

.grey {
	color: #666;
}

.red {
	color: red;
}

/* Form Inputs */
input, textarea, select {
	border: 1px solid #AAA;
	background-color: #E9F7FF;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#E9F7FF, EndColorStr=#FFFFFF);
}


input.error {
	border: 1px solid red;
	background-color: #FFE9E9;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFE9E9, EndColorStr=#FFFFFF);
}


/* Admin Page Header */
.tblAdminHeader1 {
	width: 100%;
	height: 100px;
}

.tblAdminHeader2 {
	width: 100%;
}

.tblAdminHeader2 td.subHeader {
	width: 100%;
	background-color: #EDF2FC;
	padding: 10px 20px;
	vertical-align: bottom;
	border-bottom: 1px solid #999;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#EDF2FC, EndColorStr=#FFFFFF);
}


/* Default Display Table */
.tblDefaultAdminTable {
	background-color: #CCC;
	/*
	width: 100%;
	border: 1px solid #999;
	*/
}

.tblDefaultAdminTable td.heading {
	background-color: #4B65A4;
	border-bottom: 1px solid #333;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4B65A4, EndColorStr=#768EC7);
}

.tblDefaultAdminTable td.colStyle1 {
	background-color: #EFEFEF;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#EFEFEF, EndColorStr=#FFFFFF);
}

.tblDefaultAdminTable td.colStyle2 {
	background-color: #D5EBFF;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#D5EBFF, EndColorStr=#F4FAFF);
}

.tblDefaultAdminTable td.colStyle3 {
	background-color: #AECEFF;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#AECEFF, EndColorStr=#D5EBFF);
}
.tblDefaultAdminTable td.colStyle1_red {
	background-color: #FFDBDB;
}

.tblDefaultAdminTable td.colStyle2_red {
	background-color: #FFAEAE;
}

.tblDefaultAdminTable td.colStyle2_green {
	background-color: #D9E8BE;
}

.tblDefaultAdminTable td.colStyle1_yellow {
	background-color: #FFFECA;
}

.tblDefaultAdminTable td.colStyle2_yellow {
	background-color: #FFFD79;
}

.tblDefaultAdminTable td.colStyle1_green {
	background-color: #D9E8BE;
}

	/* Useful styles for making forms */
	.tblDefaultAdminTable td.label {
		width: 15%;
		padding: 10px;
		vertical-align: top;
		text-align: right;
	}
	
	.tblDefaultAdminTable td.input {
		width: 35%;
		padding: 10px 20px 10px 10px;
	}

.tblDefaultAdminTable tr td {
	padding: 5px;
}

	
.tblDefaultAdminTable tr td.heading p {
	color: white;
}

h5 {
	font-size: 76%;
	text-align: right;
	color: black;
	width: 180px;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #333;
}

/* Side Bar Shortcuts */
ul.shortCuts {
	margin: 0 0 40px 0;
	list-style-image : none;
}

ul.shortCuts li {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*padding: 0 !important;*/
	padding: 0 1px;
	border-bottom: 1px solid #CCC;
	list-style: none;
}

ul.shortCuts li a { 
	display: block;
	text-decoration: none;
	margin: 4px 0;
}


/* Product Category Folders */
ul.productCategories li {
	margin: 1px 0;
	font-size: 100%;
}

ul.productCategories {
	list-style-image: url("/img/structure/ulFolder.gif");
	margin: 0px 15px 2px 30px;
}

div.message {
    color: #990000;
    width: 80%;
    /*clear: both;*/
    border: 1px #000066 dashed;
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
}
.button {
    cursor: pointer;
}
.badge{    display: inline-block;
    min-width: 10px;
    padding: 2px 3px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    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;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
