﻿/*** Elements ***************************************************************/
html
{
	height: 100%;
}
body 
{
	height: 50%;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #ececea;
}
table, tr, td
{ 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	border-collapse: collapse;
}
td
{
	vertical-align:top;
}
img
{
	border: none;
}
a
{
	color: Black;
	text-decoration: underline;
}
a:visited 
{
	color: Black;
	text-decoration: underline;
}

h1
{
	font-size: 26px;
	text-transform: uppercase;
	/*color: #00577e;*/
	color:#777582;
	letter-spacing: normal;
	word-spacing: -1px;
}
h2
{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;	
	/*color: #00577e;*/
	color:#777582;
}
h3
{
	font-size: 16px;
	font-weight: bold;
	/*color: #00577e;*/
	color:#777582;
	margin-bottom: 5px;
}
h3.print
{
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	margin-bottom: 5px;
}

h5
{
	font-size: 13px;
	font-weight: bold;
	/*color: #00577e;*/
	color:#777582;
	margin: 0 0 0 0;
	margin:0 0 0 0;
}
h6
{
	font-size: 13px;
	font-weight: bold;
	color: #00577e;
	margin-bottom: 5px;
	margin-top: 15px;
}
hr
{
	width: 100%; 
	border: 0px;
	margin: 5px 0px 5px 0px ;
	padding: 0px;
	height: 1px;
	color: #d3d3d3;
	background-color: #d3d3d3;
}
input
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
}
input.searchbox
{
	background-color: #ececea;
	border-style: groove;
	border-width: 2px;
	border-color: #c0c0be;
	border-bottom: none;
	border-right: none;
	width: 190px;
	margin: 3px;
	padding-right: 8px;
	text-align: right;
}

/**************************************************************************************
** MASTER PAGES
***************************************************************************************/

/*** MainFirstPage masterpage******************************************************/
#HeaderLeftFirstPage
{
	display:inline-table;
	width: 205px;
	padding: 16px 10px 16px 10px; 
	background-color: #00577e; 
	color: White;
	border-right: 2px Solid White;
}
#HeaderCenterLeftFirstPage
{
	display:inline-table;
	width:100%;
	padding: 16px 10px 16px 10px;
	background-color: #ececea;
	border-right: 2px Solid White;
}
#HeaderLeftFirstPage a
{
	color: White;
}
#HeaderRightFirstPage
{
	display:inline-table;
	width:451px;
}
#HeaderRightFirstPage p
{
	margin:0;
	padding:0;
}

/*** Masterpages: Shadow designed ******************************************************/
#MainDiv
{
	height: auto;
	text-align:left;
	background-color: White;
}
#ShadowDivVertical
{
	width: 927px;
	margin-left: auto;
	margin-right: auto; 
	height: 100%;
}
#ShadowDivHorizontal
{
	height: 12px;
	padding:0 0 0 0;
	background-image: url('../Images/shadow_bottom.gif');
	background-repeat: repeat-x;
}
#ShadowDivLeft
{
	width: 12px;
	padding:0 0 0 0;
	background-image: url('../Images/shadow_left.gif');
	background-repeat: repeat-y;
}
#ShadowDivRight
{
	width: 12px;
	padding:0 0 0 0;
	background-image: url('../Images/shadow_right.gif');
	background-repeat: repeat-y;
}
#ShadowDivLeftCorner
{
	height: 12px;
	width: 12px;
	padding:0 0 0 0;
	background-image: url('../Images/shadow_corner_left.gif');
	background-repeat: no-repeat;
}
#ShadowDivRightCorner
{
	height: 12px;
	width: 12px;
	background-image: url('../Images/shadow_corner_right.gif');
	background-repeat: no-repeat;
}

/*** Masterpages: EatgMain EatgMasterpage Main MainFirstpage MainFourCols MainWide PageNotfound ******************************************************/
#RowHeader
{
/*	padding: 0 0 0 0;
	width: 100%;*/
	width:903px;
	padding-bottom: 2px;
	height: 121px; 
}
#RowFooter
{
	vertical-align:bottom;
	width: 100%;
	padding:10px 10px 0px 10px;
}

/*** Masterpages: EatgMain ******************************************************/
#ColCenterFull
{
	padding:10px 12px 0px 12px;
}

