﻿body
{
	margin: 0;
	background-color: #fff;
}

body, table#tblPageHeader
{
	width: 1003px;
}

body, td, th, input, select, textarea, form
{
	font: normal 10px Verdana, Arial, Sans-serif;
}

.error
{
	color: #F00F00;
}

.inline
{
    display: inline;
}

.EventStatus
{
    position: relative;
    top: -1;
    margin-left: 2px;
    margin-right: 2px;    
    display: inline;
    border: solid 1px #9A9A9A;
    padding: 3px;
    white-space: nowrap;
}

.EventNew
{
    background-color: #FF0100;
    color: #fff;
}

.EventTBC
{
    background-color: #fff;
}

.EventEmbargo
{
    border-color: #fff;
    background-color: #9A9A9A;
    color: #fff;
}

.EventUpdated
{
    background-color: #FF9900;
    color: #fff;    
}

.EventMajor,
.EventHeadline
{
    color: #FFFFFF;
	border-color: #FFFFFF;
	background-color: #000000;
}

input.MediaButton
{
    color: #000000;
    height: 24px;
    font-weight: bold;
}

div.QuickSearchResults
{
    width: 830px;
}

div.SearchResultCount
{
    background-color: #999999;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    padding: 9px 7px;
}

div.ItemDateBar
{
    background-color: #E0E0E0;
    font-size: 14px;
    padding: 6px 4px;
    border-top: solid 15px #fff;
    border-bottom: solid 3px #fff;
    color: #000000;
    font-weight: bold;
}

div.ItemDateBar div
{
    display: inline;
}

div.ItemDateBarRight
{
    position: absolute;
    left: 770px;
    width: 200px;
    text-align: right;    
}

div.ItemCategoryBar
{
    background-color: #DDDDDD;
    font-size: 1.25em;
    padding: 4px;
    border-bottom: solid 3px #999999;
    border-top: solid 3px #999999;
    margin-top: 12px;
}

div.ItemCategoryBar div
{
    display: inline;
}

div.ItemCategoryBar div.ItemCategoryCount
{
	font-size: 11px;
}

div.ItemCategoryBarRight
{
    position: absolute;
    left: 768px;
    width: 200px;
    text-align: right;
}

div.ItemDisplay
{
    background-color: #EFEFEF;
    border-bottom: solid 2px #CB4C3D;
    padding: 4px;
}

div.HeadlineCategory
{
    border-left: solid 2px #999999 !important;
    border-right: solid 2px #999999 !important;
}

.ItemHighlight
{
    color: #D96B5C;
    height: 30px;
}

.ItemHighlight a
{
    color: #6993BD;
}

.ItemHighlight div.OrganisationName
{
    color: #8A1C12;
    margin-bottom: 3px;
}

a.ItemWebsite
{
    color: #D96B5C; 
    text-decoration: none;
}

a.ItemWebsite:hover
{
    text-decoration: underline;
}

div.ItemLinks
{
    display: block;
}

div.ItemLinks a
{
    margin-right: 5px;
}

div.SearchSummary
{
    font-weight: bold;
}
table.ItemBody
{
    border-collapse: collapse;
    border-top: solid 1px #FFFFFF;
}

table.ItemBody tr td
{
    line-height: 18px;
}

td.ItemDescription
{
    width: 583px;
    text-align: justify;
    padding-right: 18px !important;
}

td.ItemDescription a
{
    color: #D96B5C; 
    text-decoration: none;
}

td.ItemDescription a:hover
{
    text-decoration: underline;
}

td.ItemVenue
{
    width: 250px;
    text-align: right;
    padding-right: 18px !important;
    vertical-align: top;
    color: #D96B5C;    
}

td.ItemLinks
{
    width: 320px;
    vertical-align: top;    
}

td.ItemOptions
{
    width: 250px;      
}

td.ItemFooter
{
    border-top: solid 1px #fff !important;
}

td.ItemPressContacts
{
    border-left: solid 1px #FFFFFF;
    padding: 0px;
}

span.PressContactHeader
{
    margin-left: 2px !important;
}

div.ItemPressContactSplitter
{
    border-bottom: solid 1px white;
    width: 100%;
}

div.PressContact
{
    padding-left: 2px;
}

div.ItemFunctions
{
    width: 100%;
}

