body {
  margin: 0;
  color: #212121;
  background: #FFF;
  font: 80% Arial, Helvetica, sans-serif;
}

div#page {
  margin: auto;
  width: 750px;
  background: url(images/background.gif);
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

h1, h2, h3,  h5, h6, div#header ul {
 text-transform: uppercase;
}

img {
  border: 0;
}

a {
  color: #001FFE;
}

div#header {
	position: relative;
  height: 186px;
  background: url(images/header-background.jpg) no-repeat;
}



div#header h1, div#header h2 {
  margin: 0;
}

div#header h1 {
  margin: 16px 15px;
  float: left;
}

div#header h2 {
  padding-top: 60px;
}

div#content {
  clear: both;
  padding: 10px;
  background: url(images/content-background.gif);
}

div#footer { 
  padding-bottom: 10px;
  color: #999;
  background: url(images/footer-background.gif) no-repeat;
  font-size: 80%;
  text-align: center;
}

div#footer ul {
  margin: 0;
  padding: 0;
  height: 84px;
}

div#footer li {
  position: relative;
  top: 30px;
  display: inline;
  margin: 10px;
  list-style: none;
}




.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/icons/valid_green.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('error.png');
}


.bold {
	font-weight:bold
}


.grid {
	border-collapse: collapse;
}

.grid  tr td {
		
	padding: 5px 8px;
	border-left: 1px solid #D9D9D9;
	/* border-bottom: 1px solid #D9D9D9; */
}
  
  /* Note: by placing this rule above the .selected rule
           selected rows receive a style preference */
.grid  tr.even td {
	background-color: #edf3fe;
} 


caption {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 4px 0 0 25px;
  height: 30px;
  background: url(images/note.gif) no-repeat 2px;
  border-bottom: 1px solid #0E7DDF;
  font-size: 140%;
  font-weight: bold;
  text-align: left;
}

caption span.release {
  display: block;
  float: right;
  margin: 5px;
  width: 50%;
  font-size: 75%;
  text-align: right;
}

	
.right { text-align=right; }
 
.null tr td {
	border-left: 1px solid #FFFFFF;
}

#login-info-box {
text-align: center; padding:6px; background-color: #DDDDDD; border:1px solid #FFCC33; position:absolute; top:0; right:0;
}
#login-info-box span {  color: #999; }
	
.alwaysblue a:link, .alwaysblue a:visited { color: #00f; }
.hand:hover { cursor: pointer; }
.bogusLink {text-decoration: underline; color: #00f;}
.bogusLink:hover { cursor: pointer; }

/* yt stuff */

.arrowRight {
background:transparent url(/css/yt-img/master-vfl47921.gif) no-repeat scroll -423px -20px;
}

.arrowDown {
background:transparent url(/css/yt-img/master-vfl47921.gif) no-repeat scroll -423px -0px;
}



/*  #c3d9ff; */ 
ul.tabs {
  line-height:normal; 
  margin: 0 0 1em 0; padding: 0 0 .2em 0;
  border-bottom: 1px solid #bbc7e6;
}
ul.tabs li {
  list-style: none;
  display: inline;
  margin: 0 0 0 .5em;
  padding: .2em 1em;
  background: #e5ecf9;
}

ul.tabs li.selected {
  background: #bbc7e6;
}

ul.tabs li.selected a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

