/***************************************************** 
* Author: CodePug
******************************************************/

/* Used for testing div tag sizes */
html body {
  font-size: 100%;
  padding:0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #ceceff;
  background-image: url("res/background.jpg");
  color: #000088;

  /* IE Specific bar navigation */
  scrollbar-arrow-color: #cccccc;
  scrollbar-track-color: #cccccc;
  scrollbar-shadow-color: #666666;
  scrollbar-face-color: #aaaaaa;
  scrollbar-highlight-color: #eeeeee;
  scrollbar-darkshadow-color: #888888;
  scrollbar-3dlight-color: #000000;
}

#pageContent {
	margin-left: 170px;
}

p {
	text-indent: 2em;
	margin-right: 1em;
}

p.withBox, fieldset {
   padding: 5px;
   text-indent: 2em;
   border: solid thin black;
   background-color: #ffffff;
   display:inline-block;
   margin-top: 1em;
   width: 90%;
}

hr {
	display: block;
	padding: 2px;
	width: 100%;
	background-color: #ffffff;
	border: solid thin black;
	clear: both;
}

#footer {
	padding-top: 20px;
	width: 100%;
	clear: both;
	text-align: center;	
}

#navigation {
	display:inline-block;
	position: absolute;
	top: 155px;
}

#navigation a{
	background-color: white;
	border: solid 1px black;
	font-weight: bold;
	width: 135px;
	display: inline-block;
	margin-top: .5em;
	padding: 5px;
	text-decoration: none;
}

#navigation ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#navigation a:hover { 
	color: #ffff00; 
	background-color: Blue;
	clear:both;
	
}

#googleAds {
	display:inline-block;
	position: absolute;
	top: 375px;
	margin-left:10px;
}

#title {
	background-color:black;
	border-bottom: solid 3px #0000aa;
}

#title span {
   border: solid thin black;
   font-size: 20pt;
   color: #ffffff;
   vertical-align:center;
   top: 0px;
   padding-top: 40px;
   position: absolute;
   left: 390px;
   font-weight: bold;

   border-bottom: solid 3px #0000ff;
}

h1 {
	font-size: 12pt;
}

table {
   background-color: #ffffff;
}

table thead *{
    font-weight: bold;
	color: #ffffff;
	background-color: #0000aa;
}

#navigation a.selected {
	b/ackground-color:#cccccc;
	color: #000000;
}

.smallFont {
	font-size: x-small;
}

.row label {
	display: inline-block;
	width: 9em;
	text-align: right;
	vertical-align: top;
}

a.screenshot {
	float:left;
	margin-right: 1em;
	margin-bottom: .5em;
}