/*** Masterpage: EatgMasterPage ******************************************************/
#RowMiddleTop
{
	height: 400px; 
	padding:10px 10px 0px 10px;
}
#ColLeft
{
	width:287px;
	padding-left:10px;
	padding-top:15px;
}
#ColLeft table /* hack for FF */
{
	width:287px;
}
#ColCenter
{
	width:288px;
	padding-top:15px;
}
#ColCenter table /* hack for FF */
{
	width:288px;
}
#ColRight
{
	width:287px;
	padding-right:10px;
	padding-top:15px;
}
#ColRight table /* hack for FF */
{
	width:287px;
}
.colSep
{
	width:10px;
}

/*
* Box contents
*/	
.tblBox
{
	height:200px;
	width:100%;
}
.boxLeft
{
	background-image:url('../Images/htmBlockLeft.gif');
	background-repeat:no-repeat;
	width:5px;
}
.boxCenter
{
	background-image:url('../Images/htmlBlockCenter.gif');
	background-repeat:repeat-x;
	padding:5px 10px 15px 10px;
}
.boxRight
{
	background-image:url('../Images/htmlBlockRight.gif');
	background-repeat:no-repeat;
	width:5px;
}	
/*
* News List placed in EatgMasterPage
*/
.eatgNewsBox
{
	height:200px;
	padding-right:5px;
	overflow-y:scroll;
}


/**************************************************************************************
** CONTROLS
***************************************************************************************/

/*** BaseControl ControlMenu control******************************************************/
div.ControlMenu
{
	background-color: Yellow;
	border: dashed 1px Black;
	padding: 3px;
	color: Black;
}
#ControlMenu a
{
	color: White;
}

/*** Menu Left control ***************************************************************/
#MenuLeftControl 
{
	width: 225px;
}
#MenuLeftControl a
{
	text-decoration: none;
}
#MenuLeftControl a:hover
{
	text-decoration: underline;
}
#MenuLeftControl a.active
{
	font-weight: bold;
	cursor: default;
}
#MenuLeftControl a.open
{
	cursor: default;
	color: White;
}
#MenuLeftControl a.openactive
{
	font-weight: bold;
	cursor: default;
	color: White;
}

#MenuLeftControl p
{
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 20px;
	background-repeat: no-repeat;
}

#MenuLeftControl p.menuLevel1
{
	text-indent: 18px;
	background-image: url('../Images/left_menu_level1.gif');
}
#MenuLeftControl p.menuLevel1open
{
	text-indent: 18px;
	background-image: url('../Images/left_menu_level1_open.gif');
}
#MenuLeftControl p.menuLevel2
{
	background-image: url('../Images/left_menu_level2.gif');
	margin-bottom: 0px;
	text-indent: 24px; 
}
#MenuLeftControl p.menuLevel3
{
	background-image: url('../Images/left_menu_level3.gif');
	text-indent: 30px; 
}
#MenuLeftControl p.menuLevel4
{
	background-image: url('../Images/left_menu_level4.gif');
	text-indent: 36px; 
}

/*** EatgMap control ******************************************************/
.google_map_explain
{
	background-color:#787683;
	color:#eeedf3;
	text-align:center;
	padding:4px 0px 0px 0px;
}
.google_map_bottomLeft
{
	background-image:url('../Images/blDarkGrey.gif');
	height:7px;
	width:7px;
	background-repeat:no-repeat;
}
.google_map_bottomCenter
{
	background-color:#787683;
	width:870px;
}
.google_map_bottomRight
{
	background-image:url('../Images/brDarkGrey.gif');
	height:7px;
	width:7px;
	background-repeat:no-repeat;
}

/*** EatgFooterMainControl ******************************************************/
.footerColLeft
{
	background-color: #dedde3;
	background-image:url('../Images/footerLeft.gif');
	background-repeat:no-repeat;
	width:7px;
}
.footerColCenter
{
	background-color: #dedde3;
	color:#777582;
	padding:5px;
}
.footerColCenter a
{
	color:#777582;
	text-decoration:none;
}
.footerColRight
{
	background-color: #dedde3;
	background-image:url('../Images/footerRight.gif');
	background-repeat:no-repeat;
	width:7px;
}

