/* background color for the content part of the pages */
body {
	background-color: #FFFFFF;

	
}

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 0px solid; 
    BORDER-TOP: #003366 0px solid; 
    BORDER-LEFT: #003366 0px solid; 
    BORDER-BOTTOM: #003366 0px solid; 
}

.SkinItem {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

A.SkinItem:link {
    text-decoration:    none;
    color: #000000;
	font-weight: bold;
}

A.SkinItem:visited  {
    text-decoration:    none;
    color: #000000;
	
}

A.SkinItem:active   {
    text-decoration:underline;
    color: #000000;

}

A.SkinItem:hover    {
    text-decoration:    none;
    color: #C3B48D;

}
.SkinItem1 {
    font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C0B48C;
}

A.SkinItem1:link {
    text-decoration:    none;
    color: #C0B48C;
	
}

A.SkinItem1:visited  {
    text-decoration:    none;
    color: #C0B48C;
	
}

A.SkinItem1:active   {
    text-decoration:underline;
    color:#C0B48C;
	
}

A.SkinItem1:hover    {
    text-decoration:    none;
    color: #C3B48D;
	
}

/* style for module titles */
.Head   {
	font-family:  Arial;
    font-weight: bold;
	text-transform: uppercase;
	color: #ED1C24;
	font-size: 12px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family:  Arial;
    font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-weight: bold;
	color: #C0B48C;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	padding-bottom:0px;
	text-shadow:gray;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	font-family:Arial;
	font-size:11px;
	color:#000000;
	font-weight: lighter;
}
/* for registering*/
.reg
{
	padding-bottom:0px;
	text-shadow:gray;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	font-family:Arial;
	font-size:14px;
	color:#ED1C24;
	font-weight: bold;
}

.reg A:link {
	font-family:Arial;
	font-size:14px;
	color:#ED1C24;
	font-weight: bold;
text-decoration: none;
}

.reg A:visited {

	font-family:Arial;
	font-size:14px;
	color:#ED1C24;
	font-weight: bold;
text-decoration: none;
}

.reg A:hover {

	font-family:Arial;
	font-size:14px;
	color:#ED1C24;
	font-weight: bold;
text-decoration: underline;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family:  Arial;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family:Arial, Helvetica;
    font-size: 12px;
    color: #ff0000
}

button {
    font-family: Arial,Helvetica;
	color: white;
	background-color: #C0B48C;
    font-size: 11px;
    font-weight: normal;
	border: 1px solid #ECECEC;
	
}

select {
font-family: Arial, Helvetica, sans-serif;
border: 1px solid #ECECEC;
font-size: 11px;
margin-top: 1px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left:0px;
height: 13px
}



/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial,Helvetica;
	 color: Black;
	 background-color: White;
    font-size: 11px;
    font-weight: normal;
	 border: 1px solid #ECECEC;
	 
}


/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	background:#ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 11px;
	background:none;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #C1B48A;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #C1B48A;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #C1B48A;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #C1B48A;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #C1B48A;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #C1B48A;
}

TFOOT, THEAD    {
    font-family:  Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
		color: #000000;
	text-decoration: underline;
}
a:hover {

		color: #000000;
	text-decoration: none;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	background-color: #FFFFFF;
	border-bottom: #E8F0F2 0px solid; 
	border-left: #E8F0F2 0px solid; 
	border-top: #E8F0F2 0px solid; 
	border-right: #E8F0F2 0px solid;
}



.ModuleTitle_MenuBar {
	cursor: hand;
	height:19px;
	background-color: #FFFFFF;
	border-bottom: #4A4E51 0px solid; 
	border-left: #4A4E51 0px solid; 
	border-top: #4A4E51 0px solid; 
	border-right: #4A4E51 0px solid;
}



