/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	background-image: url(indx_top_bnr.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 189px;
	width: 814px;
}
.left_menu_yelo {
	background-image: url(indx_bkgd_yelo.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 7px;
	background-position: left top;
}
.left_menu_flwr {
	background-image: url(indx_left_menu_flwr.jpg);
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 130px;
	background-repeat: no-repeat;
	background-position: left top;
}
.right_menu_yelo {
	background-image: url(indx_right_shado.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 7px;
}

/* background color for the content part of the pages */
Body
{
}

/* Scott's moved menu here 11/17/2006 */

/* -------------------- Main Menu ------------------------------- */

.MainMenu_MenuContainer {
	height: 19px;
	/*background-image: url(menu_bkgd.jpg);
	background-repeat: repeat-x;*/
	background-color: #330099;
}

.MainMenu_MenuBar {
	cursor: hand;
}

.MainMenu_MenuItem {
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	cursor: hand;
	color: White;		/* Color of all text on main and sub menus*/
	background-color: #330099;
	height: 19px; 
	/* background-image: url(menu_bkgd.jpg);    Warning: Don't use here unless you want ALL menu items root and sub affected*/
	border-top: 0px;
	border-bottom: 0px;
        padding-right: 3px;
}

.MainMenu_MenuItemSel {
	height: 19px;
	font-family: Verdana;
	font-size: 11px;
	color: #330099;
	background-color: White;
	padding-left: 0px;
        padding-right: 3px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	z-index: 0;
	cursor: hand;
}

.MainMenu_MenuBreak {
	display: none;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}



/* DNN references pages below as tab also */

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  {
	margin: 0px;
	padding: 0px;
	height: 292px;
	width: 242px;
	background-position: left top;
}

.ContentPane  {
	background-image: url(indx_hawt_index_11.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 292px;
	width: 558px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #6666CC;
	text-align: right;
	font-weight: bold;
	float: right;
}
.leftedge {
	background-image: url(indx_left_edge.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.green {
	background-image: url(indx_green_bkgd.jpg);
	background-repeat: repeat;
}
.right_edge {
	background-image: url(indx_right_edge.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 10px;
}
.right_shado {
	background-image: url(indx_right_shado.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 7px;
	margin: 0px;
	padding: 0px;
}
.btm_lft2 {
	background-image: url(indx_btm_lft_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom {
	background-image: url(indx_btm.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.btm_rigth2 {
	background-image: url(indx_btm_right2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.RightPane  { 
}
.btm_right1 {
	background-image: url(indx_btm_right1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 19px;
	width: 10px;
}

/* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #6666CC;
}

.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  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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 {
color: #FFFFFF;
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}
.loginlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #330099;
	background-position: left top;
	background-image: url(indx_green_bkgd.jpg);
	background-repeat: repeat;
	line-height: 14px;
}
.menu_placeholder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #330099;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 19px;
	background-position: center center;
	text-align: left;
	line-height: 17px;
}
.long_bottom {
	background-image: url(indx_long_btm.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 814px;
}
