@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


html 
{
    overflow-y: scroll;
    margin:0; padding:0; height:100%; width:100%; 
}

body 
{
    margin:0; padding:0; height:100%; width:100%; 
    color: gray;
    font-size: 16px;  
    text-align:center; 
    font-family: arial; 
}

p 
{
    color: gray;
    font-size: 16px;
}
  
textarea 
{
    color: gray;
    font-size: 16px;
    font-family: arial;
}  

h1 {  
	
	font-size: 18px; 
	font-weight: bold; 
	color: white;
	margin: 0;
	padding:0;
}

h2 {  
	font-size: 18px; 
	font-weight: bold; 
	margin: 0;
	padding:0;
	color: gray;
}

h3 {  
	font-size: 20px; 
	font-weight: bold; 
	color: gray;
	margin: 0;
	padding:0;
}



h4 {  
	font-size: 14px; 
	font-weight: bold; 
	color: gray;
	margin: 0;
	padding:0;
}


a   
{
    font-size: 16px; 
    font-weight: bold; 
    color: gray; 
    text-decoration: none
    }

a:hover {  
	font-size: 16px; 
	font-weight: bold;
	color: gray; 
}

b
{
    color:Red;   
}

ul {list-style-position: outside;}
li {list-style-image: url("images/bullet2.gif")}

 div#banner { 
   position: fixed; 
   top: 0; 
   left: 0; 
   background-color: white; 
   width: 100%; 
   z-index:1000;
   height: 32px;
   padding: 5px;
   background: #EEEEEE;
   /*background: #FFFFFF url(/images/button_bg.png) bottom left;*/ 
 }
 
 div#banner a
 {
    font-weight:normal;   
 }
 
  div#bannerdev { 
   position: fixed; 
   top: 0; 
   left: 0; 
   background-color: white; 
   width: 100%; 
   height: 32px;
   padding: 5px;
   background: #EEEEEE;
   /*background: #FFFFFF url(/images/button_bg.png) bottom left;*/
   z-index:1000;
 }
 
 div#bannerdev a
 {
    font-weight:normal;   
 }
 
 div#banner-content { 
   width: 100%; 
   margin: 0 auto; 
   padding: 5px;
 }
 
 div#main-content  
 {
   width: 90%;
   padding-top: 25px;
   margin: 0 auto; 
   text-align:center;
}

 div#main-content-admin  
 {
   width: 100%;
   padding-top: 25px;
   margin: 0 auto; 
   text-align:center;
}

 div#footer { 
   width: 100%; 
   margin: 0 auto; 
   padding: 5px;
   height: 20px;
 }

 div#play-splottery  
 {
   width:200px;
   margin: 0 auto;
   margin-top: 100px;
   font-size:24px;
}

div#display-option
{
    width:200px;
    margin: 0 auto;
    margin-top: 20px;
    font-size:24px;
}

.display-option
{
    width:200px;
    margin: 0 auto;
    margin-top: 20px;
    font-size:24px;
    
}


div#options-header
{
    width:200px;
    margin: 0 auto;
    font-size:20px;
}


 div#mode-options  
 {
   width:80%;
   margin: 0 auto;
   margin-top: 50px;
   margin-bottom: 30px;
   text-align:center;
}

 div#selector-panel  
 {
   width:50%;
   min-width:500px;
   margin: 0 auto;
   margin-top: 30px;
   margin-bottom: 20px;
   text-align:center;
   clear:both;
   -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}


 div#admin-panel  
 {
   width:100%;
   margin: 0 auto;
   margin-top: 110px;
   margin-bottom: 20px;
   text-align:center;
}

.admin
{
    width:400px;
    color:Gray;
    font-size:24px;
    margin:0 auto;
    margin-top:20px;
}

span.admin
{
    width:200px;
    margin:0 auto;
    margin-top:20px;
    margin-left:20px;   
}

div.admin
{
    width:300px;
    margin:0 auto;
    margin-top:20px;   
}

