﻿/*

	Base Styles
	
*/

/* HTML Styles */

body {
    padding: 0px;
    margin: 0px;
    font-family: "Arial", Verdana, Serif;
    font-size: 12px;
    color: #333333;
}

#printArea
{
	font-size: 12px;
}

#printArea *
{
	line-height: 1.6em;
}

a, a:active, a:visited
{
	color: #9e0000;
	text-decoration: none;
}

a:hover
{
	color: #333333;
	text-decoration: none;
}

img
{
	border: 0px;
}

/* Custom Styles */

#HomepageBanner
{
	visibility: hidden;
}

.breadCrumbDivider
{
	display: block;
	float: left;
	width: 14px;
	height: 11px;
	padding: 4px 10px 0px 10px;
}

input.searchText
{	
	float: right;
	width: 188px;
	font-size: 11px;
	background-color: Transparent;
	padding: 1px 1px 0px 1px;
	margin: 0px 3px 0px 0px;	
	margin-left: 6px;
	color: #b1b1b1;
	border: solid 1px #b1b1b1 !important;
}

#SearchDiv a, #SearchDiv a:active, #SearchDiv a:visited
{	
	float: right;
	width: 20px;
	height: 16px;
	cursor: pointer;
	background: url(/en/images/search.gif) no-repeat 0px 0px;
}

/*

	Datagrid Styles (search page)

*/

.gridRow
{
	background-color: #ffffff;
}

.gridAltRow
{
	background-color: #fdfbf0;
}

.gridHeader
{
	background-color: #c7213d;
	color: #ffffff;
	font-weight: bold;
}

.newsitem
{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 5px 0px !important;
}

/* News links */
#SecondaryCTwo p
{
	margin: 0px;
	padding: 0px;
}

#SecondaryCTwo a:link, #SecondaryCTwo a:visited, #SecondaryCTwo a:active {
    background: transparent url('/en/images/ColumnTwoArrow.gif') no-repeat 0px 4px !important;
    font-size: 11px !important;
    color: #353132;
    text-decoration: underline;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 0px 0px;
    display: block;
}

#SecondaryCTwo a:hover {
    text-decoration: none;
}

li.toggle
{
	position: relative;	
}

ul.toggleitem
{
	display: none;
}

a.toggle, a.toggle:active, a.toggle:visited, a.down, a.down:active, a.down:visited, a.white, a.white:visited, a.white:active
{
	display: none !important;
	position: absolute;
	left: 0px;
	display: inline !important;
	background-color: transparent !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 13px !important;
	height: 13px !important;
	overflow: hidden;
	margin-left: 7px !important;	
	font-size: 10px !important;
	background: transparent url(/images/menu_arrow.gif) no-repeat 0px 6px;
	z-index: 100;
}

a.toggle:hover
{
	background: transparent url(/images/menu_arrow.gif) no-repeat -13px 6px;
	background-color: #fbf9f9 !important;
}

a.down, a.down:active, a.down:visited
{
	background: transparent url(/images/menu_arrow.gif) no-repeat -39px 6px;
}

a.down:hover
{
	background: transparent url(/images/menu_arrow.gif) no-repeat -52px 6px;
	background-color: #fbf9f9 !important;
}

a.white, a.white:active, a.white:visited
{
	background: transparent url(/images/menu_arrow.gif) no-repeat -26px 6px !important;
}

a.downwhite, a.downwhite:active, a.downwhite:visited
{
	background: transparent url(/images/menu_arrow.gif) no-repeat -65px 6px !important;
}