/*** country search + list ******************************************************/
.CountryListPnl
{
	margin-left:auto;
	margin-right:auto;
	width:500px;
}
.CountryListPrintPnl
{
	text-align:right;
}

.CountryListPrintPnl td
{
	padding:5px;
}

.CountryListSearchRow
{
	background-color: #dedde3;
}
.CountryListSearch
{
	width:450px;
}
.CountryListSearch td
{
	padding:5px;
}
.CountryListSearch td.input
{
	text-align:right;
	width:300px;
}
.searchDDL
{
	width:300px;
}
.searchText
{
	width:296px;
}
.CountryListHeader th
{
	padding:10px 10px 10px 5px;
	font-size:12px;
	text-transform:uppercase;
}
.CountryListGrid
{
	border-style:none;
	width:800px;
}
.CountryListGrid td
{
	border-style:none;
}
.CountryListCname
{
	width:270px;
	padding:5px;
}
.CountryListState
{
	padding:5px;
}
.CountryListPager td
{
	padding:5px;
}

/*** country detail ********/
.CountryDetailPnl
{
	padding-left:5px;
	padding-right:5px;
	text-align:justify;
}
.CountryDetailPnl ul
{
	font-size:11px;
}
.CountryDetailName
{
	margin:5px 0px 5px 0px;
	font-size:16px;
	font-weight:bold;
}
.CountryDetailState
{
	height:10px;
	font-size:15px;
}
.CountryDetailTable
{
	margin-top:10px;
}
.CountryDetailTablePrint
{
	/*border:solid 1px #000000;*/
}
.CountryDetailTable th.cdtHeader
{
	background-color:#dedde3;
	background-image:url('../Images/htmlBlockCenter.gif');
	background-repeat:repeat-x;
	padding:5px 10px 15px 10px;
	width:33%;
}

.CountryDetailTablePrint th.cdtHeader
{
	padding:5px 10px 15px 10px;
	width:33%;
	border:solid 1px #000000;
}
.CountryDetailTable th.cdtSep
{
	width:3px;
}
.CountryDetailTable td.detail
{
	padding:5px;
	background-color:#dedde3;
}
.CountryDetailTablePrint td.detail
{
	padding:5px;
	border:solid 1px #000000;
}

.CountryDetailSubtitle
{
	font-size:12px;
	font-weight:bold;
}

/*** Eatg News List control ******************************************************/
div.BoxContent
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	text-align:justify;
	color:#000000;
	font-size:12px;
}
div.BoxContent h3
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	color:#777582;
}

/*** Controls: EatgHeaderMainControl HeaderMainControl ******************************************************/
div.Header
{
	padding:0px 10px 0px 10px;
	background-color:#ffffff;
}
div.HeaderTop
{
	padding:7px 15px 7px 15px;
	background-color:#787683;
	color:#eeedf3;
}
div.HeaderTop a
{
	color:#eeedf3;
}
.HeaderTop .headerSearchTB
{
	background-color:#eeeeee;
}
.HeaderLanguage
{
	vertical-align:middle;
	text-align:right;
}
.HeaderResearch
{
	padding:0px;
}
.HeaderResearch td.text
{
	padding:5px 5px 5px 5px;
}
.HeaderResearch td.button
{
	padding:6px 5px 5px 5px;
}
.HeaderResearch td.link
{
	padding:5px 5px 5px 5px;
	vertical-align:middle;
}
a.selectedLanguage
{
	text-decoration:none;
}
div.HeaderLogo
{
	background-color:#FFFFFF;
	height:81px;
}
.headerMenuLeft
{
	background-image:url('../Images/headerMenuLeft.gif');
	background-repeat:no-repeat;
	background-position:left;
	width:3px;
	height:44px;
}
.headerMenuCenter
{
	background-image:url('../Images/headerMenuCenter.gif');
	background-repeat:repeat-x;
	padding:10px 15px 10px 15px;
}
.headerMenuCenter a
{
	color: #87868b;
}
.headerMenuRight
{
	background-image:url('../Images/headerMenuRight.gif');
	background-repeat:no-repeat;
	background-position:right;
	width:3px;
	height:44px;
}
.CbxHeaderCountries
{
	background-color:#eeeeee;
	border-top-color:#000000;
	border-top-width:1px;
	border-top-style:solid;
	border-left-color:#000000;
	border-left-width:1px;
	border-left-style:solid;
	border-bottom-color:#eeeeee;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-right-width:0px;
	padding:0px;
}
.navigationMenuItemTop
{
	margin-top:3px;
	margin-bottom:3px;
	color:#eeedf3;
}
.navigationMenuItemTop td
{
	padding-left:5px;
	padding-right:5px;
}
.navigationMenuItemTop a
{
	text-decoration:none;
}
.headerSeparator
{
	height:15px;
	background-color:#787683;
}
.headerSeparator a
{
	color:#eeedf3;
	text-decoration:none;
}