.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor:hand; 
	color: #333333; 
	font-family:Arial;
	font-size:11px;  
	font-weight: bolder;
  	background-color: #FFFFFF;
	border-bottom: #4A4E51 0px solid; 
	border-left: #4A4E51 0px solid; 
	border-top: #4A4E51 0px solid; 
	border-right: #4A4E51 0px solid;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor:hand;
	background-color: #FFFFFF; 
	border-left: #4A4E51 0px solid; 
	border-bottom: #4A4E51 0px solid; 
	border-top: #4A4E51 0px solid; 
	text-align: center; 
	width: 15; 
	height: 19;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	cursor: pointer; 
	background-color: #EC1651; /* for changing the color of Icon area*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#066B82', Direction=120, Strength=0);
	border-bottom: #4A4E51 0px solid; 
	border-left: #4A4E51 0px solid; 
	border-top: #4A4E51 0px solid; 
	border-right: #4A4E51 0px solid;
}

.ModuleTitle_MenuItemSel {

	cursor: hand; 
	cursor: pointer;
	color: #FFFFFF; 
	font-family:Arial;
	font-size:11px;  
	font-weight: bolder;
	background-color: #EC1651; /* changing for the color of sub menu_01*/
	border-bottom: #9FB5C0 0px solid; 
	border-left: #9FB5C0 0px solid; 
	border-top: #9FB5C0 0px solid; 
	border-right: #9FB5C0 0px solid;
}



.ModuleTitle_MenuBreak {
	border-bottom: #4A4E51 0px solid; 
	border-left: #4A4E51 0px solid; 
	border-top: #4A4E51 0px solid;  
	border-right: #4A4E51 0px solid; 
	background-color: #000000; 
	height: 19px;
}

.ModuleTitle_MenuArrow {
		font-family:Arial;
	font-size:11px;  
	font-weight: bolder;
	cursor: hand;
	cursor:pointer; 
	border-bottom: #4A4E51 0px solid; 
	border-left: #4A4E51 0px solid; 
	border-top: #4A4E51 0px solid;  
	border-right: #4A4E51 0px solid; 
	background-color: #FFFFFF; 
}

.ModuleTitle_RootMenuArrow {
	font-family:Arial;
	font-size:11px;  
	font-weight: bolder; 
	cursor: hand; 
	cursor: pointer; 
	
}


/* Main Menu */
.MainMenu_MenuContainer {
	background-color: #FFFFFF; 
	width: 100%;
}
.MainMenu_MenuBar {
cursor: hand;

	height:19;
	border-bottom: #4A4E51 0px solid; 
	border-left: #4A4E51 0px solid; 
	border-top: #4A4E51 0px solid;  
	border-right: #4A4E51 0px solid; 
	background-color: #FFFFFF; 

}
.MainMenu_MenuItem {
	cursor: hand; 
	cursor: pointer;
	color: #FFFFFF; 
	font-family:Arial;
	font-size:11px;  
	font-weight: bolder; 
	border-left: #2255A4 0px solid; 
	border-bottom: #2255A4 0px solid; 
	border-top: #2255A4 0px solid; 
	border-right: #2255A4 0px solid;
	background-color: #EC1651;
	height:19;
	
}

.MainMenu_RootMenuItem {
	cursor: hand; 
	cursor: pointer;
	color: #333333; 
	vertical-align: middle;
	font-family:Arial;
	font-size:11px;  
	font-weight: bolder;  
	height:19px;
	/*background-position:center;*/
	/*background-repeat: no-repeat;*/
	border-bottom: #E8F0F2 0px solid; 
	border-left: #E8F0F2 0px solid; 
	border-top: #E8F0F2 0px solid;  
	border-right: #E8F0F2 0px solid; 
	background-color: #FFFFFF; 
}

