﻿#allContent {
	width: 856px;
	margin: 0px auto;
}

#content
{
	position:relative;
	min-height:400px !important;
	clear:both;
}

#mainContentRegion {
  display: block; 
  clear: both;
}

table {
  border-collapse: collapse;
}

.label {
  font-size: .8em;
}

.textbox {
	font-size: .75em;
  height: 1.50em;
  width:200px;
}

.smalltextbox {
	font-size: .75em;
  height: 1.05em;
  width: 20px;  
}

.multilinetextbox {
  width: 188px;
  height: 80px;  
}

.largemultilinetextbox {
  width: 350px;
  height: 150px;  
}

.longmultilinetextbox {
  width: 350px;
  height: 75px;  
}

.longtextbox {
  font-size: .75em;
  height: 1.50em;
  width: 325px;
}

.dropdownlist {
  font-size: .75em;
  color: #5C5C5C;
  height:1.5em;
}
.button {
	font-size: .7em;
	height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

.sectionHeader {
  border-bottom: 1px solid rgb(235, 235, 235);
  color: #024A76;
  font-size: .9em;
  padding-bottom: 5px;
  font-weight: bold;
}

.defaultTable {
  width: 99%;  
}

.verticalalign img {
  vertical-align: middle;
}

.verticalalign span {
  vertical-align: top;
}

.orderSummaryTable {
  width: 99%;
  font-size: .9em;
  
}

.itemRow
{
	/*height:15px;*/
	border-bottom:solid 0.01em black;
}
.headerRow
{
	border-bottom:solid 0.15em black;
}
.itemName {
  width: 50%;
  text-align: left;
  font-size: .8em;
  vertical-align: top;  
}

.itemQuantity {
  width: 12%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;  
}

.itemAmount {
  width: 12%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;  
}

.quantitytextbox {
  text-align: right;
  width: 20px;  
}

.editArea {
  width: 10%;
  vertical-align: top;
  text-align:center; 
}

.subTotal {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
}

.subTotalAmount {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
}

.total {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
  border-top: 0.15em solid #000;
}

.totalAmount {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
  border-top: 0.15em solid #000;
}

.basketContainer
{
	position:relative;
	background:url(images/basketback.jpg) no-repeat top left;
	width:714px;
	min-height:500px !important;
	margin:0px auto;
	padding:15px 10px 105px 15px;
}

.loginContainer
{
	position:relative;
	background:url(images/ParchmentBack02.jpg) no-repeat top left;
	width:710px;
	height:420px;
	min-height:420px !important;
	margin:0px auto;
}

.logoutButton
{
	font-size:14px; color:#E6E6E6; text-decoration:none; font-variant:small-caps;
}

.loginBox
{
	position:relative;
	width:500px;
	left:130px;
}

.loginBoxText
{font-family:Georgia, 'Times New Roman', Times, serif; font-size:14px; color:#333333;}

.createUserButton
{
	padding-right:90px;
	
}
.SuccessRegistration
{
	position:relative;
	top:50px;
	left:100px;
}

.SelectedTopNav
{
	color:#dfc02d;
}

.basketContainertest
{
	position:relative;
	background:url(images/basketback.jpg) no-repeat top left;
	/*height:500px;*/
	width:714px;
	padding:15px 10px 5px 15px;
	min-height:500px !important;
	margin:0px auto;	
	
}

.receiptTable {
  width: 100%;
  font-family:Verdana, Arial;
  font-size:12px;
}

.receiptTable th {
  font-size: .7em;
}

.orderItemsTable
{
  width : 100%;
  font-family:Verdana, Arial;
  font-size:13px;
}

.orderItemsTable th {
  font-size: 1em;
}

.itemRow {
}

.itemSku {
  width: 12%;
  text-align: left;
  font-size: .8em;
  vertical-align: top;  
}

.itemName {
  width: 50%;
  text-align: left;
  font-size: .8em;
  vertical-align: top;  
}

.itemQuantity {
  width: 12%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;  
}

.itemAmount {
  width: 12%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;  
}

.extendedAmount {
  width: 12%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;
}

.menuItem {
  color: #fff;
}

.menuItem a {
  cursor: pointer;  
}

.menuItem #left{
  width: 5px;
  display: inline;
  background: url(images/blue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItem #mid {
  display: inline;
  background: url(images/blue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItem #mid #text {
  position: relative;
  top: 5px;
  color: #FFF;
}

.menuItem #right {
  width: 5px;
  display: inline;
  background: url(images/blue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected {
  color: #fff;
}

.menuItemSelected a {
  cursor: pointer;  
}

.menuItemSelected #left {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected #mid {
  display: inline;
  background: url(images/lightblue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItemSelected #right {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}
.contactUsContainer
{
	position:relative;
	/*background:url(images/ParchmentBack02.jpg) no-repeat top left;*/
	width:710px;
	min-height:420px !important;
	margin:0px auto;
	/*border:solid 1px blue;*/
}
.contactUsTop
{
	position:relative;
	height:68px; 
	width:710px; 
	background-image:url(images/ParchmentTop01.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	/*border:solid 1px blue;*/
	clear:both;
	
}

.contactUsBottom
{
	position:relative;
	height:68px; 
	width:710px; 
	background-image:url(images/ParchmentBottom01.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	/*border:solid 1px blue;*/
	clear:both;
}

.contactUsBody
{
	position:relative;
	width:710px; 
	min-height:400px !important;
	background-image:url(images/ParchmentBack01.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	/*border:solid 1px blue;*/
	clear:both;
}

.loadingbox {
  position: absolute;
  top: 40%;
  left: 40%;
  border: 1px solid lightsteelblue;
  background-color: #ffffff;
  height: 50px;
  width: 250px;
  text-align: center;
  padding-top: 20px;
}

.loadingbox img {
  vertical-align: middle;
}

.loadingbox span {
  vertical-align: top;
}

.studentContainer
{
	position:relative;
	background:url(images/studenttop.jpg) no-repeat top left;
	width:714px;
	min-height:500px !important;
	top:-25px;
	left:1px;
	/*margin:0px auto;
	padding:15px 10px 105px 15px;*/
}

.studentRepeatContainer
{
	position:relative;
	background:url(images/studentrepeat.jpg) repeat-y bottom left;
	background-position:bottom right;
	width:714px;
	min-height:500px !important;
	margin:0px auto;
	margin-top:25px;
	left:-14px;
/*	padding:15px 10px 105px 15px;*/
}