/*****************************************************
*   CSS File for DestinyVault.Net                    *
*****************************************************/

/* Body *********************************************/

body {
	background: repeat url(../images/v9img_bg.jpg);
    scrollbar-face-color:#DBB985;
	scrollbar-highlight-color:#DBB985;
	scrollbar-3dlight-color:#DBB985;
	scrollbar-darkshadow-color:#DBB985;
	scrollbar-shadow-color:#DBB985;
	scrollbar-arrow-color:#352E2C;
	scrollbar-track-color:#DBB985;
}
  body,td,th {

	font-family: Arial;
	font-size: 11px;
	color: #6F6D62;
	}
a {
	font-family: Arial;
	font-size: 11px;
}

/* Links *********************************************/

a:link {
	text-decoration: none;
	color: #78b997;
	font-weight:normal;
	}
a:visited {
	text-decoration: none;
	color: #78b997;
	font-weight:normal;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
	background:#78b997;
}
a:active {
	text-decoration: none;
	color: #78b997;
	font-weight:normal;
}
a.small:link {
	text-decoration: none;
	color: #78b997;
	font-weight:normal;
	font-size: 9px;
	}
a.small:visited {
	text-decoration: none;
	color: #78b997;
	font-weight:normal;
	font-size: 9px;
}
a.small:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
	background:#78b997;
	font-size: 9px;
}
a.small:active {
	text-decoration: none;
	color: #78b997;
	font-weight:normal;
	font-size: 9px;
}
 /* Text Styles *******************************************/

.videoheader {
     color: #FFFFFF;
	 font-size: 10px;
	 font-weight:bold;
}
.video {
	 font-family: Trebuchet MS;
     color: #4C4C4C;
	 font-size: 9px;
}
.stats {
	 font-family: Arial;
     color: #6F6D62;
	 font-size: 9px;
}

 /* Form Styles *******************************************/
 
input, textarea, option, select {
	background-color: #FFFFFF;
	font-family: Arial;
	color: #6F6D62;
	font-size: 11px;
	border: 1px solid silver;
}

 /* Border Styles *******************************************/
 	
.borderimagesilver{
	border:1px solid #E2D6C7;
}
.borderimagesilver2{
	border:1px solid #E2D6C7;
}

 /* Rolloeve Description Styles *****************************/
 
.rollover {
    font-family: Arial;
	font-weight: normal;
	font-color: #32322F;
	font-size: 11px;
	position: absolute; 
	z-index: 1; 
	visibility: hidden;
	background: #F8F7F1;
	padding: 5px 5px 5px 5px;
	border: solid 3px #ADAAA0;
	margin: 2px auto 2px 2px;
	text-align: left;
	
 /* Table Styles ***************************************/
 }
 .sub {
	bgcolor: #FFFFFF;
	border: 1px solid #000000;
}