/* ================================
    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 {
scrollbar-base-color: #262E33;
scrollbar-arrow-color: #666;
scrollbar-3dlight-color: #262E33;
scrollbar-darkshadow-color: #262E33;
scrollbar-face-color: #fff;
scrollbar-highlight-color: #262E33;
scrollbar-shadow-color: #262E33;
scrollbar-track-color: #666;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../Portals/2/template_images/site_bg.jpg);
	background-color: #262E33;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 color: #333;
}
.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 	color: #333;
	
}

.RightPane  { 
}
.PastEvents{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
color: #333;
}
.redtext{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
color: #DD0500;
}


/* 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   {
}

/* 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
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding:2px 2px 2px 2px;
	margin:2px 2px 2px 2px;
}

.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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
font-weight: bold;
}

H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
font-weight: bold;
}

H3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
font-weight: bold;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}
table.content{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #333;
	background-color: #fff;
}

A:link, A:visited, A:active   {
color: #666;
text-decoration: underline;
}



A:hover {
color: #666;
text-decoration: none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
	
	background: #E2E3CA;
	border: 0px;
	border-top:1px #333 dashed;
	color: #E2E3CA;
	width: 95%;
	text-align: center;
}

/* 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 {
color: #003333;
background-color: #fff;
font-size: 12px;
text-transform: lowercase;
text-decoration: none;
border: 0px;
font-weight: normal;
}

.MainMenu_MenuBar {
color: #003333;
background-color: #fff;
font-size: 12px;
text-transform: lowercase;
text-decoration: none;
border: 0px;
font-weight: normal;
}

.MainMenu_MenuItem {
color: #003333;
background-color: #fff;
font-size: 12px;
text-transform: lowercase;
text-decoration: none;
border: 0px;
font-weight: normal;
}

.MainMenu_MenuIcon {
border: 0px;
}

.MainMenu_SubMenu {
background-color: #fff;
font-size: 12px;
text-transform: lowercase;
text-decoration: none;
border: 0px;
font-weight: normal;
}

.MainMenu_MenuBreak {
border: 0px;
}

.MainMenu_MenuItemSel {
color: #749805;
background-color: #fff;
font-size: 12px;
text-transform: lowercase;
text-decoration: none;
border: 0px;
font-weight: normal;
}

.MainMenu_MenuArrow {
border: 0px;
}

.MainMenu_RootMenuArrow {
border: 0px;
}
/* new styles for shoot out*/

/*backgrounds*/
.leftsideBg {
	background-image: url(../../Portals/2/template_images/backg-left_rep.jpg);
	background-repeat: repeat-y;
	
}
.rightsideBg {
	background-image: url(../../Portals/2/template_images/backg-right_rep.jpg);
	background-repeat: repeat-y;
}
.litebluBg {
	background-color: #E4F0F1;
}
.greenyBg {
	background-color: #E2E3CA;
}
.greenyimgBg {
	background-image: url(../../Portals/2/template_images/home_content_bg01.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.whiteBg {
	background-color: #FFF;
	
}
.padTen{
	padding: 10px;
}
.height1 {
	height: 4px;
	background-color: #FFF;
	
}
.stdwidth {
	width: 740px;
}
.headmoveUp {
	margin-top: -21px;
	position: relative;
	z-index: 2;
}
.greyBg {
		background-color: #333;
}


.titleTop {
	
	background-image: url(../../Portals/2/template_images/top_right_cnr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #002020;

}
.titleBot {
		background-image: url(../../Portals/2/template_images/bottom_right_cnr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	
}
.navPad {
	padding: 14px 7px;
}
.loggy {
	color: #999;
	font-size: 9px;
	
}
.loggy a {
	color: #999;
	font-size: 9px;
}

/* text editor background */
.FCKImageGalleryContainer{
background-color:#FFFFFF;
}




