/* This is the default style sheet used by the Gallery when
   it is running as a standalone product.  

   If you would like to customize the styles please create 
   copy of this file called 

     "standalone_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted.

   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.

   $Id: standalone_style.css.default,v 1.6 2003/09/09 12:15:20 beckettmw Exp $
*/ 

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link, A:visited, A:active 
	{ color: #333366; }
A:hover 
	{ color: #336666; }

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  background-color: #ffffff;
	  color: #000000;
	  margin: 0px 0px 2px;
	  text-align: center;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 90%;
	
	
	
	}
TD, P 
	{ 
	 color: #000000;
	}
.header {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
}

.header a:link  {
 color: #ffffff;
}
.header a:visited  {
 color: #ffffff;
}
.header a:hover  {
 color: #ffffff;
}

#masthead {
	width: 745px;
	margin: 0px auto 0;
	border: 1px none #000000;
	background-color: #fff;
	background-repeat: repeat;
	}
#masthead h2 {margin: 20px 10px;}
#masthead p {text-align: left;}
#container {
	margin: 0px auto;
	width: 745px;
	background-color: #ffffff;
}
  
#navcontainer {
   width: 100%;
	background: #fff url(file:///H|/Web%20Dev/wwwroot/vg/atech/prod/wrapbg4.gif) repeat;
	
}

#footer2 {
	margin: 3px auto;
	width: 745px;
	border: 1px none black;	
	height: 30px;
	text-align: left;
	background-color: white;
	

	}
	
#footer2 p {
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
	padding: 10px;
}
#footer2 a 
	{ color: #FFFFFF; }


#content {
	padding: 5px;
	margin-right: 10px;
	width: 550px;
	text-align: left;
		
}
	#sidebar-a {
	float: right;
	width: 150px;
	margin-left: 25px;
	padding: 5px;
	margin-top: 0px;
	text-align: left;
				
}
  #sidebar-a h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 98%;
	color: #003366;
	padding-left: 5px;
  
  }
  
  #sidebar-a p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	padding-left: 5px;
  
  }
  	h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003366;
	
	}
	
ul#navigation {
	float: left;
	width: 745px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	border-top: 1px solid #A2BD43;
	border-bottom: 3px solid #355A10;
	background: #eec;
}
ul#navigation li { display: inline; }
ul#navigation li a {
	padding: 0.3em 1em;
	color: #336699;
	text-decoration: none;
	float: left;
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
	border-right: 0px solid #333333;
	background: #eec;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul#navigation li a:hover, #uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active  {
	color: #336699;
	background-color: #DEE1AA;}

a:link, a:visited { color: #0033FF; }

	#highlight_box {
	width: 130px;
	background-image: url(http://www.vgrec.com/bg_new_banner.gif);
	background-repeat: repeat;
	height: auto;
	padding: 3px;
	text-align: top;
	border: 1px solid #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	margin: 20px 4px 4px;
	}
