/*
==========================         
PEN-LINK TEMPALTE STYLES
==========================
*/

body {			/*  This defines the background color for the site  */
	background-color: #111111;
	height:100%;
	padding: 0px;
	margin: 0px;
}

body, body table {			/*  This defines the font, font size, and font color of a majority of the site  */
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	font-size: 12px;
}

.SkinObject {			/* Affects the footer/copyright area  */
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
}

/*  Adjusts the hover link text color */
/* commented out by KCC on 5/30/2008
a:hover {
	color: #006699 !important ;
}
*/

/* Link colors adjusted by KCC on 5/30/3008 */
a:link {color: #29297E; text-decoration: underline}
a:visited {color: #530053; text-decoration: underline}
a:active {color: #530053; text-decoration: underline}
a:hover {color: #323197; background-color: #BCBDDB; text-decoration: underline}


#wrapper {			/*  The center cell of the outtermost table- contains everything but the side hatch */
	background-color: #111111;
	color: #111111;
	width: auto;
	height:100%;
}

.controls {			/* The admin controls that appear at the top of the window when logged in as admin/host */
	background-color: #FFFFFF;
	width: 100%;
}

.sidebar1 {			/*  Left side hatch cell */
	height:100%;
	width: 50px;
	padding: 0px;
	margin: 0px;
	background-image:  url(side_lines.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.sidebar2 {			/* Right side hatch cell  */
	height:100%;
	width: 50px;
	padding: 0px;
	margin: 0px;
	background-image:  url(side_lines.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.branding {			/*  The cell the holds the flash headings  */
	height: 167px;
	background-color: #111111;
	padding: 0px;
	margin: 0px;
}

.branding_noflash {			/*  Container for the "no flash" jpg - it is also a hyperlink to Adobe */
	display: block;
	width: 798px;
	height: 165px;
	background-color: #111111;
	padding: 0px;
	margin: 0px;
	background-image:  url(noFlash_header.jpg);
	background-repeat: none;
	background-position: center middle;
	border: 1px solid #111111;
}
.branding_noflash:hover {			/* Border so users know they can click to download flash  */
	border: 1px solid #FF0000;
}

.nav {			/*  Div Container for the main navigation */
	height: 23px;
	background-color: #111111;
	padding: 0px;
	margin: 0px;
}

.MainMenu_MenuContainer {			/*  DNN container for main nav  */
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	height: 24px;
	background-attachment: scroll;
	background-image:  url(nav_texture.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	background-color: #333333;
	border: 0px none #FF0000;
	color: #CCCCCC;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.MainMenu_MenuBar {			/*  Another DNN generated container for the parent menu items  */
	width: 100%;
	height: 24px;
	border: 0px none #FF0000;
}

.MainMenu_MenuBreak {			/* Divider for between menu items  */
	display: none;				/*  This feature is turned off  */
}

.MainMenu_MenuItem {			/*  Styles all menu items, both ROOT and CHILD  */
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: left;
	margin: 0px;
	border: 0px none #FF0000;
	text-transform: uppercase;
}

.MainMenu_MenuItem, .MainMenu_MenuItem a {			/* Styles the text of all menu items  */
	color: #CCCCCC;
	text-transform: uppercase;
}

.MainMenu_RootMenuItem {			/* Adds styles to "MainItem" for the ROOT items */
	background-image:  url(nav_texture.jpg);
	background-repeat: repeat-x;
	padding:  0px 4px 0px 0px;
}

.MainMenu_MenuItemActive {			/*  Styles all active menu items, both ROOT and CHILD */
	text-transform: uppercase;
}

.MainMenu_MenuItemSel {			/* Styles all selected menu items, both ROOT and CHILD  */
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: left;
	margin: 0px;
	border: 0px none #FF0000;
	color: #FFFFFF;
	text-transform: uppercase;
}

.MainMenu_RootMenuItemSel {			/*  Add styles for ROOT selected items  */
	background-attachment: scroll;
	background-image:  url(nav_texture.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:  0px 0px 0px 0px;
}

.MainMenu_RootMenuItemActive {			/* Adds styles for ROOT active items  */
	background-attachment: scroll;
	background-image:  url(nav_texture.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 0px none #FF0000;
}


.MainMenu_MenuIcon {			/*  Styles main menu icons  */
	display: none;				/*  This feature is turned off  */
}

.MainMenu_SubMenu {				/* This styles the CHILD/SUB "drop-down container  */
	background-color: #333333;
	padding:  0px;
	margin: 0px;
	border: 0px none #FF0000;
}

.MainMenu_SubMenuItem{			/*  Adds style for CHILD/SUB menu items */
	text-transform: uppercase;
}

.MainMenu_SubMenuItemSel {			/*  Adds style for selected CHILD/SUB menu items  */
	height: 24px;
	line-height: 24px;
	background-color: #666666;
	padding:  0px;
	margin: 0px;
	border: 0px none #FF0000;
}
.MainMenu_MenuArrow, .MainMenu_MenuArrowSel, .MainMenu_RootMenuArrow, .MainMenu_RootMenuArrowSel {			/*  Styles the arrows beside menu items */
	height: 10px;
	width: 10px;
	border: 0px none #FF0000;
}


.MainMenu_MenuArrowActive, .MainMenu_RootMenuArrowActive {			/*  Turns off active arrows infavor of active text styling  */
	display: none;
}

.footer {			/*  Footer/copyright container - text styles are copied to "skinobject"  */
	background-color: #666666;
	background-image:  url(footer_bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 16px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #333333;
	line-height: 16px;
}

.main {			/*  TABLE inside WRAPPER cell - container for a lot of the content  */
	height: auto;
	background-color: #FFFFFF;
	color: #111111;
}

.Head   {			/*  Styles the module & container headings  */
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.SubHead, .SubSubHead {			/*  Styles the module and container subheadings  */
	color: #333333;
}

.Normal,.NormalDisabled {		/*  Styles "normal" text like descriptions in the announcment mod  */
	color: #333333;
	font-size: 12px;
}

.NormalTextBox {		/*  Input text box color  */
	color: #666666;
}

/* Blog Styles */

.BlogInfo {		/*  HIDES author on blog mod  */
	display: none;
}
.CommandButton_ReadMore {		/* Blog Read more Btn */
	color: #000000;
	text-transform: lowercase;
}

.CommandButton_ReadMore:hover {		/*  Blog Read more Btn hover  */
	color: #0066CC;
	text-transform: lowercase;
	text-decoration: none;
}

.CommandButton_ReadMore img {		/*  Blog read more arrow image  */
	border: 0px none #FF0000;
}



/* Search & User control banner */

.bulk_widget_banner {		/*  Container cell resting under the main nav  */
	margin: 0px;
	padding: 0px;
	background-image: url(searchBannerBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #006699;
	height: 35px;
}


/* User Controls in banner */

.user {		/*  Container  */
	position: relative;
	display: inline;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px 10px 0px 20px;
	color: #FFFFFF;
	font-size: 12px;
	top: 2px;
}


.user a {		/*  Styles links  */
	color: #FFFFFF !important ;		/* important forces IE to display text color   */
	font-size: 12px;
	text-decoration: none;
}

.user a:hover {		/*  Styles hover   */
	text-decoration: underline;
}


/* Search controls in banner */

.search {		/*  Container   */
	position: relative;
	display: inline;
	top: 0px;
	line-height: 20px;
	vertical-align: middle;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

.search input {		/*  Search input text box/form   */
	background-color: #FFFFFF;
	color: #006699;
	border: 1px solid #333333;
	position: relative;
	top: 0px;
	left: 0px;
	height: 18px;
	width: 200px;
	font-size: 10px;
}
.searchbtn {		/*  Arrow image for search action    */
	position: relative;
	top: 4px;
	left: 2px;
	width: 13px;
	height: 13px;
}


*html .searchbtn {		/*   Repositions arrow image for IE 6  */
	top: 2px;
}

/* Announcment Mod - Events */

a.EventSubHead {		/*   Styles subhead links  */
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

a.EventSubHead:hover {		/*   Subhead links on hover  */
	color: #006699;
}

a.EventRegister {		/*  Simon Note: I don't remember if this is still used. 90% chance this is not used.   */
	font-size: 11px;
	text-decoration: none;
	color: #006699;
	cursor: default;
}

a.EventRegister:hover {		/*  Simon Note: I don't remember if this is still used. 90% chance this is not used.   */
	color: #333333;
}