/*** DropMenu control ******************************************************/
.navigationMenuItem
{
	margin-right:5px;
	margin-top:3px;
	margin-bottom:3px;
	color:#eeedf3;
}
.navigationMenuItem a
{
	text-decoration:none;
}
.navigationMenuHover
{
	background-color:#eeeeee;
}

.navigationMenuHover a 
{
	 text-decoration:underline;
}
 
 


/*** EatgBreadcrumb control ******************************************************/
.Breadcrumb
{
	margin-left:315px;
	color:#eeedf3;
}

/*** ContentSearchControl AbstractSearchControl ******************************************************/
/* Navigation bar at the bottom AbstractSearchcontrol*/
.Navigation
{
	width: 100%;
	display:inline-table;
}
#leftNav
{
	display:inline-table;
	width: 30%;
	text-align:left;
	padding-left: 0px;
	font-weight:bold;
}
#middleNav
{
	display:inline-table;
	width:35%;
	float:none;
	text-align:center;
}
#rightNav
{
	display:inline-table;
	width: 30%;
	text-align:right;
	padding-right: 0px;
	vertical-align:top;
	font-weight:bold;
}
/* result search Formatting AbstractSearchControl*/
.subject
{
	text-decoration:underline;
	/*font-size:11pt;*/
	font-weight: bold;
	color:Navy;
	text-align:justify;
	color:Black;
}
span.author
{
	font-weight: bold;
	text-align:justify;
}
p.author
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align:justify;
}
.authors
{
	font-weight: bold;
	font-size:smaller;
	/*font-style:italic;*/
	text-align:justify;	
}

.bold
{
	font-weight: bold;
}
.date
{
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
.abstract
{
	text-align:justify;
}
.conferences
{
	/*color:#c00000;*/
	font-style:italic;	
	text-align:justify;
}
.abstractNumber
{
	/*color:#c00000;*/
	font-style:italic;
	font-size:smaller;	
}

.ContentSearchResult
{
	padding-bottom: 10px;
}

/*** Contact Us ********************************************************/
.ContactUs
{
	margin-left:auto;
	margin-right:auto;
	width:200px;
}

/**************************************************************************************
** STYLES FOR FCK EDITOR
***************************************************************************************/

div.GreyBox
{
	display:inline-table;
	padding: 16px 10px 16px 10px;
	background-color: #ececea;
}

div.MenuLeftContent
{
	display: block;
	background-image: url('../Images/Left_Menu_Content.gif');
	background-repeat:repeat-y;
	padding:10px 5px 10px 18px;
	margin-bottom: 3px;
	width :202px;
}
div.MenuLeftContent p
{
	margin:0 0 0 0;
	padding:0 0 0 0;	
}

/**************************************************************************************
** MISC
***************************************************************************************/

/* Membership registration formatting */
.Benefits
{
	cursor:pointer;		
}
.spacer
{
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;		
}
.stars
{
	font-size:7pt;
	color:Red;
}
a.buttonsPrev
{
	background-image:url('../Images/PreviousBtn.gif');
}
.btnPrevious a
{
	display:block;
	background: url('../Images/PreviousBtn.gif') left top no-repeat ;
	height:18px;
	width:89px;
	cursor:pointer;
}
.btnConfirmOrder input
{
	border-style:none;
	display:block;
	background: url('../Images/btn_Confirm_green.gif') left top no-repeat ;
	height:18px;
	width:66px;
	cursor:pointer;
}
.btnPrint input
{
	border-style:none;
	display:block;
	background: url('../Images/PrintBtn.gif') left top no-repeat ;
	height:18px;
	width:69px;
	cursor:pointer;
}
.btnNext input
{
	border-style:none;
	display:block;
	background: url('../Images/NextBtn.gif') left top no-repeat ;
	height:18px;
	width:69px;
	cursor:pointer;
}

input.textboxes
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	background-color: #ececea;
	border-style: groove;
	border-width: 2px;
	border-color: #c0c0be;
	border-bottom: none;
	border-right: none;
}
select.textboxes
{
	
	background-color: #ececea;
	border-style: groove;
	border-width: 2px;
	border-color: #c0c0be;
	border-bottom: none;
	border-right: none;
}
textarea.textboxes
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	background-color: #ececea;
	border-style: groove;
	border-width: 2px;
	border-color: #c0c0be;
	border-bottom: none;
	border-right: none;
}
/* Find members */
.Paging tr td
{
	padding: 10px 0 0 10px;
}
/* Print Email Control */
.PrintControl
{
/*	border-left:solid 1px #BED3EB;
	border-bottom:solid 1px #BED3EB;
*/
	border-color:#BED3EB;
}
.PrintControl h3
{
	margin:-10px -10px 0 -10px;
	padding:5px 0 5px 10px;
	color:Black;
	font-size:small;
	background-color:#BED3EB;
	height:20px;	
}
.PrintControl p
{
	padding-left:10px;	
}
/* File List CSS */
.FileList
{		
}

