/* 
    Document   : selfHelpMain
    Created on : Oct 6, 2011, 4:29:12 PM
    Author     : christopher.avendano
    Description:
        Purpose of the stylesheet follows.
*/
* {
    border: medium none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body{
/*    font-family: Arial,Helvetica,sans-serif;*/
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: black;
    background: #f5f5f5;
}
textarea{
    resize: none !important;
}
textarea,input,select,file{
    border: 1px solid #D1D0D0;
}

.round_corner5px{
    border-radius: 5px;
}
.clear{
    clear: both;
}
.noborder{
    border: 0 !important;
}

hr.clear{
    width: 100%;
}
div#SH_main_container{
    height: auto;
    width: 1024px;
    margin: 0px auto;     
}
/*
   Top header group here
 */

div#SH_main_container div#SH_top_menu{
    height:100px;
    width: inherit;
    margin: auto;
    padding: 0;    
}
div#SH_top_menu div.leftLogo{    
    width:200px;
    height: inherit;       
    float: left;
}
div#SH_top_menu div.leftLogo a,
div#SH_top_menu div.leftLogo img{
    border: 0;
    cursor: pointer;
}
div#SH_top_menu div.leftLogo img{
    margin-top: 15px;
}

div#SH_top_menu div.links{
    width: 700px;
    height: inherit;
    float: right;
}
div#SH_top_menu div.links ul.socialLinks{
    width: 440px;
    height: 50px;
    float: right;
}
div#SH_top_menu div.links ul.socialLinks li{
    width: 71px;
    height: 33px;
    color: white;
    line-height: 33px;
    float: right;
    margin-left: 5px;
    font-size: 10px;
    margin-top: 7px;    

    border-radius:3px;
}
div#SH_top_menu div.links ul.socialLinks li a{
    height: 100%;width: 100%;display: block;
}
li.facebook{
    background: url('http://media01-staging.mdc.gameloft.org/layout/webstore/images/socials/btnFacebook.png') no-repeat center center transparent;

}
li.twitter{
    background: url('http://media01-staging.mdc.gameloft.org/layout/webstore/images/socials/btnTwitter.png') no-repeat center center transparent;
}
li.googleplus{
    background: url('http://media01-staging.mdc.gameloft.org/layout/webstore/images/socials/btnGPlus.png') no-repeat center center transparent;
}
li.youtube{
    background: url('http://media01-staging.mdc.gameloft.org/layout/webstore/images/socials/btnYouTube.png') no-repeat center center transparent;
    margin-right: 10px;
}

ul.topLinks{
    width:auto;
    float: right;
    color:#999999;
    border-top: 1px solid #e0e0e0;
    
}
ul.topLinks li{
    height:15px;    
    padding: 0px 5px;
    margin: 10px 0px 10px 5px;
    float: left;    
    border-left: 1px solid #e0e0e0;
}
ul.topLinks li a{
    text-decoration: none;
    color: inherit;
}
ul.topLinks li a:hover{
   text-decoration: underline;
}
/*
    Top header ends here
 */


div#SH_main_container div#SH_mid_container{
    height:auto;
    width:inherit;
    vertical-align: top;
    margin: 0px auto;
    background: white;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 10px #888888;
}
div#SH_main_container div#SH_mid_container div.midContainerInsert{
    min-height: 427px;
    width: auto;
    margin: 0px 10px;
/*    background: url('../images/bgMontage.jpg') no-repeat center center;    */
}
div.midContainerInsert h1.homeTitle{
    margin: 0px 30px 20px;
    color: #02c2f2;
    text-align: center;
}
div.midContainerInsert p.homeDescription{
    margin: 0px 30px 20px;
    text-align: justify;
}

div#SH_main_container div#SH_mid_container div.midContainerTopicSelection{
    width: inherit;
    min-height: 300px;
    margin: 0px auto;
/*    background: url('../images/bgMontage.jpg') no-repeat top center;*/
}
h1.supportLabel{
    width: 156px;
    height: 45px;    
    margin-left: 20px;
    float: left;
    font-weight: normal;
    text-align: left;


}
h1.supportLabel a{
    width: inherit;
    height: inherit;
    display: block;
    line-height: 49px;
	font-size: 24px;
    color: #33BBFF;
}
div#SH_main_container div#SH_bottom_container{
/*    height:550px;*/
    width: inherit;
}
div#SH_main_container div#SH_bottom_container{
    text-align: center;
    padding: 15px 10px;
    width: 100%;
}
div#SH_main_container div#SH_mid_container div.mid_conatiner_header{
    height:45px;
    width: inherit; 
    margin: 0px auto;
}

