/************************ Meyer reset ************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h2 {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 20px;
        font-family: Albertus Mt, Georgia, Serif;
}

/************************ PD Additions ************************/

a {
    text-decoration: none;
	color: #0000FF;
	cursor: pointer;
}

ul {
    list-style: disc;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

sup {
    font-size: .8em;
    position: relative;
    bottom: .4em;
    left: .2em;
}

.Centered {
    text-align: center;
}

.Left {
    float: left;
}

.Right {
    float: right;
}

.CenteringTable {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.HoverEffect {
    cursor: pointer;
}

  

/*********************** Navigation Bar Layout ************************/

.TopNavigationBar {
    border-top: 2pt solid;
    border-bottom: 2pt solid;
    padding: .15em 0 .25em;
    margin: .4em 0 .5em;
    clear: both;
    text-align: center;
}

/*
.RulesNavigationBar .grid_3 {
    text-align: center;
}*/

.TopNavigationBar a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  display: block;
}

/*********************** Footer Layout ************************/

.Footer {
    margin-top: 1em;
    clear: both;
    border-top: 2pt solid;
    text-align: center;
    padding: .5em 0;
}

.ProfoundDecisions .Footer {
    border-color: black;
}

.Footer img {
    margin-bottom: .5em;
}

.Footer a {
    font-family: Geneva,"Lucida Sans","Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.ProfoundDecisions .Footer {
    border-bottom: 2pt solid;
    padding: .5em 0 .5em;
    margin-top: .5em;
}

.ProfoundDecisions  .Footer img {
    margin-bottom: 0
}

.ProfoundDecisions p {
    margin-top:0.4em;
}

#ProfoundDecisionsFooter {
    margin-top: 1em;
    border-top: 2pt solid;
    clear: both;
}

#ProfoundDecisionsFooter p {
    font-size: .8em;
    font-weight: bold;
}

.ProfoundDecisions .grid_12 {
    margin-bottom: 0.8em;
}



/************************ tables ***************/

td.Left {
    float: none;
    text-align: left;
}

td.Right {
    float: none;
    text-align: right;
}

td ul {
	list-style: none;
}



/************************ Forms ***************/

input[type=submit] {
    cursor: pointer;
}

legend {
    padding-right: 3px;
    padding-left: 3px;
}

.StandardForm {
    width: 480px;
    position: relative;
}

.StandardForm fieldset {
    border-top: 1px solid #333;
    padding-left: 0.3125em;
    margin: 0.3125em 0;
}

.StandardForm Legend {
    padding: 0 0.3125em;
}

.StandardForm div {
    clear: left;
    padding-top: .2em;
}

.StandardForm label {
    float: left;
    width: 140px;
    text-align: right;
}

.StandardForm input,.StandardForm select,.StandardForm textarea {
    margin: 0 0 0.2em 5px;
}

input[type="checkbox"] {
    margin: 0.3625em;
}

.CheckBox label {
    position: absolute;
    left: 166px;
    text-align: left;
    width: 350px;
}

.CheckBox input {
    margin: 0.3625em 0 0 145px;
    float: left;
}

.StandardForm input[type='submit'] {
    display: block;
    margin: 1em auto 0;
}

.Text1 {width: 1.875em} 
.Text2 {width: 5.625em} 
.Text3 {width: 8.475em} 
.Text4 {width: 10.3125em} 
.Text5 {width: 16.25em} 
.Text6 {width: 19.5em} 

Select.Text4 {width: 10.625em}

/************************ Standard lists ***************/

.StandardList li {
    margin: 0.5em 0 .2em 1.5em;
}

.StandardList li + li {
    margin-top: 0em;
}  

/************************ Over Label ***************/

div.overlabel {
    position: relative;
    float: left;
}

label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:.1em;
	left:5px;
	z-index:1;
	color:#999;
}


#NewPlayerDiscount div.overlabel input {
    margin: 0 0 0 0;
}

#NewPlayerDiscount div.overlabel {
    margin: .5em 0 0 1em;
}

/************************ Errors ***************/

.StandardForm .ErrorMessage {
    font-size: .8em;
}

.ErrorMessage {
    color: #FF0000;
    font-size: .8em;
    font-family: Arial, Sans Serif;
}

div.ErrorMessage {
    width: 300px;
    margin-left: 147px;
}

.FieldError {background: #FFFFAA;}

input[type|="checkbox"].FieldError {
    color: #FFFFAA;
}


/************************ User Financial Details ***************/

#FinanceDetailsWizard img {
    position: relative;
    top: .125em;
    height: 1.125em;
    width: 1.125em;
    display: none;
}

/************************ Common Register / Login ***************/


#RegisterStepOne h1 {
    border-bottom: 1pt solid #333;
    padding-bottom: .3125em;
    margin-right: 1em;
}

#RegisterStepOne div p {
    margin: .25em 0 .4375em;
}
    

#RegisterStepOne div.overlabel {
    margin: .3125em .3125em .3125em 0;
    color: #888;
}

#RegisterStepOne div.ErrorMessage {
    width: 200px;
    margin-left: 0;
}    

#ExistingUser {
    margin-top: 1.25em;
    border-right: 1px solid #333;
    margin-right: .5625em;
}

#NewUser {
    margin-top: 1.25em;
    margin-left: .5625em;
}

#RegisterStepOne #LoginButton {
    width: 5em;
    margin-top: .25em;
    float: left;
}

#RegisterStepOne a {
    margin-top: .75em;
}

#CreateAccount {
    width: 10em;
    display: block;
    margin: 0 auto;
}

