/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 


body {
	background: #e8e8e8;
}

table, tr, td, p {
	font-family: arial;
	font-size: 12px;
	line-height: 1.4em;
}

label, .normal, .Normal {
	font-family: arial;
	font-size: 12px;
}

table {
	padding: 0;
}

select, input {
	font-family: arial;
	font-size: 12px;
	color: #323565;
}

h3 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
}

p {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

TD.LeftBar {
    font-size: 12px;
    color: #FFFFFF;
    font-family: arial;
    text-decoration: none;
}
TD.LeftBar:link, A.LeftBar:visited {
    font-size: 12px;
    color: #FFFFFF;
    font-family: arial;
    text-decoration: none;
}
TD.LeftBar:hover, A.LeftBar:visited:hover {
    font-size: 12px;
    color: #FFFFFF;
    font-family: arial;
    text-decoration: underline;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12px;
    color: #323565;
    font-family: arial;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    	text-decoration: none;
    	font-size: 12px;
	color: #323565;
	font-weight: bold;
}

A.OtherTabs:visited  {
   	text-decoration:    none;
    	font-size: 12px;
	color: #323565;
	font-weight: bold;
}

A.OtherTabs:active   {
    	text-decoration:    none;
    	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

A.OtherTabs:hover    {
    	text-decoration:    none;
    	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}
A.OtherTabs:visited:hover    {
    	text-decoration:    none;
    	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

/*=============== START DEFAULT MENU STYLES ============================================*/


.MainMenu_MenuContainer {
	background-color: transparent;
	width: 200px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: #55577f 1px solid; 
	border-top: #55577f 1px solid; 
	padding: 2px 10px 3px 5px;
	text-transform: uppercase;
}

.MainMenu_MenuItemSel {
	background: #707193;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 2px 10px 3px 5px;
	text-transform: uppercase;
}

.MainMenu_MenuIcon {
	display: none;
}


.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #55577f; 
	filter: none;
	border: 2px solid #f6f6f6;
	margin-top: 0px;
	padding: 2px;
}

.MainMenu_MenuBreak {
	border-bottom: #f00 1px solid; 
	border-left: #f00 0px solid; 
	border-top: #f00 1px solid;  
	border-right: #f00 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;
}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #55577f 1px solid; 
	border-bottom: #55577f 1px solid; 
	border-top: #55577f 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

/*=============== END DEFAULT MENU STYLES ============================================*/

/* Menu-Styles */
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem {
	color: #fff; 
	background: #323565;
	cursor: pointer; 
	cursor: hand; 
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;	
	padding: 2px 10px 3px 5px;
	height: 21px;
	border-bottom: #323565 1px solid; 
	border-top: #323565 1px solid; 
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #323565;
	margin-top: 5px;
	border: 2px solid #fff;
	padding: 0px 1px 1px 1px;
	filter: none; 
}

.ModuleTitle_MenuBreak {
	display: none;
}

.ModuleTitle_MenuItemSel {
	color: #fff;
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding: 2px 10px 3px 5px;
	height: 21px;
	border: 0;
	background: #707193;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #cccccc;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #323565;
	text-decoration: none;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}

a.SubHead:hover, a.SubHead:visited:hover {
	color: #ff0000;
	text-decoration: none;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #FFFFFF;	
	border-top: 1px solid #323565;
	border-bottom: 1px solid #323565;
	border-left: 1px solid #323565;
	border-right: 1px solid #323565;
	padding: 1px 5px 2px 6px;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background: #707193;
}

a.CommandButton:hover, a.CommandButton:visited:hover {
	color: #FFFFFF;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #323565;
	border-bottom: 1px solid #323565;
	border-left: 1px solid #323565;
	border-right: 1px solid #323565;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background: #55577f;
}

a.Normal:link, a.Normal:visited {
	color: #323565;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.Normal:hover, a.Normal:visited:hover {
	color: #ff0000;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}


a:link, a:visited {
	color: #707193;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #ff0000;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.SideHead {
	font-size: 16px;
	color: #FFFFFF;
	background: transparent;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0;
	font-family: times new roman;
}
.SideHead2 {
	font-size: 12px;
	color: #cccccc;
	background: transparent;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0;
}
.Head  {
	font-size: 18px;
	color: #323565;
	background: transparent;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0;
	font-family: times new roman;
}



.NormalRed {
	color: #ff0000;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
}

.NormalBold {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #686868;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}









