/*========================================================*/
/*        	 		Created by AliNawaz.net               */
/*========================================================*/

/*========================================================*/
/*  Default HTML CSS                                      */
/*========================================================*/

/* Default HTML PAGE css		       --*/ html { height: 100%; }
/* Default HTML table and text css	   --*/ table, tr, td {font-family: calibri; font-size: 12px;}
/* Default HTML Paragraph css		   --*/ p {font-family: calibri; font-size: 12px; padding:0px; margin:0px;}

/*========================================================*/
/*  Main SKIN Elements CSS                                */
/*========================================================*/

/*-- Skin Main / Default Width    	   --*/ .DefaultWidth { width:900px; }
/*-- Main Table background	           --*/ .BG { text-align:center; vertical-align:top; padding:10px 0 20px 0;}
/*-- Main header Top Menu Cell	   	   --*/ .HeaderTopTD { text-align: right; vertical-align: middle; padding:0 10px 0 0; font-family:Calibri, Tahoma; font-size:15px; color: #666666;}

/*-- Main Top Banner	               --*/ .BannerBG { background: url(HeaderRed.jpg) right center no-repeat #FFFFFF; height:200px; text-align:left; vertical-align:middle; padding:0 0 0 20px;}
/*-- Main Top Banner Heading    	   --*/ .BannerHeading { font-family:Calibri, Tahoma; font-size:20px; font-weight:bold; color:#CC0000; text-align:left; }
/*-- Main Top Banner Text	    	   --*/ .BannerText { font-family:Calibri, Tahoma; font-size:12px; color: #333333; text-align:left; }

/*-- 100% height 				 	   --*/ .FullHeight { height:100%; }
/*-- 100% Width					  	   --*/ .FullWidth { width:100%; }

/*-- Skin Main Left Side	    	   --*/ .LeftSide { width:70%; padding: 0 10px 0 0 ; }
/*-- Skin Main Right Side 	    	   --*/ .RightSide { width:30%; padding: 0 0 0 10px; }


/*-- Content Panes Min Height 		   --*/ .ContentPanesTD { min-height:400px; text-align:left; vertical-align:top;} 
/*-- Login and Breadcrumb Cell CSS	   --*/ .CurrentDateTD {font-family: Arial, Helvetica, sans-serif; font-size:11px; color: #666666; vertical-align: middle; text-align: left; padding: 6px 0 3px 5px;}
/*-- Breadcrumb Cell CSS	    	   --*/ .BreadcrumbTD {font-family: Arial, Helvetica, sans-serif; font-size:11px; color: #FFFFFF; vertical-align: middle; text-align: left; padding: 6px 0 15px 15px;}
/*-- Login Cell    	   				   --*/ .LoginTD { font-family: Arial, Helvetica, sans-serif; font-size:11px; color: #666666; vertical-align: middle; text-align: right; padding: 6px 5px 3px 0;}
/*-- cell containing logo Cell    	   --*/ .LogoTD {text-align: center; vertical-align: middle; padding: 10px 0 25px 0; }
/*-- Sub Links Cell    	   			   --*/ .LinksTD { font-family:Calibri; font-size:11px; color: #666666; vertical-align: middle; text-align: right; padding: 6px 5px 3px 5px;}



/*========================================================*/
/*  Control Panel CSS   	                              */
/*========================================================*/

/*-- CPTD				      	       --*/ .ControlPanel { background-color: #000000; border-bottom:1px solid #CC0000; border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; width:900px; text-align:center;}
/*-- Default Form CSS        		   --*/ select, input { font-family: Tahoma; font-size: 11px; color: #333333; }

/*-- Default textbox       		       --*/ .NormalTextBox { color: #666666; padding-left: 4px; line-height: 11px; font-family: Tahoma; font-weight: normal; font-size: 12px; border:1px solid #999999; }
/*-- Textbox cell / td            	   --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; border: 0; }

/*-- Subheadings - DNN Default css     --*/ .SubHead { font-family: Tahoma; font-size: 11px; font-weight: bold; color: #CCCCCC; padding: 0; }
/*-- Headings - DNN Default css        --*/ .Head { font-size: 12px; color: #FFFFFF; background: transparent; font-weight: bold; padding: 0;}

/*-- command Button in Containers      --*/ .CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #CC0000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; padding: 0 0 0 0;}
/*-- command Button in Containers hover--*/ a.CommandButton:hover { color: #FFFFFF;  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; padding: 0 0 0 0; }

/*-- SkinObject Text            	   --*/ .SkinObject, a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active { color: #CCCCCC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; padding: 0 5px 0 5px;}
/*-- SkinObject Text hover        	   --*/ a.SkinObject:hover { color: #E7002A; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal; padding: 0 5px 0 5px; }


/*========================================================*/
/*  Default DNN Skin Tokens CSS                           */
/*========================================================*/

/*-- Login Register token              --*/ .LoginRegister, a.LoginRegister:link, a.LoginRegister:visited, a.LoginRegister:active  { color: #FFFFFF; font-family: calibri; font-size: 12px; font-weight: normal;line-height:17px; text-decoration: none; padding: 3px 10px 3px 10px;}
/*-- Login Register token hover        --*/ a.LoginRegister:hover { color: #0099FF; font-family:calibri; font-size: 12px; text-decoration: none; font-weight: normal; padding: 3px 10px 3px 10px; line-height:17px; }

/*-- Login Register token              --*/ .Links, a.Links:link, a.Links:visited, a.Links:active  { color: #999999; font-family: calibri; font-size: 12px; font-weight: normal;line-height:17px; text-decoration: none; padding: 3px 5px 3px 5px;}
/*-- Login Register token hover        --*/ a.Links:hover { color: #0099FF; font-family:calibri; font-size: 12px; text-decoration: none; font-weight: normal; padding: 3px 5px 3px 5px; line-height:17px; }


/*========================================================*/
/*  Default HTML Headings                                 */
/*========================================================*/

/*-- Heading # 1              			--*/ H1 { margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; font-size:20px; color: #CCCCCC; font-weight:normal;}
/*-- Heading # 2              			--*/ H2 { FONT-WEIGHT: normal; FONT-SIZE: 15px; COLOR:#BF062F; FONT-FAMILY:  Arial, Helvetica, sans-serif;font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
/*-- Heading # 3              			--*/ H3 { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #D0312D; FONT-FAMILY:  Arial, Helvetica, sans-serif;font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
/*-- Heading # 4              			--*/ H4 { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #999999; FONT-FAMILY:  Arial, Helvetica, sans-serif;font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
/*-- Heading # 5              			--*/ H5 { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #999999; FONT-FAMILY:  Arial, Helvetica, sans-serif;font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
/*-- Heading # 6              			--*/ H6 { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #999999; FONT-FAMILY:  Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif; font-weight: bold;}


/*========================================================*/
/*  Other used Text css                                   */
/*========================================================*/

/*-- Default text on site              --*/ .Normal { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; line-height:20px; }
/*-- Default text on site white color  --*/ .NormalWhite { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCCCC; }
/*-- Default bold text      		   --*/ .NormalBold { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; line-height:20px; }
/*-- Gray Color Text        		   --*/ .NormalGray { color: #666666; font-weight:normal; font-family: Tahoma; font-size: 12px; }

/*========================================================*/
/*  Links css                                             */
/*========================================================*/

/*-- Default links 					   --*/ a:link, a:visited, a:active { color: #666666; font-family: Tahoma; font-weight: normal; font-size: 11px; text-decoration: underline; }
/*-- Default links hover               --*/ a:hover { color: #4E7494; font-family: Tahoma; font-size: 11px; text-decoration: underline;  font-weight: normal;}

/*-- Normal links 					   --*/ a.Normal:link, a.Normal:visited, a.Normal:active { color: #666666; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; text-decoration: none; line-height:20px; }
/*-- Normal links hover                --*/ a.Normal:hover { color: #BF062F; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal; line-height:20px; }

/*-- Normal links 					   --*/ a.NormalRed:link, a.NormalRed:visited, a.NormalRed:active { color: #E7002A; font-family: Tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- Normal links hover                --*/ a.NormalRed:hover { color: #333333; font-family: Tahoma; font-size: 11px; font-weight: bold ; text-decoration: none; }

/*========================================================*/
/*  Content Panes  CSS                                    */
/*========================================================*/


.ContentPane{width: auto; }
.ContentInnerPane{ padding:15px 0 40px 0; }

/*========================================================*/
/*  DNN Menu Styles                                       */
/*========================================================*/		
									
/*  main menu td */					.main_dnnmenu_bar {	cursor:pointer;	font-size: 12px; background-color:transparent;}
/*  Main Menu Normal  */			.main_dnnmenu_rootitem { color: #FFFFFF; font-size: 12px; font-weight: normal; text-align:center; line-height:17px; padding:3px 15px 3px 15px;}
/*  Main menu hover  */				.main_dnnmenu_rootitem_hover{ color: #CC0000; font-size: 12px; font-weight:normal; text-align:center; line-height:17px; padding:3px 15px 3px 15px; }
/*  Main menu selected  */			.main_dnnmenu_rootitem_selected { color: #CC0000; font-weight:normal; text-align:center; font-size: 12px; line-height:17px; padding:3px 15px 3px 15px;}

/*  SUB Menu Normal */				.main_dnnmenu_submenu { border:1px dotted #333333;}
									.main_dnnmenu_submenu td { font: Arial, Helvetica, sans-serif; font-size:11px; background:#000000; z-index: 1000; font-weight: normal; text-align:left; color: #CCCCCC; line-height:17px; padding: 5px 5px; margin:0px; }

/*  SUB Menu hover & selected */	.main_dnnmenu_itemhover td { font:Arial, Helvetica, sans-serif; font-size:11px; background-color: #BF062F; color:#ffffff;	font-weight:normal; text-align:left; line-height:17px; z-index: 1000; padding: 5px 5px; margin:0px; }
									.main_dnnmenu_itemselected td { font:Arial, Helvetica, sans-serif; font-size:11px; background-color:#BF062F; color:#ffffff; font-weight:normal; text-align:left; line-height:17px; z-index: 1000; padding: 5px 5px; margin:0px; }
									
									.main_dnnmenu_break { height: 1px; background-color: #666666; }

/* Module Action Menus */			.ModuleTitle_SubMenu { border:1px dotted #333333; }
									.ModuleTitle_SubMenu td{ background-color: #333333; white-space: nowrap; font:Arial, Helvetica, sans-serif; color:#FFFFFF;  font-weight: normal; font-size:10px;  padding:3px 5px 3px 5px;} 
/* Module Action Menus Icons */		.ModuleTitle_MenuIcon {	height: 1px; background-color: #D5E0FF; border:none; padding:3px 5px 3px 5px;}

									.ModuleTitle_MenuItemSel td {background: #BF062F; color: #FFFFFF; font:Arial, Helvetica, sans-serif; font-size:10px;  padding:3px 5px 3px 5px;}
									.ModuleTitle_MenuItemSel {background: #BF062F; color: #FFFFFF;}

									.ModuleTitle_MenuBreak td { height: 1px; background-color: transparent; border-top:1px solid #CCCCCC; padding:0px;}
									.ModuleTitle_MenuBreak { height: 1px; background-color: transparent; border-top:1px solid #CCCCCC; padding:0px;}

/* Module Action Button */			.ModuleTitle_MenuItem { border-bottom:0px solid #000000; border-top:0px solid #000000; background:transparent;}



/*========================================================*/
/*  Menu Table CSS	                                      */
/*========================================================*/

/*-- Footer cell    					--*/ .FooterTD { text-align: left; vertical-align: middle; padding:150px 0 10px 100px;}

/*-- Footer cell    					--*/ .FooterInnerTD { border-top:1px solid #333333; text-align: center; vertical-align: top; padding:20px 0 10px 0; font-family:Calibri; color:#999999;}

#footercell { position: absolute; clear: both; width: 100%; height: 30px; bottom: 0; border: 0; background:url(FooterNote.png) left bottom no-repeat; }
.ControlPanel{width: 100%;}



