*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Roboto:700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Lobster:300);

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    -webkit-font-smoothing: subpixel-antialiased;
}

html,body {
	margin: 0px;
	padding: 0px;  

  -webkit-font-smoothing: antialiased;
  height: 100%; 
  width: 100%;
  min-height: 100%;
  max-height: 100%;

  min-width: 100%;
  max-width: 100%;
  
}
body {
	font: 10px Roboto, verdana, sans-serif;


	/*background: #E7F0D1; */
	/*background: url(images/bg.jpg); */

  
background: #f2c88a; /* Old browsers */
background: -moz-linear-gradient(top,  #f2c88a 0%, #b68d4c 62%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2c88a), color-stop(62%,#b68d4c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2c88a 0%,#b68d4c 62%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2c88a 0%,#b68d4c 62%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2c88a 0%,#b68d4c 62%); /* IE10+ */
background: linear-gradient(to bottom,  #f2c88a 0%,#b68d4c 62%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c88a', endColorstr='#b68d4c',GradientType=0 ); /* IE6-9 */

background-attachment: fixed;


}
img {
	border: 0px;
}
p{
  margin-top: 2px; 
}
a {
	color: #444;
	font-weight: 400;
	text-decoration: none;
	font-weight: bold;
 
}
a:hover {
	color: #000;
 
}
ul {
	margin: 0px 0px 0px 2em;
	padding: 0px; 
}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
form {
	margin: 0px;
	padding: 0px;
}

select {
	font-size:0.9em;
}


#warp {
height: 100px; 
}

/* -----------------content---------------------background: rgba(254,253,244,0.9);
background: -moz-linear-gradient(top,  rgba(254,253,244,0.2) 0%, #FAF3BB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,253,244,0.2)), color-stop(100%,#FAF3BB));
background: -webkit-linear-gradient(top,  rgba(254,253,244,0.2) 0%,#FAF3BB 100%);
background: -o-linear-gradient(top,  rgba(254,253,244,0.2) 0%,#FAF3BB 100%);
background: -ms-linear-gradient(top,  rgba(254,253,244,0.2) 0%,#FAF3BB 100%);
background: linear-gradient(to bottom,  rgba(254,253,244,0.2) 0%,#FAF3BB 100%); */
#content {
background: #f4e786;
background: -moz-linear-gradient(top, #f4e786 0%, #f7efb2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e786), color-stop(100%,#f7efb2));
background: -webkit-linear-gradient(top, #f4e786 0%,#f7efb2 100%);
background: -o-linear-gradient(top, #f4e786 0%,#f7efb2 100%);
background: -ms-linear-gradient(top, #f4e786 0%,#f7efb2 100%);
background: linear-gradient(to bottom, #f4e786 0%,#f7efb2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e786', endColorstr='#f7efb2',GradientType=0 );
min-width: 1170px;
width: 1170px;
margin-top: 50px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;  
height: 730px; 
padding: 0px;
/*
-moz-box-shadow:    2px 2px 3px 3px #111;
-webkit-box-shadow: 2px 2px 3px 3px #111;
box-shadow:         2px 2px 3px 3px #111;
filter:alpha(opacity=98); opacity: 0.98; -moz-opacity:0.98; */
border-radius: 20px;

}



#innercontent { 
padding-left: 20px;
padding-right: 20px; 
padding-top: 10px; 

border-bottom:1px solid #fff;

height: 590px;  
clear: both;
min-width: 1060px;
background: #fcfcfc;
/*
background: -moz-linear-gradient(top, #fcfcfc 0%, #efeee8 48%, #fcfcfc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(48%,#efeee8), color-stop(100%,#fcfcfc));
background: -webkit-linear-gradient(top, #fcfcfc 0%,#efeee8 48%,#fcfcfc 100%);
background: -o-linear-gradient(top, #fcfcfc 0%,#efeee8 48%,#fcfcfc 100%);
background: -ms-linear-gradient(top, #fcfcfc 0%,#efeee8 48%,#fcfcfc 100%);
background: linear-gradient(to bottom, #fcfcfc 0%,#efeee8 48%,#fcfcfc 100%);*/

background: -moz-linear-gradient(top, rgba(252,252,252,0.45) 0%, rgba(239,238,232,0.45) 48%, rgba(252,252,252,0.45) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,0.45)), color-stop(48%,rgba(239,238,232,0.45)), color-stop(100%,rgba(252,252,252,0.45)));
background: -webkit-linear-gradient(top, rgba(252,252,252,0.45) 0%,rgba(239,238,232,0.45) 48%,rgba(252,252,252,0.45) 100%);
background: -o-linear-gradient(top, rgba(252,252,252,0.45) 0%,rgba(239,238,232,0.45) 48%,rgba(252,252,252,0.45) 100%);
background: -ms-linear-gradient(top, rgba(252,252,252,0.45) 0%,rgba(239,238,232,0.45) 48%,rgba(252,252,252,0.45) 100%);
background: linear-gradient(to bottom, rgba(252,252,252,0.45) 0%,rgba(239,238,232,0.45) 48%,rgba(252,252,252,0.45) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc',GradientType=0 );
font: 16px Helvetica, verdana, sans-serif;  
text-align: justify;
color: #555;
line-height: 1.9;
border-top:1px solid #fff;

}

#innercontentendless { 
padding-left: 40px;
padding-right: 40px; 
padding-top: 40px; 
padding-bottom: 40px; 
border-bottom:1px solid #fff;


clear: both;
min-width: 1060px;
background: #fcfcfc;
/*
background: -moz-linear-gradient(top, #fcfcfc 0%, #efeee8 48%, #fcfcfc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(48%,#efeee8), color-stop(100%,#fcfcfc));
background: -webkit-linear-gradient(top, #fcfcfc 0%,#efeee8 48%,#fcfcfc 100%);
background: -o-linear-gradient(top, #fcfcfc 0%,#efeee8 48%,#fcfcfc 100%);
background: -ms-linear-gradient(top, #fcfcfc 0%,#efeee8 48%,#fcfcfc 100%);
background: linear-gradient(to bottom, #fcfcfc 0%,#efeee8 48%,#fcfcfc 100%);*/

background: -moz-linear-gradient(top, rgba(252,252,252,0.45) 0%, rgba(239,238,232,0.45) 48%, rgba(252,252,252,0.45) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,0.45)), color-stop(48%,rgba(239,238,232,0.45)), color-stop(100%,rgba(252,252,252,0.45)));
background: -webkit-linear-gradient(top, rgba(252,252,252,0.45) 0%,rgba(239,238,232,0.45) 48%,rgba(252,252,252,0.45) 100%);
background: -o-linear-gradient(top, rgba(252,252,252,0.45) 0%,rgba(239,238,232,0.45) 48%,rgba(252,252,252,0.45) 100%);
background: -ms-linear-gradient(top, rgba(252,252,252,0.45) 0%,rgba(239,238,232,0.45) 48%,rgba(252,252,252,0.45) 100%);
background: linear-gradient(to bottom, rgba(252,252,252,0.45) 0%,rgba(239,238,232,0.45) 48%,rgba(252,252,252,0.45) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc',GradientType=0 );
font: 16px Helvetica, verdana, sans-serif;  
text-align: justify;
color: #555;
line-height: 1.9;
border-top:1px solid #fff;

}



#contentendless {
background: #f4e786;
background: -moz-linear-gradient(top, #f4e786 0%, #f7efb2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e786), color-stop(100%,#f7efb2));
background: -webkit-linear-gradient(top, #f4e786 0%,#f7efb2 100%);
background: -o-linear-gradient(top, #f4e786 0%,#f7efb2 100%);
background: -ms-linear-gradient(top, #f4e786 0%,#f7efb2 100%);
background: linear-gradient(to bottom, #f4e786 0%,#f7efb2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e786', endColorstr='#f7efb2',GradientType=0 );
min-width: 1170px;
width: 1170px;
margin-top: 50px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;  
padding: 0px;
padding-bottom: 40px;

border-radius: 20px;
}
#contentendless h1 {
    font-size: 19px;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 15px;
    color: #444;    
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
    text-align: left;
    
}
#contentendless h2 {
    font-size: 15px;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #444;    
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
    text-align: left;
    
}
#editdiv {
margin-left: auto; margin-right: auto; text-align: center;
margin-top: 5px;
background: rgba(254,253,244,0.9); /*#fefdf4*/ 
width: 700px;
min-width: 700px;
border:0px solid #dfdfdf;
height: 97%; 
-moz-border-radius: 20px;
border-radius: 20px; 

 
}

#registerdiv {
margin-left: auto; margin-right: auto; text-align: center;
margin-top: 5px;
background: rgba(254,253,244,0.9);  
width: 810px;
min-width: 810px;
border:0px solid #dfdfdf;
height: 97%; 
-moz-border-radius: 20px;
border-radius: 20px; 
padding: 10px;
font-size: 14px;  
line-height: 1.9;
float: left; 
}

#lregdiv{
  margin-left: 0px; margin-right: auto;
  width: 305px;
  float: left;
  border:0px solid #111;
  padding-top: 1px;
}

