﻿/* VERY IMPORTANT: Remove once Base.css is integrated */
body { margin:0; padding: 0; font-family: Arial, Verdana, sans-serif; font-size: 12px; background-color: #ffffff; color: #000000; }
h1 { margin:0 0px 10px 0px; padding:0 0 .1em; border-bottom:2px dotted #999999; font-size:18px; font-weight: bold; color:#333333; }
h2 { margin:0 0px 10px 0px; padding:0 0 .1em; border-bottom:1px dotted #999999; font-size:16px; font-weight: bold; color:#333333; }
h3 { margin:0; padding:0; font-size:14px; font-weight: bold; color:#333333; }
h4 { margin:0; padding:0; font-size:13px; font-weight: bold; color:#333333; }
h5 { margin:0; padding:0; font-size:12px; font-weight: bold; color:#333333; }
h6 { margin:0; padding:0; font-size:11px; font-weight: bold; color:#333333; }
.Medium { font-size: 12px; font-weight: normal; line-height: 1.5em; }
.Large { color: #333333; font-size: 14px; font-weight: bold; line-height: 1.1em; width: 100%; border-bottom: 1px solid #999999; }

/* Library specific, yet generic */
#maincontent li {border:0;}
.lists { font: 11px; margin-bottom: 10px; }
.lists2 { font: 11px; margin-bottom: 10px; border-bottom: 1px dotted #cccccc; }
.LatestAdd {  border: 1px dotted #999999; padding: 5px; background:transparent url(/images/VIN/NewBckgrd.gif) 180px 116px; }
.RefBox {  border: 1px dotted #999999; padding: 5px; background:transparent url(/images/VIN/RefBckgrd.gif) 200px 155px; }
.LatestDescript { font: 11px; }
.More { border: 1px solid #cccccc; padding: 2px; font: 14px; background-color: #eeeeee; width: 100%; font-weight: bold; color: #660000; }


/* Editor stuff?  Does it belong in Library.css which eventually will apply to all library pages, or in Editor.css */

.PageSectionEdit { border-bottom:1px dotted #999999; font-size:102%; font-weight: bold; color:#333333; background: #DCDCDC; }
.MainCategoryEdit { font-size: 95%; font-weight: bold; line-height: 1.5em; }
.CategoryEdit { font-size: 95%; font-weight: bold; color: #20B2AA; }
.LinkEdit{ color: #0000CD; }
 ul { margin: 0 0 0 0; padding-left: 1.2em; padding-bottom: .3em; }
 li { margin: 0 0 0 0; padding-left: 0; }
 ul.Description{ margin-left: -1em; list-style: none; }
#new ul.link{ margin-left:0; padding-left: 1.5 em; }
#new h1{ margin-left: 0; padding-left: 1em; }

	

		
/*  -----------------------|  TOC BUTTONS  |---------------------------  */

.TOC_buttons {
  display:block;
  padding:8px 0 0 0;
}

.TOC_buttons a {
  float:none;
  display:block;
  width:200px;
  padding:5px;
  margin-bottom:3px;
  color:#666;
  background-color:#f7f7f7;
  margin-right:12px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  text-decoration: none;
}

.TOC_buttons a:hover {
  text-decoration:none;
  color:#333;
  background:#d8dfea;
  border-top:1px solid #3b5998;
  border-bottom:1px solid #3b5998;
}

.TOC_buttons a h4 {
  margin:0;
  padding:0 0 0 14px;
  font-size:13px;
  color:#333;
  background:transparent url(/images/VIN/MicroArrow.gif) no-repeat 3px 2px;
  border: 0px;
  text-decoration: none;
  font-style:normal !important;
}

.TOC_buttons a:hover h4 {
  color:#000;
}

.TOC_buttons a p {
  font-size:11px;
  margin:0;
  padding:3px 0 2px 14px;
  text-decoration: none;
}

.TOC_buttons a p span {
  display:block;
}

.Sub_TOC {
  padding:3px 0 0 0;
} 

.Sub_TOC a {
  width:180px;
  padding:3px 4px 4px 4px;
  margin:3px 0 0 0;
  text-decoration: none;
}


.Sub_TOC a h4 {
  font-size:11px;
  padding:0 0 0 9px;
  background:transparent url(/images/VIN/MicroArrow.gif) no-repeat 2px 4px;
}

.Sub_TOC a p {
  font-size:9px;
  padding:3px 0 0 9px;
}

.Sub_TOC_selected {
  text-decoration:none !important;
  color:#333 !important;
  background:#d8dfea !important;
  border-top:1px solid #3b5998 !important;
  border-bottom:1px solid #3b5998 !important;
}

/*  ----------------------|  CLEARFIX  |----------------------  */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* --------------------| VINcast specific OL |-------------------- 

.ol_new
{
list-style-image: url(images/Podcast2_Small.gif);
list-style-type: circle;
}
.ol_old
{
list-style-image: url(images/Podcast_Small.gif);
list-style-type: circle;
}
.divider {
border-bottom: 1px solid #cccccc;
margin-bottom: 5px;
width: 100%;
}*/

.LogoutTitle
{
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #0C0C75;
}