﻿/* General styles */
html							{  }
body							{ margin:0px; background-color:#d4d4d4; }

.clear							{ clear:both; }

#topBackgroundShadow						{  }
#flagContainer								{ width:990px; height:18px; }
#OuterContainer > #topBackgroundShadow		{ background: transparent url(/g/backgrounds/shadows/top.png) no-repeat center 13px; }
#OuterContainer > #BackgroundShadow			{ background: transparent url(/g/backgrounds/shadows/main.png) repeat-y center 230px; }
#OuterContainer > #bottomBackgroundShadow	{ height:11px; background: transparent url(/g/backgrounds/shadows/bottom.png) no-repeat center top; }

#TopMain						{ width: 990px; border-left: solid 1px #8c8c8c; border-top: solid 1px #8c8c8c; border-right: solid 1px #8c8c8c; background: #ffffff url(/g/backgrounds/top.jpg) no-repeat center top; }
#divTopMain						{ height:84px; padding-right:5px; }
#divTopMainMenu					{ height:23px; line-height:23px; border-bottom:solid 1px #8c8c8c; background:transparent url(/g/backgrounds/mainpages_background.gif) repeat-x left top; }

#Main							{ width: 990px; background-color:#ffffff; border-left: solid 1px #8c8c8c; border-right: solid 1px #8c8c8c; }

#PanelContents					{ min-height:450px; height:auto !important; height:450px; }

table, div, input, textarea		{ font-family: verdana; font-size: 10px; color: #333333; margin:0px; }

select							{ font-family: verdana; font-size: 10px; }

a:link, a:visited, a:active		{ text-decoration: none; color: #333333; border:none; }
a:hover							{ text-decoration: none; color: #999999; }

.LanguageControl				{  }

/* Utility styles */
.empty							{ width:0px; height:0px; overflow:hidden; }

#PanelContents a				{ text-decoration: underline; color: #000000; }
#PanelContents a:hover			{ text-decoration: none; color: #3c5a66; }

.messageViewDateTimeText		{ font-family: Verdana; font-size: 9px; color: #636363; line-height:16px; }
.messageViewHeadlineText		{ font-family: Verdana; font-size: 16px; font-weight:bold; color: #000000; }
.messageContentText				{ padding:5px; font-family: Verdana; font-size: 11px; color: #000000; line-height:16px; }

#Copyright						{ color:#707071; padding-right:10px; }
