
.save_buttons {
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	z-index:10;
}
.save_img
{
    margin-right:5px;
    height: 16px;
}
.menu_buttons {
    width:100%;
    float: right;
    text-align: right;
	margin-top:70px;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	z-index:10;
}
a.bluegbutton {
    border: 1px solid #3079ED;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
}

a.bluegbutton:hover {
    border: 1px solid #2F5BB7;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357AE8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8);
}
a.bluegbutton:active {
    color: #000;
    border-color: #444;
}
a.sbutton {
    cursor:pointer;
    font: bold 8px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 3px 6px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;

    color: #6e6e6e;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));

    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 5px;
    z-index:20;

}
a.sbutton:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.sbutton:active {
    color: #000;
    border-color: #444;
}

a.button {
    cursor:pointer;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;

    color: #6e6e6e;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));

    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
    z-index:20;

}
a.button:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    text-decoration: none !important;
}
a.button:active {
    color: #000;
    border-color: #444;
}


a.button-blue {


	border: 1px solid #3079ED;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);

    cursor:pointer;
    font: 300 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;


    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

    margin-right: 10px;
    z-index:20;


}

a.button-blue:hover, a.button-blue:active, a.button-blue.active, a.button-blue.disabled, a.button-blue[disabled] {
    border: 1px solid #2F5BB7;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357AE8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8);
}



a.button-red {


	border: 1px solid #cc6666;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #cc3333;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#993333),to(#cc3333));
    background-image: -webkit-linear-gradient(top,#993333,#cc3333);
    background-image: -moz-linear-gradient(top,#993333,#cc3333);
    background-image: -ms-linear-gradient(top,#993333,#cc3333);
    background-image: -o-linear-gradient(top,#993333,#cc3333);
    background-image: linear-gradient(top,#993333,#cc3333);

    cursor:pointer;
    font: 300 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;


    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

    margin-right: 10px;
    z-index:20;


}

a.button-red:hover, a.button-red:active, a.button-red.active, a.button-red.disabled, a.button-red[disabled] {
    border: 1px solid #cc3333;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #993333;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#cc3333),to(#993333));
    background-image: -webkit-linear-gradient(top,#cc3333,#993333);
    background-image: -moz-linear-gradient(top,#cc3333,#993333);
    background-image: -ms-linear-gradient(top,#cc3333,#993333);
    background-image: -o-linear-gradient(top,#cc3333,#993333);
    background-image: linear-gradient(top,#cc3333,#993333);
}




a.button-blue-small {


	border: 1px solid #3079ED;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);

    cursor:pointer;
    font: 300 10px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;


    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

    margin-right: 10px;
    z-index:20;


}

a.button-blue-small:hover, a.button-blue-small:active, a.button-blue-small.active, a.button-blue-small.disabled, a.button-blue-small[disabled] {
    border: 1px solid #2F5BB7;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357AE8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8);
}



a.button-red-small {


	border: 1px solid #cc6666;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #cc3333;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#993333),to(#cc3333));
    background-image: -webkit-linear-gradient(top,#993333,#cc3333);
    background-image: -moz-linear-gradient(top,#993333,#cc3333);
    background-image: -ms-linear-gradient(top,#993333,#cc3333);
    background-image: -o-linear-gradient(top,#993333,#cc3333);
    background-image: linear-gradient(top,#993333,#cc3333);

    cursor:pointer;
    font: 300 10px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;


    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

    margin-right: 10px;
    z-index:20;


}

a.button-red-small:hover, a.button-red-small:active, a.button-red-small.active, a.button-red-small.disabled, a.button-red-small[disabled] {
    border: 1px solid #cc3333;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #993333;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#cc3333),to(#993333));
    background-image: -webkit-linear-gradient(top,#cc3333,#993333);
    background-image: -moz-linear-gradient(top,#cc3333,#993333);
    background-image: -ms-linear-gradient(top,#cc3333,#993333);
    background-image: -o-linear-gradient(top,#cc3333,#993333);
    background-image: linear-gradient(top,#cc3333,#993333);
}



a.left-small {
	border: 1px solid #cc6666;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #357AE8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#993333),to(#cc3333));
    background-image: -webkit-linear-gradient(top,#993333,#cc3333);
    background-image: -moz-linear-gradient(top,#993333,#cc3333);
    background-image: -ms-linear-gradient(top,#993333,#cc3333);
    background-image: -o-linear-gradient(top,#993333,#cc3333);
    background-image: linear-gradient(top,#993333,#cc3333);

    cursor:pointer;
    font: 300 10px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 9px 14px;
    position: relative;
    display: inline-block;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    margin-right: 0px;
    z-index:20;
}






a.left {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}
a.middle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: solid 1px #f3f3f3;
    margin: 0;
    border-left: solid 1px rgba(255, 255, 255, 0);
}
a.middle:hover,
a.right:hover { border-left: solid 1px #999 }
a.right {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    border-left: solid 1px #f3f3f3;
    border-left: solid 1px rgba(255, 255, 255, 0);
}
a.big {
    font-size: 16px;
    padding: 10px 15px;
}
a.supersize {
    font-size: 20px;
    padding: 15px 20px;
}
a.save {
    background: url(../images/sprite.png) 10px 7px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.add {
    background: url(../images/sprite.png)  10px -27px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.delete {
    background: url(../images/sprite.png)  10px -61px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.flag {
    background: url(../images/sprite.png)  10px -96px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.up {
    background: url(../images/sprite.png)  13px -133px no-repeat #f3f3f3;
    width: 18px;
}
a.down {
    background: url(../images/sprite.png)  13px -168px no-repeat #f3f3f3;
    width: 18px;
}
a.save-big {
    background: url(../images/sprite.png) 15px 11px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.add-big {
    background: url(../images/sprite.png)  15px -23px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.delete-big {
    background: url(../images/sprite.png)  15px -57px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.flag-big {
    background: url(../images/sprite.png)  15px -92px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.up-big {
    background: url(../images/sprite.png)  15px -128px no-repeat #f3f3f3;
    width: 18px;
    font-size: 16px;
    padding: 10px 15px;
}
a.down-big {
    background: url(../images/sprite.png)  15px -163px no-repeat #f3f3f3;
    width: 18px;
    font-size: 16px;
    padding: 10px 15px;
}
