﻿@import url('Header.css');
@import url('Menu.css');
@import url('DefaultPage.css');
@import url('Footer.css');
@import url('Article.css');
@import url('Lists.css');
@import url('Product.css');


/* Flint-volley */
html 
{
	background:none repeat scroll 0 0 #222222;
}
body 
{
	background:none repeat scroll 0 0 #222222;
	font:13px Tahoma;
	margin:0 0 0 10px;
	padding:0;
}

div#Page  
{
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:black #444444 #444444;
	border-right:1px solid #444444;
	border-style:solid;
	border-width:14px 1px 1px;
	margin:0 auto;
	overflow:hidden;
	padding:6px 10px;
	width:960px;
}
div#MainContentArea
{
	background:Transparent;
}

div.BreadCrumbs,div#MainBody
{
	background:#FFFFFF;
	width:539px;
	border-right: 1px dotted transparent;
}

/* Flint Volley END*/

div#StageArea 
{
	padding-bottom: 0px;
}
img
{
	max-width:100%;
}

img.AlignLeft
{
	margin:0px 6px 6px 0px;
	padding: 0px;
	width:100%;
}
img.AlignRight
{
	margin:0px 0px 6px 6px;
	padding: 0px;
	width:540px;
}

img.IngressImage
{
	width:128px;
	float:left;
	margin:0px 6px 6px 0px;
}

a 
{
	color: #36c;/*#660099;*/
	text-decoration: none;
}

a:hover 
{
	color: #36c;
	text-decoration:underline;
}

a.hidden 
{
	display: none;	
}

a.SeeMore 
{
	float: right;	
}

p 
{
	margin-bottom: 15px;	
}

h1
{
	font: 30px Tahoma;
	color: #000000;	
	margin-bottom: 10px;
	margin-top: 12px;
}

h2 
{
	font: 20px Tahoma;
	color: #000000;	
	margin-bottom: 10px;
	margin-top: 12px;
}

h3 
{
	display: block;
	color: #000000;
	font: 17px Tahoma;
	height: 33px;
	line-height: 28px;
	margin-bottom: 10px;
	margin-top: 12px;
}

h4 
{
	font: 17px Tahoma;
	font-style:italic;
	margin-bottom: 15px;	
}

h1 a, h2 a, h3 a, h4 a
{
	color:#000000;
}

div#ResultArea h4 
{
	width: auto;
	float: left;
}

div.IntroText ,
span.IntroText
{
	font: 15px Tahoma;
	margin-bottom: 15px;
	display: block;
}

div#MainBody div#SearchArea 
{
	margin-left: 20px;
}

div#MainBody div#AdvancedArea 
{
	width: 100%;	
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#MainBody div#AdvancedArea label
{
	margin-right: 15px;
}

div.RightColumn	
{
	width:239px;
	float: left;
	margin: 10px 0px 0px 1px;	
}

	div.RightColumn ul

	{
		margin:0px 0px 20px 0px;
	}	
		
		div.RightColumn ul li
 
		{
			padding-left:7px;
			margin-bottom: 3px;
		}

	div.RightColumn ol

	{
		margin:0px 0px 20px 0px;
	}	
		
		div.RightColumn ol li
 
		{
			margin-bottom: 3px;
		}
	div.LinkList
	{
		margin:0px;
	}
	div.LinkList ul
	{
		list-style-position:outside;
		list-style-type:none;
		margin-bottom:3px;
		margin-left:-7px;
	}
	
	div.RightColumnAdsContainer
	{
		padding: 0px;
		margin:0px;
	}
	div.RightColumnAdsContainer ul.AdsList
	{
		list-style-type:none;
		list-style-position:outside;
		padding:0px;
		margin:0px;
	}
	div.RightColumnAdsContainer ul.AdsList li
	{
		background:white;
		padding:6px;
		margin-bottom:10px;
		height:50px;
		text-align:center;
		vertical-align:middle;
	}
	div.RightColumnAdsContainer ul.AdsList li img
	{
		max-height:50px;
		text-align:center;
	}
	
.ArticleDate
{
	color:Gray;
	font-size:0.85em;
}
/* FORMS */

input,
textarea
{	
	border-bottom: solid 1px #9b9a9a;
	border-right: solid 1px #9b9a9a;
	border-top: solid 1px #e0e0e0;
	border-left: solid 1px #e0e0e0;
}

div.xForm table 
{
	width: 100%;	
}

div.xForm input,
div.xForm textarea 
{
	width: 100%;	
	font: 13px Tahoma;
}

div.xForm input 
{
	height: 20px;	
}

div.xForm input.Radio,
div.xForm input.Checkbox
{
	width: auto;
	height: auto;
	margin: 5px;	
}

div.xForm input.Email 
{
	width: 250px;	
	margin-top: 7px;
	margin-bottom: 15px;
}

div.xForm textarea.Request
{
	width: 505px;
	height: 210px;
	margin-top: 8px;
}

div.xForm span
{
	font: 17px Tahoma;	
	margin-right: 5px;
}

div.xForm label 
{
	height: 20px;	
}

div.xForm input.Submit
{
	float: right;
	display: block;
	width: 82px;
	height: 30px;
	background: transparent url('images/Search.png') no-repeat;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;	
	clear: right;
	border: 0;
	margin-top: 15px;
}

div.xForm input.Submit:hover 
{
	color: #ffffff;
	background: transparent url('images/SearchBlack.png') no-repeat;	
	cursor: pointer;
}

div.xForm table td 
{
	padding: 5px;	
}
/* --------- Table format ----------- */
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #95632F;
}
table.color th
{
	border: solid 0.1em #95632F;
	background-color: #E1CC9D;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #95632F;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #95632F;
}
table.color td.highlighted
{
	background-color: #F0E5CE;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
}
table td
{
		vertical-align:text-top;
	border-bottom:solid 0.1em #DDDDDD;
	padding:3px;
}
ul, ol 
{
	margin: 0px 0px 10px 0px;
	list-style-position:inside;
}
ul li, ol li
{
	margin-bottom:3px;
}