.ItemMoreInfo
{
    display: inline;
    position: relative;
    left: 78px;
    cursor: auto;
    width: 80px;
    background-color: #777777;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap;
}

.ItemMoreInfoHighlight
{
    cursor: pointer !important;
    color: #FFFF00 !important;
}


table.tableBox
{
	text-align: left;
	width: 196px;
}

table.tableBox thead tr th
{
	width: 184px;
	height: 30px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #CB4C3D;
}

table.tableBox thead tr td.cellBoxTL
{
	background: url(../Images/BoxCornerTL.gif) no-repeat bottom left;
}

table.tableBox thead tr td.cellBoxTR
{
	background: url(../Images/BoxCornerTR.gif) no-repeat bottom right;
}

table.tableBox tbody tr td
{
	height: 50px;
	border-top: solid 1px #FFFFFF;
}

table.tableBox tfoot tr th
{
	height: 14px;
}

table.tableBox tbody,
table.tableBox tfoot tr th
{
	background-color: #DDDDDD;
}

table.tableBox tfoot tr td.cellBoxBL
{
	background: url(../Images/BoxCornerBL.gif) no-repeat bottom left;
}

table.tableBox tfoot tr td.cellBoxBR
{
	background: url(../Images/BoxCornerBR.gif) no-repeat bottom right;
}

table.tableBox thead tr td.cellBoxTL,
table.tableBox thead tr td.cellBoxTR,
table.tableBox tfoot tr td.cellBoxBL,
table.tableBox tfoot tr td.cellBoxBR
{
	width: 6px;
}

.boxBodyContent
{
	padding: 6px !important;
	font-size: 10px !important;
	font-weight: normal !important;
	color: #8A1C12 !important;
	white-space: normal !important;
	width: 194px;
}

div.greyRoundedLeft
{
	background: #e2e3e5 url(../images/CornerGreyLeft.gif) no-repeat top left;
}

div.greyRoundedRight
{
	background: #e2e3e5 url(../images/CornerGreyRight.gif) no-repeat top right;
}

div.NoSearchResults
{
	color: #000000;
	font-size: 8pt;
    padding: 7px 7px 7px 7px;
    background-color: #DDDDDD;
}

div.greyRoundedBottomLeft
{
    background: #e2e3e5 url(../images/CornerGreyBottomLeft.gif) no-repeat bottom left;
}

div.grey
{
    background-color: #e2e3e5;
}

div.GridHeader
{
    width: 830px; 
    height: 22px;
    margin-bottom: 1px; 
    padding-top:8px;
}

div.GridRecordsCount
{
    display:inline;
    padding-left:5px;
    padding-top:3px;
}

div.GridNumberOfRecords
{
    display:inline;
    position:absolute;
    left:856px;
    width:136px;
}

