body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	width:743px;
	margin:0 auto;
}


a {    
	text-decoration: none;
	color: #666666;
}

table {
	background-color: #f5f5f5;
}
th {
	background-color: #f5b901;
	border:1px solid #ffffff;
}

th a {
	color:#000000;
}

th a:hover {
	text-decoration: none;
	color:#FF0000;
}


a:hover { 
	text-decoration: underline;
}

a img{ 
	border: 0;
	//vertical-align: middle;
}

table {
border-collapse: collapse;
width:100%;

}

p label {
width: 00 px;
}
#duplicate{
display:block;
width: 40px;
height: 20px;
background-image: url(img/duplicate_icon.gif);
}

fieldset p {
	clear:both;
    line-height: 1.8;
    margin: 0.5em 0 0.5em;
}



fieldset legend {
	color: #000000;
	font-weight:bold;
}




.textNo {
	color:#FF0000;
}

a:hover .textNo {
	text-decoration:none;
}


.textYes {
	color:#006600;
}

a:hover .textYes {
	text-decoration:none;
}

table td,th {
	padding-left:5px;
	padding-right:5px;
}


#content {
	padding:10px 0;
}

form {
	margin:0;
	padding:0;
}

th,tr,td {
	border:1px solid #ffffff;
}


div.message {
	margin:15px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	padding-left:55px;
	font-size:1.2em;
	width:300px;
	color:#000000;
	border: 2px solid #009933;
	background-image: url('../../img/dialog_info.gif');
	background-repeat:no-repeat;
	background-position: 15px center;
}

div.error {
	margin:15px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	padding-left:55px;
	font-size:1.2em;
	width:300px;
	color: #000000;
	border: 2px solid #CC0000;
	background-image: url('../../img/dialog_warning.gif');
	background-repeat:no-repeat;
	background-position: 15px center;
}


fieldset {
	background-color:#FFFFFF;
	color: #636363;
	border: none;
}

input.longText {
	width:280px;
}

fieldset.login {
	background-color:#FFFFFF;
	color: #636363;
	padding:0;
	padding-top:30px;
	width:230px;
	margin:50px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #2331D6;
}


input.login_button {
	border:none;
	background-color:#FFFFFF;
	color: #666666;
	padding:0;
}

#loginInfo {
	float:left;
	padding-right:5px;
	text-align:right;
	font-size:9px;
}
#loginButton {
	text-align:right;
	padding:5px;
	border-top:2px solid #F3F3F3;
}

#loginButton a:hover {
	text-decoration:none;
}

span.error, .required {
	color: #CC0000;
}

fieldset p label {
    text-align: left;
    padding-right: 10px;
	padding-left: 5px;
	width:60px;
	float:left;
}

span.error {
	display: block;
    line-height: normal;
}

input.error {
	border: 1px solid #CC0000;
}

textarea.error {
	border: 1px solid #CC0000;
}

input.short {
	width:30px;
}

input.medium {
	width:70px;
}

input.button {
	border:1px outset;
	background-color:#FFFFFF;
}

input.button:hover {
	border:1px inset;
}

div#login {
	margin: 50px auto;
	width:300px;
	border:1px solid #70b01e;
	color: #636363;
}

div#login p#top {
	margin: 0;
	padding: 5px;
	background-color: #70b01e;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

div#pageTitle #title {
	padding-top:3px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-align:right;
	height:39px;
	background-repeat:repeat-x;
	background-image:url(../../img/title_back.jpg);
}

div#pageTitle #title_left {
	float:left;
	width:28px;
	height:42px;
	padding:0;
	margin: 0;
	background-image:url(../../img/title_left.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

div#pageTitle #title_right {
	float:right;
	width:15px;
	height:42px;
	background-image:url(../../img/title_right.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:0;
	margin: 0;
}

div#general fieldset{
	width:47%;
	float:left;
}

div#orders {
	margin-left:300px;
	width:300px;
}

br.clearfix {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
}

div#top img {
	display: block;
	float:left;
	border: none;
	padding: 0;
	margin: 0;
}

ul#options {
	float:right;
	width:500px;
	font-size: 10px;
	list-style:none;
	margin: 15px 0;
	color: #858585;
	text-align:right;
}

ul#options a {
	color: #858585;
}

ul#options strong {
	font-size:14px;
	font-weight:bold;
}

ul#options a:hover {
	text-decoration:none;
}

ul#options li {
	display:inline;
	padding-left: 30px;
	background-image: url('../../img/option.jpg');
	background-repeat:no-repeat;
	background-position: 5px center;
}
div#data {
	border: 1px solid #dcdcdc;
	border-top: none;
	padding:5px 20px;
}

div.table {
	padding:1px;
	border: 1px solid #a0a0a0;
}

input.delete {
	cursor:  pointer;
	display: block;
	border: none;
	background: url('../../img/button_delete.jpg') 0 0 no-repeat;
	width: 102px;
	line-height: 20px;
	height: 20px;
	padding-top: 20px;
	max-height: 20px;
	-moz-padding-start: 102px;
}

input.order {
	float:left;
	cursor: pointer;
	display: block;
	border: none;
	background: url('../../img/button_order.jpg') 0 0 no-repeat;
	width: 48px;
	line-height: 20px;
	height: 20px;
	padding-top: 20px;
	max-height: 20px;
}

input.add {
	cursor:  pointer;
	display: inline;
	border: none;
	background: url('../../img/button_add.jpg') 0 0 no-repeat;
	width: 37px;
	line-height: 20px;
	height: 20px;
	padding-top: 20px;
	max-height: 20px;
	-moz-padding-start: 37px;
}

input.count {
	cursor:  pointer;
	display: block;
	border: none;
	background: url('../../img/button_count.jpg') 0 0 no-repeat;
	width: 50px;
	line-height: 20px;
	height: 20px;
	padding-top: 20px;
	max-height: 20px;
	-moz-padding-start: 50px;
}


div#add {
	margin: 5px 0;
}

div#add #left {
	float:left;
	width:11px;
	height:46px;
	background-image:url(../../img/add_left.jpg);
	background-repeat:no-repeat;
}

div#add #right {
	float:right;
	width:12px;
	height:46px;
	background-image:url(../../img/add_right.jpg);
	background-repeat:no-repeat;
}
div#add #content {
	text-align:center;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background-color: #f5f5f5;
	margin-left:11px;
	margin-right:12px;
	margin-top: 10px;
}

div#login p {
	padding:0 40px;
}


#form p label {
	width:150px;
}

p#submit {
	text-align:center; 
	margin:20px 0;
}
div#login p label {
	float: left;
	padding-top: 3px;
	width: 60px;
}

input.login {
	width: 140px;
}

h4 {
	margin-top:5px;
}