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


body, table, tr, td, th, div, p, input, select, textarea, ul, ol, li, h1, h2, h3, h4, h5, a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	direction: ltr;
}

body, table, th, td, div, p, input, ul, ol, li
{
	font-size: 10pt;
}

h1
{
	font-size: 14pt;
}

.h1Cont
{
	margin-top: -14pt;
}

h2
{
	font-size: 11pt;
}

h3
{
	font-size: 10pt;
}

li
{
	margin-top: 2pt;
	margin-bottom: 2pt;
}
li > ul
{
	margin-bottom: 10pt;
}


/* used by forms */
td.label { text-align:right; padding-right:4px; }
td.control { text-align:left; }
legend
{
	font-size: 12pt;
}

.ycA 
{
	text-align: left;
}



/*--------------------------------------------------------------------------
	Menu
---------------------------------------------------------------------------*/

/* table cell for menu bar container */
#menuPanel table.staticItem td
{
}

#menuPanel table.dynamicItem td
{
	text-align: left;
}


/*--------------------------------------------------------------------------
	Logo Panel
---------------------------------------------------------------------------*/
#innerLogoPanel
{
	text-align: left;
}

#slogan
{
	font-size: 12pt;
	left: 150px;
}
#extraInfoBannerPanel
{
	float: right;
	font-size: 8pt;
}
#extraInfoBannerPanel p
{
	margin-right: .5em;
	text-align: right;
}




/*--------------------------------------------------------------------------
	Content
---------------------------------------------------------------------------*/
#contentFrame
{
	text-align: left;
}

#contentFrame .fixedSidePanel
{
	float: left;
}

#contentFrame #contentPanel
{
	margin-left: 7cm;
}

table.twoColTable td.bodyCol
{
	padding-right: 1cm;
}



/*--------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------*/
#footer, #footer p
{
	font-size: 8pt;
}