div#GridFunctions
{
	width: 100%;
	height: 22px;
	margin-top: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#GridFunctions input
{
    margin-left: 10px;
}

div.TopAndBottomSpacing
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.ValidatedControlValid
{
    border: solid 1px #A5ACB2 !important;
    padding: 2px !important;
}

.ValidatedControlInvalid
{
    border: solid 1px #ff0000 !important;
    padding: 2px !important;    
}

table.DefaultTable td
{
    color: #000000;
	white-space: nowrap;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #DDDDDD;
	border-bottom: solid 1px white;
}

table.DefaultTable td.LabelCell
{
	width: 100px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	background-color: #999999;
	padding: 10px 7px 10px 7px;
	border-right: solid 1px #FFFFFF;
	vertical-align: top;
}

table.DefaultTable td.LongCell
{
	width: 150px !important;
}

table.DefaultTable td.ButtonRow
{
    background-color: #999999 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.DefaultTable td.ButtonRow input
{
	color: #000000;
    margin-left: 10px;
}

table.DefaultTable a
{
    color: #0000ff;
    text-decoration: none;
}

table.DefaultTable a:hover
{
    text-decoration: underline;
}

div.ErrorContainter
{
    margin-bottom: 10px;
    background-color: #E2E3E5;
    padding: 7px;
    color: #ff0000;
}

.TopicSearch a
{
    margin-left: 3px;
    margin-right: 3px;
    color: #000000 !important;
    text-decoration: none;
}

.TopicSearch a:hover
{
    color: #510000;
}

table.ResultsGrid
{
    width: 830px;
}

table.ResultsGrid, table.ResultsGrid td, table.ResultsGrid tr, table.ResultsGrid th
{
	border: 0;
}

table.ResultsGrid th
{
	font-weight: bold;
	background-color: #999999;
}

table.ResultsGrid th, table.ResultsGrid td
{
	border-bottom: solid 1px white;
	padding: 4px;
}

table.ResultsGrid td a, table.ResultsGrid td a:visited
{
	text-decoration: none;
	color: #881318;
}

table.ResultsGrid td a:hover
{
	text-decoration: underline;
}

table.ResultsGrid th a, table.ResultsGrid th a:visited
{
	text-decoration: none;
	color: #000000;
}

table.ResultsGrid th a:hover
{
	text-decoration: underline;
}

table.ResultsGrid tr.GridRow
{
	background-color: #F0F1F3;
}

table.ResultsGrid tr.GridAltRow
{
	background-color: #E2E3E5;
}

table.ResultsGrid tr.NoHeader
{
	background-color: #999999;
}

table.ResultsGrid td.WithBorder
{
    border-right: solid 1px white !important;
}

table.ResultsGrid tr.GridSelectedRow
{
	background-color: #DDDDDD;
}

table.ResultsGrid tr.GridPager
{
	background-color: #999999;
}

table.ResultsGrid tr.GridPager td
{
	border: 0 !important;
}

table.ResultsGrid tr.GridPager a, table.ResultsGrid tr.GridPager a:visited
{
	color: #000000;
}

table.InternalTable
{
    width: 100%;
}

table.InternalTable, table.InternalTable td, table.InternalTable tr
{
	border: 0;
}

table.InternalTable td
{
	border-bottom: solid 1px white;
	padding: 4px;
}

div.FooterGap
{
    height: 24px;
    background-color: #999999;
    padding: 4px;   
}

table.CheckBoxList input
{
    float: left;
    position:relative;
    bottom: 3px;
}

table.Box
{
    table-layout: fixed;
    width: 830px;
}

table.Box thead th
{
    height: 24px;
    background-color: #999999;
    font-weight: bold;
    border-bottom: solid 1px #fff;
    color: #000000;
}

table.Box thead th.Left
{
    width: 5px;
    background: #FFF url(../Images/BoxCornerTL.gif) no-repeat top left;
}

table.Box thead th.Right
{
    width: 5px;
    background: #FFF url(../Images/BoxCornerTR.gif) no-repeat top right;
}

table.Box tbody td.Content
{
    padding-top: 8px;
    width: 100%;
    background-color: #DDDDDD;
    border-left: solid 3px #DDDDDD;
    border-right: solid 3px #DDDDDD; 
}

table.Box tfoot th
{
    height: 8px;
    background-color: #DDDDDD;
}

table.Box tfoot th.Left
{
    width: 5px;
    background: #FFF url(../Images/BoxCornerBL.gif) no-repeat bottom left;
}

table.Box tfoot th.Right
{
    width: 5px;
    background: #FFF url(../Images/BoxCornerBR.gif) no-repeat bottom right;
}

td.NoBottomBorder
{
    border-bottom-width: 0px !important;
}

input.SmallButton
{
    color: #000000;
    font-weight: bold;    
}

table.GridHeader
{
	width: 830px; 
	background-color: #e2e3e5;
	border-collapse: collapse;
	border-bottom: solid 1px #fff;
}

table.GridHeader td
{
	height: 25px;
}

table.GridHeader td.LeftCorner
{
	background: url(../Images/CornerGreyLeft.gif) no-repeat top left;
	width: 4px;
	
}

table.GridHeader td.RightCorner
{
	background: url(../Images/CornerGreyRight.gif) no-repeat top right;
	width: 4px;
}	

td.GridRecordsCount
{
	white-space: nowrap;
}

td.GridNumberOfRecords
{
	white-space: nowrap;
	text-align: right;  			
}	

div.Content
{
    width: 830px;
}

div.Content a
{
    color: #8A1C12;
    text-decoration: none;
}

div.Content a:hover
{
    text-decoration: underline;    
}

table.tblAdvancedOptions td,
table.tblAdvancedOptions input
{
	color: #000000 !important;
}
