
/* HELPER STYLES */

.bold { font-weight: bold; }

.italic { font-style: italic; }

.text-left {	text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.float-left { float: left; }

.float-right { float: right; }

.hide { display: none; }

.highlight { background: #ffff99; }

.engrave_dark { text-shadow: 1px -1px 1px #000; }

.engrave_light{ text-shadow: 1px -1px 1px #FFF; }

.border_all_5 { -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
 }

.border_all_10 { -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
 }

.border_all_15 {	-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
 }

.border_top_5 { -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 }

.border_bottom_5 { -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 }

.border_top_10 { -moz-border-radius-topleft: 10px;
 -moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
 -webkit-border-top-right-radius: 10px;
border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 }

.border_bottom_10 { -moz-border-radius-bottomleft: 10px;
 -moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
 -webkit-border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 }

.border_top_15 { -moz-border-radius-topleft: 15px;
 -moz-border-radius-topright: 15px;
-webkit-border-top-left-radius: 15px;
 -webkit-border-top-right-radius: 15px;
border-top-left-radius: 15px;
 border-top-right-radius: 15px;
 }

.border_bottom_15 { -moz-border-radius-bottomleft: 15px;
 -moz-border-radius-bottomright: 15px;
-webkit-border-bottom-left-radius: 15px;
 -webkit-border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
 border-bottom-right-radius: 15px;
 }

	/* BULLETS */
.bullet_black { background: url('../images/icons/bullets.png') no-repeat -0px -0px; }
.bullet_yellow { background: url('../images/icons/bullets.png') no-repeat -0px -32px; }
.bullet_blue { background: url('../images/icons/bullets.png') no-repeat -0px -64px; }
.bullet_green { background: url('../images/icons/bullets.png') no-repeat -0px -96px; }
.bullet_red { background: url('../images/icons/bullets.png') no-repeat -0px -128px; }
.bullet_grey { background: url('../images/icons/bullets.png') no-repeat -0px -160px; }

/* END HELPER STYLES */