/* CSS Document */


/* All definitive tag styles are listed here.*/

body{
background-color:#999999;
}


/* All ID styles are listed here */




#outsideTable{
width:100%;
text-align:center;
border:0px solid #999999;
}

#insideTable{
text-align:center;
background-color:#FFFFFF;
width:820px;
border:1px solid #456A92;
}


#logoCell{

width:820px;

}

#crecLogo{
background-image:url(images/CREC Logo.jpg);
width:200px;
height:150px;
background-repeat:no-repeat;
}

#topRight{
width:400px;
}
#menuBar{
background-color:#456A92;
width:820px;
height:20px;
}

#contentTable{
background-color:#FFFFFF;
width:820px;
border:0px solid #ffffff;
}

#bottomTable{
background-color:#FFFFFF;
width:820px;
border:0px solid #ffffff;
}


#loginBar{

color:#ffffff;
}


/* All classes are listed here. */

.leftPane{
border-right:1px solid #456A92;
}


.centerAlign{
text-align:center;
}

.rightAlign{
text-align:right;
}

.leftAlign{
text-align:left;
}

.topAlign{
vertical-align:top;
}

A.LoginLink:link{
padding-right:40px;
color:#000000;
text-decoration:none;
font-family:Tahoma;
font-size:12px;
}

A.LoginLink:visited{
padding-right:40px;
color:#000000;
text-decoration:none;
font-family:Tahoma;
font-size:12px;
}

A.LoginLink:hover{
padding-right:40px;
color:#000000;
text-decoration:underline;
font-family:Tahoma;
font-size:12px;
}

A.LoginLink:active{
padding-right:40px;
color:#000000;
text-decoration:none;
font-family:Tahoma;
font-size:12px;
}

.copyright{
text-align:center;
font-family:Tahoma;
font-size:10px;
}

A.UserLink:link{

color:#000000;
text-decoration:none;
font-family:Tahoma;
font-size:12px;
}

A.UserLink:visited{

color:#000000;
text-decoration:none;
font-family:Tahoma;
font-size:12px;
}

A.UserLink:hover{

color:#000000;
text-decoration:underline;
font-family:Tahoma;
font-size:12px;
}

A.UserLink:active{

color:#000000;
text-decoration:none;
font-family:Tahoma;
font-size:12px;
}

.logo{
background-image:url(images/bannerbg.jpg);
background-repeat:no-repeat;
}

.padRight{
padding-right:5px;
}

.bottom_logo{
background-image:url(images/CRECLogo.jpg);
width:200;

background-repeat:no-repeat;
}



/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* background/border colors for the selected tab */
.TabBg {
}

.TopPane  { 
}

#LeftPane  { 


}

#BottomLeftPane  { 


}

#ContentPane  { 
	
}

#RightPane  { 

}

#BottomRightPane  { 
	
}

#BottomPane {
}

#Footer{

}


/* GENERAL */
/* style for module titles */
.Head   {
			text-align: center;
			text-decoration: none;
			font-weight: bold;
			color: #0000BD;
			letter-spacing: 1px;
			font-size: 8pt;			
}


/* Solarpart Menu Style */

.MainMenu_MenuContainer {
			border-top:0px solid #000033;
			border-left:0px solid #000033;
			border-right:0px solid #000033;
			border-bottom:2px solid #B8BCC1;
			background-color: transparent;
			text-align:center;
			background-image:url(images/menu_off.gif);
			background-repeat:repeat-x;
}

.MainMenu_MenuBar {
vertical-align:middle;
text-align:center;
height:25px;
}


.MainMenu_MenuItem {
	
	display: block;
	color: #ffffff;
	padding-right:12px;
	padding-left:12px;
	text-decoration: none;
	font-family: "Tahoma";
	font-size: 12px;
	text-align:left;
	background-image:url(images/menu_off.gif);
	background-repeat:repeat-x;
	border:0px solid #ffffff;
}


A.MainMenu_MenuItem:active{
background-image:url(images/menu_on.gif);
}





.MainMenu_MenuIcon {
			
			 display:none;
			
}

.MainMenu_SubMenu {
			border:0px solid #000033;
			color: #486085;
			background-color: #ffffff;
			border-top:0px solid #000033;
			border-left:0px solid #000033;
			border-right:0px solid #000033;
			border-bottom:0px solid #000033;
			
}

.MainMenu_MenuBreak {
					
}

.MainMenu_MenuItemSel {
			
			
	color: #FFFFFF;
	padding-right:12px;
	padding-left:12px;
	
	background-color:#999999;/*#FC7316;*/
	background-image:url(images/menu_on.gif);
	
			
}



.MainMenu_MenuArrow {
	display:none;
}

.MainMenu_RootMenuArrow {
	display:none;
}