#rregdiv{
  margin-right: 0px; margin-left: auto;
  padding-top: 1px;
  width: 305px;
  right: left;
  border:0px solid #999;
}


#mregdiv{
  margin-right: auto; margin-left: auto;
  padding-top: 0px;
  width: 305px;
  right: left;
  border:0px solid #999;
}



#logindiv {
margin-left: auto; margin-right: auto; text-align: center;
margin-top: 5px;
background: rgba(254,253,244,0.9);  
width: 500px;
min-width: 500px;
border:0px solid #dfdfdf;
height: 97%; 
-moz-border-radius: 20px;
border-radius: 20px; 
padding: 20px;

  font-size: 14px;  
  line-height: 1.9;
}
#logindivfee {
float: left;
margin-left: 310px; margin-right: auto; text-align: center;
margin-top: 5px;
background: rgba(254,253,244,0.9);  
width: 500px;
min-width: 500px;
border:0px solid #dfdfdf;
height: 97%; 
-moz-border-radius: 20px;
border-radius: 20px; 
padding: 20px; 
}

#feediv {

  margin-left: auto; margin-right: auto; text-align: center;
  margin-top: 5px;
  background: rgba(254,253,244,0.9);
  float: right;
  width: 300px;
  min-width: 300px;
  border:0px solid #dfdfdf;
  height: 97%;
  padding: 20px;   
  -moz-border-radius: 20px;
  border-radius: 20px;  

  font-size: 14px;  
  line-height: 1.9;
  overflow:hidden;
}

