@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 0;
}

/*BEGIN TOP NAVIGATION*/

div#nav_top {
	width: 900px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

.nav2 ul {
border: 0px solid #BBB;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.nav2 ul li{
display: inline;
}

.nav2 ul li a{
color: #494949;
padding: 6px 12px 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #BBB; /*right border between menu items*/
}


/*END TOP NAVIGATION*/


td#add_border {
	border: 0px;
	border-style: dotted;
	border-color: #999;
	padding: 12px;
}

div#header {
	width: 900px;
	height: 155px;
	background-color: #FFFFFF;
	background-image: url(../layout/minority.jpg);
	margin: 0 auto;
	border-top-color:#333;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

div#container {
	width: 900px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

div#nav {
	width: 200px;
	background-color: #FFFFFF;
	/*margin: 0 auto;*/
	float: left;
}

div#content {
	width: 678px;
	background-color:#FFFFFF;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #EAEAEA;
	/*margin: 0 auto;*/
	float: right;
	padding: 10px;
}

div#footer {
	width: 900px;
	height: 60px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #EAEAEA;
	margin: 0 auto;
}


p#bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
}

ul#navigate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	list-style: none;
	line-height: 17px;
	}



.title_1 {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-weight: bold;
}
	
img#thumb {
  margin: 2px;
  padding: 3px;
  border: 1px solid #DDDDDD;
  height: 63px;
  opacity:0.9; 
  filter:alpha(opacity=90);
  }
  
img#thumb:hover {
	opacity:1.0; 
  filter:alpha(opacity=100);
}
	
  
img#thumb_small {
  margin: 2px;
  padding: 3px;
  border: 1px solid #DDDDDD;
  height: 50px;
  opacity:1.0; 
  filter:alpha(opacity=100);
  }
  
  
img#thumb_small:hover {
	opacity:0.7; 
  filter:alpha(opacity=70);
}

img#thumb_promo {
  margin: 5px;
  padding: 3px;
  border: 1px solid #DDDDDD;
  height: 145px;
  opacity:1.0; 
  filter:alpha(opacity=100);
  }
	
  
#data_list {
	border-right: 2px solid #DDDDDD;
	
}
  

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #494949;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #494949;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #494949;
	text-decoration: none;	
}

a:visited:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #494949;
	text-decoration: underline;	
}

.comment {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;	
}

.title_listing {
	font-size:13px;
	font-weight:600;
	color:#555555;
}

.listing_old{
	font-size:13px;
	font-weight:600;
	color:#FFFFFF;
}

p.line {
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	margin: 20px 0 20px 0;
}	

/* RECORD INPUT BEGIN */

div#input {
	background-color: #FFFFFF;
	width: 500px;	
	margin: 0 auto;
	padding: 10px;
	border-style:solid;
	border-color:#666;
	border-width:1px;
}

div#container_disc {
	width: 500px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

div#data {
	width: 220px;
	background-color: #FFFFFF;
	float: left;
	padding: 15px;
}

div#images {
	width: 240px;
	background-color: #FFFFFF;
	float: right;
	padding: 5px;
}


div#data p {
	margin: 0;
	font-weight:bold;
}

.data_input {
	font-weight:normal;
}




/* RECORD INPUT END*/

.nolink {
	color:#999;
}


a.blue:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
	
a.blue:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #494949;
	text-decoration: none;
}

a.blue:visited, a.blue:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
