
/*------------------------------*/
/*--- Sets defaults to Zero ----*/
/*------------------------------*/

/* Purpose: undo some of the default styling of common browsers        */

/* link underlines tend to make hypertext less readable,
   because underlines obscure the shapes of the lower halves of words */
:link,:visited,ins { text-decoration:none }

/* no list-markers for nav lists, default markers work well for item lists */
nav ul,nav ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code/kbd too */
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
dl,ul,ol,li,
h2,h3,h4,h5,h6,
html,body,pre,blockquote,
form,fieldset,input,label
{
    margin:0;
    padding:0;
    color: #3d2512;
    }

/* who thought blue linked image borders were a good idea? no abbr borders */
abbr, img, object,
a img,:link img,:visited img,
a object,:link object,:visited object
{ border:0 }

/* de-italicize address,abbr */
address,abbr { font-style:normal }

/* more varnish stripping as necessary... */
* {
    /*font-family: sans-serif;*/
    /*font-weight: normal;*/
    /*border: none;
    border-color: black;*/
}

h1 {
    font-size: 30px;
}
input[type="text"], input[type="password"] {
	padding: 4px;
	font-size: 12px;
	width: 150px;
	background: #E0DEC6;
	border: 1px solid #3D2511;
	border-radius:2px;
	behavior: url(/css/PIE.php);
	position: relative;
}
input[type="button"], input[type="submit"], button {
	margin: 0;
	font-size: 11px;
	color: #E0DEC6;
	border: 1px solid #3D2511;
	border-radius:2px;
	padding: 5px 10px;
	text-align: center;
	width: 160px;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	background: #58432A;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#58432A), to(#3D2511));
	background: -webkit-linear-gradient(#58432A, #3D2511);
	background: -moz-linear-gradient(#58432A, #3D2511);
	background: -ms-linear-gradient(#58432A, #3D2511);
	background: -o-linear-gradient(#58432A, #3D2511);
	background: linear-gradient(#58432A, #3D2511);
	behavior: url(/css/PIE.php);
	position: relative;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover {
	background: -webkit-gradient(linear, 0 0, 0 bottom, to(#3D2511), from(#58432A));
	background: -webkit-linear-gradient(#3D2511, #58432A);
	background: -moz-linear-gradient(#3D2511, #58432A);
	background: -ms-linear-gradient(#3D2511, #58432A);
	background: -o-linear-gradient(#3D2511, #58432A);
	background: linear-gradient(#3D2511, #58432A);
}
input:-webkit-autofill {
	background-color: inherit !important;
}

/*------------------------------*/
/*-------- Default Page --------*/
/*------------------------------*/
body, html {
	min-height: 100%;
}

body{
	background: url('/Pictures/background.jpg');
	width: 960px;
	margin: 0 auto 0 auto;
	background-color:#fff;
	min-height: 100%;
	-webkit-box-shadow:0px 0px 30px 5px #000;
	-moz-box-shadow:0px 0px 30px 5px #000;
	box-shadow:0px 0px 30px 5px #000;
	behavior: url(/css/PIE.php);
	font-family: sans-serif;
	
}
#background {
	height: 100%;
	width: 960px;
	display: block;
	margin: 0 auto 0 auto;
	background: url(/Pictures/Seamless_Wood_TEX5.jpg) repeat;
	padding: 8px 0 30px 0;
}
#SwordHeroLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}
.SwordHeroLogo {
	display: block;
	margin: 0 auto 0 auto;
	padding: 10px;
	height: 130px;
	width: 300px;
}
#LogoBackground {
	width:320px;
	margin-left: auto;
	margin-right: auto;
}
#MenuBar {
	background: #969696; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2M4YzhjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzY0NjQ2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNGI0YjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #969696 0%, #c8c8c8 50%, #646464 51%, #b4b4b4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(50%,#c8c8c8), color-stop(51%,#646464), color-stop(100%,#b4b4b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #969696 0%,#c8c8c8 50%,#646464 51%,#b4b4b4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #969696 0%,#c8c8c8 50%,#646464 51%,#b4b4b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #969696 0%,#c8c8c8 50%,#646464 51%,#b4b4b4 100%); /* IE10+ */
	background: linear-gradient(top, #969696 0%,#c8c8c8 50%,#646464 51%,#b4b4b4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#b4b4b4',GradientType=0 ); /* IE6-8 */
	width:940px;
        height:78px;
	display: block;
	border-radius: 10px;
	margin: 10px auto;
	font-weight: bold;
}
#MenuBar a {
	display: block;
	float: left;
	text-align: center;
	font-family: sans-serif;
	font-size: 33px;
	font-weight: bold;
	color: black;
	height: 100%;
	line-height: 80px;
}
#MenuBar a:link    {
	/* Applies to all unvisited links */
	text-decoration: none;
} 
#MenuBar a:visited {
	/* Applies to all visited links */
	text-decoration: none;
}
#MenuBar a:hover   {
	/* Applies to links under the pointer */
	text-decoration:  none;
	/*IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDU5YmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNiZmQ2ZWUiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(bottom, ellipse cover,  rgba(88,67,42,1) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, bottom center, 0px, center center, 100%, color-stop(0%,rgba(88,67,42,1)), color-stop(75%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(bottom, ellipse cover,  rgba(88,67,42,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(bottom, ellipse cover,  rgba(88,67,42,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(bottom, ellipse cover,  rgba(88,67,42,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: radial-gradient(bottom, ellipse cover,  rgba(88,67,42,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58432a', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1ODQzMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiM1ODQzMmEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(bottom, ellipse cover,  rgba(88,67,42,1) 0%, rgba(88,67,42,0) 50%); /* FF3.6+ */
	background: -webkit-gradient(radial, bottom center, 0px, center center, 100%, color-stop(0%,rgba(88,67,42,1)), color-stop(50%,rgba(88,67,42,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(bottom, ellipse cover,  rgba(88,67,42,1) 0%,rgba(88,67,42,0) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(bottom, ellipse cover,  rgba(88,67,42,1) 0%,rgba(88,67,42,0) 50%); /* Opera 12+ */
	background: -ms-radial-gradient(bottom, ellipse cover,  rgba(88,67,42,1) 0%,rgba(88,67,42,0) 50%); /* IE10+ */
	background: radial-gradient(bottom, ellipse cover,  rgba(88,67,42,1) 0%,rgba(88,67,42,0) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58432a', endColorstr='#0058432a',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	
	color: #58432a;
} 
#MenuBar a:active  {
	/* Applies to activated links */
	text-decoration: none;
}
#MenuBar a .MenuBarHover {
	padding: 0 17.65px 0 17.65px;
}
#HeaderBoundBox {
	width: 800px;
        margin-left: auto;
        margin-right: auto;
}
#header {
	background: url('/Pictures/SwordHero_Live_Feed2_Width800.png');
	height: 243px;
	width: 800px;
	border: 3px solid black;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#errormsg{
	color:#9b0000;
	font-style:italic;
	font-size: 14px;
}
#OKmsg{
	color: green;
	font-style:italic;
}
#Scroll_Box_Top{
	background: url('/Pictures/Scroll10_Top_2.png') no-repeat;
	height: 94px;
	width: 940px;
	margin: 0 auto;
}
#Content {
	width: 730px;
        margin: 10px auto 0 auto;
        padding:10px 50px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: white;
	background: rgba(255, 255, 255, 0.5);
	-pie-background: rgba(255, 255, 255, 0.5);
        text-decoration: none;
	behavior: url(/css/PIE.php);
	position: relative;
}
#Login_Content{
	width: 300px;
        margin: 10px auto 0 auto;
        padding:10px 50px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: white;
	background: rgba(255, 255, 255, 0.5);
	-pie-background: rgba(255, 255, 255, 0.5);
        text-decoration: none;
	behavior: url(/css/PIE.php);
	position: relative;
}
#Scroll_Box2 {
	background: url('/Pictures/Scroll10_Middle_2.png');
	background-repeat: repeat-y;
	/*background-size: 940px;*/
	width: 940px;
        margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
}
#footer{
	background: url('/Pictures/Scroll10_Bottom_2.png');
	background-repeat: no-repeat;
	/*background-size: 940px;*/
	width: 940px;
	height: 95px;
	margin: 0 auto;
	/*height: 130px;*/
}
#SwordHeroLogoFooter {
	/*display: block;*/
	margin: 0 auto 0 auto;
	padding: 10px;
	height: 32.5px;
	/*width: 75px;*/
	vertical-align: middle;
}
#SwordHeroLogoFooter img {
	border: none;
}
#SwordHeroLogoFooter img:active {
	border: none;
}
#SwordHeroLogoFooter img:visited {
	border: none;
}
#Book_Text_Small{
	font-size: small;
}
#RightColumn {
	float: left;
}
/*------------------------------*/
/* Create User & Thankyou Page  */
/*------------------------------*/
#Content h1#ProcessStepHeader, #Content #HeaderImage h1 {
	/*width: 554px;*/
	float: left;
	font-size: 38px;
	margin: 20px 0 0 0;
}
.ProcessStep {
	width: 106px;
	height: 45px;
	display: block;
	float: right;
	margin: 20px 0 0 0;
	/*background-color: black;*/
}
#ProcessSteps {
	float: left;
	display: block;
	width: 100%;
}
#MembersPrices{
  	float:left;
        border: 10px;
}
#MembersPayment{
  	float:left;
        width: 200px;
        border: 10px;
}
#Content {
	width: 770px !important;
	padding: 30px !important;
}
#Content #SortingTable h2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-size: 16px;
}
#Content #SortingTable p {
	margin: 0;
}
table#SortingTable {
	border: none;
	padding: 0;
	margin: 0;
	width: 770px;
}
table#SortingTable td {
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 377px !important;
}
table.HeaderTable {
	border-radius: 10px;
	border: 2px #3d2511 solid;
	background: url('/Pictures/HeaderImages/ReferanceImg_IofTD_PotteryArea2_752x296.png');
	margin: 5px;
	padding: 10px;
	width: 756px;
	height: 300px;
	font-size: 14px;
	behavior: url(/css/PIE.php);
	position: relative;
	color: #E0DEC6;
	text-shadow:
	-2px -2px 0 #3d2511,
	2px -2px 0 #3d2511,
	-2px 2px 0 #3d2511,
	2px 2px 0 #3d2511; 
}
table.HeaderTable td {
	vertical-align: bottom !important;
}
table#BodyTable {
	/*border-radius: 10px;*/
	/*border: 2px #3d2511 solid;*/
	margin: 5px;
	padding: 10px;
	width: 753px;
	font-size: 14px;
	behavior: url(/css/PIE.php);
	position: relative;
}
.ProcessSteps table.InternalTables {
	border-radius: 10px;
	border: 2px #3d2511 solid;
	margin: 5px;
	padding: 10px;
	font-size: 14px;
	display: block;
	behavior: url(/css/PIE.php);
	position: relative;
}
.ProcessSteps table.InternalTables td {
	padding: 0 4px !important;
}
.ProcessSteps table#MembershipChecker {
	float: right;
	vertical-align: top;
}
.ProcessSteps table#MembershipChecker cost {
	font-weight: bold;
}
.ProcessSteps table#MembershipChecker select {
	border: 1px solid #3D2511;
	background-color: #E0DEC6;
	margin: 2px 0;
}
.ProcessSteps hr {
	background-color: #3D2511;
	border-color: #3D2511;
}
.ProcessSteps #Submit {
	margin-top: 10px;
	height: 28px;
	float: right;
}


