/* ------
   Colors
   ------
dark blue background: rgb(2, 6, 32) #020620
dark blue foreground: rgb(0, 45, 128) #002D80
hightlight background color: rgb(0, 33, 93) #00215D
vivid blue: rgb(29, 124, 254) #1D7CFE
*/

.gray {
	color: #002D80;
}

p {
	margin-top: 1em;
}

body { 	
	margin: 0px;
  line-height: 1.5;
  font-stretch: narrower;	
}

body, input {
  font-size: 20px;
}

body, input, textarea {
	font-family: arial, verdana; 
	
}

/* highlight foreground color */
body, input, textarea {
        border: 2px solid #020620;
	color: rgb(29, 124, 254);
}

hr { border: 0; border-top: 2px solid #1D7CFE;
    }

a {
	color: #66F
}

a:hover{
	border: 0.5px solid #1D7CFE;
	background-color: rgb(0, 33, 93);
	cursor: url(http://cur.cursors-4u.net/symbols/sym-1/sym57.cur), progress !important;
}

.ygoeff {
	background-color: #F93;
	color: #000;
}
a.ygoeff:hover {
	border: 0.5px solid #FB6;
	background-color: #EA5;
}
.ygospell {
	background-color: #396;
	color: #FFF;
}
a.ygospell:hover {
	border: 0.5px solid #3B9;
	background-color: #2A8;
}
.ygotrap {
	background-color: #F36;
	color: #FFF;
}
a.ygotrap:hover {
	border: 0.5px solid #F69;
	background-color: #E48;
}
.ygofusion {
	background-color: #96C;
	color: #FFF;
}
a.ygofusion:hover {
	border: 0.5px solid #99F;
	background-color: #87E;
}
.ygosynch {
	background-color: #FFF;
	color: #000;
}
a.ygosynch:hover {
	border: 0.5px solid #FCC;
	background-color: #EEE;
}
.ygoxyz {
	background-color: #000;
	color: #FFF;
}
a.ygoxyz:hover {
	border: 0.5px solid #033;
	background-color: #111;
}
.ygotoken {
	background-color: #C0C0C0;
	color: #000;
}
a.ygotoken:hover {
	border: 0.5px solid #A0A0A0;
	background-color: #B0B0B0;
}
a	{
	text-decoration: none;
}

a.new_vegas {
  color: #FFC340  
}

a.new_vegas:hover {
  background-color: rgb(43, 34, 17)
}
.iframe-container {
  overflow: hidden;
  // Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
#topLinks a, #bottomLinks a, #statsContent a {
	text-decoration: none;
	background-color: transparent;
}

#leftPanel a {
	text-decoration: none;
}

/* dark blue background color */
body, input, .highLightOff, textarea {
	background-color: rgb(2, 6, 32);
}

.highLightOn {
/*	background-color: rgb(2, 6, 32); */
	background-color: rgb(0, 33, 93);
}

.highLightOff {
	border: 0px rgb(2, 6, 23);
}

/* dark blue border */
input, textarea {
  border: 2px solid rgb(0, 45, 128);
}

textarea {
  font-size: 14px;
}

select {
	border-width: 0px;
	background-color: #020620;
	color: #1D7CFE;
}

/* dark blue foreground */
#footer a, .disabledPerk {
  color: rgb(0, 45, 128);
}

/* --------------
   -- Comments --
   -------------- */
#commentsContent, #commentsContent input {
  font-size: 18px;
}

/* comment block */
.comment {
  margin-top: 0.75em;
  padding-top: 0.25em;
  border-top: 1px solid #002D80;
}

/* title in comment block */
.comment_title {
  font-size: 75%;
  color: #002D80;
}

#commentsContent textarea {
  width: 550px;
  overflow: auto;
}

#commentError {
  margin-left: 1em;
}

.unsatisfiedReq {
	color: red;
}

.statsRow, .statsRowStatic {
	padding: 0px 10px;
}

.row {
	padding: 0px 0.25em;
}

.indent {
	padding-left: 0.5em;
}

#perksContent {
	display: none;
}