#infodiv {
margin-left: auto; margin-right: auto; 
text-align: left;
margin-top: 5px;
background: rgba(254,253,244,0.9);
float: left;
width: 300px;
min-width: 300px;
border:0px solid #dfdfdf;
height: 97%;
padding: 20px;
-moz-border-radius: 20px;
border-radius: 20px;  
}



#infodivcenter {
margin-left: auto; margin-right: auto; text-align: center;
margin-top: 5px;
background: rgba(254,253,244,0.9);
width: 400px;
min-width: 400px;
border:0px solid #dfdfdf;
height: 97%;
-moz-border-radius: 20px;
border-radius: 20px; 

}

#errordivcenter {
margin-left: auto; margin-right: auto; text-align: center;
margin-top: 5px;
background: #FAAA98;
width: 400px;
min-width: 400px;
border:0px solid #dfdfdf;
padding: 20px;
-moz-border-radius: 20px;
border-radius: 20px; 

}
#errordivcenter h1 {
    font-size: 19px;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 15px;
    color: #444;    
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
    text-align: center;
    
}

#whitemessagedivcenter {
margin-left: auto; margin-right: auto; text-align: center;
margin-top: 5px;
background: rgba(254,253,244,0.9);
width: 400px;
min-width: 400px;
border:0px solid #dfdfdf;
padding: 20px;
-moz-border-radius: 20px;
border-radius: 20px; 

}
#whitemessagedivcenter h1 {
    font-size: 19px;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 15px;
    color: #444;    
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
    text-align: center;
    
}
#messagedivcenter {
margin-left: auto; margin-right: auto; text-align: center;
margin-top: 5px;
background: #98FAA7;
width: 400px;
min-width: 400px;
border:0px solid #dfdfdf;
padding: 20px;
-moz-border-radius: 20px;
border-radius: 20px; 

}
#messagedivcenter h1 {
    font-size: 19px;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 15px;
    color: #444;    
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
    text-align: center;
    
}
#infodivcenterbig {
margin-left: auto; margin-right: auto; text-align: left;
margin-top: 5px;
background: rgba(254,253,244,0.9);
width: 1130px;
min-width: 1130px;
border:0px solid #dfdfdf;
height: 97%;
padding: 20px;
-moz-border-radius: 20px;
border-radius: 20px; 
}

#pricesdiv {
margin-left: auto; margin-right: auto; text-align: left;
margin-top: 5px;
background: rgba(254,253,244,0.9);
float: right;
width: 300px;
min-width: 300px;
border:0px solid #dfdfdf;
height: 97%;
padding: 20px;
-moz-border-radius: 20px;
border-radius: 20px; 
}

#table_id{
  font-size: 14px;
  
}


#pricesdiv h1,
#registerdiv h1,
#logindiv h1,
#infodiv h1,
#logindivfee h1,
#feediv h1,
#infodivcenter h1 {
    font-size: 19px;
    
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 15px;
    color: #444;    
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

#infodivcenterbig h1 {
    font-size: 19px;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 15px;
    color: #444;    
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
    text-align: left;
}

#feebiggroup {
margin-left: auto; margin-right: auto; text-align: left;
margin-top: 5px;
background: rgba(254,253,244,0.9);
width: 965px;
min-width: 965px;
border:0px solid #dfdfdf;
height: 97%;
padding: 20px;
-moz-border-radius: 20px;
border-radius: 20px; 
float: left;  

}

#feebiggroup h1 {
    font-size: 19px;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 15px;
    color: #444;     
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
    text-align: left;
}

#infodivcenterbiggroup {
margin-left: auto; margin-right: auto; text-align: left;
margin-top: 5px;
background: rgba(254,253,244,0.9); 
width: 810px;
min-width: 810px;
border:0px solid #dfdfdf;
height: 97%;
padding: 20px;
-moz-border-radius: 20px;
border-radius: 20px; 
float: left;  

}

#infodivcenterbiggroup h1 {
    font-size: 19px;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 15px;
    color: #444;     
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
    text-align: left;
}



