/* GENERAL CSS */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #999999;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #030c75
}
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited {
	color: #ffffff;	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #0099CC;
}
A.CommandButton:hover {
	color: #ffffff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #006699;
}
TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}
TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
SMALL   {
    font-size:  8px;
}
BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}
UL LI   {
    list-style-type: square ;
}
UL LI LI    {
    list-style-type: disc;
}
UL LI LI LI {
    list-style-type: circle;
}
OL LI   {
    list-style-type: decimal;
}
OL OL LI    {
    list-style-type: lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* HWS CSS */
a, a:link, a:visited, a:active {
    text-decoration: underline;
}
a:hover {
	color: #272727;
	text-decoration: none;
}
a.link, a.link:link, a.link:visited, a.link:active {
    text-decoration: underline;
}
a.link:hover {
	color: #272727;
	text-decoration: none;
}
.SelectedTab {
	color: #8d8d8d;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
}
.SelectedTab a, .SelectedTab a:link, .SelectedTab a:active, .SelectedTab a:visited, .SelectedTab a:hover {
	color:#8d8d8d;
	text-decoration: none;
}
.OtherTabs {
	color: #8d8d8d;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
}
a.OtherTabs:link, a.OtherTabs:active, a.OtherTabs:visited {
	color:#8d8d8d;
	text-decoration: none;
}
a.OtherTabs:hover {
	color:#8d8d8d;
    text-decoration: underline;
}
.LeftMenuItem {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 7px;
	text-align: left;
	background-image: url(images/navigation/separatorLeft.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-weight: bold;
	width: 172px;
}
.LeftMenuItem a, .LeftMenuItem a:visited, .LeftMenuItem a:link {
	color: #8d8d8d;
	text-decoration: none;
}
.LeftMenuItem a:hover {
	text-decoration: none;
	color: #787878;
}
.LeftMenuItem img {
	border: 0px;
	margin-right: 8px;
}
.BottomMenuItem {
	color: #8d8d8d;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	vertical-align: top;
	padding-top: 4px;
}
.BottomMenuItem a, .BottomMenuItem a:visited, .BottomMenuItem a:link {
	text-decoration: none;
	color: #8d8d8d;
}
.BottomMenuItem a:hover {
	text-decoration: underline;
	color: #787878;
}
.MLLanguageMenuMenuCell {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border: 0px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #8d8d8d;
	width: 67px;
}
.MLLanguageMenuMenuCell select {
	width: 67px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
}
.SkinObject {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #8d8d8d;
	font-weight: normal;
}
body {
	margin: 0px;
}
p, .Normal {
	color: #3c3c3c;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
}
.textTitle {
	color: #515151;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0px;
}
#pageTitle {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #8d8d8d;
	margin-top: 8px;
}
#pageTitle a, #pageTitle a:visited, #pageTitle a:link, #pageTitle a:hover {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #8d8d8d;
}
#main {
	width: 100%;
	text-align: center;
	height: auto;
}
#wrapper {
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}
#wrapper #left {
	background-image: url(images/wrapper/default/wrapper_l.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 12px;
	vertical-align: top;
}
#wrapper #right {
	background-image: url(images/wrapper/default/wrapper_r.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 12px;
	vertical-align: top;
}
#wrapper #bottom {
	background-image: url(images/wrapper/default/wrapper_b.jpg);
	background-repeat: repeat-x;
	height: 12px;
}
#wrapper #bottom #left {
	background-image: url(images/wrapper/default/wrapper_bl.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 24px;
	float: left;
	text-align: left;
}
#wrapper #bottom #right {
	background-image: url(images/wrapper/default/wrapper_br.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 24px;
	float: right;
	text-align: right;
}
#wrapper .bottomItems {
	padding-right: 10px;
	padding-left: 12px;
}
#wrapper .bottomItems .BottomNavigationPane {
	text-align: left;
	float: left;
	width: 60%;
}
#wrapper .bottomItems .copyright {
	text-align: right;
	float: right;
	width: 40%;
}
#structure {
	vertical-align: top;
	width: 760px;
	background-color: #FFF;
}
#structure #header {
	height: 76px;
	padding-right: 5px;
	padding-left: 5px;
}
#structure #header #left {
	float: left;
	height: 75px;
	width: 196px;
	background-image: url(images/banner/BackLeft.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
}
#structure #header #left img {
	margin-left: 12px;
	margin-top: 15px;
}
#structure #header #centre {
	float: left;
	height: 75px;
	width: 358px;
	background-image: url(images/banner/BackCentre.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#structure #header #centre #euLogo {
	margin-left: 12px;
	margin-top: 28px;
	float: left;
}
#structure #header #centre #divider {
	margin-top: 17px;
	height: 42px;
	width: 1px;
	float: left;
	margin-right: 15px;
	margin-bottom: 17px;
	margin-left: 15px;
	background-color: #d4d4d4;
}
#structure #header #centre #interregLogo {
	margin-top: 28px;
	float: left;
}
#structure #header #right {
	float: left;
	height: 75px;
	width: 196px;
	background-image: url(images/banner/BackRight.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
#structure #header #right object, param, embed {
	float: left;
}
#structure #enclose {
	width: 750px;
	margin-right: 5px;
	margin-left: 5px;
}
#structure #leftPanel {
	float: left;
	width: 196px;
	background-color: #f5f5f5;
}
#structure #leftSplashPanel {
	width: 493px;
	vertical-align: top;
	float: left;
	padding-top: 12px;
	padding-bottom: 7px;
}
#structure #leftSplashPanel object, param, embed {
	float: right;


}
#structure #rightSplashPanel {
	width: 250px;
	float: left;
	height: 228px;
}
#structure #rightSplashPanel .Container {
	margin-top: 12px;
	margin-bottom: 7px;
	margin-left: 12px;
	width: 238px;
	border: 1px solid #e0e0e0;
	height: 228px;
}
#introButton {
	float: right;
}
#introButton a, #introButton a:active, #introButton a:link, #introButton a:visited {
	font-family: Tahoma, Verdana;
	font-size: 9px;
	display: block;
	background-color: #000;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 133px;
	vertical-align: bottom;
	text-decoration: none;
	float: left;
	text-align: center;
}
#introButton a:hover {
	background-color: #999999;
	color: #FFF;
}
#structure #leftPanel #date {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #8d8d8d;
	padding-top: 8px;
	padding-bottom: 9px;
	background-color: #f0f0f0;
	text-align: left;
	padding-left: 12px;
	margin-bottom: 4px;
}
#structure #leftPanel #dateDNN {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #8d8d8d;
	padding-top: 8px;
	padding-bottom: 9px;
	background-color: #f0f0f0;
	text-align: left;
	padding-left: 12px;
}
#structure #leftPanel .LeftNavigationPane {
	margin-bottom: 22px;
	width: 172px;
	margin-right: 12px;
	margin-left: 12px;
}
#structure #leftPanel #country {
	padding-right: 12px;
	padding-left: 12px;
	font-family: Tahoma, Verdana;
	font-size: 9px;
	color: #8d8d8d;
	padding-bottom: 22px;
}
#structure #leftPanel #country #iframe {
	width: 172px;
}
#structure #leftPanel #country iframe {
	width: 172px;
	height: 19px;
	margin-top: 10px;
	margin-bottom: 2px;
}
#structure #leftPanel #logos {
	padding-top: 12px;
	text-align: center;
}
#structure #leftPanel #logos img {
	margin-bottom: 12px;
}
#structure #leftPanel .ContactInfoPane {
	margin-right: 12px;
	margin-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bfbdbd;
	padding-bottom: 12px;
	margin-bottom: 22px;
	padding-top: 8px;
	vertical-align: top;
}
#structure #centrePanel {
	width: 358px;
	float: left;
}
#structure #centrePanel #container {
	padding-right: 12px;
	padding-left: 12px;
	float: left;
}
#structure #centrePanel .ContentPane {
	margin-top: 8px;
	margin-bottom: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	padding-bottom: 9px;
	width: 334px;
}
#structure #centrePanel .LatestNewsTitlePane {
	margin-bottom: 12px;
}
#structure #centrePanel .LatestNewsPane {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	padding-bottom: 9px;
	margin-bottom: 12px;
}
#structure #centrePanel2 {
	width: 554px;
	float: left;
}
#structure #centrePanel2 #container {
	padding-right: 12px;
	padding-left: 12px;
	float: left;
}
#structure #centrePanel2 #container .ContentPane {
	margin-top: 8px;
	margin-bottom: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	padding-bottom: 9px;
	width: 530px;
}
#containerDNN {
	padding-right: 12px;
	padding-left: 12px;
}
#containerDNN .ContentPane {
	margin-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	padding-bottom: 9px;
	width: 726px;
	margin-bottom: 7px;
	text-align: center;
}
#structure #rightPanel {
	float: left;
	background-color: #f5f5f5;
	width: 196px;
}
#structure #rightPanel #language {
	text-align: right;
	height: 19px;
	background-color: #f0f0f0;
	padding: 5px;
	margin-bottom: 4px;
}
#structure #rightPanel #language .mlsPane {
	float: right;
	height: 19px;
	width: 67px;
}
#structure #rightPanel #language #text {
	float: right;
	font-family: Tahoma, Verdana;
	font-size: 9px;
	color: #8d8d8d;
	margin-top: 4px;
	margin-right: 11px;
}
#structure #rightPanel .QuickLinksPane {
	float: left;
}
#structure #rightPanel .RightNavigationPane {
	margin-bottom: 22px;
	width: 172px;
	margin-right: 12px;
	margin-left: 12px;
}
#structure #bottomSpacer {
	height: 5px;
	float: left;
	width: 750px;
	text-align: center;
}
#structure #centrePanel2 #language {
	text-align: right;
	height: 19px;
	background-color: #f0f0f0;
	padding: 5px;
	width: 196px;
	float: right;
}
#structure #centrePanel2 #language .mlsPane {
	float: right;
	height: 19px;
	width: 67px;
}
#structure #centrePanel2 #language #text {
	float: right;
	font-family: Tahoma, Verdana;
	font-size: 9px;
	color: #8d8d8d;
	margin-top: 4px;
	margin-right: 11px;
	font-weight: normal;
}