/* ------------------ */
/* Pip Boy Navigation */
/* ------------------ */

#topLinks {
  position: relative;
  top: -18px;
  left: 15px;
  margin-top: 1em;
}

#topLinksInner {
  position: absolute;
}

#bottomLinks {
  position: relative;  
	/* width: 1px; fixes IE bug */
  top: -18px;
  left: 15px;
  overflow: visible;
}

#bottomLinksInner {
	position: absolute;
}

#title {
  position: absolute;
  padding: 0px 15px;
  margin: 5px;
  letter-spacing: 3px;
  background-color: rgb(2, 6, 32);
}

.pipBoyNavigLink {
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  padding: 0px 0px;
  white-space: nowrap;
}

.disabledNavigLink {
	color: rgb(0, 45, 128);
}

/* ------ */
/* Layout */
/* ------ */

#wrapper {
	position: relative;
	width: 894px;
  margin: 0px auto;
  text-align: left;
}

#leftPanel {
  float: left;
  width: 140px;
  overflow: hidden;
}

#leftPanel .links {
	padding-bottom: 0.5em;
	/* border-bottom: 1px solid #1D7CFE; */
}

#leftPanel .links .small {
	font-size: 70%;
}

#contentArea {
  width: 734px;
	float: right;
	margin-left: 20px;
	/*border: 1px solid blue;*/
}

/* ----------- */
/* Splash Page */
/* ----------- */

#splasher {
	position: relative;
	width: 500px;
  text-align: center;
}

#contentSplash {
	float: center;
	margin-left: 0px;
}

.splashNavigLink {
  text-align: center;
  float: center;
  padding: 0px 0px;
  white-space: nowrap;
}

#splashLinksInner {
  position: absolute;
}

#splashLinks {
  position: relative;
  top: -18px;
  left: 50%;
  text-align: center;
  margin-top: 1em;
}

/* ----------- */
/* Siphon Site */
/* ----------- */

#Siphon {
	width: 800px;
}

#contentSiphon {
	margin-left: 0px;
}

.SiphonNavigLink {
  padding: 0px 0px;
  white-space: nowrap;
}

#SiphonLinksInner {
  position: absolute;
}

#SiphonLinks {
  position: relative;
  top: -18px;
  left: 50%;
  margin-top: 1em;
}

#spipho {
	width: 900px;
	min-height: 415px;
        padding-top: 20px;
        padding-bottom: 20px;
}

/* ------------- */
/* Content Stuff */
/* ------------- */

#content {
	position: relative;
	width: 90%;
  margin: 0px auto;
  text-align: center;
}

#pipBoy, #spipho {
	border: 2px solid rgb(29, 124, 254);
}

#pipBoy {
	width: 700px;
	min-height: 415px;
        padding-top: 20px;
        padding-bottom: 20px;
}

#footer, td.footer {
  text-align: right;
  font-size: 10pt; 
}

/* --------- */
/* Scrollbar */
/* --------- */

::-webkit-scrollbar {
    height: 12px;
	width: 12px;
	background: #020620;
    }
::-webkit-scrollbar-thumb {
    background: rgb(29, 124, 254);
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
    background: #000;
}

TD.miss { BACKGROUND: #999999
}
TD.darktd { BACKGROUND: #111111
}
TD.litetd, TD.gridemp2 { BACKGROUND: #222222
}
TD.hello { BACKGROUND: #006699
}
TD.details { BACKGROUND: #444444;
}

TD.gridemp1, TD.gridcur { BACKGROUND: #00215D
}
TD.gridcur, TD.gridup { font-weight: bold;
}
TD.gridup {BACKGROUND: rgb(29, 124, 254); color: #002D80}
TABLE.grid {padding: 0;
border-spacing: 0;
border-collapse: collapse;}
font.cardname {
	font-size: 24px;
	font-weight: bold;
}
img.iconart {
width: 400px;
text-align: center;	
border-radius: 0px 0px 50px 50px;
-moz-border-radius: 0px 0px 50px 50px;
-webkit-border-radius: 0px 0px 50px 50px;}