#groupinfodiv {
  margin-left: auto; margin-right: auto; text-align: left;
  margin-top: 5px;
  background: rgba(254,253,244,0.9);
  float: right;
  width: 300px;
  min-width: 300px;
  border:0px solid #dfdfdf;
  height: 97%;
  padding: 20px;
  position: relative;
  -moz-border-radius: 20px;
  border-radius: 20px;  
  text-align: left; 
  font-size: 14px;  
  line-height: 1.9;
  overflow:hidden;           
  
}


#groupinfodiv h1 {
    font-size: 19px;
    font-family: 'Lato', Arial, sans-serif;
    color: #444;    
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
    text-align: center;
    margin-bottom: 15px;    
}

#upgrinfo {
  margin-left: auto; margin-right: auto; text-align: left;
  margin-top: 5px;
  background: rgba(254,253,244,0.9);
  float: left;
  width: 300px;
  min-width: 300px;
  border:0px solid #dfdfdf;
  height: 97%;
  padding: 20px;
  position: relative;
  -moz-border-radius: 20px;
  border-radius: 20px;  
  text-align: left; 
  font-size: 14px;  
  line-height: 1.9;
  overflow:hidden;           
  
}


#upgrinfo h1 {
    font-size: 19px;
    font-family: 'Lato', Arial, sans-serif;
    color: #444;    
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
    text-align: center;
    margin-bottom: 15px;    
}

#feefilter {
  margin-left: auto; margin-right: auto; text-align: left;
  margin-top: 5px;
  background: rgba(254,253,244,0.9);
  float: right;
  width: 145px;
  min-width: 145px;
  border:0px solid #dfdfdf;
  height: 97%;
  padding: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;  
  text-align: left; 
  font-size: 14px;  
  line-height: 1.9;
  overflow:hidden;
}

#feefilter h1 {
    font-size: 19px;
    font-family: 'Lato', Arial, sans-serif;
    color: #444;    
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
    text-align: center;
    margin-bottom: 15px;
}


/* -----------footer--------------------------- */

#footerlogos {
 height: 30px;  
 float: right; 
 margin-left:auto; 
 margin-right:20px; 
}
#footerlogos ul {

	list-style: none;
	line-height: normal;
  
}

#footerlogos li {
	float: left;
  text-align: center;
  display: block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
border-radius: 10px;    
}

#footerlogos li img {
    vertical-align: middle;
    margin-left:auto;
    margin-right:auto;
}

#footerlogos li:hover {

background: #E8D766;
border-radius: 10px; 
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;  

}

#footer {
  
  text-align: right; 
  height: 10px;    
  float: left;  
  white-space: nowrap;

}

#footer ul {
	margin-left: 20px;

	list-style: none;
	line-height: normal;
}

#footer li {
	float: left;
	
}
#footer a {  
  font-weight: 200;
  font-family: 'Lato', Arial, sans-serif; 
	display: block;
	height: 10px;
	padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-top: 10px;
	line-height: 20px;
	text-decoration: none;
  
	text-transform: uppercase;
  color: #555;
  -webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;  
border-radius: 10px; 
}

#footer a:hover {
color: #111;
text-decoration: none;
background: #E8D766;

border-radius: 10px; 
}

#menu {           
	float: right;
	height: 100px;
  margin-right: 20px;  
}

#menu ul {
	margin: 0px;
  
	padding: 0px;
	list-style: none;
	line-height: normal;
  
}

#menu li {
	float: left;
  	
}

#menu a {
  font-weight: 400;
  font-family: 'Lato', Arial, sans-serif; 
	display: block;
	height: 100px;
	padding: 0px 24px;
	line-height: 100px;
	text-decoration: none;
  min-width: 100px;	
	color: #444;
	font-size: 1.5em;
  text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;  
 border-radius: 20px; 
 
}

#menu a:hover {
color: #fff;
text-decoration: none;
background: #E8D766;


}

#logout a:hover {
color: #fff;
text-decoration: none;
background: #D97D5F;


}


