/**
 * Default color scheme
 * -------------------- 
**/
/* Black */
.black {
    background-color: #505050;
}

/* Black */
.button.black {
    border-color: #484848;
    border-bottom-color: #000;
    border: 1px solid #000000;
    text-decoration: none; 
    /* text-shadow: -1px -1px 0 #484848; */
    color: #fff; 
    background-color: #484848;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#666666));
    background-image: -moz-linear-gradient(#000, #666666);
    background-image: -o-linear-gradient(#000, #666666);
    background-image: linear-gradient(#000, #666666);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#666666'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#666666')"; /* IE8 */
}

.button.black:hover,
.button.black:focus,
.button.black:active,
.button.black.on {
    border: 1px solid #d4d4d4;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4', endColorstr='#ececec'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4', endColorstr='#ececec')"; /* IE8 */
    /* text-shadow: 1px 1px 0 #fff;*/
    color: #333;  
}





/* Red */
.red {
    background-color: #ce0000;
}

/* Red */
.button.red {
    border: 1px solid #d4d4d4;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4', endColorstr='#ececec'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4', endColorstr='#ececec')"; /* IE8 */
    text-shadow: 1px 1px 0 #fff;
    color: #333; 
}

.button.red:hover,
.button.red:focus,
.button.red:active,
.button.red.on {
    border-color: #850404;
    border-bottom-color: #650404;
    text-decoration: none; 
    text-shadow: -1px -1px 0 #484848; 
    color: #fff; 
    background-color: #ce0000;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ea3b3b), to(#6a0505));
    background-image: -moz-linear-gradient(#ea3b3b, #6a0505);
    background-image: -o-linear-gradient(#ea3b3b, #6a0505);
    background-image: linear-gradient(#ea3b3b, #6a0505);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ea3b3b', endColorstr='#6a0505'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ea3b3b', endColorstr='#6a0505')"; /* IE8 */
}

/* Blue */
.blue {
    background-color: #2a65a0;
}

/* Blue */
.button.blue {
    border: 1px solid #d4d4d4;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4', endColorstr='#ececec'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4', endColorstr='#ececec')"; /* IE8 */
    text-shadow: 1px 1px 0 #fff;
    color: #333; 
}
.button.blue:hover,
.button.blue:focus,
.button.blue:active,
.button.blue.on {
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none; 
    text-shadow: -1px -1px 0 #000; 
    color: #fff; 
    background-color: #3072b3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#599bdc', endColorstr='#3072b3'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#599bdc', endColorstr='#3072b3')"; /* IE8 */
}

/* Green */
.green {
    background-color: #1e9c1b;
}

/* Blue */
.button.green {
    border: 1px solid #d4d4d4;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4', endColorstr='#ececec'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4', endColorstr='#ececec')"; /* IE8 */
    text-shadow: 1px 1px 0 #fff;
    color: #333; 
}
.button.green:hover,
.button.green:focus,
.button.green:active,
.button.green.on {
    border-color: #1e9c1b;
    border-bottom-color: #1e9c1b;
    text-decoration: none; 
    text-shadow: -1px -1px 0 #000; 
    color: #fff; 
    background-color: #3072b3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e9c1b), to(#076504));
    background-image: -moz-linear-gradient(#1e9c1b, #076504);
    background-image: -o-linear-gradient(#1e9c1b, #076504);
    background-image: linear-gradient(#1e9c1b, #076504);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e9c1b', endColorstr='#076504'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e9c1b', endColorstr='#076504')"; /* IE8 */
}


/*  BUTTON */
.button { 
    position: relative; 
    overflow: visible; 
    display: inline-block; 
    padding: 0.5em 1em; 
    margin: 0;
    text-decoration: none; 
    font:11px/normal sans-serif; 

    white-space: nowrap; 
    cursor: pointer; 
    outline: none; 
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box; 
    /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em; 
    -moz-border-radius: 0.2em; 
    border-radius: 0.2em; 
    /* IE hacks */
    zoom: 1; 
    *display: inline; 
}

/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


.button {
    font-size: 1em; 
}

/*  first */

.button.first {
    font-weight: bold;
}

/*  rounded */

.button.rounded {
    -webkit-border-radius: 50em; 
    -moz-border-radius: 50em; 
    border-radius: 50em; 
}

/*  minimal */

.button.minimal {
    border: 1px solid #d4d4d4; 
    text-shadow: none;
    background-image: none;
    background-color: #fff;
}

.button.minimal:hover,
.button.minimal:focus,
.button.minimal:active {
    background-color: #599bdc;
}

.button.minimal:active,
.button.minimal.active {
    background-color: #3072b3;
}


.button {
    font-size: 12px; 
}

/*  Big */

.button.big {
    font-size: 14px; 
}

.button.big.icon:before { top: 0; }


/*  Small */

.button.small {
    font-size: 10px; 
}

.button.small.icon:before { top: 0; }


/*  BUTTON GROUPS */

/*  Standard */

.button-group {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    /* IE hacks */
    zoom: 1; 
    *display: inline; 
}

.button + .button,
.button + .button-group,
.button-group + .button,
.button-group + .button-group {
    margin-left: 15px;
}

.button-group li {
    float: left;
    padding: 0;
    margin: 0;
}

.button-group .button {
    float: left;
    margin-left: -1px; 
}

.button-group > .button:not(:first-child):not(:last-child),
.button-group li:not(:first-child):not(:last-child) .button { 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
}

.button-group > .button:first-child,
.button-group li:first-child .button { 
    margin-left: 0; 
    -webkit-border-top-right-radius: 0; 
    -webkit-border-bottom-right-radius: 0; 
    -moz-border-radius-topright: 0; 
    -moz-border-radius-bottomright: 0; 
    border-top-right-radius: 0; 
    border-bottom-right-radius: 0; 
}

.button-group > .button:last-child,
.button-group li:last-child > .button { 
    -webkit-border-top-left-radius: 0; 
    -webkit-border-bottom-left-radius: 0; 
    -moz-border-radius-topleft: 0; 
    -moz-border-radius-bottomleft: 0; 
    border-top-left-radius: 0; 
    border-bottom-left-radius: 0; 
}

/*  BUTTON CONTAINER */
/* For mixing buttons and button groups, e.g., in a navigation bar */

.button-container .button,
.button-container .button-group {
    vertical-align: top;
}

/*  Icons */

.button.icon:before {
    content: "";
    position: relative; 
    top: 1px; 
    float:left;
    width: 18px; 
    height: 16px; 
    margin: -2px 0.75em 1px -0.30em; 
    background: url(../images/icons_.png) no-repeat top left;
}


/* arrowdown */
.button.arrowdown.icon:before { background: url(icons/arrowdown.png) no-repeat top left; background-position: -16px 0px;  }
.button.arrowdown.icon:hover:before,
.button.arrowdown.icon:focus:before,
.button.arrowdown.icon:active:before { background-position: 0px 0px; }

/* arrowleft */
.button.arrowleft.icon:before { background: url(icons/arrowleft.png) no-repeat top left; background-position: -16px 0px;  } 
.button.arrowleft.icon:hover:before,
.button.arrowleft.icon:focus:before,
.button.arrowleft.icon:active:before { background-position: 0px 0px; }

/* arrowright */
.button.arrowright.icon:before{ background: url(icons/arrowright.png) no-repeat top left; background-position: -16px 0px;  } 
.button.arrowright.icon:hover:before,
.button.arrowright.icon:focus:before,
.button.arrowright.icon:active:before { background-position: 0px 0px; }

/* shopping */
.button.shopping.icon:before{ background: url(icons/shopping.png) no-repeat top left; background-position: -16px 0px;  } 
.button.shopping.icon:hover:before,
.button.shopping.icon:focus:before,
.button.shopping.icon:active:before { background-position: 0px 0px; }


/* camera */
.button.camera.icon:before{ background-position: 0 -224px;  } 
.button.camera.icon:hover:before,
.button.camera.icon:focus:before,
.button.camera.icon:active:before { background-position: -16px -224px; }

/* m */
.button.clapboard.icon:before{ background-position: 0 -252px;  } 
.button.clapboard.icon:hover:before,
.button.clapboard.icon:focus:before,
.button.clapboard.icon:active:before { background-position: -16px -252px; }

/* clock */
.button.clock.icon:before{ background-position: 0 -280px;  } 
.button.clock.icon:hover:before,
.button.clock.icon:focus:before,
.button.clock.icon:active:before { background-position: -16px -280px; }

/* credit_card */
.button.credit_card.icon:before{ background-position: 0 -336px;  } 
.button.credit_card.icon:hover:before,
.button.credit_card.icon:focus:before,
.button.credit_card.icon:active:before { background-position: -16px -336px; }

/* delete */
.button.delete.icon:before{ background-position: 0 -392px;  } 
.button.delete.icon:hover:before,
.button.delete.icon:focus:before,
.button.delete.icon:active:before { background-position: -16px -392px; }

/* delivery */
.button.delivery.icon:before{ background-position: 0 -420px;  } 
.button.delivery.icon:hover:before,
.button.delivery.icon:focus:before,
.button.delivery.icon:active:before { background-position: -16px -420px; }

/* first_aid */
.button.first_aid.icon:before{ background-position: 0 -588px;  } 
.button.first_aid.icon:hover:before,
.button.first_aid.icon:focus:before,
.button.first_aid.icon:active:before { background-position: -16px -588px; }

/* folder */
.button.folder.icon:before{ background-position: 0 -616px;  } 
.button.folder.icon:hover:before,
.button.folder.icon:focus:before,
.button.folder.icon:active:before { background-position: -16px -616px; }

/* graph */
.button.graph.icon:before{ background-position: 0 -700px;  } 
.button.graph.icon:hover:before,
.button.graph.icon:focus:before,
.button.graph.icon:active:before { background-position: -16px -700px; }

/* movie */
.button.movie.icon:before{ background: url(icons/movie.png) no-repeat top left; background-position: -16px 0px;  } 
.button.movie.icon:hover:before,
.button.movie.icon:focus:before,
.button.movie.icon:active:before { background-position: 0px 0px; }

/* house */
.button.house.icon:before{ background: url(icons/house.png) no-repeat top left; background-position: -16px 0px;  } 
.button.house.icon:hover:before,
.button.house.icon:focus:before,
.button.house.icon:active:before { background-position: 0px 0px; }

/* lightbulb */
.button.lightbulb.icon:before{ background-position: 0 -784px;  } 
.button.lightbulb.icon:hover:before,
.button.lightbulb.icon:focus:before,
.button.lightbulb.icon:active:before { background-position: -16px -784px; }

/* magnifyingglass */
.button.magnifyingglass.icon:before{ background-position: -16px -840px;  } 
.button.magnifyingglass.icon:hover:before,
.button.magnifyingglass.icon:focus:before,
.button.magnifyingglass.icon:active:before { background-position: 0 -840px; }

/* mailclosed */
.button.mailclosed.icon:before{ background: url(icons/mailclosed.png) no-repeat top left; background-position: -16px 0px;  }
.button.mailclosed.icon:hover:before,
.button.mailclosed.icon:focus:before,
.button.mailclosed.icon:active:before { background-position:0px 0px; }

/* mapmarker */
.button.mapmarker.icon:before{ background: url(icons/mapmarker.png) no-repeat top left; background-position: -16px 0px;  }
.button.mapmarker.icon:hover:before,
.button.mapmarker.icon:focus:before,
.button.mapmarker.icon:active:before { background-position:0px 0px; }

/* man */
.button.man.icon:before{ background-position: 0 -924px;  } 
.button.man.icon:hover:before,
.button.man.icon:focus:before,
.button.man.icon:active:before { background-position: -16px -924px; }

/* monitor */
.button.monitor.icon:before{ background-position: 0 -980px;  } 
.button.monitor.icon:hover:before,
.button.monitor.icon:focus:before,
.button.monitor.icon:active:before { background-position: -16px -980px; }

/* move */
.button.move.icon:before{ background-position: 0 -1008px;  } 
.button.move.icon:hover:before,
.button.move.icon:focus:before,
.button.move.icon:active:before { background-position: -16px -1008px; }

/* newspaper */
.button.newspaper.icon:before{ background-position: 0 -1036px;  } 
.button.newspaper.icon:hover:before,
.button.newspaper.icon:focus:before,
.button.newspaper.icon:active:before { background-position: -16px -1036px; }

/* padlock */
.button.padlock.icon:before{ background-position: 0 -1064px;  } 
.button.padlock.icon:hover:before,
.button.padlock.icon:focus:before,
.button.padlock.icon:active:before { background-position: -16px -1064px; }

/* page */
.button.page.icon:before{ background-position: 0 -1092px;  } 
.button.page.icon:hover:before,
.button.page.icon:focus:before,
.button.page.icon:active:before { background-position: -16px -1092px; }

/* pencilangled */
.button.pencilangled.icon:before{ background-position: 0 -1148px;  } 
.button.pencilangled.icon:hover:before,
.button.pencilangled.icon:focus:before,
.button.pencilangled.icon:active:before { background-position: -16px -1148px; }

/* photos */
.button.photos.icon:before { background: url(icons/photos.png) no-repeat top left; background-position: -16px 0px;  } 
.button.photos.icon:hover:before,
.button.photos.icon:focus:before,
.button.photos.icon:active:before { background-position: 0px 0px; }




/* plus */
.button.plus.icon:before{ background-position: 0 -1288px;  } 
.button.plus.icon:hover:before,
.button.plus.icon:focus:before,
.button.plus.icon:active:before { background-position: -16px -1288px; }

/* refresh */
.button.refresh.icon:before{ background-position: 0 -1372px;  } 
.button.refresh.icon:hover:before,
.button.refresh.icon:focus:before,
.button.refresh.icon:active:before { background-position: -16px -1372px; }

/* reload */
.button.reload.icon:before{ background-position: 0 -1400px;  } 
.button.reload.icon:hover:before,
.button.reload.icon:focus:before,
.button.reload.icon:active:before { background-position: -16px -1400px; }

/* shoppingcart */
.button.shoppingcart.icon:before{ background-position: 0 -1568px;  } 
.button.shoppingcart.icon:hover:before,
.button.shoppingcart.icon:focus:before,
.button.shoppingcart.icon:active:before { background-position: -16px -1568px; }

/* speaker */
.button.speaker.icon:before{ background-position: 0 -1596px;  } 
.button.speaker.icon:hover:before,
.button.speaker.icon:focus:before,
.button.speaker.icon:active:before { background-position: -16px -1596px; }

/* speechbubble */
.button.speechbubble.icon:before{ background-position: 0 -1624px;  } 
.button.speechbubble.icon:hover:before,
.button.speechbubble.icon:focus:before,
.button.speechbubble.icon:active:before { background-position: -16px -1624px; }

/* speechmedia */
.button.speechmedia.icon:before{ background-position: 0 -1652px;  } 
.button.speechmedia.icon:hover:before,
.button.speechmedia.icon:focus:before,
.button.speechmedia.icon:active:before { background-position: -16px -1652px; }

/* star */
.button.star.icon:before{ background-position: 0 -1680px;  } 
.button.star.icon:hover:before,
.button.star.icon:focus:before,
.button.star.icon:active:before { background-position: -16px -1680px; }

/* trash */
.button.trash.icon:before{ background-position: 0 -1708px;  } 
.button.trash.icon:hover:before,
.button.trash.icon:focus:before,
.button.trash.icon:active:before { background-position: -16px -1708px; }

/* world */
.button.world.icon:before{ background-position: 0 -1764px;  } 
.button.world.icon:hover:before,
.button.world.icon:focus:before,
.button.world.icon:active:before { background-position: -16px -1764px; }
/*  BUTTON EXTENSIONS */



/* Your custom color ************************************************ */ 


/* red
.button.customColor:visited,
.button.customColor:link,
.button.customColor { 
border: 1px solid #cc0000;
    background-color: #ce0000;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ea3b3b), to(#6a0505));
    background-image: -moz-linear-gradient(#ea3b3b, #6a0505);
    background-image: -o-linear-gradient(#ea3b3b, #6a0505);
    background-image: linear-gradient(#ea3b3b, #6a0505);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ea3b3b', endColorstr='#6a0505'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ea3b3b', endColorstr='#6a0505')"; 
	 text-decoration:none;
	 font-style:normal;
	 color: #f4f4f4;} 
 */
 
 
.button.customColor:visited,
.button.customColor:link,
.button.customColor { 
	border: 1px solid #71AE26;
    background-color: #71AE26;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#71AE26), to(#87ab4f));
    background-image: -moz-linear-gradient(#71AE26, #87ab4f);
    background-image: -o-linear-gradient(#71AE26, #87ab4f);
    background-image: linear-gradient(#71AE26, #87ab4f);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#71AE26', endColorstr='#87ab4f'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#71AE26', endColorstr='#87ab4f')"; 
	 text-decoration:none;
	 font-style:normal;
	 color: #f1f1f1;}
 
 
 
.button.customColor:hover, 
.button.customColor:focus,  
.button.customColor:active{ 
	  border: 1px solid #d4d4d4;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4', endColorstr='#ececec'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4', endColorstr='#ececec')"; 
	 color: #333; }


