/*========================================================*/
/*        		 Created by AliNawaz.net             	  */
/*		     Ali Nawaz (DNN SEO Consultant)			      */
/*    Modified by Matthias Schlomann (Aarsys) (c) 2012    */
/*========================================================*/


/*========================================================*/
/*  Default HTML CSS                                      */
/*========================================================*/

/* Default HTML PAGE css		       --*/ html { height: 100%; }
/* Default HTML BODY css	           --*/ body { margin:0; background-color:#E5E5E5; height:100%;  }
/* Default HTML table and text css	   --*/ table, tr, td{ font-family: Calibri, "Segoe UI", Helvetica, Arial, sans-serif; }
/* Default HTML Paragraph css		   --*/ p, span { font-family: Calibri, "Segoe UI", Helvetica, Arial, sans-serif; padding:0 0 0 0;  margin:0 0 0 0; }

/*========================================================*/
/*  Main SKIN Elements CSS                                */
/*========================================================*/

/*-- Skin Main / Default Width    	   --*/ .DefaultWidth { width: 960px; min-height:600px; margin:0 auto; position:relative; z-index:1; }
/*-- Skin Main header		    	   --*/ .header_index { float: left;position:relative; margin: 20px 15px 20px 10px; width: auto; z-index:2; }
/*-- Skin Main banner		    	   --*/ .banner_index { float: left; position:relative; margin: 20px 10px 20px 15px; width: 930px;}

/*-- 100% height 				 	   --*/ .FullHeight { height:100%; position:relative; }
/*-- 100% Width					  	   --*/ .FullWidth {float:left; background:#FFFFFF url('') repeat-x 0 bottom;position:relative;bottom:0;width:960px;height:auto;z-index:-1; margin: 0 10px 0 0;}
.FullWidth2 {float:left; background:#FFFFFF url('') repeat-x 0 bottom;position: relative;bottom:0;width:930px;height:auto;z-index:-1; margin:0 15px 0 15px;}

/*-- cell containing logo table    	   --*/ .LogoCell { float:left; position:relative; padding: 0 10px 0 0; width:auto; vertical-align:middle; }

/*-- Search Main Cell containing BG    --*/ .SearchCell { margin-bottom:10px; height:83px; background:url(SearchIconBG.png) right top no-repeat #1BA0E1; width:250px; float:right; text-align:left;margin: 0 10px 10px 0; padding:10px 15px 15px 15px; }
/*-- Search Main Cell 				   --*/ .SearchCellBG { background: url(SearchBG.png) left top no-repeat; width:248px; height:27px; float: left; text-align:left; padding:5px 0 0 8px; }
                                          
/*-- cell containing Login Container 	   --*/ .LoginRegisterCell { height:106px; background: url(LoginIconBG.png) right top no-repeat #1BA0E1; width:250px; float:right; text-align:left; margin:0 10px 0 0; padding: 10px 15px 15px 15px;  }
/*-- cell containing Login Container  	   --*/ .CurrentDateCell {clear:both; padding-top:5px; text-align:left;}


/*-- Content Panes Cell / TD CSS 	   --*/ .ContentPanesCells {float:left; position:relative; margin: 20px 5px 20px 5px; width: 930px; z-index:0;}

/*-- Footer cell    				   --*/ .FooterCell { float:left; position:relative; width: 930px; border-top:1px solid #CCCCCC; padding-top:10px; margin: 10px 15px 10px 15px; font-family: Calibri, "Segoe UI", Helvetica, Arial, sans-serif; color:#999999; font-size:12px;}

/*-- Banner Pane internal Page         --*/ .BannerPaneCells { position:relative; margin: 15px 15px 10px 15px; width: 630px; height: 250px;}

/*========================================================*/
/*  Menu Table CSS	                                      */
/*========================================================*/

.MenuCell { float:right; margin: -20px 0 0 0;vertical-align:middle; }



/*========================================================*/
/*  Content Panes  CSS                                    */
/*========================================================*/


/*-- content2 pane          	       --*/ .TopPane { float:left; position:relative; text-align:left; padding: 0 0 0 0; width:640px; max-width:640px; }

/*-- social Pane pane           	   --*/ .SocialPane { float:right; position:relative; margin: 0 0 0 10px; min-width: 270px; }
/*-- right2 content pane        	   --*/ .RightPane { float:right; position:relative; margin: 0 6px 0 5px; min-height:112px; width: 210px; padding:5px 5px 5px 5px; }

/*-- left2 content pane          	   --*/ .LeftPane { float: left; position:relative; width: 150px; padding:5px 5px 5px 5px; }

/*-- left1 content pane          	   --*/ .LeftPane1 { float:left; position:relative; min-width: 65%; max-width:680px;}
/*-- left3 content pane          	   --*/ .LeftPane3 { float:left; position:relative; width: 150px;}
/*-- left4 content pane          	   --*/ .ContentPane { float:left; position:relative; min-width:500px; max-width:500px; padding:5px 10px 5px 10px;  }
/*-- left2 content pane          	   --*/ .LeftPane2 { float:left; position:relative; min-width: 65%; max-width:680px; }

/*-- Extended inside pane 2  	       --*/ .ExtendedPane {float:left; position:relative; width: 922px; margin: 0 -20px 0 0; }

/*-- Banner pane          	   --*/ .BannerPane { float: left; position:relative; width: 630px; height: 250px;}
.SearchCell h2 { font-size:37px;
    color:#FFF;
}


/*========================================================*/
/*  Default DNN Skin Tokens CSS                           */
/*========================================================*/

 .registerGroup LI {
 border-right-width: 0px;
 margin-left:-0px;
 }

 .registerGroup a img{
			border:1px solid blue;
			height:42px; width:42px;
			background:transparent;
            float:left;
            margin: 5px 10px 0 0; 
            
            
			
			-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
			-moz-box-shadow: 	0px 1px 0px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 		0px 1px 0px 0px rgba(0, 0, 0, 0.2); 
		}

 .registerGroup a {
 padding-left: 0;
 padding-right: 10px;
 }

 .registerGroup a:hover,
	.loginGroup a:hover{ 
    text-decoration:none;
    color: #CCCCCC;	
    }

 

        #Login .loginGroup a strong{
			position: relative;
			left:0; top:0;
			width:100%; height:100%;
			display:none;
			font-size:16px;
			font-weight:bold;
			vertical-align:baseline;
			overflow: hidden;
			text-indent:-9999px;
		}
		
        .registerGroup .userMessages strong,
		.registerGroup .userNotifications strong{
			margin: 0 0 0 0; display:table-row inline;
		} /*  background:url(Images/userLoginSprite.png) no-repeat 15px 12px; */
         
		.registerGroup .userNotifications strong{ background-position:-85px 10px; width:135px; display:inline-block; }
		.registerGroup .userMessages strong:hover{background-position:15px -40px;  color:#CCCCCC;}
		.registerGroup .userNotifications strong:hover{ background-position:-85px -42px; color: #CCCCCC;}
		.registerGroup .userMessages strong:active{background-position:15px -91px; }
		.registerGroup .userNotifications strong:active{ background-position:-85px -92px;}
		.registerGroup a span{
			position: static;
			right:5px; top:-7px;
			display:block;
			padding:2px 4px;
			min-width:7px;
			text-align:left;
			margin-right:3px;
			background: rgb(31,152,241); /* Old browsers */
			font-size:16px;
			color:#FFF;
            overflow:hidden;
			text-shadow: 0px 0px 0px 0px #333333;
			
			/*CSS3*/	
			background: -moz-linear-gradient(top, rgba(31,152,241,1) 0%, rgba(2,111,196,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,152,241,1)), color-stop(100%,rgba(2,111,196,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* Opera 11.10+ */
			background: linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* W3C */
			
			-webkit-border-radius: 	3px;
			-moz-border-radius: 	3px;
			border-radius: 			3px; 
			
			-webkit-box-shadow: 0px 1px 0px 0px #222222;
			-moz-box-shadow: 0px 1px 0px 0px #222222;
			box-shadow: 0px 1px 0px 0px #222222; 		
		}
         

        .registerGroup a:active,
		.loginGroup a:active{
			color:#fff;
			text-shadow: 0px -1px 0px #333333;
		}
		
		#Login .registerGroup a:hover,
		#Login .loginGroup a:hover{text-decoration: none; }

/*-- Login Register token              -- */ .LoginTokens, a.LoginTokens:link, a.LoginTokens:visited, a.LoginTokens:active { color: #FFF; font-family: "Segoe UI", Calibri, Arial, Serif; font-size: 16px; font-weight: normal; text-decoration: none; padding: 0 0 0 0; line-height:25px;}
                                            .loginGroup, .loginGroup *, .registerGroup, .registerGroup *, .userMessages:active, .userNotifications:active { color: #FFFFFF; font-family: "Segoe UI", Calibri; font-size: 16px; font-weight: normal; text-decoration: none; padding: 0 0 0 0; line-height:20px; margin:0 0 0 0;}
                                            
/*-- Login Register token hover        -- */ a.LoginTokens:hover {  color: #CCCCCC; font-family: "Segoe UI", Calibri, Arial, Serif ; font-size: 16px; font-weight: normal; text-decoration: none; padding: 0 0 0 0;line-height:25px;}
                                            a.userMessages:hover {  color: #CCCCCC; font-family: "Segoe UI", Calibri, Arial, Serif ; font-size: 16px; font-weight: normal; text-decoration: none; padding: 0 0 0 0;line-height:25px;}
/*-- Current Date Token			  	   --*/ .CurrentDate { float:left; font-family:"Segoe UI", Calibri, Arial, Serif ; font-size:14px; color:#FFFFFF;}

/*-- Footer Links token                --*/ .FooterLinks, a.FooterLinks:link, a.FooterLinks:visited, a.FooterLinks:active { color: #999999; font-family: calibri, Arial, Serif; font-size: 12px; font-weight: normal;text-decoration: none; padding: 0 10px 0 10px;}
/*-- Footer Links token hover          --*/ a.FooterLinks:hover { color:#1BA0E1; font-family: Calibri, Arial, Serif; font-size: 12px; text-decoration: none;  font-weight: normal; padding: 0 10px 0 10px;}

/*-- Links Token 	 		           --*/ .links, a.links:link, a.links:visited, a.links:active { font-family: Calibri, "Segoe UI"; font-size:10px; color:#999999; padding-right:0 0 0 0; text-decoration:none;}
/*-- Links Token hover       		   --*/ a.links:hover { font-family: Calibri, "Segoe UI", Arial, Serif; 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: "Myriad Pro", Calibri, Arial, Helvetica, Serif;}
/*-- Heading # 2              			--*/ H2 { FONT-WEIGHT: normal; FONT-SIZE: 24px; COLOR: #1BA0E1; FONT-FAMILY: Calibri, "Segoe UI", Helvetica, Serif; margin:0 0 5px 0;}
/*-- Heading # 3              			--*/ H3 { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #D0312D; FONT-FAMILY: "Myriad Pro", Calibri, Arial, Helvetica, Serif;}
/*-- Heading # 4              			--*/ H4 { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #999999; FONT-FAMILY: "Myriad Pro", Calibri, Arial, Helvetica, Serif;}
/*-- Heading # 5              			--*/ H5 { FONT-WEIGHT: bold; font-size: 13px; COLOR: #999999; FONT-FAMILY: "Myriad Pro", Calibri, Arial, Helvetica, Serif;}
/*-- Heading # 6              			--*/ H6 { FONT-WEIGHT: bold; font-size: 13px; COLOR: #999999; FONT-FAMILY: "Myriad Pro", Calibri, Arial, Helvetica, Serif;}


/*========================================================*/
/*  Other used Text css                                   */
/*========================================================*/

/*-- Default text on site              --*/ .Normal { font-family: Calibri, "Segoe UI"; font-size: 12px; font-weight:normal; color: #999999; line-height:18px; }
/*-- Default bold text      		   --*/ .NormalBold { font-family: Calibri, "Segoe UI"; font-size: 13px; font-weight: bold; color: #999999; }
/*-- Gray Color Text        		   --*/ .NormalGray { color: #999999; font-weight:normal; font-family: Calibri, "Segoe UI"; font-size: 15px; line-height:20px; margin-bottom:15px; }

/*-- Gray Color Heading        		   --*/ .HeadingGray { color: #666666; font-weight: bold; font-family: Calibri, "Segoe UI"; font-size: 15px; }
/*-- Slate Color Heading       		   --*/ .HeadingSlate { color: #8A7C4C; font-weight: bold; font-family: Calibri, "Segoe UI"; font-size: 15px; }
/*-- Red Color Text        			   --*/ .NormalRed { color: #E7002A; font-weight: bold; font-family: Calibri, "Segoe UI"; font-size: 13px; }

/*-- Welcome Text		               --*/ .WelcomeText { font-family: Calibri, "Segoe UI"; font-size: 12px; color: #666666; line-height:23px; }

/*-- Quick Links              		   --*/ .QuickLinks, a.QuickLinks:link, a.QuickLinks:visited, a.QuickLinks:active { color: #666666; font-family: Calibri, "Segoe UI"; 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, "Segoe UI"; font-size: 12px; text-decoration: none; font-weight: normal; padding: 0 5px 0 25px;}

/*-- Blog List Style	               --*/ .BlogList { background:url(bullets.png) left top no-repeat; padding-left:35px; font-family: Calibri; font-size: 13px; color: #CCCCCC; line-height:30px; }
.DNNAligncenter { text-align:left;}


/*-- Text in Pink Color			  	   --*/ .NormalPink { font-family:Calibri, "Segoe UI"; font-size:22px; color:#CC3399; line-height:30px; margin-bottom:10px;  }
/*-- Posts Gray Color Heading  		   --*/ .PostsHeadingGray { font-weight:normal; background:url(Bullets.png) left top no-repeat; padding-left:45px; margin-bottom:15px; color: #999999; font-weight:normal; font-family: Calibri, "Segoe UI"; font-size: 15px; line-height:20px; margin-bottom:15px; }


/*========================================================*/
/*  Links css                                             */
/*========================================================*/

/*-- Default links 					   --*/ a:link, a:visited, a:active { color: #1BA0E1; font-family: Calibri, "Segoe UI"; font-weight: normal; font-size: 14px; text-decoration: none; }
/*-- Default links hover               --*/ a:hover { color: #999CCC; font-family: Calibri, "Segoe UI"; font-size: 14px; text-decoration: underline;  font-weight: normal;}

/*-- Normal links 					   --*/ a.Normal:link, a.Normal:visited, a.Normal:active { color: #FFFFFF; font-family: Calibri, "Segoe UI"; font-weight: normal; font-size: 14px; text-decoration: none; }
/*-- Normal links hover                --*/ a.Normal:hover { color: #1BA0E1; font-family: Calibri, "Segoe UI"; font-size: 14px; text-decoration: none; font-weight: normal; }

/*-- Normal links 					   --*/ a.NormalRed:link, a.NormalRed:visited, a.NormalRed:active { color: #E7002A; font-family: Calibri, "Segoe UI"; font-weight: bold; font-size: 13px; text-decoration: none; }
/*-- Normal links hover                --*/ a.NormalRed:hover { color: #333333; font-family: Calibri, "Segoe UI"; font-size: 13px; font-weight: bold ; text-decoration: none; }

/*-- More links                        --*/ .ViewMore, a.ViewMore:link, a.ViewMore:visited, a.ViewMore:active { color: #999999; font-family: Calibri, "Segoe UI"; font-size: 12px; font-weight: normal; text-decoration: none; background: #E5E5E5; display:block; text-align: left; padding:0 10px 0 10px; width:75px; line-height:21px; margin-top:10px; }
/*-- More links hover                  --*/ a.ViewMore:hover { color: #666666; font-family: Calibri, "Segoe UI"; font-size: 12px; font-weight: normal; text-decoration: none; background: #CCCCCC; display:block; text-align:left; padding:0 10px 0 10px; width:75px; line-height:21px; margin-top:10px;}

/*-- More links                        --*/ .ViewMoreIcon, a.ViewMoreIcon:link, a.ViewMoreIcon:visited, a.ViewMoreIcon:active { color: #999999; font-family: Calibri, "Segoe UI"; font-size: 12px; font-weight: normal; text-decoration: none; background: url(Icon_more.jpg) left top no-repeat #E5E5E5; display:block; text-align: left; padding:0 15px 0 38px; width:74px; line-height:21px; margin-bottom:15px; }
/*-- More links hover                  --*/ a.ViewMoreIcon:hover { color: #666666; font-family: Calibri, "Segoe UI"; font-size: 12px; font-weight: normal; text-decoration: none; background: url(Icon_more.jpg) left top no-repeat #CCCCCC; display:block; text-align:left; padding:0 15px 0 38px; width:74px; line-height:21px; margin-bottom:15px;}

/*========================================================*/
/*  Default DNN CSS                                       */
/*========================================================*/

/*-- Default Form CSS        		   --*/ select, input { font-family: Calibri, "Segoe UI"; font-size: 13px; color: #333333; }

/*-- Default textbox       		       --*/ .NormalTextBox { color: #1BA0E1; padding: 2px; line-height: 12px; font-family: Calibri, "Segoe UI"; font-weight: normal; font-size: 13px; border:1px solid #CCCCCC; background-color: #FFFFFF; }
/*-- Textbox cell / td            	   --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; border: 0; }

/*-- Subheadings - DNN Default css     --*/ .SubHead { font-family: Calibri, "Segoe UI"; line-height:18px; font-size: 13px; font-weight: bold; color: #1BA0E1; padding: 0; }
/*-- Headings - DNN Default css        --*/ .Head {  font-family: Calibri, "Segoe UI"; line-height:18px; font-size: 13px; color: #1BA0E1; background: transparent; font-weight: bold; padding: 0;}

/*-- command Button in Containers      --*/ .CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #1BA0E1 ; font-family: Calibri, "Segoe UI"; font-size: 13px; font-weight: bold; text-decoration: none; padding:2px 10px; background-color:Transparent;}
/*-- command Button in Containers hover--*/ a.CommandButton:hover { color: #FFFFFF; font-family: Calibri, "Segoe UI"; font-size: 13px; text-decoration: none; font-weight: bold; padding: 2px 10px; background-color:#CC3399;}

/*-- SkinObject Text            	   --*/ .SkinObject, a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active { color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; text-decoration: none; padding: 0 5px 0 5px;}
/*-- SkinObject Text hover        	   --*/ a.SkinObject:hover { color: #1BA0E1; font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-decoration: none; font-weight: normal; padding: 0 5px 0 5px; }

/*-- SkinObject Text hover        	   --*/ .ControlPanel{ width:100%; border-bottom:2px solid #1BA0E1; background-color: #FFFFFF; color: #666666; border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000;}

/*-- Data Grid TD		        	   --*/ .DataGrid_Item { font-family: Calibri, "Segoe UI"; font-size:13px; color: #666666;}
/*-- Data Grid TD		        	   --*/ .DataGrid_Header { font-family: Calibri, "Segoe UI"; font-size:13px; color:#666666; font-weight:bold;}
/*-- Data Grid TD		        	   --*/ .DataGrid_AlternatingItem { font-family: Calibri, "Segoe UI"; font-size:13px; color: #666666; font-weight:bold;}

#dnn_dnnSEARCH_txtSearch.NormalTextBox { background: transparent; width: 183px; color: #1BA0E1; padding: 0 13px 0 0; border: 0px solid #FFFFFF; cursor:text;}


/*========================================================*/
/*  Banner CSS	                                          */
/*========================================================*/

/*-- DNN Action Token             		--*/ .action { padding-top:0px; float:left; z-index:auto; }  



/*========================================================*/
/*  Social Links CSS	                                          */
/*========================================================*/


.Social-Links{text-align:right;padding:10px 0 0 0;}
	.Social-Links a{margin:0 0 0 10px;}
	.icoIN{width:32px;height:32px;background:url(images/LinkedIn.png) no-repeat;}
	.icoFacebook{width:32px;height:32px;background:url(images/facebook.png) no-repeat;}
	.icoTwitter{width:32px;height:32px;background:url(images/Twitter.png) no-repeat;}
	.icoTwitter2{width:32px;height:32px;background:url(images/TwitterBird.png) no-repeat;}
	
	.icoMySpace{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -64px 0;}
	.icoYahoo{width:32px;height:32px;background:url(images/Yahoo.png) no-repeat;}
	.icoYahoo1{width:32px;height:32px;background:url(images/Yahoo1.png) no-repeat -128px 0;}
	.icoFlickr{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -160px 0;}
	.icoLinkedIn{width:32px;height:32px;background:url(images/LinkedIn.png);}
	.icoYouTube{width:32px;height:32px;background:url(images/youtube.png) no-repeat;}
	.icoDelicious{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -256px 0;}
	.icoBlogger{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -288px 0;}
	.icoRSS{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -320px 0;}
	.icoEmail{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -352px 0;}
	.icoTumblr{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -384px 0;}
	.icoFourSquare{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -416px 0;}
	.icoReddit{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -448px 0;}
	.icoVimeo{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -480px 0;}
	.icoWordPress{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -512px 0;}
	.icoBebo{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -544px 0;}
    .icoXing{width:32px; height:32px; background:url(images/Xing.png) no-repeat;}
    .icoGoogleplus{width:32px; height:32px; background:url(images/GooglePlus.png)no-repeat;}
    .icoGoogle{width:32px; height:32px; background:url(images/Google.png)no-repeat;}



/*========================================================*/
/*  DNN Blog 5.0 CSS enhancements	                      */
/*========================================================*/
.dnnClear bloggerMenu div,  .ModBlogC div{max-width:500px}