#menu .active
{
/*background: #FCF9DC;*/	 
background: #e2d57a;
background: -moz-linear-gradient(top, #f4e786 0%, #e2d57a 50%, #f4e786 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e786), color-stop(50%,#e2d57a), color-stop(100%,#f4e786));
background: -webkit-linear-gradient(top, #e2d57a 0%,#e2d57a 50%,#e2d57a 100%);
background: -o-linear-gradient(top, #f4e786 0%,#e2d57a 50%,#f4e786 100%);
background: -ms-linear-gradient(top, #f4e786 0%,#e2d57a 50%,#f4e786 100%);
background: linear-gradient(to bottom, #f4e786 0%,#e2d57a 50%,#f4e786 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d57a', endColorstr='#e2d57a',GradientType=0 );
border-radius: 20px; 


}

#logoid{
width: 64px;
height: 49px;
margin-bottom: -7px;
margin-left: 5px;
margin-right: 5px;
}

#logo {         
	float: left;
  margin: 0px;
	height: 100px;
  
	
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	
}
#logo a{

border-radius: 20px; 
padding-left: 10px;
padding-right: 10px;
padding-top: 19px;
padding-bottom: 19px;
}
#logo a:hover {
color: #fff;
text-decoration: none;
background: #E8D766;
border-radius: 20px; 
padding-left: 10px;
padding-right: 10px;
padding-top: 19px;
padding-bottom: 19px;
}

#logo h1 {  
	margin-left: 20px;
  margin-bottom: auto;
  margin-top: auto;
	text-decoration: none;
	/*font-size: 5.7em; */
  font-size: 48px;
  text-shadow: 0 5px 1px rgba(0,0,0,0.2);  
	font-family: 'Lobster', cursive;
  line-height: 100px;
  font-weight: 400;

  
} 
/*
@font-face {
    font-family: 'lobster_1.3regular';
    src: url(http://fonts.googleapis.com/css?family=Lobster);
    font-weight: bold;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'lobster_1.3regular';
    src: url(http://fonts.googleapis.com/css?family=Lobster);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    margin-bottom: auto;
    margin-top: auto;
  }
}
*/


#logo a{         
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;  
    
}


.form-4 {
    /* Size and position */
    width: 80%;
    margin: auto auto auto auto;
     line-height: 2.0;  
    position: relative;

    /* Font styles */
    font-family: 'Lato', Arial, sans-serif;
    color: #444;
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
}

.form-4 h1 {
    font-size: 19px;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 15px;
    color: #444;    
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
    text-align: center;
}

.form-4 textarea {
    /* Size and position */
    width: 100%;
    padding: 6px 4px 6px 4px;
    margin-bottom: 3px;

    /* Styles */
    border: 1px solid #848484; /* Fallback */
    border: 1px solid rgba(132,132,132, 0.8);
    background: rgba(0,0,0,0.15);
    border-radius: 4px;
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.2), 
        inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Font styles */
    font-family: 'Lato', Arial, sans-serif;
    color: #444;
    font-size: 13px;
    resize: none;

}

.form-4 input[type=text],
.form-4 input[type=password] {
    /* Size and position */
    width: 100%;
    padding: 6px 4px 6px 4px;
    margin-bottom: 3px;
    height: 32px;
    /* Styles */
    border: 1px solid #848484; /* Fallback */
    border: 1px solid rgba(132,132,132, 0.8);
    background: rgba(0,0,0,0.15);
    border-radius: 4px;
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.2), 
        inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Font styles */
    font-family: 'Lato', Arial, sans-serif;
    color: #444;
    font-size: 13px;
}

.form-4 input[type=checkbox] {
    /* Size and position */
    
    margin-top: 8px;
    float:left;
    text-align:left;
    margin-right:10px;
    /* Font styles */
    font-family: 'Lato', Arial, sans-serif;
    color: #444;
    font-size: 13px;
}


/* Placeholder style (from http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css) */

.form-4 input::-webkit-input-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.form-4 input:-moz-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.form-4 input:-ms-input-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.form-4 input[type=text]:hover,
.form-4 input[type=password]:hover {
    border-color: #444;
}

.form-4 input[type=text]:focus,
.form-4 input[type=password]:focus,
.form-4 input[type=textarea]:focus {
    background: rgba(0,0,0,0.05);
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.2), 
        inset 0 1px 1px rgba(0,0,0,0.1),
        0 0 0 3px rgba(255,255,255,0.15);
    outline: none;
}

.form-4 input[type=submit]:focus {
    background: rgba(0,0,0,0.80);

}

.form-4 input[type=button]:focus, {
    background: rgba(0,0,0,0.80);
   
}

/* Fallback */
.no-boxshadow .form-4 input[type=text]:focus,
.no-boxshadow .form-4 input[type=password]:focus,
.no-boxshadow .form-4 input[type=textarea]:focus {
    outline: 1px solid white;
    background: rgba(0,0,0,0.15);
}

.form-4 input[type=submit],
.form-4 input[type=button] {
    /* Size and position */
    width: 100%;
    padding: 4px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 32px;
    /* Styles */
    background: #634056;
    background: -moz-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: -ms-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: -o-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(61,61,61,0.7)), to(rgba(31,31,31,0.9)));
    background: -webkit-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));    
    border-radius: 5px;
    border: 1px solid #424242;
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Font styles */
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', Arial, sans-serif;
}



.form-4 input[type=submit]:hover,
.form-4 input[type=button]:hover {
    color: black;
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.2), 
        inset 0 20px 30px rgba(61,61,61,0.7);
}

