/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 24, 2014, 10:10:06 AM
    Author     : Jane
*/

body	{
	backgroUnd-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}
        
        #logo{
            font-size: 34px;
            color:white;
            padding-left: 10px;
            float: left;
        }        
        
        #logo a,hover,visit{
            color:#FFFFFF;
        }
        #small_logo{
            font-size: 14px;
            margin-left: 0px;
            text-align: left;
        }
        
table		{ color: #000000; font: 12px arial, geneva, sans-serif; }

.title	{ 
    color: #000000; 
    font: 16px arial, geneva, sans-serif; 
    font-weight: bold; 
}

.main_table{
    width: 100%;
    padding: 0px 0px 0px 0px;
    border-spacing:0px;
    border: 0px;
    border-collapse:collapse;
}
.main_table th, td {
    padding: 0;
}


.footer		{ color: #999999; font: 10px arial, sans-serif; }

.hilite		{ color: #006600; }

.year { 
 
    font-size: 34px;
}

#left_ad{
    vertical-align: top;
    width: 135px;
}

#right_ad{
    vertical-align: top;
    width: 140px;
    padding-left: 15px;
}

.bredcrumbs{

}
        #item1{
               display:inline-block;
        }
        #item2{
         display:inline-block;   
        }
        #item3{
            display:inline-block;
        }
        #item4{
            display:inline-block;
        }
        #item5 {
            display:inline-block;
        }

.table1		{
			color: #46423E;
			font: 11px arial, sans-serif;
			font-weight: normal;
			background-color: #F6F6F6;
                            background-image: url("/images/background-boxes.jpg");
			border: #F0F0F0 1px solid;
			}


.categories		{
			font: 13px arial, sans-serif;
			font-weight: bold;
			line-height: 23px;
			position: relative;
			top: 4px;
			left: 0px;
			z-index: 2;
			}

a.categories:link, a.categories:visited, a.categories:active

				{ color: #0066FF; text-decoration: underline; }

a.categories:hover		{ color: #FF9900; text-decoration: underline; }


ul { 
list-style-image: url('/images/bullet.gif'); 
margin: 0px 0px 0px 18px; 
padding: 0px; 
} 

li { 
margin: 0px; 
padding: 0px 0px 0px 0px;
} 

.hshadow	{ background-image: url("/images/hshadow.gif"); background-repeat: repeat-x; }

#header-right-img{
    float: right;
}

.hidethis table{
 width: 100px;
}

.hidethis td{
    padding: 0px 0px 0px 0px;
    border: 0px;
}

.table_bottom_shaddow	{
		width: 100%;
		height: 20px;
		background-color:#CC0006;
		background-image: url("/images/bar.png");
		border-bottom: #990000 1px solid;
		}

.top-table	{
    height: 80px;
    width: 100%;
		background-color: #FFFFFF;
		background-image: url("/images/yamaha-header-red.jpg");
		background-repeat: repeat-x;
		border-bottom: #990000 0px solid;
		}

                .header{
                    width: 100%;
                }

.header{
height: 60px;
background-color: #CF1016;
border-top: #990000 0px solid;
border-left: #990000 0px solid;
border-right: #990000 0px solid;
border-bottom: #990000 1px solid;
}
#search{
color: floralwhite;
}

#most_search{
    font-size: 12px;
}

#content_model_list{
font-size: 14px;
padding-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#bottom_table{
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;  
}

.googlesearch	{
		background-color: #F0F0F0;
		background-repeat: repeat-x;
		border: #000000 1px solid;
		}


.menu-table 	{
		width: 100%;
		background-color:#CC0006;
		background-image: url("/images/menu-background.png");
		border-top: #990000 1px solid;
		border-left: #990000 0px solid;
		border-right: #990000 0px solid;
		border-bottom: #990000 1px solid;
		}

.top_banner{
        display: none;
    }
