﻿/*
	Project......: Shulze Haynes web site
	Created......: 26-Jan, 2009
	File.........: en.css
	Author.......: Ardeshir Namazi
	Description..: Netural language style sheet.
*/

.ycZsp 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.ycA
{
	vertical-align: top;
}

.ycZb
{
	border: none 0px;
}

.ycUl
{
	text-decoration: underline;
}

table
{
	border-collapse: collapse;
	border: none 0px;
}

td, th
{
	border: solid 1px;
	padding: 4px;
}

img 
{
	border: none 0px;
}

body
{
	text-align: center;
}


hr
{
	height: 2px;
}

fieldset
{
	border: none;
}


.ctrElem
{
	margin: 0 auto;
}

.leftFlow
{
	float: left;
	margin: 0em 2em 1em 0em;
	padding: 0px;
	border: none 0px;
}

.rightFlow
{
	float: right;
	margin: 0em 0em 1em 2em;
	padding: 0px;
	border: none 0px;	
}

.box, .boxDark
{
	border: solid 1px;
	padding: 1em;
}

table.noGrid, table.noGrid td, table.noGrid th
{
	border: none 0px;
}


/*--------------------------------------------------------------------------
	Menu
---------------------------------------------------------------------------*/
#menuPanel
{
	width: 100%;
}
#menuPanel td
{
	border: none 0px;
	padding: 0px;
}

#menuPanel table.static
{
	margin: 0 auto;
}

#menuPanel table.staticItem
{
	border: none 0px;	
}
#menuPanel table.staticItem td
{
	padding: 1em 2em 1em 2em;
	border: none 0px;
	text-align: center;
	vertical-align: middle;	
}
#menuPanel table.staticItemHover td
{
}
#menuPanel .staticItemSelected td
{
}

#menuPanel div.dynamic
{
}
#menuPanel table.dynamicItem
{
}
#menuPanel table.dynamicItem td
{
	padding: .5em 1em .5em 1em;
	border-top: solid 1px;
}
#menuPanel table.dynamicItemHover td
{
}
#menuPanel table.dynamicItemSelected td
{
}


/*--------------------------------------------------------------------------
	Logo Panel
---------------------------------------------------------------------------*/
#logoPanel
{
	height: 65px;
	width: 100%;
	text-align:center;
}
#innerLogoPanel
{
	height: 65px;
	width: 1002px;
	position: relative;
	overflow: hidden;
	background-image: url(banner-logo.jpg);
	margin: 0 auto;
}
#slogan
{
	top: 38px;
	position: relative;	
}

#extraInfoBannerPanel
{
	top: -22px;
	position: relative;
}



/*--------------------------------------------------------------------------
	Content
---------------------------------------------------------------------------*/
#contentFrame
{	
	max-width: 1002px;
	min-width: 850px;
	min-height: 12cm;
	padding: 1em;
}

#contentFrame .fixedSidePanel
{
	width: 6cm;	
}
#contentFrame #contentPanel
{
}

table.twoColTable
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table.twoColTable td
{
	vertical-align: top;
	border: none 0px;
	padding: 0px;
}

table.twoColTable td.bodyCol
{
}

table.twoColTable td.sideCol
{
	width: 6cm;
}



/*--------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------*/
#footer
{
	clear:both;
	margin-top: 2em;
}
#footer p
{
	margin-top: 0px;
}
#footer hr
{
	margin-bottom: 0px;
	height: 1px;
}