﻿a {
    text-decoration:underline;
    color:#00F;
    cursor:pointer;

}

#sheepItForm_controls div, #sheepItForm_controls div input {
    float:left;    
    margin-right: 10px;

}

p {
    padding: 0 10px;
}

input:disabled {
    
	border-color: #535362;
	
}

img {
	margin-left: auto;
    margin-right: auto;

}


input, option{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(255, 255, 255, 0.44); 
	color: #000000;
	border: 1px solid #A4A4A4;
	padding-left: 5px;
	line-height: 1; 
	height: 30px;
	border-spacing: 8px;
	
}

input:hover {
    border: 2px solid;
	border-color: #FFC926;
}

input:focus{
    outline: none;
    border:2px solid #FFC926;
}


th, td {
	border: 1px solid black;
	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
}


table {
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #8DCDC1;
	width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 1px;
}


table.index td, tr {

	background-color: #8DCDC1;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 10px;
	border: 1px solid black;

}

table.NewOrder div{
	background-color: #ECECFB;

}



table.NewOrder td {

	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 10px;
	border: 1px solid black;

}

table.NewOrder th {

	background-color: #FFC926;

}

table.NewOrder tr:nth-child(even) {
background-color: #bfdad4; 
}

table.NewOrder tr:nth-child(odd) {
background-color: #b0d1ca; 
}

table#ViewBatch-table {
	background-color:#FFFFFF;
    border: solid #000 1px;
    width: 500px;
}

table#ViewBatch-table th {
	background-color: #EEEEEE;
}
table#ViewBatch-table tr:nth-child(even) {
background-color: #FDFDFF; 
}
table#ViewBatch-table tr:nth-child(odd) {
background-color: #FFFFFF; 
}

.colortabs {
	width: 1000px;
	margin-left: auto;
    margin-right: auto;

}

.BaseColors table {
	border: 0px solid green;	
	padding: 10px;
	float: left;
	width: 95%;
}
.BaseColors td {
	background-color: #BFDAD4;

}

.BaseColors tr:hover {
    color: #000;
    background-color: #CCE1DD;
}

.BaseColors tr:hover td {
    background-color: transparent;
}

.BaseColors2 table {
	border: 1px solid green;	
	padding: 10px;
	float: left;
	width: 50%;
}

.BaseColors2 td {
	background-color: #DBDBEA;

}

.BaseColors2 tr:hover {
    color: #000;
    background-color: #ECECFB;
}

.BaseColors2 tr:hover td {
    background-color: transparent;
}

/*FORMATING LAYOUT*/
body {
	text-align: center;
	background-color : #535362;
	background-attachment: fixed;
	font-family: "Courier New", Courier, monospace;

}
#mainwrapper {
  margin: 0 auto;
  margin-bottom: 5px;
}
#content {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.span4 form {
  margin: 0 auto;
}

h1, h4{
  text-align: center;
  color: white;
}

h2 {
	text-align: center;
}
.error {
  width: 170px;
  display: none;
  margin-top: 10px;
}
#success {
  width: 170px;
  display: none;
  margin-top: 10px;
}

/*TAB LAYOUT*/
#dialog-link {
		padding: .4em 1em .4em 20px;
		text-decoration: none;
		position: relative;
	}
#dialog-link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
#icons {
	margin: 0;
	padding: 0;
}
#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}
.fakewindowcontain .ui-widget-overlay {
	position: absolute;
}