div#SH_main_container div#SH_mid_container div#SH_mid_left{
    min-height:600px;
    width: 200px;
    display: inline-block;
    background: white;
    float: left;    
}
div#SH_main_container div#SH_mid_container div#SH_mid_right{
    min-height: 450px;
    width: 800px;
    float: left;
    display: inline-block;
}
div#SH_main_container div#SH_mid_container div#SH_mid_right h1.homeTitle{
    
    font-size: 18px;
    margin: 0 30px 20px;
    text-align: justify;
    
}
div#SH_main_container div#SH_mid_container div#SH_mid_right h1.messageSentHeader{
    font-size: 12px;
}
div#SH_main_container div#SH_mid_container div#SH_mid_right p.homeDescription{
    text-align: justify;
    margin: 0 30px 20px;
}

div#SH_main_container div#SH_mid_container div#selfHelMain{
    min-height: 450px;
    position: relative;
}
div#SH_main_container div#SH_mid_container div#selfHelMain h1,
div#SH_main_container div#SH_mid_container div#selfHelMain h2{
    margin: 10px 20px 0px;
}
div#SH_main_container div#SH_mid_container div#selfHelMain h1{
    font-size: 19px;
}
div#SH_main_container div#SH_mid_container div#selfHelMain h2{
    font-size: 12px;
}
div#SH_main_container div#SH_mid_container div#selfHelMain div#tipsContainer{

    min-height: 300px;
    width:650px;
    margin: 10px 10px 0px;
    text-align: left;
    padding: 10px;
   
}
div#SH_main_container div#SH_mid_container div#selfHelMain div#tipsContainer p{
    margin: 5px 0px;
}

/*
    FAQs section here
 */
div#selfHelMain div.FAQsCointainer{
    height:auto !important;
    color: #646464;
}
div#selfHelMain div.FAQsCointainer table{
    width: inherit;
    border-collapse: collapse;
    font-size: 11px;
}
div#selfHelMain div.FAQsCointainer table tr td{
    padding: 3px 5px;
    text-align: left;
}
div#selfHelMain div.FAQsCointainer table tr td.faqHeader{
    font-weight: bold;
    font-size: 12px;
}
div#selfHelMain div.FAQsCointainer table tr td.faqQuestion{
    font-weight: bold;
}
div#selfHelMain div.FAQsCointainer h4{
    font-weight: normal;
    color: black;
}
div#selfHelMain div.FAQsCointainer h4.question{
    font-weight: bold;
}

/*
    END FAQs section here
 */
 
div#SH_main_container div#SH_mid_container div#selfHelMain div.midFooter,
div.midFooter{
	height: 200px;
	width: 570px;
	margin: 10px auto auto 101px;
	text-align: center;
}
div#SH_main_container div#SH_mid_container div#selfHelMain div.midFooter h4{
    width: inherit;
    color: #626262;
    margin: 10px auto;
    padding: 5px 10px;

/*    border: 1px solid red;*/
}
div.midFooter span{    
    display: block;
    text-align: left !important;
}

div.midFooter div.inner_content{
    height: inherit;
    width: inherit;
}
div.midFooter div#helpfulDialogcontainer{
    height: 185px;
    width: 415px;
    margin: 0px auto;

}
div.midFooter h4#helfulOKMsg,
div#helfulOKMsg,
h4#helfulContactOrForum{
    display: none;
}

div.midFooter div#buttonContainer,
div.midFooter div#ForumContactFormContainer{
	width: 265px;
	height: 45px;
	float: left;
	background-color: rgb(226, 226, 226);
	padding: 0px 13px 6px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.midFooter div#buttonContainer button.genericButton,div.midFooter div#buttonContainer div.genericButton{
	margin: 0 7px;
}

div#ForumContactFormContainer{
    display: none;
}

/*
    Laguage Selection CSS here
 */
div#SH_langSelection{

    height: 30px;
    width: 130px;
    line-height: 30px;
    float: right;
    margin:10px 10px 0 0px;
    color:#33BAFF;

    border-radius: 5px;
    border: 1px solid gray;
    background: none repeat scroll 0 0 #262626;