/*------------------------------*/
/*-------- Gallery Pages -------*/
/*------------------------------*/


table.GalleryTable {
	border-radius: 10px;
	border: 2px #3d2511 solid;
	background: url('/Pictures/HeaderImages/ReferanceImg_IofTD_PotteryArea2_752x296.png');
	margin: 5px;
	padding: 10px;
	width: 756px;
	height: 125px;
	font-size: 14px;
	behavior: url(/css/PIE.php);
	position: relative;
	color: #E0DEC6;
	text-shadow:
	-2px -2px 0 #3d2511,
	2px -2px 0 #3d2511,
	-2px 2px 0 #3d2511,
	2px 2px 0 #3d2511; 
}
table.GalleryTable td {
	vertical-align: middle !important;
}
table.GalleryTable h1 {
	/*width: 554px;*/
	float: right !important;
	font-size: 38px;
	margin: 0 20px !important;
}

/*------------------------------*/
/*-------- Account Page --------*/
/*------------------------------*/

#BookShelfImg {
        width: 940px;
        height: 594px;
        display: block;
        margin: 0 auto;
}
#BookShelfBackground {
	height: 100%;
	width: 960px;
	display: block;
	margin: 0 auto;
	background: url(/Pictures/Seamless_Wood_TEX5.jpg) repeat;
	/*background: url(Pictures/Seamless_Wood_TEX4.jpg) repeat;
	background-size: 20%;*/
	padding: 8px 0;
}
#AccountMenuBar {
	/*background-size: 20%;*/
	
	width: 940px;
        height:78px;
	display: block;
	/*border-radius: 10px;*/
	padding: 0;
	margin: 10px auto;
	font-weight: bold;
}
#AccountMenuBar a {
	background: url(/Pictures/SwordHero_Account_GradientMiddle.png) repeat;
	display: block;
	float: left;
	text-align: center;
	font-family: sans-serif;
	font-size: 33px;
	font-weight: bold;
	color: #291e13;
	height: 100%;
	line-height: 78px;
}
#AccountMenuBar a:link    {
	/* Applies to all unvisited links */
	text-decoration: none;
} 
#AccountMenuBar a:visited {
	/* Applies to all visited links */
	text-decoration: none;
}
#AccountMenuBar a .MenuBarHover {
	padding: 0 15px 0 15px;
}
#AccountMenuBar a .MenuBarHover:hover   {
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1ODQzMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiM1ODQzMmEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
	background: -moz-radial-gradient(bottom, ellipse cover,  rgba(41,30,19,1) 0%, rgba(88,67,42,0) 50%); /* FF3.6+ */
	background: -webkit-gradient(radial, bottom center, 0px, center center, 100%, color-stop(0%,rgba(41,30,19,1)), color-stop(50%,rgba(88,67,42,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(bottom, ellipse cover,  rgba(41,30,19,1) 0%,rgba(88,67,42,0) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(bottom, ellipse cover,  rgba(41,30,19,1) 0%,rgba(88,67,42,0) 50%); /* Opera 12+ */
	background: -ms-radial-gradient(bottom, ellipse cover,  rgba(41,30,19,1) 0%,rgba(88,67,42,0) 50%); /* IE10+ */
	background: radial-gradient(bottom, ellipse cover,  rgba(41,30,19,1) 0%,rgba(88,67,42,0) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#291e13', endColorstr='#0058432a',GradientType=0 ); /* IE6-8 fallback on horizontal gradient */
	
	/*color: #58432a;*/
} 
#AccountMenuBar a.active .MenuBarHover {
	/* Applies to links under the pointer */
	text-decoration:  none;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1ODQzMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiM1ODQzMmEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(bottom, ellipse cover,  rgba(41,30,19,1) 0%, rgba(88,67,42,0) 50%); /* FF3.6+ */
	background: -webkit-gradient(radial, bottom center, 0px, center center, 100%, color-stop(0%,rgba(41,30,19,1)), color-stop(50%,rgba(88,67,42,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(bottom, ellipse cover,  rgba(41,30,19,1) 0%,rgba(88,67,42,0) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(bottom, ellipse cover,  rgba(41,30,19,1) 0%,rgba(88,67,42,0) 50%); /* Opera 12+ */
	background: -ms-radial-gradient(bottom, ellipse cover,  rgba(41,30,19,1) 0%,rgba(88,67,42,0) 50%); /* IE10+ */
	background: radial-gradient(bottom, ellipse cover,  rgba(41,30,19,1) 0%,rgba(88,67,42,0) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#291e13', endColorstr='#0058432a',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
#AccountMenuBar #Home {
	background: transparent url(/Pictures/SwordHero_Account_GradientStart3.png) no-repeat;
	padding-left: 10px;
	width: 111px;
}
#AccountMenuBar #CreateUser {
	width: 218px;
}
#AccountMenuBar #Login {
	width: 141px;
}
#AccountMenuBar #Downlaod {
	width: 187px;
}
#AccountMenuBar #Account {
	width: 161px;
}
#AccountMenuBar #Help {
	background: transparent url(/Pictures/SwordHero_Account_GradientEnd3.png) no-repeat;
	background-position: right;
	padding-right: 10px;
	width: 101px;
}
#AccountFooter {
	text-align: center;
	color: #291e13;
}