.FileListItemStyle
{
	border-bottom:solid 1px Gray;
}
.FileListItemStyle td
{
	padding:10px 0px 10px 2px;
	text-decoration:none;
	border-bottom:solid 1px Gray;
}
.FileListItemStyle a
{
	text-decoration:none;
}
.FileListPagerStyle
{	
}
.FileListPagerStyle td
{
	padding:10px 0px 10px 2px;
}
.HeaderLastChange
{
	text-align:right;
	font-weight:bold;
}
.FileListHeaderStyle
{
	border-bottom:solid 1px Gray;
	border-top:	solid 1px Gray;
}
.FileListHeaderStyle td
{
	padding:10px 0 10px 0;
	border-bottom:solid 1px Gray;
	border-top:	solid 1px Gray;
}
.FileListHeaderStyle a
{
	margin:0 0 0 0;
}
.HeaderFilename	
{
	width:60%;	
}
.SizeColumn
{
	text-align:left;
}


/* SiteMap CSS */
.Sitemap0
{
	margin:5px 0 0 0;
	padding:10px 0 10px 11px;
	font-weight:bold;
	width:200px;
	background-color:#bed3eb;
}
.Sitemap1
{
	margin:5px 0 0  0;
	padding:10px 0 10px 11px;
	font-weight:bold;
	width:200px;
	background-color:#bed3eb;
}
.Sitemap2
{
	margin:0 0 0 0;
	padding:0 0 1px 11px;
	font-weight:bold;
	width:200px;
	background-color:#ececea;
}
.Sitemap3
{
	margin:0 0 0 0;
	padding:0 0 1px 19px;
	width:192px;
	background-color:#ececea;
}
.Sitemap4
{
	margin:0 0 0 0;
	padding:0 0 1px 28px;	
	width:183px;
	background-color:#ececea;
}
.Sitemap td
{
	padding:0 10px 0 0;
}
/* padding mainPrint.master */
.PaddingPopup
{
	padding:15px;
	margin:0 0 0 0;	
}
/* ContactUs */
.ContactUs td
{
	padding:5px 0 5px 0;		
}
/* RSS Feed */
.RssTitle, .RssTitle:visited
{
	padding:5px 0 5px 0;
	display:block;
	font-weight:bold;
	line-height:18px;
	background-color:#bed3eb;	
	text-align:center;
	text-decoration:none;
}
.RssTob
{
	padding:5px 2px 5px 2px;
	display:block;
}
.RssEnd
{
	border:solid 1px #bed3eb;
	margin:5px 0 0 0;
}
/* Comment control */
.CommentItem
{
	/*padding:0 5px 0 5px;*/
	border:Solid 1px #bed3eb;
}
/* Petition control*/
.PetitionControlPager td
{
    padding: 2px;
    font-weight: bold;
}
.PetitionControlPager td a
{
    padding: 2px;
    font-weight: normal;
}
/* Voting page */
.list li
{
	margin: 0 0 0 -25px;	
}