/* ================================*/
/*    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
{
	margin: 0px 0px 10px 0px;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* 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   {
margin:-25px 0 0 0;
padding: 5px;
display:block;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
color: #000099;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* 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:link { 
text-decoration: underline;  
}

A:hover { 
color: red;
text-decoration: underline; 
}

A:visited {
color: purple;
text-decoration: underline;
}

A:active {
font-weight: bold;
text-decoration: underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* 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 {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* ================================*/
/*   CSS STYLES FOR PROJECT BOX                           */
/* ================================*/

.projectsbox-relative {
width: 234px;
height: 186px;
background: url('../../../0/project_box.png') no-repeat;
position: relative;
margin: 150px 0 0 175px;
padding: 40px 38px 0 20px;
}

/* ================================*/
/*    CSS STYLES ADDED BY GWEN                            */
/* ================================*/

/* Center Aligned Head Text-RED */
p.Head-centered-red {
font-family: Tahoma, Arial, Helvetica;
font-size: 18px;
font-weight: bold;
color: #ff0000;
text-align: center;
}

/* Center Aligned Head Text */
.Head-centered {
font-family: Tahoma, Arial, Helvetica;
font-size: 18px;
font-weight: normal;
color: #333333;
text-align: center;
} 

.ptext-centered {
font-family: Arial, Helvetica, sans-serif;
color: #666666;
text-align: center;
}

.normaltext {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
margin: 5px;
padding: 0;
text-align: left;
}

.normaltext-centered {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
margin: 5px;
padding: 0;
text-align: center;
}

p.justify {
text-align: justify;
}

p.centered {
text-align: center;
}

.center { 
text-align: center; 
}

/*   ================================*/
/* Blue Quick Links Bar                                               */
/*   ================================*/

#button {
width: 24em;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1px;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #90bade;
color: #333;
}

#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
width: 100%;
}
		
#button li {
border-bottom: 1px solid #90bade;
margin: 0;
width: 100%;
}

#button li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #button li a {
width: auto;
}

#button li a:hover {
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

/*   ================================*/
/* End of Blue Quick Links Bar                                      */
/*   ================================*/

/*   ================================*/
/* MORE NEW STYLES BY GWEN                                */
/*   ================================*/

.ModuleTitle-centered {
margin: 5px 0 0 0;
padding: 5px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
color: #000099;
text-align: center;
}

/*   ================================*/
/* TEST POD STYLE BY GWEN */
/*   ================================*/

.pod {
BORDER-RIGHT: #7f7f7f 1px solid; 
BORDER-TOP: #7f7f7f 1px solid; 
BORDER-LEFT: #7f7f7f 1px solid; 
WIDTH: 200px; 
BORDER-BOTTOM: #7f7f7f 1px solid; 
POSITION: absolute; 
HEIGHT: 146px; BACKGROUND-COLOR: #ffffff;
}

.pod_header {
PADDING-RIGHT: 7px; 
PADDING-LEFT: 5px; 
PADDING-BOTTOM: 0px; 
MARGIN: 0px; 
FONT: 18px Impact, Arial; 
COLOR: #790814; 
PADDING-TOP: 2px; 
BORDER-BOTTOM: #7f7f7f 1px solid; 
POSITION: relative; 
HEIGHT: 24px; 
BACKGROUND-COLOR: #e0dbbe;
}

.pod_content {
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
PADDING-BOTTOM: 0px; 
MARGIN: 0px; 
FONT: 10px Verdana, Arial; 
WIDTH: 145px; 
COLOR: #666666; 
PADDING-TOP: 0px; 
POSITION: relative; 
BACKGROUND-COLOR: #ffffff;
}

.PodHolder {
POSITION: relative; 
HEIGHT: 170px;
}

.floatbox {
  POSITION: relative; 
  float: left;
  margin: 5px 0 5px 100px; 
  display: inline;
}

.PodHomeLeft {
LEFT: 6px; 
POSITION: absolute; 
TOP: 8px;
}

.PodHomeMiddle {
LEFT: 215px; 
POSITION: absolute; 
TOP: 8px;
}

.PodHomeRight {
LEFT: 424px; 
POSITION: absolute; 
TOP: 8px;
}

.SinglePodHolder {
LEFT: 4px; 
POSITION: relative;
}

.LearnMore {
Z-INDEX: 100; 
LEFT: 5px; 
POSITION: absolute; 
TOP: 120px;
}

.podImage {
LEFT: 116px; 
POSITION: relative; 
TOP: 1px;
}

/*   ================================*/
/* End of Test Pod Style                                      */
/*   ================================*/

/*   ================================*/
/* MODIFIED CONTENT BOX STYLE MORE LEFT MARGIN*/
/*   ================================*/

.contentBoxModified {
padding: 3px; 
margin: 20px 0 0 0; 
text-align: center;
}

/*================================*/
/* SIL #144 IMAGE SLICES STYLES*/
/* ================================*/

#Table_01 {
	position:relative;
	left:10px;
	top:0px;
	width:240px;
	height:355px;
}

#SIL-144-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
	height:180px;
}

#SIL-144-02 {
	position:absolute;
	left:120px;
	top:0px;
	width:120px;
	height:152px;
}

#SIL-144-03 {
	position:absolute;
	left:120px;
	top:152px;
	width:120px;
	height:203px;
}

#SIL-144-04 {
	position:absolute;
	left:0px;
	top:180px;
	width:120px;
	height:175px;
}

/* ================================*/
/* END OF SIL #144 IMAGE SLICES STYLES*/
/* ================================*/

.PodHomeRight2 {
LEFT: 80px; 
POSITION: absolute; 
TOP: 8px;
}

/* ================================*/
/* START OF 2-COLUMN LAYOUT STYLE*/
/* ================================*/

#2col-container {
  width: 670px;
  margin-left: auto;
  margin-right: auto;
}

#rightcolumn {
  margin-left:  335px;
  padding: 3px;
}

#leftcolumn {
  float: left;
  width: 335px;
  padding: 3px;
}

/* ================================*/
/* END OF 2-COLUMN LAYOUT STYLE*/
/* ================================*/

/*================================*/
/* ENR 2008 Ranking IMAGE SLICES STYLES*/
/* ================================*/

#Table_01 {
	position:relative;
	width:261px;
	height:170px;
}

#UES-Ranked-227-vs2-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:67px;
	height:85px;
}

#UES-Ranked-227-vs2-02 {
	position:absolute;
	left:67px;
	top:0px;
	width:64px;
	height:85px;
}

#UES-Ranked-227-vs2-03 {
	position:absolute;
	left:131px;
	top:0px;
	width:61px;
	height:85px;
}

#UES-Ranked-227-vs2-04 {
	position:absolute;
	left:192px;
	top:0px;
	width:69px;
	height:85px;
}

#UES-Ranked-227-vs2-05 {
	position:absolute;
	left:0px;
	top:85px;
	width:67px;
	height:85px;
}

#UES-Ranked-227-vs2-06 {
	position:absolute;
	left:67px;
	top:85px;
	width:64px;
	height:85px;
}

#UES-Ranked-227-vs2-07 {
	position:absolute;
	left:131px;
	top:85px;
	width:61px;
	height:85px;
}

#UES-Ranked-227-vs2-08 {
	position:absolute;
	left:192px;
	top:85px;
	width:69px;
	height:85px;
}

/* ================================*/
/* END OF ENR 2008 Ranking IMAGE SLICES STYLES*/
/* ================================*/

.floatleft {
float:left;
}