/*    background: url("../images/btnMain.png") no-repeat scroll center center transparent;*/
/*    background: url("http://media01.gameloft.com/layout/default/web/facebook/support/images/dropdown.gif") repeat-x scroll 0 0 transparent;*/
    cursor: pointer;
    
}
div#SH_langSelection:hover label{
/*    text-decoration: underline;*/
}
div#SH_langSelection img{
    float: right;
    margin-right: 15px;
}

div#SH_langSelection label{
    margin: 0px 0px 0px 10px
}
div.languageSelectionContainer{
    height: 155px;
    width: 130px;
    overflow: auto;
    display: none;
    z-index: 99999 !important;
}
/*div#SH_langSelection:hover div.languageSelectionContainer {
    display:block;
}*/
div.languageSelectionContainer ul{
    height: auto;
    display: inline-block;
    width: 150px;
    background: #4E4E4E;
    list-style: none;
    margin: 0px 0px 0px;    
    z-index: 30000 !important;    
    border: 1px solid gray;

}
div.languageSelectionContainer ul li{
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #363636;
    background: none repeat scroll 0 0 #404040;
}
div.languageSelectionContainer ul li:hover{
    background: none repeat scroll 0 0 #262626;    
/*    background: url("../images/btnMain_active.png") no-repeat scroll center center transparent;*/
/*    background: url("http://media01.gameloft.com/layout/default/web/facebook/support/images/dropdown.gif") repeat-x scroll 0 0 transparent;*/
}
div.languageSelectionContainer ul li a{    
    margin-left:10px;
    text-decoration: none;
    cursor: pointer;
    color: #999999;
}
div.languageSelectionContainer ul li a:hover,
div.languageSelectionContainer ul li:hover a{
    cursor: pointer;
    color:#33BAFF;
}

/*
    Side menu bar
 */
div#SH_mid_left ul{
    width: 150px;
    list-style: none;
    font-weight: bold;
    font-size: 12px;    
    padding: 5px 0px;
    margin: 0px 0px 0px 10px;
    background:#404040;

    border-radius:5px;
    margin-bottom: 5px;

/*    background: url('../images/bgMenuLine.png') repeat-y right center;*/
}

div#SH_mid_left ul li{
    width: 145px;
    color:#999999;
    cursor: pointer;       
    font-weight: normal;    
    
    border: 1px solid #363636;
    background:#404040;    
}
div#SH_mid_left ul li:hover{
    background: #262626;
    color: #1B6584;
/*    background: url('../images/bgMenuSelected.png') no-repeat left center;*/
}

div#SH_mid_left ul li.selected{
    background: #262626;
    color: #33BAFF;
}

div#SH_mid_left ul li a{
    color: inherit;
    display:block;
    text-align: left;
    vertical-align: middle;    
    padding:5px 10px;    
}
 
div#SH_mid_left ul li div.imageContainer{
    height: 30px;
    display: inline-block;
    
}
/*
    Button part here
 */
div.submit_buton{
    height: 33px;
    width:99px;    
    text-align: center;
    line-height: 33px;
    float: right;
    
    border-radius:5px;
    color:#E5E5E5;
    background: url("../images/btnMain.png") no-repeat scroll center center transparent;
/*    background: url('../images/btnOff.png') no-repeat center center transparent;*/
    display: none;
}
div.submit_buton:hover{
    cursor: pointer;
    background: url("../images/btnMain_active.png") no-repeat scroll center center transparent;
/*    background: url('../images/btnOn.png') no-repeat center center transparent;*/
}

button.genericButton,div.genericButton{
    height: 33px;
    width:116px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    cursor: pointer;

    color:#33BAFF;
    background: url("../images/btnMain.png") no-repeat scroll center center transparent;
}
button.genericButton:hover,div.genericButton:hover{
   color:#E5E5E5;
   background: url("../images/btnMain_active.png") no-repeat scroll center center transparent;
}
/*
 * Forum link girl here
 */
div#forumLink{
    color: #606060;
    height: 235px;    
    font-weight: bold;    
    text-decoration: none;
    width: 170px;
    margin: 40px 0px;
