/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	background-image: none;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  {
}

.ContentPane  {
	padding-left: 10px;
}

.RightPane  {
	padding-left: 10px;
	background-color: #eeeeef;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   
{
	font:bold 14px Verdana;
	color:#1e3d69;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
	font:bold 12px Verdana;
	color:#1e3d69;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font:11px Arial;
	color:#000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-size: 9;
	font-family: Verdana;
}

.NormalRed
{
	font-size: 8pt;
	font-family: Verdana;
	color: #8f1819;
}

.NormalBold
{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A
{
}

A:link  
{
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR 
{
	color: White 
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* 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: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 10px; 
	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 {
	display:none;
	cursor: hand; 
	background-color: Transparent; 
	/*border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; */
	text-align: center; 
	width: 0; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	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: Transparent; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	background-color: Transparent;
}

.ModuleTitle_MenuArrow {
	width: 0px;
	font-family: webdings; 
	font-size: 10px; 
	cursor: hand; 
	/*border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;*/
}

.ModuleTitle_RootMenuArrow {
	width: 0px;
	font-family: webdings; 
	font-size: 10px; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	/*border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  */
	/*background-color: Transparent;*/
	background: #2e4d90;
	height: 35px;
	/*vertical-align: middle; */
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 30;
	background: #2e4d90;
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: White; 
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	/*border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;*/
	background-color: Transparent;
}

.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: Transparent; 
	/*border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; */
	text-align: center; 
	width: 0; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: hand;
	background-color: #333333;
	/*padding-left: 10px;*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	/* border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;*/
}

.MainMenu_MenuBreak {
	border-bottom: none; 
	border-left: none; 
	border-top: none;  
	border-right: none; 
	background-color: Transparent; 
	height: 5px;
	width: 40px;
}

.MainMenu_MenuItemSel {
	background-color: #000000;
	/*background-color: #5b7faf;*/
	color: white;
	cursor: hand; 
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
}

.Separator {
	height: 35px;
	font-family: Helvetica, Tahoma, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color:#fff;
	background: #2e4d90;
}

.MainMenu_MenuArrow {
	visibility: hidden;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: hand;
	visibility: hidden;
}

.breadcrumb {
	font: 12px Verdana;
}

#topleft {
	height: 79px;
	width: 439px;
	/* background: url(logo_top.jpg) no-repeat left; */
	z-index: 100;
}

#topright {
	height: 79px;
	background: url(earth_top.gif) no-repeat right;
	width: 610px;
	z-index: 99;
}

#subtopleft {
	height: 218px;
	background: url(left_top.jpg) no-repeat;
	z-index: 98;
	width: 100%;
}

#subtopmiddle {
	height: 218px;
	z-index: 98;
	background: url(left_middle_top.jpg) no-repeat;
	width: 100%;
}

#MenuPane {
	float: right;
	height: 35px;
	z-index: 99;
	background: url(menu_bg.jpg) no-repeat right;
	width: 710px;
}

#subtopright {
	height: 184px;
	float: right;
	width: 710px;
	/*z-index: 99;*/
	/*background: url(flash_top.jpg) no-repeat right;*/
}

#lineovermap {
	height: 2px;
	width: 290px;
	background: url(line_over_map.jpg) no-repeat;
}

#dottedline {
	height: 2px;
	width: 100%;
	background: url(dotted_line.jpg) repeat-x;
}

#footerleft {
	height: 17px;
	width: 346px;
	background: url(footer_left.jpg) no-repeat;
}

#footercenter {
	height: 17px;
	background: url(footer_center.jpg) repeat-x;
	width: 100%;
}

#footerright {
	height: 17px;
	width: 265px;
	background: url(footer_right.jpg) no-repeat;
}

#leftcontent {
position: absolute;
left:0px;
top:300px;
width:290px;
background:#fff;
}

#centercontent {
background:#fff;
margin-left: 199px;
margin-right:199px;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 201px;
margin-right:201px;
}

html>body #centercontent {
margin-left: 201px;
margin-right:201px;
}

#rightcontent {
position: absolute;
right:0px;
top:300px;
width:268px;
background:#fff;
border:1px solid #000;
}




