/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
/*  margin-bottom: 1.5em; */
}

.block.first /* The first block in the region */ {
}

.block.last /* The last block in the region */ {
}

.block.odd /* Zebra striping for each block in the region */ {
}

.block.even /* Zebra striping for each block in the region */ {
}

h2.block-title /* Block title */ {
}

.block .content /* Block's content wrapper */ {
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First block created with "Add block" link */ {
}

#block-blog-recent /* "Recent blog posts" block */ {
}

#block-book-navigation /* "Book navigation" block for the current book's table of contents */ {
}

#block-comment-recent /* "Recent comments" block */ {
}

#block-forum-active /* "Active forum topics" block */ {
}

#block-forum-new /* "New forum topics" block */ {
}

#block-locale-language /* Language switcher block */ {
}

#block-menu-menu-NAME /* Custom menu block  */ {
}

#block-menu-menu-header-menu /* Custom menu block  */ {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	
	padding: 0px 0px;
    text-indent: 5px;
    vertical-align: middle;
	
	color:#FFFFFF;
	background:#087C89;
	border:0px solid #000099;
	*/
}

#block-menu-menu-tracking-topics /* Custom menu block  */ {
	/*background: rgb(204,232,233);*/
}

/*
#block-menu-menu-tracking-topics h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	
	display:block;
	text-decoration:none; 
	color:#FFFFFF;
	background:#087C89;
	border:1px solid #000099;
}

both the h2 and the subclass block-title definitions work!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/

#block-nice-menus-1 /* Custom menu block  */ {
    height: 27px;
	background: rgb(225,225,225);
}

#navigation .region-navigation/* Custom menu block  */ {
    height: 27px;
	background: rgb(225,225,225);
}

.region-footer /* Custom menu block  */ {
    font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	
	padding: 0px 0px;
    text-indent: 5px;
    vertical-align: middle;
	
	height: 26px;

	background: rgb(128,128,128);
}

#block-nice-menus-2 /* Custom menu block  */ {
	padding: 0px 0px;
    text-indent: 5px;
    vertical-align: middle;
	margin-left: 20%;
	margin-right: 20%;

}

#block-nice-menus-1 a:link {color: rgb(22,99,95); text-decoration:none;}    /* unvisited link */
#block-nice-menus-1 a:visited {color: rgb(22,99,95); text-decoration:none;} /* visited link */
#block-nice-menus-1 a:hover {color: rgb(22,99,95); text-decoration:none;}   /* mouse over link */
#block-nice-menus-1 a:active {color: rgb(22,99,95); text-decoration:none;}  /* selected link */

#block-nice-menus-2 a:link {color: white; text-decoration:none;}    /* unvisited link */
#block-nice-menus-2 a:visited {color: white; text-decoration:none;} /* visited link */
#block-nice-menus-2 a:hover {color: white; text-decoration:none;}   /* mouse over link */
#block-nice-menus-2 a:active {color: white; text-decoration:none;}  /* selected link */




#iframe1 {
	position: absolute;
	left: 0;
	

}


#iframe2 {

position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 10em; /* or whatever */
margin: 0;
margin-left: 10em;

	clear: both;
	float: none;
	width: 100%;
}

#block-menu-menu-header-menu .block-title /* Custom menu block  */ {
	/*font-family: "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
	
	padding: 0px 0px;
    text-indent: 5px;
    vertical-align: middle;
	
	display:block;
	text-decoration:none; 
	color: white;
	background: black;
	border:0px solid #000099;*/
}

#block-menu-menu-header-menu li /* Custom menu block  */ {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: rgb(0,126,151) ;
	text-decoration:none;*/
}

#block-menu-menu-tracking-topics a:link {color: rgb(0,126,151); text-decoration:none;}    /* unvisited link */
#block-menu-menu-tracking-topics a:visited {color: rgb(0,126,151); text-decoration:none;} /* visited link */
#block-menu-menu-tracking-topics a:hover {color: rgb(0,126,151); text-decoration:none;}   /* mouse over link */
#block-menu-menu-tracking-topics a:active {color: rgb(0,126,151); text-decoration:none;}  /* selected link */

#block-node-recent /* "Recent content" block */ {
}

#block-node-syndicate /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */ {
}

#block-poll-recent /* "Most recent poll" block */ {
}

#block-profile-author-information /* "Author information" block for the profile of the page's author */ {
}

#block-search-form /* "Search form" block */ {
}

#block-shortcut-shortcuts /* "Shortcuts" block */ {
}

#block-statistics-popular /* "Popular content" block */ {
}

#block-system-main-menu /* "Main menu" block */ {
}

#block-system-management /* "Management" block for Drupal management menu */ {
}

#block-system-navigation /* "Navigation" block for Drupal navigation menu */ {
}

#block-system-user-menu /* "User menu" block for Drupal user menu */ {
}

#block-system-help /* "System help" block */ {
}

#block-system-main /* "Main page content" block */ {
}

#block-system-powered-by /* "Powered by Drupal" block */ {
}

#block-user-login /* "User login form" block */ {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: rgb(0,126,151) ;
	text-decoration:none;
	padding: 0px 5px;
    text-indent: 5px;
	/*background: rgb(204,232,233);*/
}

#block-user-login a:link {color: rgb(0,126,151); text-decoration:none;}    /* unvisited link */
#block-user-login a:visited {color: rgb(0,126,151); text-decoration:none;} /* visited link */
#block-user-login a:hover {color: rgb(0,126,151); text-decoration:none;}   /* mouse over link */
#block-user-login a:active {color: rgb(0,126,151); text-decoration:none;}  /* selected link */

#block-user-new /* "Who's new" block for a list of the newest users */ {
}

#block-user-online /* "Who's online" block for a list of the online users */ {
}
