@import url("forumStyles.css");
/* Styles for form */
.profileTitle{
	Font-Size: 1em;
	Color: Black;
	vertical-align: top;
}
.profileSubTitle{
	Font-Size: 0.8em;
	Color: Gray;
}
.profileData{
	Font-Size: 1em;
	Color: Black;
}
.formError{
	Font-Size: 1em;
	Color: Red;	
}
.formTextBoxes{
	Width: 350px;
}
.subscriptionExpired{
	Width: 90%;
	border: Dashed 2px Red;
	padding: 3px;
	color: red;
	font-weight: bolder;
	text-align: center;
}
.groupTitle{
	font-weight: bolder;
}
.groupContainer{
	padding: 3px;
	border: solid 1px black;
}
/* Address Form Styles */
.addressRow
{
	width: 430px;
	clear: both;
}
.buttonRow
{
	width: 450px;
	text-align: center;
	clear: both;
}
.addressFieldLabel
{
	width: 120px;
	text-align: right;
	padding: 5px;
	float: left;
}
.addressField
{
	width: 300px;
	float: left;
}
.addressField input
{
	width: 250px;
}
/* End of Checkout Address Form Styles */


/* Subscriptions form styles */
.profileGroup {
clear:both;
margin:20px 0pt;
}
.profileGroup input {
display:block;
float:left;
line-height:1em;
margin:0pt 5px 0pt 0pt;
padding:0pt;
}
.profileGroup label {
display:block;
float:left;
font-weight:bold;
line-height:1em;
margin:0pt;
padding:0pt;
}
.profileGroup .cost {
clear:both;
color:#3F3F3F;
display:block;
font-size:80%;
line-height:1.3em;
}
.profileGroup .duration {
color:#3F3F3F;
display:block;
font-size:80%;
line-height:1.3em;
}
.profileGroup .description {
clear:both;
font-size:90%;
line-height:1.8em;
}
.description_subs {
color:#5A5A5A;
float:left;
font-size:95%;
font-style:italic;
line-height:1em;
}
.profileGroup .currentDetails{
display: block;
clear:both;
font-size:90%;
line-height:1.8em;
}
.profileGroup .currentDetailsExpired{
display: block;
clear:both;
font-size:90%;
line-height:1.8em;
color: red;
}
.profileGroup .currentPaymentPending{
clear:both;
font-size:90%;
line-height:1.8em;
}
.profileGroup .currentAdminApproval{
clear:both;
font-size:90%;
line-height:1.8em;
}
.profileGroup .currentExpired{
clear:both;
font-size:90%;
line-height:1.8em;
color: red;
}
form#profileSignupForm {
float:left;
padding:5px;
}
form#profileSignupForm h3 {
clear:both;
}
form#profileSignupForm .quantity {
clear:both;
display:block;
}
form#profileSignupForm .quantity input {
clear:none;
display:inline;
float:none;
font-size:80%;
height:auto;
line-height:1em;
width:4em;
}
span.buttons {
clear:both;
display:block;
text-align:center;
width:100%;
}
span.textField {
clear:both;
display:block;
}
span.textField label {
clear:both;
display:block;
float:left;
text-align:right;
width:10em;
}
span.textField input.formTextBoxes {
display:block;
float:left;
width:20em;
}
span.textField em {
display:block;
float:left;
}
textarea {
display:block;
float:left;
width:20em;
}
/* end of subscriptions styles */


