/* ------
   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
*/

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.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, td {
font-family: Verdana;
font-size: 10pt;
}

/* highlight foreground color */
body, input, textarea {
	border: 2px solid #020620;
	color: #ffe398;
}

hr { border-bottom: 0.5px solid #555555;
    }

a:hover{
	cursor: url(http://cur.cursors-4u.net/symbols/sym-1/sym57.cur), progress !important;
	text-decoration: underline;
}

a.link:hover {
        border: 2px solid #1D7CFE;
	background-color: rgb(0, 33, 93);
}


a, a.link, a.hover, a.visited {
	text-decoration: none;
	color: #D5D4D4; 
}

a.new_vegas {
  color: #FFC340  
}

a.new_vegas:hover {
  background-color: rgb(43, 34, 17)
}

#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: #000;
    }
::-webkit-scrollbar-thumb {
    background: #b30000;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
    background: #000;
}

Table
{    background:rgba(30,9,0,0.8);
    opacity: 1;
    filter: Alpha(opacity=50); /* IE8 and earlier */
	border-collapse: collapse;
}
TD
{
	vertical-align: top;
}
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: #EE0000;
}
TD.gridcur, TD.gridup { font-weight: bold;
}
TD.gridup {BACKGROUND: #b30000;}
TABLE.grid {padding: 0;
border-spacing: 0;
border-collapse: collapse;}

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;}