/*    background: url("http://media01.gameloft.com/layout/default/web/sitenew/images_site/support_over.jpg") no-repeat scroll 0 0 transparent;*/
/*    background: url('../images/forum_link_image.jpg') no-repeat center center transparent;*/

}
button.genericButton p,div.genericButton p{
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    height: inherit;
    width: inherit;
    text-align: center;

}

div#forumLink div.top{    
    height:7px;
    background: url('../images/greenFarmGirl/bgBubble2Top.png') no-repeat center center transparent;
}
div#forumLink div.middle{    
    background: url('../images/greenFarmGirl/bgBubble2Mid.png') repeat-y center center transparent;
    height: auto;
}
div#forumLink div.middle p{
    width: 130px;
    margin: auto;
}
div#forumLink div.bottom{
    background: url('../images/greenFarmGirl/bgBubble2Bot.png') no-repeat center center transparent;
    height: 33px;
}
div#forumLink div.forumImageContainer{
    height: 235px;
    text-align: center;
}
/* END OF FORUM LINK GROUP */

/*
 * On the answer page we put it here
 */
div#selfHelMain div.midFooter div#helpfulDialogcontainer div.GFCharacterContainer{
    width: 150px;
    height: auto;
    float: right;
     
}
div#helpfulDialogcontainer div.GFCharacterContainer{
    float: right;
}

div#helpfulDialogcontainer div.GFCharacterContainer img#GreenFarmGirl2{
    display: none;
    height: 235px;
}
 div.bubbleContainerStepDisplay{
     height: auto;
     width: 233px;
     float: left;     
}
div.bubbleContainerStepDisplay div.top{    
    background: url('../images/greenFarmGirl/bgBubble3Top.png') no-repeat center center transparent;
    height:7px;
}
div.bubbleContainerStepDisplay div.mid{
	/**background: url('../images/greenFarmGirl/bgBubble3Mid.png') repeat-y center center transparent;**/
	height: auto;
	padding: 19px 25.5px;
	width: 240px;
	background-color: rgb(226, 226, 226);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
div.bubbleContainerStepDisplay div.mid h4{
    margin: 0px !important;
    width: inherit;
    padding: 0px 5px !important;
}
div.bubbleContainerStepDisplay div.bottom{
    background: url('../images/greenFarmGirl/bgBubble3Bot.png') no-repeat center center transparent;
    height: 26px;
}
/*
 * On the message sent page we add this
 */
 div#messageSentContainer{
     height: auto;
     margin: 30px auto;
     width: 380px;
}
div#messageSentContainer div.top{        
    width: 233px;
    clear: both;
    background: url('../images/greenFarmGirl/bgBubble3Top.png') no-repeat top center transparent;
    height: 7px;
    
}
div#messageSentContainer div.middle{
    background: url('../images/greenFarmGirl/bgBubble3Mid.png') repeat-y center center transparent;
    height: auto;
    width: 233px;
    clear: both;
    
}
div#messageSentContainer div.middle p{    
    width: 220px;
    padding: 0px !important;
    text-align: left !important;
    margin: 0px 5px!important;
}
div#messageSentContainer div.bottom{
    background: url('../images/greenFarmGirl/bgBubble3Bot.png') no-repeat center center transparent;
    height: 26px;
    width: 233px;
    float: left;
    margin-top: -2px;

}
div#messageSentContainer div.GFGirlContainer{
    width: 145px;
    height: 100px;
    float: right;
}
div#messageSentContainer hr{
    width: inherit;
    clear: both;
   
}

/*
    Web store pages CSS these guys causing some problems
 */
.social-links-br{
    top: 185px !important;
    left:4px !important;
}
#search_submit{
    border: 0 !important;
}

/*

*/

*.KnownIssueSolved{
    color: #228B22 !important;
}

#searchContainer{
    margin: 5px 0px 30px 87px;
	width: 100%;    
}

#searchContainer label{
    font-family:'Open Sans',Arial,sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #7F7F7F;
    margin: 0px 10px 0px 0px;
}

#search{
	padding: 5px;
	box-shadow: 0px 0px 2px 3px #ACCDF5;
	width: 470px;
    margin: 10px 0px;
	outline: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#searchError{
    color: #ff0000;
    font-weight: bold;
    margin: auto;
    width: 150px;
    display: none;
}

.highlight{
    font-weight: bold;
}