.buttonidgreay{
    /* Size and position */
    width: 100%;
    padding: 5px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 2.5;
    
    /* Styles 42,130,35,0.9 60,150,60,0.7*/
    background: #634056;
    background: -moz-linear-gradient(rgba(61,61,61,0.1), rgba(31,31,31,0.3));
    background: -ms-linear-gradient(rgba(61,61,61,0.1), rgba(31,31,31,0.3));
    background: -o-linear-gradient(rgba(61,61,61,0.1), rgba(31,31,31,0.3));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(61,61,61,0.1)), to(rgba(31,31,31,0.3)));
    background: -webkit-linear-gradient(rgba(61,61,61,0.1), rgba(31,31,31,0.3));
    background: linear-gradient(rgba(61,61,61,0.1), rgba(31,31,31,0.3));  
    border-radius: 5px;
    border: 1px solid #848484;
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Font styles */
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: 400; 
    font-family: 'Lato', Arial, sans-serif;
    
}
.buttonidgreay:hover {
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: 400; 
    font-family: 'Lato', Arial, sans-serif;
    
}



.buttonidgreen{
    /* Size and position */
    width: 100%;
    padding: 5px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 2.5;
    
    /* Styles 42,130,35,0.9 60,150,60,0.7*/
    background: #634056;
    background: -moz-linear-gradient(rgba(60,150,60,0.7), rgba(42,130,35,0.9));
    background: -ms-linear-gradient(rgba(60,150,60,0.7), rgba(42,130,35,0.9));
    background: -o-linear-gradient(rgba(60,150,60,0.7), rgba(42,130,35,0.9));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(60,150,60,0.7)), to(rgba(42,130,35,0.9)));
    background: -webkit-linear-gradient(rgba(60,150,60,0.7), rgba(42,130,35,0.9));
    background: linear-gradient(rgba(60,150,60,0.7), rgba(42,130,35,0.9));  
    border-radius: 5px;
    border: 1px solid #424242;
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Font styles */
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: 400; 
    font-family: 'Lato', Arial, sans-serif;
    
}
.buttonidgreen:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.2), 
        inset 0 20px 30px rgba(16,153,9,0.5);
}


.buttonidgold{
    /* Size and position */
    width: 100%;
    padding: 5px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 2.5;
    
background: #ffc01f; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc01f 0%, #d69d00 29%, #a27700 71%, #ffbc03 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc01f), color-stop(29%,#d69d00), color-stop(71%,#a27700), color-stop(100%,#ffbc03)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc01f 0%,#d69d00 29%,#a27700 71%,#ffbc03 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc01f 0%,#d69d00 29%,#a27700 71%,#ffbc03 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc01f 0%,#d69d00 29%,#a27700 71%,#ffbc03 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffc01f 0%,#d69d00 29%,#a27700 71%,#ffbc03 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc01f', endColorstr='#ffbc03',GradientType=0 ); /* IE6-9 */


   
    border-radius: 5px;
    border: 1px solid #aaa;
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;


    /* Font styles */
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.0);
    font-size: 14px;
    font-weight: 400; 
    font-family: 'Lato', Arial, sans-serif;
    
}
.buttonidgold:hover {
    border: 1px solid #ccc;
    background: #ffbc03; /* Old browsers */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;    
}

.buttonidred{
    /* Size and position */
    width: 100%;
    padding: 5px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 2.5;
    
    /*
    margin-left:300px; 
    margin-right:0; 
    position:relative; */
    
    /* Styles 42,130,35,0.9 60,150,60,0.7*/
background: #f85032;
background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827));
background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
background: -o-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
background: -ms-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);

    border-radius: 5px;
    border: 1px solid #424242;
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Font styles */
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: 400; 
    font-family: 'Lato', Arial, sans-serif;
    
}
.buttonidred:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.2), 
        inset 0 20px 30px rgba(208,24,0,0.5);
}


.buttonid{
    /* Size and position */
    width: 100%;
    padding: 5px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 2.5;
    
    /* Styles */
    background: #634056;
    background: -moz-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: -ms-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: -o-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(61,61,61,0.7)), to(rgba(31,31,31,0.9)));
    background: -webkit-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));  
    border-radius: 5px;
    border: 1px solid #424242;
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Font styles */
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 14px;
	font-weight: normal;
	font-style: normal;      
    
    font-family: 'Lato', Arial, sans-serif;
    
}
.buttonid:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.2), 
        inset 0 20px 30px rgba(61,61,61,0.7);
}

#deletebutton{
    /* Size and position */
    width: 100%;
    padding: 6px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    
    /* Styles */
    background: #ff3019;
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
    background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
    background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    border-radius: 5px;
    border: 1px solid #424242;
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Font styles */
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', Arial, sans-serif;
    
}

#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 9px;
	background: rgba(254,253,244,0.9);
	margin: 0px;
	width: 260px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 11px;
	font-weight: normal;
	color: #444;
	padding: 3px 2px;
	border-bottom: 1px solid #777;
  
}
#hor-minimalist-a td
{
	color: #555;
  font-size: 13px;
	padding-left: 2px;
  padding-right: 2px;
  border-bottom: 1px solid #ddd;

}
#hor-minimalist-a tbody tr:hover td
{
	color: #000;
}

