/*========================================================*/
/*        Created by alinawaz.net & alinawaz.com          */
/*		     Ali Nawaz (DNN SEO Consultant)			      */
/*========================================================*/
/*	        	Email: info@alinawaz.net   			      */
/*		   	Gtalk: ali.nawaz.adil@gmail.com			  	  */
/*			    Skype: dnnseoconsultants			      */
/*========================================================*/

/*========================================================*/
/*  Default HTML CSS                                      */
/*========================================================*/

/* Default HTML BODY css	           --*/ body { margin: 0 0 0 0; background-color:#E5E5E5;}
/* Default HTML PAGE css		       --*/ html { height: 100%; }
/* Default HTML table and text css	   --*/ table, tr, td {font-family: Calibri, Tahoma; font-size: 12px;}
/* Default HTML Paragraph css		   --*/ p {font-family: Calibri, Tahoma; font-size: 12px; padding:0px; margin:0px;}

/*========================================================*/
/*  Main SKIN Elements CSS                                */
/*========================================================*/

/*-- Skin Main / Default Width    	   --*/ .DefaultWidth { width:940px; }
/*-- Main header Top Menu Cell	   	   --*/ .HeaderTopTD { text-align: left; vertical-align: middle; padding:0 0 0 0; background:url(headerLogoTDBG.jpg) left top #003366; height:125px; }
/*-- Menu Top Red Border		   	   --*/ .TopRedTD { background-color:#CC0000; border-top:1px solid #FFFFFF;}

/*-- Content Panes Cell / TD CSS 	   --*/ .ContentPanesTD { padding: 15px 0 20px 0;}
/*-- 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; }

/*-- Login and Breadcrumb Cell CSS	   --*/ .LoginBreadcrumbTD { vertical-align: middle; text-align: left; padding: 0 0 0 0; height:22px; background-color:#CC0000;}
/*-- Breadcrumb Cell CSS	    	   --*/ .BreadcrumbTD { font-family: Calibri, Tahoma; font-size:9px; color: #F9E3E3; vertical-align: middle; text-align: left; padding: 0 0 0 10px;}
/*-- Login Cell    	   				   --*/ .LoginTD { text-align: right; vertical-align: middle; padding: 0 10px 0 0; font-family: Tahoma; font-size:10px; color: #E2DAB8;}

/*-- cell containing logo Cell    	   --*/ .LogoTD { width:30%; text-align: left; vertical-align: middle; padding: 10px 10px 10px 20px; }



/*========================================================*/
/*  Default DNN Skin Tokens CSS                           */
/*========================================================*/

/*-- Login Register token              --*/ .LoginRegister, a.LoginRegister:link, a.LoginRegister:visited, a.LoginRegister:active  { color: 10px; color:#E2DAB8; font-family: Tahoma; font-size: 10px; font-weight: normal; text-decoration: none; padding: 0 5px 0 5px;}
/*-- Login Register token hover        --*/ a.LoginRegister:hover { color: #FFFFFF; font-family: Tahoma; font-size: 10px; text-decoration: none; font-weight: normal; padding: 0 5px 0 5px; }

/*-- Copyright token                   --*/ .Copyright { color: #666666; font-family: Calibri, Tahoma; font-size: 11px; text-decoration: none; padding:0 5px 0 5px; }

/*-- Terms Privacy token       		   --*/ .TermsPrivacy, a.TermsPrivacy:link, a.TermsPrivacy:visited, a.TermsPrivacy:active { color: #666666; font-family: Calibri, Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; padding: 0 5px 0 5px;}
/*-- Terms Privacy token hover 		   --*/ a.TermsPrivacy:hover { color: #A00912; font-family: Calibri, Tahoma; font-size: 11px; text-decoration: none; font-weight: normal; padding: 0 5px 0 5px; }

/*-- Breadcrumb token       		   --*/ .Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:visited, a.Breadcrumb:active { font-family: Calibri, Tahoma; font-size:11px; color: #A00912; vertical-align: middle; text-align: left; padding: 0px 5px 0 5px; text-decoration: none;}
/*-- Breadcrumb token hover 		   --*/ a.Breadcrumb:hover { font-family: Calibri, Tahoma; font-size:11px; color: #333333; vertical-align: middle; text-align: left; padding: 0px 5px 0 5px; text-decoration: none; }

/*-- Current Date token    		   	   --*/ .CurrentDate{ font-family: Calibri, Tahoma; font-size:11px; color: #A00912; vertical-align: top; text-align: right; padding: 7px 8px 0 8px; text-decoration: none;}

/*-- Links Token 	 		           --*/ .links, a.links:link, a.links:visited, a.links:active { font-family: Calibri, Tahoma; font-size:10px; color:#999999; padding-right:0 0 0 0; text-decoration:none;}
/*-- Links Token hover       		   --*/ a.links:hover { font-family: Calibri, Tahoma; font-size:10px; color: #FFFFFF; padding-right:0 0 0 0; text-decoration:none}



/*========================================================*/
/*  Default HTML Headings                                 */
/*========================================================*/

/*-- Heading # 1              			--*/ H1 { FONT-WEIGHT: normal; FONT-SIZE: 20px; COLOR: #D0312D; FONT-FAMILY: Tahoma, Arial, Helvetica;}
/*-- Heading # 2              			--*/ H2 { FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #666666; FONT-FAMILY: Tahoma, Arial, Helvetica;}
/*-- Heading # 3              			--*/ H3 { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #D0312D; FONT-FAMILY: Tahoma, Arial, Helvetica;}
/*-- Heading # 4              			--*/ H4 { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #999999; FONT-FAMILY: Tahoma, Arial, Helvetica;}
/*-- Heading # 5              			--*/ H5 { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #999999; FONT-FAMILY: Tahoma, Arial, Helvetica;}
/*-- Heading # 6              			--*/ H6 { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #999999; FONT-FAMILY: Tahoma, Arial, Helvetica;}


/*========================================================*/
/*  Other used Text css                                   */
/*========================================================*/

/*-- Default text on site              --*/ .Normal { font-family: Calibri, Tahoma; font-size: 12px; color: #666666; }
/*-- Default bold text      		   --*/ .NormalBold { font-family: Calibri, Tahoma; font-size: 14px; font-weight: bold; color: #555; }
/*-- Gray Color Text        		   --*/ .NormalGray { color: #666666; font-weight:normal; font-family: Calibri, Tahoma; font-size: 12px; }

/*-- Gray Color Heading        		   --*/ .HeadingGray { color: #333333; font-weight: bold; font-family: Calibri, Tahoma; font-size: 20px; }
/*-- Slate Color Heading       		   --*/ .HeadingSlate { color: #8A7C4C; font-weight: bold; font-family: Calibri, Tahoma; font-size: 15px; }
/*-- Red Color Text        			   --*/ .NormalRed { color: #E7002A; font-weight: bold; font-family: Calibri, Tahoma; font-size: 12px; }

/*-- Picture Border		               --*/ .PictureBorder { border:1px solid #D2DFEF; background: #FFFFFF; padding:5px; margin:5px; }

/*-- Quick Links              		   --*/ .QuickLinks, a.QuickLinks:link, a.QuickLinks:visited, a.QuickLinks:active { color: #666666; font-family: Calibri, Tahoma; font-size: 12px; font-weight: normal; text-decoration: none; padding: 0 5px 0 25px; line-height:23px; }
/*-- Quick Links hover        		   --*/ a.QuickLinks:hover { color: #000000; font-family: Calibri, Tahoma; font-size: 12px; text-decoration: none; font-weight: normal; padding: 0 5px 0 25px;}

/*-- SubMenu link		               --*/ .SubMenu, a.SubMenu:link, a.SubMenu:visited, a.SubMenu:active { font-family: Calibri, Tahoma; font-size:12px; color: #666666; font-weight: normal; text-decoration: none; padding: 1px 10px 1px 10px; background:#F0F0F0; }
/*-- SubMenu link hover         	   --*/ a.SubMenu:hover { font-family: Calibri, Tahoma; font-size:12px; color: #000000; font-weight: normal; text-decoration: none; padding: 1px 10px 1px 10px; background-color: #E5E5E5; }

/*========================================================*/
/*  Sample Content css                                    */
/*========================================================*/

/*-- News & Event Date                 --*/ .Date { font-family: Calibri, Tahoma; font-size: 12px; color: #333333; }
/*-- News & Event Title      		   --*/ .Title { font-family: Calibri, Tahoma; font-size: 12px; font-weight: bold; color: #9CA1AE; }

/*-- News & Event Description          --*/ .Description, a.Description:link, a.Description:visited, a.Description:active  { color:#999999; font-family: Calibri, Tahoma; font-size: 11px; font-weight: normal; text-decoration: none;}
/*-- News & Event Description hover    --*/ a.Description:hover { color: #666666; font-family: Calibri, Tahoma; font-size: 11px; text-decoration: none; font-weight: normal; }

/*========================================================*/

/*-- Multimedia Gallery	Title          --*/ .MMTitle { font-family: Georgia, "Cambria Math"; font-size: 12px; color: #003366; font-weight: bold; }
/*-- Multimedia Gallery Description    --*/ .MMDescription { font-family: Georgia, "Cambria Math"; font-size: 11px; font-weight: normal; color: #666666; }

/*-- Multimedia Gallery More           --*/ .MMMore, a.MMMore:link, a.MMMore:visited, a.MMMore:active  { color: #CC0000; font-family: Georgia, "Cambria Math"; font-size: 11px; font-weight: normal; text-decoration: none;}
/*-- Multimedia Gallery More hover     --*/ a.MMMore:hover { color: #333333; font-family: Georgia, "Cambria Math"; font-size: 11px; text-decoration: none; font-weight: normal; }

/*========================================================*/

/*-- Programs and Courses Link         --*/ .ProgramLinks, a.ProgramLinks:link, a.ProgramLinks:visited, a.ProgramLinks:active  { background: url(Bullets.gif) center right no-repeat #FFFFFF; color: #837334; font-family: Georgia, "Cambria Math"; font-size: 12px; font-weight: normal; text-decoration: none; width:410px; display:block; padding:5px 12px 5px 12px; border:1px solid #CBCAAE;}
/*-- Programs and Courses Link hover   --*/ a.ProgramLinks:hover { background: url(BulletsHover.gif) center right no-repeat #E4E4CB; color: #003366; font-family: Georgia, "Cambria Math"; font-size: 12px; text-decoration: none; font-weight: normal; width:410px; display:block; padding:5px 12px 5px 12px; border:1px solid #CBCAAE; }


/*========================================================*/
/*  Links css                                             */
/*========================================================*/

/*-- Default links 					   --*/ a:link, a:visited, a:active { color: #666666; font-family: Calibri, Tahoma; font-weight: normal; font-size: 12px; text-decoration: underline; }
/*-- Default links hover               --*/ a:hover { color: #4E7494; font-family: Calibri, Tahoma; font-size: 12px; text-decoration: underline;  font-weight: normal;}

/*-- Normal links 					   --*/ a.Normal:link, a.Normal:visited, a.Normal:active { color: #666666; font-family: Calibri, Tahoma; font-weight: normal; font-size: 12px; text-decoration: none; }
/*-- Normal links hover                --*/ a.Normal:hover { color: #CC0000; font-family: Calibri, Tahoma; font-size: 12px;	text-decoration: none; font-weight: normal; }

/*-- Normal links 					   --*/ a.NormalRed:link, a.NormalRed:visited, a.NormalRed:active { color: #E7002A; font-family: Calibri, Tahoma; font-weight: bold; font-size: 12px; text-decoration: none; }
/*-- Normal links hover                --*/ a.NormalRed:hover { color: #333333; font-family: Calibri, Tahoma; font-size: 12px; font-weight: bold ; text-decoration: none; }

/*-- More links                        --*/ .more, a.more:link, a.more:visited, a.more:active { color: #4496DA; font-family: Calibri, Tahoma; font-size: 12px; font-weight: normal; text-decoration: none; }
/*-- More links hover                  --*/ a.more:hover { color: #333333; font-family: Calibri, Tahoma; font-size: 12px; font-weight: normal; text-decoration: none;}


/*========================================================*/
/*  Default DNN CSS                                       */
/*========================================================*/

/*-- Default Form CSS        		   --*/ select, input { font-family: Calibri, Tahoma; font-size: 12px; color: #333333; }

/*-- Default textbox       		       --*/ .NormalTextBox { color: #666666; padding-left: 4px; line-height: 12px; font-family: Calibri, 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: Calibri, Tahoma; font-size: 12px; font-weight: bold; color: #333333; padding: 0; }
/*-- Headings - DNN Default css        --*/ .Head { font-size: 12px; color: #666666; background: transparent; font-weight: bold; padding: 0;}

/*-- command Button in Containers      --*/ .CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color:#A00912 ; font-family: Calibri, Tahoma; font-size: 12px; font-weight: bold; text-decoration: none; padding: 0 0 0 0;}
/*-- command Button in Containers hover--*/ a.CommandButton:hover { color: #0099CC;  font-family: Calibri, Tahoma; font-size: 12px; font-weight: bold; text-decoration: none; padding: 0 0 0 0; }

/*-- SkinObject Text            	   --*/ .SkinObject, a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active { color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; 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: 12px; text-decoration: none; font-weight: normal; padding: 0 5px 0 5px; }


/*-------------- Search SkinObject Styles --------------*/

/*-- Search Box BG 			           --*/ .SearchBox { width:189px; vertical-align: middle; text-align: right; height:16px; background: url(SearchBG.png) no-repeat top left; padding: 0 5px 0 0; }
/*-- Search Box Cell / TD     		   --*/ .SearchTD {  vertical-align: middle; text-align: right; padding: 0 20px 0 10px; }
/*-- Search box css		   	    	   --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:16px; width: 130px; color: #FFFFFF; border: 0px solid #FFFFFF; cursor:text; background-color:transparent; padding:1px 0 0 0; }

/*========================================================*/
/*  Footer CSS                                            */
/*========================================================*/

/*-- Footer cell    					--*/ .FooterTD { font-family:Calibri, Tahoma; font-size:11px; color: #666666; }