.MainMenu_RootMenuItemActive { /*changing the color of background 02*/
	cursor: hand; 
	cursor: pointer;
 
	color: #FFFFFF;
	vertical-align: middle;
	font-family:Arial;
	font-size:11px;  
	font-weight: bolder;  
	height:19px;
	border-bottom: #E8F0F2 0px solid; 
	border-left: #E8F0F2 0px solid; 
	border-top: #E8F0F2 0px solid;  
	border-right: #E8F0F2 0px solid; 
	background-color: #EC1651; 
	}

.MainMenu_RootMenuItemSelected
{
	cursor: hand; 
	cursor: pointer;

	color: #333333; 
	font-family:Arial;
	font-size:11px;  
	font-weight: bolder; 
	border-bottom: #E8F0F2 0px solid; 
	border-left: #E8F0F2 0px solid; 
	border-top: #E8F0F2 0px solid;  
	border-right: #E8F0F2 0px solid; 
	background-color: #FFFFFF; 
	height: 19px;
}

/* sub Menu Colors*/
.MainMenu_SubMenuItemActive
{
	cursor: hand; 
	cursor: pointer;
	color: #333333;
	font-family:Arial;
	font-size:11px;  
	font-weight: bolder;  
	border-bottom: #E8F0F2 0px solid; 
	border-left: #E8F0F2 0px solid; 
	border-top: #E8F0F2 0px solid;  
	border-right: #E8F0F2 0px solid; 
	background-color: #FFFFFF; 
	height: 19px;
}


.MainMenu_MenuIcon {
	cursor: hand; 
	cursor: pointer; 
	background-color: #EC1651;/* changing color of Icon Area*/ 
	border-left: #4A4E51 0px solid; 
	border-bottom: #4A4E51 0px solid; 
	border-top: #4A4E51 0px solid; 
	text-align: center; 
	width: 15; 
	height: 19;
}

/* here is Shadow sub menu color*/
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	cursor: pointer;
	color: #333333;
	font-family:Arial;
	font-size:11px;  
	font-weight: bolder;
	background-color:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#066B82', Direction=120, Strength=0);
	border-bottom: #4A4E51 0px solid; 
	border-left: #4A4E51 0px solid; 
	border-top: #4A4E51 0px solid; 
	border-right: #4A4E51 0px solid;
	height:19px;
}
.MainMenu_MenuBreak {
	border-bottom: #4A4E51 0px solid; 
	border-left: #4A4E51 0px solid; 
	border-top: #4A4E51 0px solid;  
	border-right: #4A4E51 0px solid; 
	background-color: #FFFFFF; 
	height: 1px;
}

/*
Form here u can change mouse over color 
harpal singh final 

*/
.MainMenu_MenuItemSel {
	cursor: hand; 
	cursor: pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;  
	font-weight: bolder;  
	height: 19px;
	background-color: #EC1651;
}





.MainMenu_MenuArrow {
	font-family:Arial;
	font-size:11px;  
	font-weight: bolder;
	cursor: hand; 
	cursor: pointer;
	border-right: #E8F0F2 0px solid; 
	border-bottom: #E8F0F2 0px solid; 
	border-top: #E8F0F2 0px solid;
	background-image: url('none');
}
.MainMenu_RootMenuArrow {
	font-family:Arial;
	font-size:11px;  
	font-weight: bolder;
	cursor: pointer; 
	cursor: hand; 
	cursor: pointer;
	background-image: url('none');
}


/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #E8F0F2;
}

.TabBg {
    background-color: #E8F0F2;
}

.SelectedTab {
    font-size:12px;
    color: #FFFFFF;
    font-family:Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#E8F0F2;/*changing  for shadow*/
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#E8F0F2;
}

A.SelectedTab:hover    {
    text-decoration:  none;
    color:#E8F0F2;
}

.OtherTabs {
   
    font-size: 11px;
    color: white;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#E8F0F2;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#E8F0F2;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#E8F0F2;
}
.PagingTable {
    height: 33px;
}

.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration:none;
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border:none;
	background-color: #E8F0F2;
}
.Header_bg
{
	background-image:none;
	background-repeat: no-repeat;
}

