/* ================================
    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
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* 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
{
}

.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    {
}
    
/* 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 {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/*  InvSideMenu Stuff */
/******************************************************************/
.currentHdr
{
}
.currentItem
{
}

.menuHdr0
{ 
 padding-left:10px;
}


.menuHdr0 A,.menuHdr0 A:Active,.menuHdr0 A:Hover,.menuHdr0 A:Visited,.menuHdr0 A:Link
{
 padding-left:0px;
color:#333333;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 12pt;
line-height: 20pt;
font-weight: bold;
}


.menuHdrHighlight0
{ 
 padding-left:10px;
color:#333333;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 12pt;
line-height: 20pt;
font-weight: bold;
}


.menuHdr1
{ 
 padding-left:20px;
color:#333399;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 10pt;
line-height: 15pt;
font-weight: bold; 
}


.menuHdr1 A,.menuHdr1 A:Active,.menuHdr1 A:Hover,.menuHdr1 A:Visited,.menuHdr1 A:Link
{
color:#333399;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 10pt;
line-height: 15pt;
font-weight: bold;
}


.menuHdrHighlight1
{ 
 padding-left:20px;
color:#009933;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 10pt;
line-height: 15pt;
font-weight: bold;
}


.menuHdr2
{ 
 padding-left:30px;
color:#C00000;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 9pt;
line-height: 15pt;
font-weight: bold;
}


.menuHdr2 A,.menuHdr2 A:Active,.menuHdr2 A:Hover,.menuHdr2 A:Visited,.menuHdr2 A:Link
{
 padding-left:30px;
color:#C00000;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 9pt;
line-height: 15pt;
font-weight: bold;
}


.menuHdrHighlight2
{ 
 padding-left:30px;
color:#C00000;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 9pt;
line-height: 15pt;
font-weight: bold;
}



/* top most level menu item */

.menuItem0
{ 
 padding-left:10px;
}


.menuItem0 A,.menuItem0 A:Active,.menuItem0 A:Hover,.menuItem0 A:Visited,.menuItem0 A:Link
{
color:#000000;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 12pt;
line-height: 20pt;
font-weight: bold;
}



/* Sub menu item*/

.menuItem1
{ 
 padding-left:20px;
color:#333399;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 10pt;
line-height: 15pt;
font-weight: bold; 
}


.menuItem1 A,.menuItem1 A:Active,.menuItem1 A:Hover,.menuItem1 A:Visited,.menuItem1 A:Link
{
 color:#333399;
}



/* Sub sub menu item*/

.menuItem2
{ 
 padding-left:30px;
color:#C00000;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 9pt;
line-height: 15pt;
font-weight: bold;
}


.menuItem2 A,.menuItem2 A:Active,.menuItem2 A:Hover,.menuItem2 A:Visited,.menuItem2 A:Link
{
color:#C00000;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 9pt;
line-height: 15pt;
font-weight: bold;
}



/* highlight of top most menu item */

.menuHighlight0
{
 padding-left:10px;
color:#333333;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 12pt;
line-height: 20pt;
font-weight: bold; 
}



/* highligh of sub menu item */

.menuHighlight1
{
padding-left:20px;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 10pt;
line-height: 15pt;
font-weight: bold; 
}

/* highlight of sub sub menu item */

.menuHighlight2
{
 padding-left:30px;
color:#C00000;
font-family: Arial, Verdana, Georgia, Helvetica;
font-size: 9pt;
line-height: 15pt;
font-weight: bold;
}



/* setting for entire menu */

.inventua_sidemenu
{
  width:197px; 
  background-color:#D9ECF3;
}


.MenuItemMouseOver0
{
 padding-left:10px;
}


.MenuItemMouseOver1
{
 padding-left:20px;
}


.MenuItemMouseOver2
{
padding-left:40px;
}

/* ============================*/
/* Selected Day in events calendar */
/* ============================*/
.EventSelectedDay
{
/*   background-color: #CCCCFF !important;	*/
}