/************************ Shopping Basket Table ***************/

.ShoppingBasketTable div,.ShoppingBasketTable input {
    margin: .2em 1em;
}

.ShoppingBasketTable th {
    font-weight: bold;
}

.ShoppingBasketTable input+p {
    float: left;
}

#ShoppingBasketSummary input {
    margin: .5em 1.5em 0 1em;
}

#ShoppingBasketSummary span input {
    margin: .5em .3em 0 0;
    float: none;
}

#ShoppingBasketSummary span+input {
    margin-left: 1em;
}

#ShoppingBasketSummary span.OverType label {
    top: 6px;
}

#NewPlayerDiscount {
    margin: 1.2em 0 0 1em;
    position: relative;
}

#ShoppingBasketSummary .ErrorMessage {
    margin-left: .5em;
    width: 75%;
}


/************************ Characters ***************/

#CharacterCreationLinks div {
    width: 50%;
    margin: 1em 0;
    float: left;
    text-align: center;
}

/************************ Standing Order form ***************/

.EmptyFormInputBox {
    height: 25px;
    width: 30px;
    border: 1pt solid black;
    float: left;
    margin: 2px 2px;
}

.EmptyFormLine {
    height: 25px;
    width: 299px;
    border-bottom: 1pt solid black;
    margin: 15px 12px 10px;
}

table.StandingOrderForm {
    margin: 15px 0;
}

.StandingOrderForm td {
    vertical-align: middle;
}

.StandingOrderForm span {
    margin: 0 4px;
}

.StandingOrderForm div {
    margin-left: 4px;
}

.StandingOrderForm .Right span {
    margin-left: 35px;
    font-weight: bold;
}

/************************ Event Listing ***************/

#EventSelection {
    margin-top: .7em;
}

.EventListing {
    position: relative;
    width: 220px;
    float: left;
    margin: 0 6px 12px 0;
    font-size: .8em;
    border: 2pt solid #9e2133;
}

.EventListing img {
    float: left;
}

.EventHead {
    bottom: 0px;
    height: 50px;
    background-color: #9e2133;
    width: 212px;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    clear: left;
    padding: 2px 4px 0 4px;
}

.EventDate {
    float: none;
    clear: left;
}

.EventListing img.tick {
    position: absolute;
    top: 8px;
    left: 22px;
    height: 72px;
    width: 72px;
}

.EventDeadlineBlock {
    margin: 14px 3px 0 0;
    float: right;
    line-height: 1.20em;
}

.TraderPitchBlock {
    margin: 14px 3px 0 0;
    float: right;
    font-size: 1.2em;
    line-height: 1.2em;
}

.EventLocation {
    padding-bottom: 3px;
}

.EventDeadlineBlock span {
    display: block;
}


.EventPrice {
    float: right;
}

.EventListing .tick {
    display: none;
}

.ticked .tick {
    display: block;
}

#eventTicket353 span.EventName {
    font-size: .9em;
}



/************************ Shopping basket ***************/

#ShoppingBasket {
    margin-bottom: 10px;
}

#ShoppingBasket p {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

#ShoppingBasket input {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 6px;
}


#ShoppingBasketTitle {
    width: 204px;
    height: 25px;
    padding-left: 10px;
    font-weight: bold;
}

#ShoppingBasketContents {
    width: 190px;
    border: 2pt solid;
    border-top: none;
    height: 36px;
    padding: 0 10px;
    position: relative;
}

#ShoppingBasketContents p {
    position: absolute;
    left: 10px;
    top: 6px;
}


/************************ Buttons ***************/

#NextButton, #updateBasket {
    float: right;
    margin-right: 10px;
}

#EventTickets, #DowntimeTickets, #TradePitches {
    float: left;
    margin: .7em 10px 0 0;
    min-width: 130px;
}

#PreviousButton {
    float: left;
    margin-left: 10px;
}

/*********************** My account booking summary ************************/

#ConfirmedBookings, #UnconfirmedBookings {
    margin-top: 1em;
}

#MaelstromPaymentDetails, #OdysseyPaymentDetails {
    margin-top: .4em;
}

/*********************** Database is Closed ************************/

#LeftColumn #WebsiteUnavailable {
    display: none;
}

#NoLogin {
    margin-top: 1em;
    width: 300px;
    font-size: 80%;
    float: right;
    text-align: center;
}

    
/*********************** Odyssey Summary ************************/

#CharacterViewerSummary #CharacterPortrait {
    display: block;
    margin: 1.2em auto;
}

#CharacterViewerSummary tr td:first-child {
    text-align: right;
    padding-right: .3em;
}

#OdysseyGroupSummary tr td:first-child {
    text-align: right;
    padding-right: .3em;
}

#OdysseyGroupMembers {
    margin-top: 1em;
}

#OdysseyCharacterSummary, #OdysseyGroupSummary  {
    max-width: 265px;
}

#MaelstromCharacterSummary {
    max-width: 325px;
}

/*********************** Odyssye Rules Skill Icons ************************/

.OdysseySkill img {
    float: left;
    margin: .3em .5em 0 0;
}

.OdysseySkill p {
    margin-left: 58px;
}

.OdysseySkill h3 {
    margin-left: 58px;
}

.OdysseySkill h3 + p {
    margin-top: 0;
}

.OdysseySkill .tick {
    display: none;
    position: absolute;
    opacity: .9;
    left: -1px;
    top: 4px;
}

.OdysseySkill .cross {
    display: none;
    position: absolute;
    opacity: .9;
    width: 48px;
}