/********************************************
*********************************************
	newsitestyle.css
	Used for the www.brodaseating.com website.

	Matt Skelton 12.06.2007: Updated
*********************************************
********************************************/

body
{
	background: white;
	color: #000066;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

h1
{
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	font-size: 16px;
	background-color: #000000;
	text-align: center;
}

h2
{
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	font-weight: bold;
}

h3
{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

p
{
	color: #000066;
	font-size: 12px;
}

p.copyright
{
	color: #000066;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
}

ol, ul
{
	color: #000066;
	font-size: 9pt;
}

a
{
	font-size:9pt;
	color: #000066;
	text-decoration: underline;
}

a:active, a:visited
{
	color: #000066;
}

a:hover
{
	color: black;
	text-decoration: none;
}

#header
{
	background-image: url('../images/newlook/header.png');
	width: 743px;
	height: 99px;
	background-repeat: no-repeat;
}

#tagline
{
	background-image: url('../images/newlook/tagline.png');
	width: 743px;
	height: 24px;
	background-repeat: no-repeat;
}

h2#pageTitle
{
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	font-family: arial,helvetica,sans-serif;
}

#tagline span
{
	color: #000066;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 220px;
}

#body
{
	background-image: url('../images/newlook/background.png');
	background-repeat: repeat-y;
}

#leftMenu
{
	border: 1px solid #000000;
	width: 135px;
	height: 100%;
	float: left;
}

#content
{
	border: 1px solid #000000;
	width: 473px;
	height: 100%;
	float: left;
}

#rightMenu
{
	border: 1px solid #000000;
	width: 135px;
	height: 100%;
	float: left;
}

.textsubmenu
{
	color:#40408C;
	font-family: arial,helvetica,sans-serif;
	font-size: 8.5pt;
	line-height: 150%;
	text-decoration : none;
}

.textsubmenu:active
{
	color: #40408C;
	text-decoration: none;
}

.textsubmenu:visited
{
	color: #40408C;
	text-decoration: none;
}

.textsubmenu:hover
{
	color: white;
	text-decoration: none;
}

.textprodmenu
{
	color: #B9C2C8;
	font-family: arial,helvetica,sans-serif;
	font-size: 8.5pt;
	line-height: 150%;
	text-decoration : none;;
}

.textprodmenu:active
{
	color: #B9C2C8;
	text-decoration: none;
}

.textprodmenu:visited
{
	color: #B9C2C8;
	text-decoration: none;
}

.textprodmenu:hover
{
	color: white;
	text-decoration: none;
}

.textgraysubmenu
{
	color: #C0C0C0;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	line-height: 150%;
}
.texttitle
{
	color: #000066;
	font-family: arial,helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.textwhitetitle
{
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.textsubtitle
{
	color: #000066;
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 150%;
}

.textwhitesubtitle
{
	color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}

.textgraysubtitle
{
	color: #C0C0C0;
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 150%;
}

.textbody
{
	font-family: arial,helvetica,sans-serif;
	color: #000066;
	font-size: 9pt;
}

.textwhitebody
{
	font-family: arial,helvetica,sans-serif;
	color: white;
	font-size: 9pt;
}

.textmini
{
	color: #000066;
	font-family: arial,helvetica,sans-serif;
	font-size: 7.4pt;
}

/**************************************************************************************/
/**************************************Form*******************************************/
/**************************************************************************************/
input.formButton
{
	margin-left: 100px;
	margin-top: 15px;
	background: #ffffff;
	border: 1px solid #000000;
}

.textbox
{
	width: 200px;
}

.textArea
{
	height: 200px;
	width: 200px;
}

.requiredAsterix
{
	color: #ff0000;
}	

.requiredAsterixBold
{
	display: block;
	background-color: #ffcccc;
	border-top: 1px solid #ff6666;
	border-bottom: 1px solid #ff6666;
}

#error
{
	display: block;
	background-color: #ffcccc;
	border-top: 1px solid #ff6666;
	border-bottom: 1px solid #ff6666;
	font-family: ms sans-serif, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

/**************************************************************************************/
/**************************************Menu*******************************************/
/**************************************************************************************/
a.menuItem
{
	background-image: url('../images/newlook/button.jpg');
	background-repeat: no-repeat;
	width: 128px;
	height: 23px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	margin-bottom: -3px !important;
	margin-bottom: 0px;
}

a:hover.menuItem
{
	color: #FFFFFF;
}

a.menuItemDown
{
	background-image: url(../images/newlook/button_down.jpg);
	background-repeat: no-repeat;
	width: 128px;
	height: 23px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	margin-bottom: -3px !important;
	margin-bottom: 0px;
}

.button
{
	background-image: url(../images/buttons/button1.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 26px;
	float: left;
	text-align: center;
	padding-top: 4px;
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: -7px;
	margin-bottom: 15px;
}

a:link.button, a:visited.button
{
	text-decoration: none;
}

a:hover.button 
{
	text-decoration: underline;
}

.caption
{
	font-style: italic;
	text-align: center;
	font-size: 10px;
}

#imageRight
{
	float: right;
	margin: 10px;
}

#imageLeft
{
	float: left;
	clear: right;
	margin-right: 15px;
	margin-bottom: 15px;
	margin: 10px;
	
}

.floatLeft
{
	float: left;
	margin: 10px;
}

.floatLeftCaption
{
	float: left;
	font-size: 10px;
	font-style: italic;
	clear: both;
	width: 190px;
	margin-left: 10px;
}

.floatRight
{
	float: right;
	margin: 10px;
}

.floatRightCaption
{
	float: right;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 20px;
	width: 190px;
	margin-right: 10px;
}

.emphasis
{
	font-weight: bold;
}

#linkReporterTextArea
{
	height: 100px;
	width: 250px;
}

#linkReporterTextBox
{
	width: 250px;
}

.label
{
	float: left;
	width: 150px;
	font-family: arial,helvetica,sans-serif;
	color: #000066;
	font-size: 12px;
}

#successResponse
{
	display: block;
	border: 1px solid #999999;
	background-color: #efefef;
	font-family: arial,helvetica,sans-serif;
	color: #000066;
	font-size: 9pt;
}