/* Custom Menu Container */

#dnn_ctr418_dnnTITLE_lblTitle{
 padding-left:10px;
 color:#FFFFFF;
}


.pagemaster
{
 background-color:0080AF ;
height:100%;
}


/* ============================*/
/* Home Page Right Panel Contain */
/* ============================*/

#dnn_ctr451_dnnTITLE_lblTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
}

#dnn_ctr638_dnnTITLE_lblTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
}
#dnn_ctr451_ContentPane
{

}


#dnn_ctr453_dnnTITLE_lblTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
}

#dnn_ctr453_ContentPane
{
}

#dnn_ctr345_ModuleContent
{
   font-size: 12px;
}

/* ====================================*/
/* PREVNet sitemap                                               */
/*====================================*/
.PrevNetSitemapRoot
{
	width:150px;
font-family: Tahoma, Arial, Helvetica; 
font-size: 11px; 
font-weight: normal; 
	margin-top:7px;
}
.PrevNetSitemapParent
{
	width:200px;
font-family: Tahoma, Arial, Helvetica; 
font-size: 11px; 
font-weight: normal; 

}

.PrevNetSitemapLeaf
{
font-family: Tahoma, Arial, Helvetica; 
font-size: 11px; 
font-weight: normal; 
}


/*=============================================*/
/* Repository Survey                                                                */
/*=============================================*/

.surveyContainer
{
	width: 510px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold;

}

div.grmSurveyRow 
{
	clear: both;
	padding-top: 10px;	
}

.grmEmailText
{
	width:100px;
	float:left;
	padding-top:4px;
}

.EmailTextBox
{
 width:120px;
}

div.grmSubmitRow
{
	clear:both;
	text-align:center;	
	padding-top: 5px;	
}
.ConfirmationRadioList
{
	float:left;
}

.CommentsTextBox
{
	width:275px;
	height:150px;
}
.surveyValidation
{
	width:25px;
}
.grmSurveyText
{
	float:left;
	padding-top:2px;
	text-align:left;
	width:225px;
}
.surveyInputControl
{
	float:left;
	font-family: Arial;
	font-size: 8px;
}

.surveyDropDowns
{
font-size: 11px;
}
.SurveyErrorSummary
{
	text-align:left;
	width: 275px;
}
.validationSpan
{
	width:300px;	
}


/*===============================================================*/
/* Splash Image                                                  */
/*===============================================================*/

.spalshSkinMaster {
	height: 100%;
	background-color: #FFFFFF ;	
	margin:0 auto 0 auto;
	width:768px; 
	vertical-align:top;
}


/*=================================================================*/
/*Survey Results                                                   */
/*=================================================================*/
.grmSurveyResultsThankyou{
  font-weight: bold;
  font-family: Arial;
  padding-top:100px;
}

.grmSurveyResultsFileText
{
  font-weight: bold;
  padding-top:10px;
  font-family: Arial;
}
.grmSurveyResultsFileLink
{
  font-weight:bold;
  color:blue;
  font-family: Arial;
  padding-top:5px;
}
.repSearchText
{
  padding-right:5px;
}
.repSearchButton
{
  margin-left:5px;  
}



/*=================================*/
/* PREVNet Contact Us modulle                                 */
/*=================================*/

/* The column containing the text */
.cuHeader
{
  width:100px;
 vertical-align:top;
 float:left;
}

/* The column containg the input control */
.cuContent
{
 width:200px;
}


/* The column containing the validator if applicable */
.cuValidator
{
}

.cuNameRow,.cuEmailRow,.cuSubjectRow,.cuMessageRow,.cuCaptcha,.cuButton
{
  padding-top: 2px;
  padding-bottom: 2px;
}

.cuMessage
{
  width:300px;
  height:100px;
}


/*==================================*/
/*End PREVNet Contact Us                                         */
/*=================================*/

/* are you the same */