#errorspan
{
 border-radius: 4px;       
 background-color: #ED939F;
 width: 100%;
 font-size: 12px;
 text-align: center;
 text-shadow: 0 0px 0 rgba(0,0,0,0.2);
 display:block;
 font-weight: bold;
}

#error
{  

 width: 100%; 
 color: #D10F1C; 
 text-shadow: 0 0px 0 rgba(0,0,0,0.2);
}

#infospan
{
 
 font-size: 5px;
 text-align: right;
 text-shadow: none;
}

#infobox{
  font-size: 12px;
  color: #555;
  background: #efefef;
  border: 1px solid #777;
  position:absolute ;  
  display:none;
  right:-270px;
  top:270px;
  text-shadow: none;  
  padding: 2px;
  display:block;
  z-index: 99;
}

#infobox1{
  font-size: 12px;
  color: #555;
  background: #efefef;
  border: 1px solid #777;
  position:absolute ;  
  display:none;
  right:-150px;
  top:335px;
  text-shadow: none;  
  padding: 2px;
  display:block;
  width: 150px;
  z-index: 99;
}

#infobox2{
  font-size: 12px;
  color: #555;
  background: #efefef;
  border: 1px solid #777;
  position:absolute ;  
  display:none;
  right:-295px;
  top:238px;
  text-shadow: none;  
  padding: 2px;
  z-index: 99;
}

#infoboxban{
  font-size: 12px;
  color: #555;
  background: #efefef;
  border: 1px solid #777;
  position:absolute ;  
  display:none;
  right:-275px;
  top:60px;
  text-shadow: none;  
  padding: 10px;
  text-align:left;
  width: 255px;
  z-index: 99;
}

#infoboxcuser{
  font-size: 12px;
  color: #555;
  background: #efefef;
  border: 1px solid #777;
  position:absolute ;  
  display:none;
  right:-275px;
  top:20px;
  text-shadow: none;  
  padding: 10px;
  text-align:left;
  width: 255px;
  z-index: 99;
}

#passbox{
  font-size: 12px;
  color: #555;
  background: #efefef;
  border: 1px solid #777;
  position:absolute ;  
  display:none;
  right:-270px;
  top:303px;
  text-shadow: none;  
  padding: 2px;
}

 .nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

.nano { background: #bba; width: 500px; height: 500px; }
.nano .nano-content { padding: 10px; }
.nano .nano-pane   { background: #888; }
.nano .nano-slider { background: #111; }

/* SQUARED FOUR */
.squaredFour {
	width: 10px;	
	margin: 0px;
  padding:0px;
	position: relative;
}

.squaredFour label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.squaredFour label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 18px;
	height: 10px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #444;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredFour label:hover::after {

	opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	opacity: 1;
}


.myCheckbox input {
    display: none;

}

.myCheckbox span {

	width: 28px;
	height: 28px;
    display: block;
  margin-top: -43px;	
  margin-left: 13px;    
	border-radius: 3px;
  border: 2px solid #c1c1c1;
  cursor: pointer; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0); 
}

.myCheckbox span:hover {
  border: 2px solid #9b9b9b;  
}



.myCheckbox input:checked + span {


	position: relative;
	width: 27px;
	height: 15px;
	background: transparent;
	top: -3px;
	left: 5px;
  border-radius: 0px;
	border: 3px solid #029254;
	border-top: none;
	border-right: none;
  
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	opacity: 1;  
  
  
}


.myCheckbox2 input {
    display: none;

}

.myCheckbox2 span {

	width: 28px;
	height: 28px;
    display: block;
  margin-top: -49px;	
  margin-left: 13px;    
	border-radius: 3px;
  border: 2px solid #c1c1c1;
  cursor: pointer; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0); 
}

.myCheckbox2 span:hover {
  border: 2px solid #9b9b9b;  
}



.myCheckbox2 input:checked + span {


	position: relative;
	width: 27px;
	height: 15px;
	background: transparent;
	top: -3px;
	left: 5px;
  border-radius: 0px;
	border: 3px solid #029254;
	border-top: none;
	border-right: none;
  
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	opacity: 1;  
  
  
}

/* SQUARED Reg 
.squaredReg {
  padding: 0px;
  float: left;
	position: relative;
}

.squaredReg label {
  margin-top: 20px;	
  margin-left: 12px;	
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 30px;

	border-radius: 4px;
  border: 2px solid #c1c1c1;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );

}

.squaredReg label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 18px;
	height: 10px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #444;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredReg label:hover::after {

	opacity: 0.5;
}

.squaredReg input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
 */
a[title]:hover:after {
  font-size: 9px;
  text-decoration: none;
  content: attr(title);
  padding: 4px 8px;
  color: #444;
  position: absolute;
  left: 45%;
  top: 5%;
  white-space: nowrap;
  z-index: 200;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}


