/* ==== margin === */
.margin_padding_0 {
	margin:0px!important;
	padding:0px!important;
}
.margin_top0 {
	margin-top:0px!important;
}
.margin_top5 {
	margin-top:5px!important;
}
.margin_top10 {
	margin-top:10px!important;
}
.margin_top15 {
	margin-top:15px!important;
}
.margin_top20 {
	margin-top:20px!important;
}
.margin_top30 {
	margin-top:30px!important;
}
.margin_top40 {
	margin-top:40px!important;
}
.margin_botton0 {
	margin-bottom:0px!important;
}
.margin_botton5 {
	margin-bottom:5px!important;
}
.margin_botton10 {
	margin-bottom:10px!important;
}
.margin_botton15 {
	margin-bottom:15px!important;
}
.margin_botton20 {
	margin-bottom:20px!important;
}
.margin_botton30 {
	margin-bottom:30px!important;
}
.margin_botton40 {
	margin-bottom:40px!important;
}
.margin_left0 {
	margin-left:0px!important;
}
.margin_left5 {
	margin-left:5px!important;
}
.margin_left10 {
	margin-left:10px!important;
}
.margin_left15 {
	margin-left:15px!important;
}
.margin_left20 {
	margin-left:20px!important;
}
.margin_left30 {
	margin-left:30px!important;
}
.margin_left40 {
	margin-left:40px!important;
}
.margin_right0 {
	margin-right:0px!important;
}
.margin_right5 {
	margin-right:5px!important;
}
.margin_right10 {
	margin-right:10px!important;
}
.margin_right15 {
	margin-right:15px!important;
}
.margin_right20 {
	margin-right:20px!important;
}
.margin_right30 {
	margin-right:30px!important;
}
.margin_right40 {
	margin-right:40px!important;
}
/* ==== float === */
.float_L{
	float: left;
}
.float_R{
	float: right;
}
/* ==== align === */
.align_C {
	text-align:center!important;
}
.align_left {
	text-align:left!important;
}
.align_right {
	text-align:right!important;
}
.align_top {
	vertical-align:top!important;
}
.align_M {
	vertical-align:middle!important;
}
/* ==== font === */
.font_S {
	font-size: 0.9em!important;
}
.font_XS {
	font-size: 0.8em!important;
}
.font_XXS {
	font-size: 0.7em!important;
}
.font_L {
	font-size: 1.1em!important;
}
.font_XL {
	font-size:1.2em!important;
}
.font_XXL {
	font-size: 1.3em!important;
}
.color_red {
	color: #FF3333!important;
	font-weight: bold!important;
}
.color_orange {
	color: orange!important;
	font-weight: bold!important;
}
.color_blue {
	color: #00557f!important;
	font-weight: bold!important;
}
.color_green {
	color: green!important;
	font-weight: bold!important;
}
/* ==== img === */
.img_left {
	float: left!important;
	margin: 0 15px 10px 0!important;
	padding: 0!important;
}
.img_right {
	float: right!important;
	margin:0 0 10px 15px!important;
	padding: 0!important;
}
.img_botton {
	padding: 2px!important;
	border: 1px dotted #CCC!important;
}
.img_left_border {
	float: left!important;
	margin: 0 10px 10px 0!important;
	padding: 2px!important;
	border: 1px dotted #CCC!important;
}
.img_right_border {
	float: right!important;
	margin:0 0 10px 15px!important;
	padding: 2px!important;
	border: 1px dotted #CCC!important;
}
/* ==== list === */
ul.list_border {
	padding: 5px 0!important;
	list-style-type:none!important;
}
ul.list_border li {
	padding: 5px 0 5px 15px !important;
	border-bottom: 1px dotted #CCC!important;
}
ol.list_border li {
	padding: 5px 0 5px 0 !important;
	border-bottom: 1px dotted #CCC!important;
}
/* ==== box === */
.box {
	clear:both;
	margin:20px 0;
}
.box_border {
	margin: 10px 0;
	padding: 30px;
	border: 1px dotted #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* Safari,Google Chrome*/
	-moz-border-radius: 5px;/* Firefox*/
}
.box_herf {
	width:48%;
	float:left;
	padding: 0 5px;
}
/* ==== table === */	
table.alin_M th , table.alin_M td{
	vertical-align: middle;
}
.table_border {
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
}
.table_border td {
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	vertical-align: top;
}
.table_border th {
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	background-color: #F2F2F2;
	text-align: center;
	font-weight: bold;
}
.table_border_even td {
	background-color: #FCFCFC;
}
table.table_border02 {
}
table.table_border02 th,table.table_border02 td {
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
table.table_border02 td.date {
	width: 200px;
}
table.table_border02 td.txt {
	padding-top: 20px!important;
}
table.table_border02 div.icon {
	background: url(http://www.jrocket.org/images/news_icon.jpg) 0 2px no-repeat;
	padding-top: 10px;
	padding-left: 15px;
}
/* ==== icon === */
a.icon_pdf {
}
a.icon_doc {
}
.icon_quest {
}
.icon_ans {
}
/* ==== hr === */
div.hr {
	background: url(../images/common/hr.png) repeat-x center;
	height: 20px;
	clear: both;
}

/* ==== pagetop === */
.pagetop{
	padding: 10px 0 10px 0;
	text-align: right;
	clear: both;}
	
/*---------------------------------

	BUTTONS

-----------------------------------*/

button,  a.btn,  a.btn:visited,  a.button,  a.button:visited,  input[type="submit"],  input[type="reset"],  input[type="button"] {
	position:relative;
	top:0;
	left:0;
	vertical-align: middle;
	margin:0;
	padding:10px 15px;
	line-height:100%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor: pointer;
	width:auto;
	overflow:visible;
	font-weight:normal;
	font-size:14px; /*Pixels for consistancy*/
	text-shadow:0 1px 0 #fff;
	color:#666;
	text-decoration:none;
	vertical-align: middle;
	box-sizing: border-box;
	display:inline-block;
 *display:inline;/*IE ONLY*/
	zoom:1;
	border:1px solid #ccc;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 252, 1)), color-stop(100%, rgba(224, 224, 224, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%); /* W3C */
}
button:active,  a.btn:active,  a.btn:visited:active,  a.button:active,  a.button:visited:active,  input[type="submit"]:active,  input[type="reset"]:active,  input[type="button"]:active {
	box-shadow:inset 0px 3px 5px rgba(0, 0, 0, 0.2), inset 0px -10px 20px rgba(0, 0, 0, 0.07);
}
button[disabled], .disabled:active {
	box-shadow:none;
}
button,  input[type="submit"],  input[type="reset"],  input[type="button"] {
*padding:7px 15px;
}/*IE 7 ONLY*/
a.btn, a.button {
}/*overrides*/
button.small, a.btn.small, a.button.small {
	font-size:0.8em;
	padding:5px 10px;
}
button.medium, a.btn.medium, a.button.medium {
}/*default*/
button.large, a.btn.large, a.button.large {
	font-size:1.3em;
	padding:10px 20px;
}
button.disabled, a.btn.disabled, a.button.disabled {
	color:#ccc;
	cursor:default;
	background:#efefef;
}
button.disabled:hover, a.btn.disabled:hover, a.button.disabled:hover {
	border:1px solid #ccc;
	background:#efefef;
}
button:hover,  a.btn:hover,  a.button:hover,  input[type="submit"]:hover,  input[type="reset"]:hover,  input[type="button"]:hover {
	border:1px solid #bbb;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 252, 1)), color-stop(100%, rgba(237, 237, 237, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%); /* W3C */
}
button img,  a.btn img,  a.button img,  input[type="submit"] img,  input[type="reset"] img,  input[type="button"] img {
	display:inline;
	margin:0;
	vertical-align: middle;
	margin:-10px 10px -5px -5px;
	padding:0;
}
.small img {
	margin:-3px 5px -3px -3px;
}
.medium img {
	margin:-10px 10px -5px -5px;
}
.large img {
	margin:-10px 10px -10px -10px;
}
.icon-only {
	padding:7px 10px;
}
.icon-only img {
	margin:0;
	display:block;
	padding:0;
}
.icon-only .icon {
	margin:-5px -6px -8px -6px;
}
/* icons */

	button .icon,  a.btn .icon,  a.button .icon,  input[type="submit"] .icon,  input[type="reset"] .icon,  input[type="button"] .icon {
	vertical-align: middle;
	margin:-5px 3px -7px -2px;
 *margin:-5px 3px -10px 0px;/*IE 7 ONLY*/
}
button .icon.medium,  a.btn .icon.medium,  a.button .icon.medium,  input[type="submit"] .icon.medium,  input[type="reset"] .icon.medium,  input[type="button"] .icon.medium {
	margin-left:-5px;
 *left:-5px;
 *top:0px;
}
button .icon.large,  a.btn .icon.large,  a.button .icon.large,  input[type="submit"] .icon.large,  input[type="reset"] .icon.large,  input[type="button"] .icon.large {
	margin-left:-10px;
 *left:-10px;
 *top:0px;
}
/*---------------------------------

	GREEN

-----------------------------------*/

button.green,  a.btn.green,  a.button.green,  input[type=submit].green,  input[type=reset].green,  input[type=button].green {
	text-shadow:0 -1px 0 #669E00;
	color:#fff;
	border:1px solid #669E00;
	background: rgb(143,196,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(143, 196, 0, 1) 0%, rgba(107, 165, 0, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(143, 196, 0, 1)), color-stop(100%, rgba(107, 165, 0, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(143, 196, 0, 1) 0%, rgba(107, 165, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(143, 196, 0, 1) 0%, rgba(107, 165, 0, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(143, 196, 0, 1) 0%, rgba(107, 165, 0, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(143, 196, 0, 1) 0%, rgba(107, 165, 0, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#6ba500', GradientType=0 ); /* IE6-9 */
}
button.green:hover,  a.btn.green:hover,  a.button.green:hover {
	text-shadow:0 1px 0 #669E00;
	border:1px solid #669E00;
	background: rgb(198,226,120); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(198, 226, 120, 1) 0%, rgba(167, 211, 44, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(198, 226, 120, 1)), color-stop(100%, rgba(167, 211, 44, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(198, 226, 120, 1) 0%, rgba(167, 211, 44, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(198, 226, 120, 1) 0%, rgba(167, 211, 44, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(198, 226, 120, 1) 0%, rgba(167, 211, 44, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(198, 226, 120, 1) 0%, rgba(167, 211, 44, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e278', endColorstr='#a7d32c', GradientType=0 ); /* IE6-9 */
}

ol.list_about {
	padding: 5px 0 5px 20px;
}

ol.list_about li {
	padding: 5px 0 5px 0 !important;
	border-bottom: 1px dotted #CCC!important;
}