.topmenu		{ font-size: 11px;
		  font-family: arial, helvetica, sans-serif;
		  padding-top: 10px;
		  padding-bottom: 10px;
		  padding-left: 10px;
		  padding-right: 10px;
		  cursor:pointer;
		  font-weight: bold;
		  text-align:center;
		  display: block;
		  white-space:nowrap;
		  border-right: #990000 1px solid; }


a:link		{ color: #0066FF; text-decoration: none; }
a:visited	{ color: #0066FF; text-decoration: none; }
a:active	{ color: #0066FF; text-decoration: none; }
a:hover		{ color: #FF9900; text-decoration: underline; }

a.topmenu:link 	{ background-image: url("/images/menu-background.png");
		  background-color:#CC0006;
		  color: #FFFFFF; }


    a.topmenu:visited 	{ background-image: url("/images/menu-background.png");
		  background-color:#CC0006;
		  color: #FFFFFF; }


a.topmenu:active 	{ background-image: url("/images/menu-background.png");
		  background-color:#CC0006;
		  color: #FFFFFF; }



a.topmenu:hover 	{  
text-decoration: none;
background-image: url("/images/menuon.jpg");
background-color:#DD5C25;
color: #FFFFFF; }



/**login form**/
#containerForm {
   
    width: 340px;
    height: 280px;
    top: 50%;
    left: 50%;
    margin-top: 40px;
    margin-left: 70px;
	background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	
}
#loginForm form {
    margin: 0 auto;
    margin-top: 20px;
}
#loginForm label {
    color: #555;
    display: inline-block;
    margin-left: 18px;
    padding-top: 10px;
    font-size: 14px;
}
#loginForm p a {
    font-size: 11px;
    color: #aaa;
    float: right;
    margin-top: -13px;
    margin-right: 20px;
 -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
#loginForm p a:hover {
    color: #555;
}
#loginForm input {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    outline: none;
}
#loginForm input[type=text],
#loginForm input[type=password] {
    color: #777;
    padding-left: 10px;
    margin: 10px;
    margin-top: 12px;
    margin-left: 18px;
    width: 290px;
    height: 35px;
	border: 1px solid #c7d0d2;
    border-radius: 2px;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
	}
#loginForm input[type=text]:hover,
#loginForm input[type=password]:hover {
    border: 1px solid #b6bfc0;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}
#loginForm input[type=text]:focus,
#loginForm input[type=password]:focus {
    border: 1px solid #a8c9e4;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}
#lower {
    background: #ecf2f5;
    width: 100%;
    height: 69px;
    margin-top: 20px;
	  box-shadow: inset 0 1px 1px #fff;
    border-top: 1px solid #ccc;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#loginForm input[type=checkbox] {
    margin-left: 20px;
    margin-top: 30px;
}
.check {
    margin-left: 3px;
	font-size: 11px;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}
#loginForm input[type=submit] {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 80px;
    height: 30px;
font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #acd6ef; /*IE fallback*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    border-radius: 30px;
    border: 1px solid #66add6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
}
#loginForm input[type=submit]:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}
#loginForm input[type=submit]:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
    background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
    background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}

//contact 
.vasplus_programming_blog_wrapper 
{
	width:470px;
	margin: 0 auto;
	border: solid 1px #cbcbcb;
	 background-color: #000;
	 box-shadow: 0 2px 20px #cbcbcb;
	-moz-box-shadow: 0 2px 20px #cbcbcb;
	-webkit-box-shadow: 0 2px 20px #cbcbcb;
	-webkit-border-radius: 15px 15px;
        -moz-border-radius: 15px 15px;
        border-radius: 15px 15px;
	text-align:center;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:12px;
	padding-bottom:12px;
}

/*Input and Textare Field Style*/
.vpb_input_fields {
	width:280px;box-shadow: 0 0 6px #666666;-moz-box-shadow: 0 0 6px #666666;-webkit-box-shadow: 0 0 6px #666666;
        font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:normal;height:25px; padding:3px;
        padding-left:10px;padding-right:10px; padding-top:2px;border: 0px solid  #F1F1F1;outline:none;border-radius: 2px;
        -moz-border-radius: 2px;-webkit-border-radius:2px;
}	
.vpb_input_fields:focus { 
 outline:none;border: 0px solid #4195fc;box-shadow: 0 0 12px #66F;-moz-box-shadow: 0 0 12px #66F;-webkit-box-shadow: 0 0 12px #66F;
}

/*Captcha Box wrapper*/
.vpb_captcha_wrapper 
{
	width:280px;
	height:auto;
	padding:10px; 
	border: solid 1px #cbcbcb;
	 background-color: #FFF;
	 box-shadow: 0 0 20px #cbcbcb;
	-moz-box-shadow: 0 0 20px #cbcbcb;
	-webkit-box-shadow: 0 0 20px #cbcbcb;
	border-top: solid 0px #cbcbcb;
	text-align:center;
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	float:left;
}


/*Success Message Style*/
.vpb_success {width:390px;font-family:Verdana, Geneva, sans-serif; font-size:11px; padding:10px; background:#FFFFB7; 
             border:1px solid #F1F1F1;box-shadow: 0 0 20px #cbcbcb;
             -moz-box-shadow: 0 0 20px #cbcbcb;-webkit-box-shadow: 0 0 20px #cbcbcb;
             -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; line-height:20px;}