#index {
 margin-left: 1em; 
 list-style-position:inside; 
}
#index li {
	list-style: circle;
}

#h1addon {
 font-size: 12px; 
 text-shadow: none; 
 color: #888; 
}



.ui-multiselect { padding:2px 0 2px 4px; text-align:left;}
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }



#menu-v li, #menu-v a {zoom:1;} /* Hacks for IE6, IE7 */
#menu-v, #menu-v ul
{
    width: 95px; /* Main Menu Item widths */
    
    border-top:none;
    position: relative; font-size:0;
    list-style: none; margin: 0; padding: 0;
    z-index:10;
    border-radius: 5px;
   
    background: #634056;
    background: -moz-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: -ms-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: -o-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(61,61,61,0.7)), to(rgba(31,31,31,0.9)));
    background: -webkit-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));    
    
      
}
                
/* Top level menu links style
---------------------------------------*/

#menu-v li
{
   
    list-style: none; margin: 0; padding: 0;    
}
#menu-v li a
{
    font: normal 12px Arial;
    border-top: 0px solid #ccc;
     border: 1px solid #424242;
    border-radius: 5px;
    display: block;
    /*overflow: auto; force hasLayout in IE7 */
    color: black;
    text-decoration: none;
    line-height:26px;
    padding-left:16px;     
    
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', Arial, sans-serif;    
    background: #634056;
    background: -moz-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: -ms-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: -o-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(61,61,61,0.7)), to(rgba(31,31,31,0.9)));
    background: -webkit-linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));
    background: linear-gradient(rgba(61,61,61,0.7), rgba(31,31,31,0.9));     
        -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
           
}
#menu-v ul li a
{
    line-height:26px;
     
}
                
#menu-v li a.arrow:hover
{
    background-image:url(arrowon.gif);
    background-repeat: no-repeat;
    background-position: 87% 45%;   
    color: black; 
}
        
/*Sub level menu items
---------------------------------------*/
#menu-v li ul
{   
    position: absolute;
    width: 150px; /*Sub Menu Items width */
    visibility:hidden; 
 
     
}

       
#menu-v a.arrow
{
    background-image:url(arrow.gif);
    background-repeat: no-repeat;
    background-position: 87% 45%;
        -webkit-transition: all 0.0s ease-out;
    -moz-transition: all 0.0s ease-out;
    -ms-transition: all 0.0s ease-out;
    -o-transition: all 0.0s ease-out;
    transition: all 0.0s ease-out;     
}
#menu-v li:hover, #menu-v li.onhover
{
    background-position:0 -62px;
    color: black; 
}
#menu-v a:hover
{

    color: black; 
}
#menu-v ul li
{
    background: rgba(255, 255, 255, 0.86);
    background-image:none;  
  
}
#menu-v ul li:hover, #menu-v ul li.onhover
{
    background: #FFF;
    background-image:none;
    color: black; 
}





.isloading-wrapper.isloading-right {
  margin-left: 10px;
}
.isloading-overlay {
  position: relative;
  text-align: center;
  padding-top: 10%;
  border-radius: 20px;
  background: #000;
}


.isloading-overlay .isloading-wrapper {
  background: #FFFFFF;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  top: 10%;
  z-index: 9000;   
}

#submiter{
	background-color: #2b4170; /* fallback color */
	background: -moz-linear-gradient(top, #4c69ba, #3c57a2);
	background: -ms-linear-gradient(top, #4c69ba, #3c57a2);
	background: -webkit-linear-gradient(top, #4c69ba, #3c57a2);
}

.fbtype{
	background-color: #2b4170; /* fallback color */
	background: -moz-linear-gradient(top, #4c69ba, #3c57a2);
	background: -ms-linear-gradient(top, #4c69ba, #3c57a2);
	background: -webkit-linear-gradient(top, #4c69ba, #3c57a2);
	border: 1px solid #2b4170;
	text-shadow: 0 -1px -1px #1f2f52;
  margin:auto; 
  width: 80%; 
  /*background: #3b5998;*/ 
  height: 32px;
  border-radius: 5px; 
  opacity: 1; 
  padding-top:1px; 
  cursor: pointer; 
  cursor: hand;
  

   
  
}
 
.fbtype:hover{
	/*background-color: #5878d0; /* fallback color */
  background: #5878d0;
   
	background: -moz-linear-gradient(top, #5878d0, #3c57a2);
	background: -ms-linear-gradient(top, #5878d0, #3c57a2);
	background: -webkit-linear-gradient(top, #5878d0, #3c57a2) */
}

.screen{
  margin-left: auto; 
  margin-right: auto; 
  border:3px solid #333; 
  border-radius: 10px;
  margin-top: 5px; 
  margin-bottom: 5px;
}
      
     
        
/* Holly Hack for IE \
* html #menu-v  li
{
    float:left;

    height: 1%;

}
* html #menu-v  li a
{
    height: 1%;

}*/
/* End */