div.level-admin-list
{
    margin-top:150px; 
}

input.delete-button
{
    width:100px;
    margin:0 auto;
    margin-top:20px;
    margin-left:20px;
}

input.delete-button-disabled
{
    width:100px;
    margin:0 auto;
    margin-top:20px;
    margin-left:20px;
    border:none;
    background-color:white;
}


div#difficulty-selector
{  
    margin:0 auto;
    width:33%;
    float:left;
    min-width:100px;
    margin-top:10px;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;

}

div#options-menu
{
    width:50%;
    min-width:300px;
    display:block;
    float:left;
    margin-top:20px;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

div#puzzle-container
{
    width:100%;
    height:500px;
    margin:0 auto;
    text-align:center;
    min-height:500px; 
}

div.ball-face-container
{
    width:50%;
    height:100%;
    min-width:400px;
    float:left;
    margin:0 auto;
    text-align:center;
}

div.ball-face
{
    position:relative;
    margin:0 auto;
    width:380px;
    height:380px;
    border-radius: 50%;
    padding:20px;
    background: -webkit-radial-gradient(30% 30%,farthest-corner,white,#bbbbbb); /* Safari */
    background: -o-radial-gradient(30% 30%,farthest-corner,white,#bbbbbb); /* Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(30% 30%,farthest-corner,white,#bbbbbb); /* Firefox 3.6 to 15 */
    background: radial-gradient(farthest-corner at 30% 30%,white,#bbbbbb); /* Standard syntax */
    box-shadow: 10px 80px 50px 0px silver;
    text-align:center;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

div.shape
{
    
    float:left;

}



div.C1, div.C2
{
    position:absolute;
    top:145px;
    left:145px;
    width:105px;
    height:105px;
    cursor:pointer;
}

    div.C1-canvas 
    {
        position:absolute;
        top:0px;
        left:0px;
        z-index:90;
        width:100px;
        height:100px;
        
    }
    
    div.C1-disc{
        border-radius:50%;
        background-color:#EEEEEE;
        position:absolute;
        top:0px;
        left:0px;
        width:130px;
        height:130px;
    }
    
    div.C2-canvas 
    {
        position:absolute;
        top:0px;
        left:0px;
        z-index:90;
        width:100px;
        height:100px;
        
    }
    
    div.C2-disc{
        border-radius:50%;
        background-color:#EEEEEE;
        position:absolute;
        top:0px;
        left:0px;
        width:130px;
        height:130px;
    }
    
    div.B1
{
    position:absolute;
    top:10px;
    left:142px;
    width:120px;
    height:125px;
    cursor:pointer;
}
        
    div.B1-rotate-clw
    {
        position:absolute;
        top:-30px;
        left:0px;
        z-index:100;
    }
    
    div.B1-rotate-ccw
    {
        position:absolute;
        top:90px;
        left:68px;
        z-index:100;
    }
    
    div.B1-canvas 
    {
        position:absolute;
        top:00px;
        left:00px;
        z-index:90;
    }
    
    div.B1-disc{
        border-radius:50%;
        background-color:#F1F1F1;
        position:absolute;
        top:0px;
        width:130px;
        height:130px;
        left:0px;
    }
    
    

div.B2
{
    position:absolute;
    top:50px;
    left:50px;
    width:115px;
    height:125px;
    cursor:pointer;
}
    
    div.B2-rotate-clw
    {
        position:absolute;
        top:8px;
        left:-34px;
        z-index:100;
    }
    
    div.B2-rotate-ccw
    {
        position:absolute;
        top:47px;
        left:95px;
        z-index:100;
    }
    
    div.B2-canvas 
    {
        position:absolute;
        top:00px;
        left:00px;
        z-index:90;
    }
    
    div.B2-disc{
        border-radius:50%;
        background-color:#F5F5F5;
        position:absolute;
        top:0px;
        left:0px;
        width:130px;
        height:130px;
    }
    
    
    div.T1
    {
        position:absolute;
        top:280px;
        left:145px;
        width:125px;
        height:125px;
        cursor:pointer;
    }
    
    div.T1-rotate-clw
    {
        position:absolute;
        top:77px;
        left:-27px;
        z-index:100;
    }
    
    div.T1-rotate-ccw
    {
        position:absolute;
        top:77px;
        left:97px;
        z-index:100;
    }
    
    div.T1-canvas 
    {
        position:absolute;
        top:0px;
        left:0px;
        z-index:90;
    }
    
    div.T1-disc{
        border-radius:50%;
        background-color:#DDDDDD;
        position:absolute;
        top:0px;
        left:0px;
        width:130px;
        height:130px;
    }
    
    
div.T2
{
    position:absolute;
    top:241px;
    left:241px;
    width:125px;
    height:125px;
    cursor:pointer;
}


    
    div.T2-rotate-clw
    {
        position:absolute;
        top:108px;
        left:20px;
        z-index:100;
    }
    
    div.T2-rotate-ccw
    {
        position:absolute;
        top:20px;
        left:108px;
        z-index:100;
    }
    
    div.T2-canvas 
    {
        position:absolute;
        top:0px;
        left:0px;
        z-index:90;
    }
    
     div.T2-disc{
        border-radius:50%;
        background-color:#DDDDDD;
        position:absolute;
        top:0px;
        left:0px;
        width:130px;
        height:130px;
    }
    
    div.S1
{
    position:absolute;
    top:145px;
    left:280px;
    width:125px;
    height:125px;
    cursor:pointer;
}
    
    div.S1-rotate-clw
    {
        position:absolute;
        top:-38px;
        left:38px;
        z-index:100;
    }
    
    div.S1-rotate-ccw
    {
        position:absolute;
        top:98px;
        left:38px;
        z-index:100;
    }
    
    div.S1-canvas 
    {
        position:absolute;
        top:0px;
        left:0px;
        z-index:90;
    }
    
    div.S1-disc{
        border-radius:50%;
        background-color:#DDDDDD;
        position:absolute;
        top:0px;
        left:0px;
        width:130px;
        height:130px;
    }
    
    
        
    div.S2
    {
        position:absolute;
        top:50px;
        left:241px;
        width:125px;
        height:125px;
        cursor:pointer;
    }
    
    div.S2-rotate-clw
    {
        position:absolute;
        top:-18px;
        left:-8px;
        z-index:100;
    }
    
    div.S2-rotate-ccw
    {
        position:absolute;
        top:80px;
        left:90px;
        z-index:100;
    }
    
    div.S2-canvas 
    {
        position:absolute;
        top:0px;
        left:0px;
        z-index:90;
    }
    
    div.S2-disc{
        border-radius:50%;
        background-color:#E4E4E4;
        position:absolute;
        top:0px;
        left:0px;
        width:130px;
        height:130px;
    }
    
    
div.P1
{
    position:absolute;
    top:145px;
    left:10px;
    width:125px;
    height:125px;
    cursor:pointer;
}
    
    div.P1-rotate-clw
    {
        position:absolute;
        top:-35px;
        left:45px;
        z-index:100;
    }
    
    div.P1-rotate-ccw
    {
        position:absolute;
        top:95px;
        left:45px;
        z-index:100;
    }
    
    div.P1-canvas 
    {
        position:absolute;
        top:0px;
        left:0px;
        z-index:90;
    }
    
    div.P1-disc{
        border-radius:50%;
        background-color:#F1F1F1;
        position:absolute;
        top:0px;
        left:0px;
        width:130px;
        height:130px;
    }


div.P2
{
    position:absolute;
    top:242px;
    left:50px;
    width:125px;
    height:125px;
    cursor:pointer;
}
    
    div.P2-rotate-clw
    {
        position:absolute;
        top:-21px;
        left:-3px;
        z-index:100;
    }
    
    div.P2-rotate-ccw
    {
        position:absolute;
        top:72px;
        left:95px;
        z-index:100;
    }
    
    div.P2-canvas 
    {
        position:absolute;
        top:0px;
        left:0px;
        z-index:90;
    }

div.P2-disc{
        border-radius:50%;
        background-color:#E4E4E4;
        position:absolute;
        top:0px;
        left:0px;
        width:130px;
        height:130px;
    }


div.position-marker
{
    position:absolute;
    top:50px;
    left:50px;
}

div.shape-name
{
    width:30%;
    display:block;
    float:left;
    margin: 0 auto;
}

div.shape-position
{
    width:400px;
    display:block;
    float:left;
    margin: 0 auto;
}

div.shape-status
{
    width:20%;
    display:block;
    float:left;
    margin: 0 auto;
}

input.shape-rotator
{
    background-color:White;
    color:Blue;
    width:50px;
    display:none;
    
}

.shape-disabled
{
    height:30px; 
    background-color:#dddddd;
    border:none;
    width:100px;  
}

input.shape-disabled
{
    height:30px; 
    background-color:#dddddd;
    border:none;
    width:100px;  
}

input.shape
{
    height:30px; 
    background-color:White;
    width:100px;  
    cursor:pointer;
    box-shadow: 5px 6px 19px -1px rgba(0,0,0,0.75); 
    
}

input.shape:disabled
{
    height:30px; 
    background-color:#dddddd;
    border:none;
    width:100px;  
}

input.C1
{
    border:1px solid blue;
    width:100px;
    height:100px;
    border-radius:100px; 
    
}

input.C2
{
    border:1px solid red;
    width:100px;
    height:100px;
    border-radius:100px; 
    
}

input.B1 
{
    border:1px solid blue;
    width:110px;
    height:50px;
    border-radius:5px; 
    
}

input.B2
{
    border:1px solid red;
    width:110px;
    height:50px;
    border-radius:5px; 
    
}

input.T1 
{
    border:1px solid blue;
    width:100px;
    height:100px;
    border-radius:5px; 
    
}

input.T2
{
    border:1px solid red;
    width:100px;
    height:100px;
    border-radius:5px; 
    
}

input.S1 
{
    border:1px solid blue;
    width:90px;
    height:90px;
    border-radius:5px; 
    
}

input.S2
{
    border:1px solid red;
    width:90px;
    height:90px;
    border-radius:5px; 
    
}

input.P1 
{
    border:1px solid blue;
    width:100px;
    height:100px;
    border-radius:5px; 
     
}
input.P2
{
    border:1px solid red;
    width:100px;
    height:100px;
    border-radius:5px; 
     
}


input.C1:disabled,input.C2:disabled
{
    
    width:100px;
    height:100px;
    border-radius:100px; 
    background-color:#dddddd;
    box-shadow: none;
}

input.B1:disabled,input.B2:disabled
{
    
    width:110px;
    height:50px;
    border-radius:5px; 
    background-color:#dddddd;
    box-shadow: none;
}

input.T1:disabled,input.T2:disabled
{
    
    width:100px;
    height:100px;
    border-radius:5px; 
    background-color:#dddddd;
    box-shadow: none;
}

input.S1:disabled,input.S2:disabled
{
    
    width:90px;
    height:90px;
    border-radius:5px; 
    background-color:#dddddd;
    box-shadow: none;
}

input.P1:disabled,input.P2:disabled
{
    
    width:100px;
    height:100px;
    border-radius:5px; 
    background-color:#dddddd;
    box-shadow: none;
}

input.C1:disabled, input.B1:disabled,input.T1:disabled,input.S1:disabled,input.P1:disabled
{
    border:1px solid blue;
}

input.C2:disabled, input.B2:disabled,input.T2:disabled,input.S2:disabled,input.P2:disabled
{
    border:1px solid red;
}


.shape-display-position 
{
    width:20px;
    text-align:center;
}


div#sequence-display
{
    float:left;
    clear:both;
    margin:10px 0 0 0;
    display:none;
}

div.sequence-action
{
    border:1px solid gray;
    float:left;
    margin: 5px 5px 0 0;
    font-size:10px;   
}



.select-options
{
    color: gray;
    font-size: 16px;  
    text-align:center; 
    font-family: arial; 
    margin:20px;
}



.play-option
{
    width:200px;
    margin: 0 auto;
    border:1px solid #ddd;
    font-size:20px!important;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	padding: 5px 0px 5px 0px;
	*padding: 2px 0px 2px 0px;
	clear:both;
	color:Silver;
	font-weight:bold;

	background-color:white;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
    
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;

}

.play-option:hover
{
    width:200px;
    margin: 0 auto;
    border:1px solid #ddd;
    font-size:20px!important;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	padding: 5px 0px 5px 0px;
	*padding: 2px 0px 2px 0px;
	background-color:Silver;
	color:White;
	opacity: 1.0;
	cursor:pointer;
	
}

.play-option-highlight
{
    width:200px;
    margin: 0 auto;
    border:1px solid #ddd;font-size:20px!important;-moz-border-radius:5px;-webkit-border-radius:5px;
	padding: 5px 0px 5px 0px;
	*padding: 2px 0px 2px 0px;
	background-color:Silver;
	color:White;
}


.admin-option
{
    width:200px;
    margin:10px auto;
    text-align:center;
    border:1px solid #ddd;font-size:20px!important;-moz-border-radius:5px;-webkit-border-radius:5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
	background-color:White;
	margin:10px;
}

.admin-option:hover
{
    width:200px;
    margin:10px auto;
    text-align:center;
    border:1px solid #ddd;font-size:20px!important;-moz-border-radius:5px;-webkit-border-radius:5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
	background-color:Silver;
	color:White;
	cursor:hand;
	margin:10px;
}




.logo 
{
    width:200px;
    display:block;
    float:left;
    margin:-2px 0 0 15px;
    height:30px;
}

div.logo
{
     float:left;
     display:inline;  
}

img.logo
{
    width:30px;
    height:30px;
    border:1px solid white;
}

div.logotxt
{
    float:left;
    display:inline;
    margin:7px 0 0 10px;
}

.login-top 
{
    display:block;
    float:right;
    margin-right:100px;
    border:none;
    margin-top:5px;
    height:25px;

}

.user-credentials
{
    text-align:right;
}

.login-input
{
    width:200px;
    font-size:20px;
}

.loginpanel
{
    width:450px;
    text-align:center;
    margin: 0 auto;
    margin-top:100px;
}

label
{
    font-size:20px;
}

.small
{
    font-size:12px;
}

.gradientButton  {
    border:1px solid #ddd;
    font-size:20px!important;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	padding: 5px 10px 5px 10px;
	*padding: 2px 4px 2px 4px;
	background: #FFFFFF url(/images/button_bg.png) bottom left;  
	color:#666666;    
    margin:10px;  
 }

.gradientButton:hover  {
    border:1px solid #aaa;
	color:gray;  
	cursor:pointer;      
    margin:10px;          
} 



.admin-controls
{
    width:100%;
    clear:both;
    margin:10px 0 10px 0;
}

.player-controls
{
    width:100%;
    clear:both;
    margin:10px 0 10px 0;
}

.admin-button 
{
    width:150px;
    margin:0 auto;
    margin:20px 5px 0 5px;  
    color:Black;
}

.btn-reorder
{
    width:25px;
    margin:0 auto;
    margin-top:20px;
    margin-right:20px;  
}

.btn-reorder-disabled
{
    width:20px;
    margin:0 auto;
    margin-top:20px;
    margin-right:20px;
    border:none;
    background-color:white; 
}

div#puzzle-publish
{
    width:100%;
    height:30px;
    margin:0 0 50px 0;
    font-size: 24px;
    text-align:center;
}

div#publish 
{
     margin:0 auto;
     width:50%;  
}

div#ball-design-container
{
    width:70%;  
    float:left; 
    margin:0 auto;
}

div#rule-design-container
{
    width:30%;
    float:left; 
    margin:0 auto;  

}

div#start_position_designer
{
    width:95%;
    text-align:left;
    border:1px dotted silver;
    padding:20px;
    margin:0 10px 20px 0;
}

div#start_position_designer:hover
{

    border:1px dotted red;
    cursor:pointer;

}

div#start_position_designer:hover h2
{

    color:Red;

}

div#rule_designer
{
    width:95%;
    text-align:left;
    border:1px dotted silver;
    padding:20px;
    margin:0 10px 20px 0;
}

div#rule_designer:hover
{

    border:1px dotted red;
    cursor:pointer;

}

div#rule_designer:hover h2
{

    color:Red;

}

.rule-row
{
    padding:10px;
    border-bottom:1px dotted silver;  
}

.rule-row input
{
    color: gray;
}

.rule-row div
{
    margin: 5px 0 5px 0;
}

.rule-row:hover
{
    border-bottom:1px dotted red; 
}

.rule-row:hover b
{
    color:Red;
}

.rule-action-row
{
    border:1px dotted white;
}

.rule-action-row:hover
{
    border:1px dotted green;
    color:red;
}

.rule-effect-row
{
    border:1px dotted white;
}

.rule-effect-row:hover
{
    border:1px dotted red;
    color:Red;
}

.rule-negation-row
{
    border:1px dotted white;
}

.rule-negation-row:hover
{
    border:1px dotted blue;
    color:blue;
}

div.game-message-container
{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#000000;
    opacity:0.5;
    z-index:1001;
}

div.game-message
{
    font-size:24px;
    position: fixed;
    top:15%;
    left:25%;
    width:50%;
    padding:30px;
    background-color:#fff;
    opacity:0.9;
    z-index:1002;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

div.game-message-text
{
    margin-bottom:40px;
}

div.game-message-off
{
    margin-top:40px;
    font-size:16px;
    color:#cccccc;
    float:right;
}

table.highscores {

    margin:0 auto;
    font-size:10px;
    text-align:left;
    border:1px solid #dddddd;
    border-radius:5px; 
    padding:5px;
    margin-top:15px;
    margin-bottom:15px;
}

table.highscores td, table.highscores th {
    padding-left:15px;
    padding-right:15px;
}

table.highscores label  {
    font-size:14px;
    font-weight:bold;
    display:block;
    margin:5px;
}

div#faqs
{
    margin:30px 0 0 0;   
}

div.faq-container 
{
    width:50%;
    padding:10px;
    margin:0 auto;
    clear:both;   
}

div.faq-title 
{
    font-weight:bold;
    text-align:left;
    padding:10px;
    margin:0 auto; 
    font-size:20px!important;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	padding: 5px 0px 5px 0px;
	*padding: 2px 0px 2px 0px;
	color:Silver;
	cursor:pointer;
}

div.faq-str 
{
    font-size:16px;
    text-align:left;
    padding:10px;
    margin:0 auto;
    display:none;  
    cursor:pointer;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}



.flash-green {
    -webkit-animation-name: flash-green;
    -webkit-animation-duration: 150ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: flash-green;
    -moz-animation-duration: 150ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
}  


@-webkit-keyframes flash-green {
    0% {
        background-color: lightgreen;
        opacity:1;
    }
    
    100% {
        background-color: lightgreen;
    }
}

@-moz-keyframes flash-green {
    0% {
        background-color: lightgreen;
        opacity:1;
    }
    
    100% {
        background-color: lightgreen;
    }
}

.flash-red {
    -webkit-animation-name: flash-red;
    -webkit-animation-duration: 150ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: flash-red;
    -moz-animation-duration: 150ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
}  


@-webkit-keyframes flash-red {
    0% {
        background-color: red;
        opacity:1;
    }
    
    100% {
        background-color: red;
    }
}

@-moz-keyframes flash-red {
    0% {
        background-color: red;
        opacity:1;
    }
    
    100% {
        background-color: red;
    }
}