/*Error Messages Style*/
.vpb_info {  text-align:left;border: 1px solid #999; padding:8px 10px 8px 10px; font: 
                bold 12px verdana;-moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888;
            box-shadow: 0 0 5px #888;text-shadow: 2px 2px 2px #ccc;-webkit-border-radius: 4px;
            -moz-border-radius: 4px;border-radius: 4px;font-family:Verdana, Geneva, sans-serif; 
            font-size:11px; line-height:20px;font-weight:normal;color: black;background: #BDE5F8; }

.ccc{ text-decoration:none; color:blue;}
.ccc:hover{ text-decoration:underline;}

/*Vasplus Button*/
.vpb_general_button 
{
 background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 2px solid #63a62f;box-shadow: 0 2px 3px #666666;-moz-box-shadow: 0 2px 3px #666666;-webkit-box-shadow: 0 2px 3px #666666;
  -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
  color: #fff;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: auto;
  padding:9px;
  padding-left:13px; padding-right:13px;padding-bottom:7px;
  text-decoration:none;
  float:left;
  margin-right:20px;
}
.vpb_general_button:hover 
{
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    box-shadow: 0 2px 3px #666666;
	-moz-box-shadow: 0 2px 3px #666666;
	-webkit-box-shadow: 0 2px 3px #666666;
	-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
    cursor: pointer; 
}



.back_to_tutorial {
	
background-color: #ee432e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
  background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  border: 1px solid #951100;box-shadow: 0 2px 3px #951100;-moz-box-shadow: 0 2px 3px #951100;-webkit-box-shadow: 0 2px 3px #951100;
  -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  color: #fff;
  font: bold 15px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 12px 0 14px 0;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
  width: 200px; }
.back_to_tutorial:hover 
{
    background-color: #f37873;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
    background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    cursor: pointer; }
.back_to_tutorial:active 
{
    background-color: #d43c28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
    background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); 
}

.secret{
    display:none;
}

//bitcoin form style
#makeDonation{
    background-color:#fff !important;
}
.control-group{
    background-color: #fffff !important;
    width: 350px;
}
#makeDonation{
    width: 350px;
}

.controls{
    
}
.labels{
    width: 20px;
}
@media (max-width: 768px)
{
    *{
        box-sizing: border-box;
        max-width: 100%;
        width: 100%;
    }
    html, body {
    overflow-x: hidden;
    }
    iframe {
    max-width: 100%;
    height: auto;
    display: block;
    }
    .adsbygoogle {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
    overflow: hidden;
    }
    .adsbygoogle,
    #left_ad,
    #right_ad,
    .top_banner {
        display: none !important;
    }
    #aswift_0_host, #aswift_1_host {
    max-width: 100% !important;
    overflow: hidden !important;
    }
    body{
        margin: 0px;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .main_table{
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    #header{
        width: 100%;
        margin: 0;
        padding: 0;
        max-width: none;
        padding-left: 5px;
    }
    #search{
        display: none;
    }
    #left_ad{
        display: none;
    }
    #right_ad{
        display: none;
    }
    .top-table{
        max-width: 100%;
    }
    .hidethis{
        max-width: 100%;
    }
    .header{
        max-width: 100%;
    }
    .top_banner{
        display: none;
    }
    #header-right-img{
        position: relative;
        z-index: 0;
        opacity: 0.5;
        left: 0;
        margin-top: -50px;
        left: 0;
        right: 0;
         }
         
    #logo{
        z-index: 1;
        position: relative;
    }

    .bredcrumbs{
        max-width: 100%;
    }
    .bredcrumbs{
        font-size: 10px;
    }
    
    .table1:nth-of-type(1) p{
        font-size: 13px;
    }
    .table1:nth-of-type(1) p span{
        font-size: 20px;
    }
    .table1:nth-of-type(2) td{
        text-align: center;
    }
    .table1:nth-of-type(3) p{
        font-size: 12px;
    }
    .footer td a{
        font-size: 12px;
        padding: 5px;
        margin-top: 0;
    }
    #item1, #item2, #item3, #item4, #item5 a span{
        font-size: 12px;
    }
   
    #content_model_list{
        margin: auto;
        text-align: left;
        }
    #content_model_list ul li{
        padding: 0;
    }
    #content_model_list a{
        font-size: 16px;
    }
    #content p{
        font-size: 12px;
    }
    code{
        max-width: 100%;
    }
    #containerForm {
        text-align: center;
        margin-top: 0 !important;
        margin-left: 0 !important;


    }
    #login_imput{
        margin-left: 0;
        margin-bottom: -25px;
        margin-right: 160px;
        width: 50px;
        margin-top: 10px;
    }
    #login_imput[type="submit"]{
        margin-top: 10px !important
    }
#loginForm label{
    margin-left: 0 !important;
}
    
}