/* order view styles */
.orderTitle
{
	background-color: #666;
	color: #fff;
	text-align: center;
	font-weight: bolder;
	width: 100%;
	
}
.orderItem
{
	background-Color: #fff;
	color: #000;
	width: 100%;
}
.itemOptions
{
	font-size: 0.8em;
}
.ClearingDiv
{
	clear: both;
}
.orderNotes
{
	width: 382px;
}
#iconSetContainer
{
	width: 700px;
	padding: 5px;
}
#orderDisplayContainer
{
	width: 510px;
	padding: 5px;
}
#orderDisplayContainer table
{
	Width: 100%;
}
#orderNoContainer
{
	width: 161px;
	float: left;
	border: solid 2px #000;
	margin-right:1px;
	padding: 2px;
}
#orderDateContainer
{
	width: 161px;
	float: left;
	border: solid 2px #000;
	margin-right:1px;
	padding: 2px;
}
#orderStatusContainer
{
	width: 161px;
	float: left;
	border: solid 2px #000;
	padding: 2px;
}
#paymentAddressContainer
{
	width: 246px;
	float: left;
	border: solid 2px #000;
	margin-right:1px;
	padding: 2px;
}
#shippingAddressContainer
{
	width: 246px;
	float: left;
	border: solid 2px #000;
	padding: 2px;
}
#paymentDetailsContainer
{
	width: 502px;
	border: solid 2px #000;
	padding: 2px;
}
#orderItemsContainer
{
	width: 502px;
	border: solid 2px #000;
	padding: 2px;
}
#orderNotesContainer
{
	width: 386px;
	float: left;
	border: solid 2px #000;
	margin-right:1px;
	padding: 2px;
}
#orderTotalsContainer
{
	width: 106px;
	float: left;
	border: solid 2px #000;
	padding: 2px;
}
#subTotalContainer
{
	width: 100%;
	text-align: center;
}
#deliveryContainer
{
	width: 100%;
	text-align: center;
}
#vatContainer
{
	width: 100%;
	text-align: center;
}
#totalContainer
{
	width: 100%;
	text-align: center;
}
/*end of order view styles */


/* Table Styles */
table th, td {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

table th {
	background-color: #EFEFEF;
	text-align: center;
	font-size: 90%;
}

table tr.evenRow {
	background-color: #EFEFEF;
}
table tr.oddRow {
	background-color: #ffdfed;
}
table td.center {
	text-align: center;
}
table th.center {
	text-align: center;
}
.profileOrdersTable
{
	width: 515px;
}
/* End of Table Styles */

/* Styles for tabs */
 ul.tabs {
  clear: both;
	margin: 0px;
	padding: 0px !important;
	list-style-type: none;
	border-top: 1px solid #FFFFFF;
}
ul.tabs li {
	float: left;
	background-image: url(/_includes/images/tabs/tab_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #5F6680;
	margin-left: 0px !important;
}


ul.tabs li.first {
	background-image: url(/_includes/images/tabs/tab_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.tabs li span, ul.tabs li div {
	display: block;
	padding: 2px 15px 2px 15px;
	margin: 0px;
	background-image: url(/_includes/images/tabs/tab_left.jpg);
	background-repeat: no-repeat;
	background-position: -1px top;
}

ul.tabs li span.first, ul.tabs li div.first {
	display: block;
	padding: 2px 15px 2px 15px;
	margin: 0px;
	background-image: url(/_includes/images/tabs/tab_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

ul.tabs li.selected {
	background-image: url(/_includes/images/tabs/tab_right_on.jpg);
}

ul.tabs li.selected span, ul.tabs li.selected div {
	background-image: url(/_includes/images/tabs/tab_left_on.jpg);
}

ul.tabs li a:link		{color: #000000; text-decoration: none;}
ul.tabs li a:visited	{color: #000000; text-decoration: none;}
ul.tabs li a:hover	{color: #990000; text-decoration: underline;}
ul.tabs li a:active	{color: #000000; text-decoration: none;}

.tabPane {
	position: relative;
	left: 0px;
	top: -1px;
	display: none;
	border: solid 1px #CCCCCC;
	clear: both;
	padding: 5px;
	width: 698px;
}

.tabContentPane {
	/*position: relative;*/
	left: 0px;
	top: -1px;
	clear: both;
	padding: 5px;
	width: 95%;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.tabPanStart {
	display: block;
}
#centeredDiv
{
	margin-left: 2.5%;
}
