/* Top Elements */

* { margin: 0; padding: 0; }



body {
	color:#333333;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	background-color: #f2f2f2;
	background-image: url(../images/bg.gif);
	padding: 0;
	background-repeat: repeat;
	SCROLLBAR-FACE-COLOR: #cbcbcb; 
	SCROLLBAR-SHADOW-COLOR: #595959; 
	SCROLLBAR-3DLIGHT-COLOR: #595959; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	SCROLLBAR-BASE-COLOR: #cbcbcb ;
}





/* Links */

a, a:link {
	text-decoration: none;
	color: #003399;

}
 a:active{
 	color: #003399;
 }
a:visited {
	color: #FF9900;	
	text-decoration: none;

}

a:hover {

	color: #FF9900;

}



/* headers */

h1, h2, h3 {

	color:navy;

}

h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: normal;

	padding: 15px 10px 5px 10px;

	margin: 0;

}

h2 {
	font-size: 18px;
	color: #0066CC;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}
hr{
	 border-top:solid;
	 border-top-width:0.5px; 
	 border-top-color:#CCCCCC; 
}

h3 {
	font-weight: normal;

	margin: 0;

	padding-left: 10px;

	padding-top: 5px;

	padding-right: 5px;

	padding-bottom: 5px;

	font-size: 15px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

}



p, dl {

	margin: 0;

}



ul, ol {
	margin: 10px;

}

ul { list-style: none; }
li {
	margin: 0px;
}

dt {

  

  color: #FF6600;

}

dd {

  padding-left: 25px; 

}



code {

	margin: 5px 0;

	padding: 15px;

	text-align: left;

	display: block;

	overflow: auto;

	/* white-space: pre; */

  	border: 1px solid #ECF8FE;

	background: #ECF8FE;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 1em;

	line-height: 1.5em;

	font-weight: 500;

}



acronym {

  cursor: help;

  border-bottom: 1px dotted #FF9900;

}



blockquote {

	padding: 3px;

	border: 1px solid #ECF8FE;

	background-color: #ECF8FE;

	margin: 5px;

	text-align: center;

}

fieldset {

	margin-left: 50px;

	margin-right: 50px;

	margin-top: 10px;

	margin-bottom: 10px;

	padding: 5px;

	font-size: 11.5px;

	color: #CCC;

}

legend {

	font-size: 11.5px;

	

	color: #333333;

}


/* start - table */

table {
	border-collapse: collapse;
}

th {

	height: 38px;

	padding-left: 12px;

	padding-right: 12px;

	color: #fff;

	text-align: left;

	border-left: 1px solid #78C7FA;

	border-bottom: solid 2px #fff;

	background-color: #ADD8E6;

}

tr {
	height: 30px;

}

td {
	padding-left: 7px;
	padding-right: 7px;

}	

/* end - table */



/* form elements */

form {

	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;

	border: 1px solid #f1f1f1; 

	background: #fdfdfd; 	

}

label {

	display: block;

	

	margin: 8px 0 5px 0;

	color: #FF9900;

}

input, select {
	font: normal 0.8em Verdana, sans-serif;
	color: #000080;
	width:200px;	
	height:20px;
}

#contact_form {
	padding: 10px;
}
#contact_form input {
	font: normal 0.8em Verdana, sans-serif;
	width:255px;
	height:15px;
}
#button input{
	width:80px;
	height:25px;
}
textarea {
	width: 200px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color:#333333;

}

#button textarea {
	width: 300px;
	padding: 5px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color:#333333;

}

/*------------------------------------------

   LAYOUT

-------------------------------------------*/ 

#wrap-out {

	position: relative;

	width: 100%;

	text-align: left;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

}

#wrap {

	width: 980px;

	margin: 0 auto;

	background-color: #fff;

}

#content-wrap {
	clear: both;
	width: 980px;
	display: block;
	background-image: url(../images/bg_out.gif);
	background-repeat: repeat-x;
	background-position: center top;

}

#header {
	width: 980px;
	padding:0;
	margin: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
#logo {
	width: 515px;
	height:45px;
	margin: 0 0 0 10px;
	padding: 20px 0 0 240px;
	color:#999999;
	font-size:1.3em;
	font-weight:bold;
	font-variant:small-caps;
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#banner_hd {
	margin: 0;
	padding:0;
	height:190px;
	float: left;
	width: 765px;

}

#banner_hd img{
	height:190px;
	width: 765px;
}


#header_menu {
	text-align: left;
	position: relative;
	float: right;
	width: 200px;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;

}
#bnhd {
	float: left;
	width:765px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hd_top {
	margin:auto;
	float: left;
	width: 200px;
	display:block;
	padding: 0px;
}
#flag {
	padding: 0px;
	float: right;
	margin: 10px;
	position: relative;
	height: 20px;
	width: 170px;
	text-align:right;
}


#header_menu li{
	display:block;
	text-align:left;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #E0DFE3;	
}


#header_menu a{
	display:block;
	color: #666666;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-top:5px;
	padding-left: 25px;
	text-decoration: none;
	margin-bottom: 0px;	
	font-weight:bold;
}
#header_menu a:hover,.act{
	color: #FF9900;	
	background:#E0DFE3;	
}

/* Main Column */

#main {
	width: 750px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;

}

#main ul li {

	list-style-image: url(../images/bullet.gif);

}


#pager {
font-size:11px;
} 

#pager ul { 
margin : 5px;
padding-left : 10px;
list-style:none;	
background-color : #BCDAF4;
} 
#pager ul li { 
float : left;
} 
#pager ul .current{
color : #FF9900;
}
#pager li a { 
display : block;
padding : 0 5px 0 5px;
line-height : 1.3em;
font-weight : bold;
text-transform:uppercase;
color : #006699;
text-decoration:none;
} 
#pager ul a:hover { 
color : #ffcb31;
} 

/* Sidebar */	

#sidebar {
	float: left;
	width: 200px;
	display: block;
	margin: 10px;
}	
#sidebar .outleft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0DFE3;
	padding-right: 5px;
}

.homeblog{
	border:1px #000080 solid;
	margin:0px;
}
.homeblog th{
	border:0px #000080 solid;
	margin:0;padding:0;
	background: url(../images/bg_title_left.gif) left top no-repeat;
	height:21px;	
	padding-left:30px;
	padding-bottom:7px;
	text-transform:uppercase;
}
.homeblog .item{
	border-bottom:1px #999999 dotted;
	padding:5px;
	padding-left:5px;
	font-size: 11px;
}



/* footer */

#footer-wrap {
	position: relative;
	color: #333333;
	background-repeat: no-repeat;
	width: 980px;
	float: left;
	clear: both;
	padding-bottom: 10px;
	background-image: url(../images/bg_footer.gif);

}



#footer-content {

	text-align: center;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	position: relative;

	width: 450px;

	padding-left: 250px;

	height: 40px;

	padding-top: 20px;
float:left;
}



/*------------------------------------*/

.module{

	display:block;

	width:200px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 20px;

	margin-left: auto;

	padding-bottom: 10px;

}



.module1{

	display:block;
	width:198px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 10px;
	border: 1px solid #FFCC99;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat-x;
	background-position: center top;

}



.module h3{

	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.7em;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	background-image: url(../images/bg_module_title.png);
	line-height: 30px;



}



/* ---------------------- top menu ]END Dolphin nav ---------------------- */



.moduletable {

	background-color: #fff;

}





/* search form */
.timkiem {
	height: 40px;
	background: #CCCCCC url(../images/bg_timkiem.gif) no-repeat top left;
	float:left;
	display:block;
}

.searchform {
	border: none;
	margin: 0;
}

.searchform p {

	margin: 0;

	padding-top: 0;

	padding-right: 0;

	padding-bottom: 5px;

	padding-left: 0;

}

.searchform input.textbox {

	width: 200px;


	height: 18px;

	vertical-align: top;

	padding: 2px;

	border: 1px solid #006699;

}

.searchform input.button {

	width: 60px;

	height: 24px;

	padding: 2px 5px;

	vertical-align: top;

	border: 1px solid #006699;

	color: #FFF;

	background-color: #FF6600;

}



/* thumbnails */

p.thumbs{ padding: 12px 0 0 10px; }



.thumbs img { 

	position: relative;

	border: 1px solid #ebebeb;

	background: none;

	padding: 5px;

	margin: 5px;


	/* margin: 4px 7px 4px 4px; */	

}

.thumbs img:hover{

	position: relative;

	border: 1px solid #FF9900;

	background: none;

	padding: 4px;

	margin: 5px;

}



/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */

.clearer { clear: both; }



.title{

	color: #0066CC;

	font-size: 12px;

	

	padding-left: 10px;

	line-height: 30px;



}



.square{

	border:1px solid #CCC;

	font-weight:bold;

	font-size:11.5px;

	margin: 2px;

	padding-top: 0px;

	padding-right: 3px;

	padding-bottom: 0px;

	padding-left: 3px;

	background-color: #FFF;

}

.../images {

	width: 250px;

	text-align: left;

}



a.square:link, a.square:visited{

}



a.square:hover{

	display:block;

	color:#FF9900;

}


ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 190px;
  background:#FFFFFF;
  
}

ul#menu a {
  color: #666666;
  display: block;
  text-decoration: none;	
}

#menu li {
  margin:0;
  margin-top: 1px;
  
}

ul#menu li a {
	color: #666666;
	margin:0;
	padding: 0.5em 0 0.5em 2.1em;
	border-bottom:1px #CCCCCC solid;
	background:#FFFFFF url(../images/left_menu.gif) left no-repeat;
	font-weight:bold;
}

ul#menu li a:hover {
	color:#FF9900;
}

ul#menu .visited {
	color:#FF9900;
}

ul#menu li ul li a {  
  color: #666666;
  margin-left:10px;
  padding-left: 13px;
  font-weight:normal;
   background:#FFFFFF url(../images/1.gif) left no-repeat;;
}
ul#menu ul ul{  
  color: #666666;
  margin-left:10px;
  font-weight:normal;
  width: 180px;
  padding:0;'
  }

ul#menu ul ul li a{  
	background:#FFFFFF url(../images/arrow.png) left no-repeat;;
  padding-left:25px;
  margin:0;
}

ul#menu li ul li a:hover {
  color:#FF9900;
}

/*menu left tree*/
ul.menu, .tv menu { 
			padding: 0;
			margin: 0;
			list-style: none;
		}	
 
		.menu li { 
			position: relative;
			margin: 0;
			padding: 4px 0 3px 20px;
			z-index: 10;
		}
		
		div.tvca { /* Clickable Area */
			_background: #fff;
			_filter: alpha(opacity=0);
			/* 
				border: 1px solid #fdd; 
			*/ /* Useful for showing the hit area */
			height: 15px;
			width: 15px;
			position: absolute;
			top: 1px;
			left: -1px;
			_left: -21px; /* IE... damnit! */
			cursor: pointer;
			z-index: 50;
		}
 
  	.menu li, .menu .tvi /* Tree View Item */ { background: url(../images/left_menu.gif) 0 0 no-repeat; }
  		
  	.menu .tvic /* Tree View Item, Collapsable */ { background-image: url(../images/left_menu.gif); }
  	.menu .tvie /* Tree View Item, Expandable */ { background-image: url(../images/left_menu.gif); }
 
  	.menu .tvil /* Tree View Last Item */ { background-image: url(../images/left_menu.gif); }
  	.menu .tvilc /* Tree View Last Item, Collapsable */ { background-image: url(../images/left_menu.gif); }
  	.menu .tvile /* Tree View Last Item, Expandable */ { background-image: url(../images/left_menu.gif); }
 
  	.tvload /* Loading Icon */ { background-image: url(../images/left_menu.gif); }

UL.menu {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; LIST-STYLE-IMAGE: none; PADDING-TOP: 0px
}
.menu UL {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; LIST-STYLE-IMAGE: none; PADDING-TOP: 0px
}
.menu LI {
	Z-INDEX: 10; POSITION: relative; PADDING-BOTTOM: 3px; MARGIN: 0px; PADDING-LEFT: 20px; PADDING-RIGHT: 0px; PADDING-TOP: 4px
}
DIV.tvca {
	Z-INDEX: 50; POSITION: absolute; WIDTH: 15px; HEIGHT: 15px; TOP: 1px; CURSOR: pointer; LEFT: -1px; _background: #fff; _left: -21px
}
.menu LI {
	BACKGROUND: url(../images/left_menu.gif) no-repeat 0px 0px
}
.menu .tvi {
	BACKGROUND: url(../images/left_menu.gif) no-repeat 0px 0px
}
.menu .tvic {
	BACKGROUND-IMAGE: url(../images/left_menu.gif)
}
.menu .tvie {
	BACKGROUND-IMAGE: url(../images/left_menu.gif)
}
.menu .tvil {
	BACKGROUND-IMAGE: url(../images/left_menu.gif)
}
.menu .tvilc {
	BACKGROUND-IMAGE: url(../images/left_menu.gif)
}
.menu .tvile {
	BACKGROUND-IMAGE: url(../images/left_menu.gif)
}
.tvload {
	BACKGROUND-IMAGE: url(../images/left_menu.gif)
}
/* end left tree*/


.title_left{
	color: #000080;
	height: 20px;
	padding-top: 7px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.maucam {
	color: #FF9900;
}


.menuright{
	display:block;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-decoration: none;
	font-weight: bold;
	background-color: #F4F4F4;
	background-image: url(../images/bg_mn.gif);
	background-repeat: no-repeat;
}

.active{
	display:block;
	text-align:left;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: -1px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
	color: #FF9900;
}


/*--- Right Column---*/

.blog_right{
	margin:5px;
	padding:0;
}
.templatemo_right_column {
	display:block;
	border: 1px solid #f4f4f4;
	background-color: #ffffff;
	background-image: url(../images/bg_foottab.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;

}

.left_column {
	display:block;
	border: 1px solid #f4f4f4;
	background-color: #ffffff;
	background-image: url(../images/bg_foottab.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px;
	width: 550px;
	float: left;
	min-height:400px;
	color:#333333;
	line-height:20px;
	font-size: 11.5px;
}

.left_column table{
	width:100%;
}
.left_column td{
}

.left_column a{	
	color: #000080;	
}
.left_column a:hover{
	color: #FF9900;
}


.title_right{
	background-color: #f4f4f4;
	height: 23px;
	padding-top: 7px;
	padding-left: 45px;
	text-align: left;
	vertical-align: middle;
	background-image: url(../images/iconhd.png);
	background-repeat: no-repeat;
	background-position: 10px;
	color: #000080;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	
}
.blogright_hd{
	background: #FFFFFF url(../images/line1.png) repeat-x left bottom;	
	margin:5px 0 0 5px;
	padding:10px 0 0 0;
}
.blogright_hd span{
	background-color: #FFFFFF;
	color: #FF9900;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
.banner{
	margin-top:10px;
	text-align:center;
}
.title_right a{	
	color: #000080;	
}
.title_right a:hover{
	color: #FF9900;
}


.tin {
	display: block;

	background-color: #FFFFFF;

	border: 1px solid #f4f4f4;

	padding: 5px;

	margin-bottom: 5px;

	color:#333333;

	font-size: 11.5px;

	background-image: url(../images/bg_tin.gif);

	background-repeat: repeat-x;

	background-position: center top;

}

.tin .image {

	margin: 5px;

	padding: 5px;

	width: 200px;

	float: left;

	border: 1px solid #E0DFE3;

}

.title2 {

	color: #FF9900;

	

	font-size: 11.5px;

}

.title2 a:link, .title2 a:visited{

	color: #FF9900;

	

	font-size: 11.5px;

}



.title2 a:hover{

	color: #FF9900;

	text-decoration: underline;

}

.tin li {

	list-style-type: none;

	height: 20px;

}



.content_tin{
	margin-left: 10px;
	padding: 20px;
	font-size: 11.5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;

}
.content_tin ul {
}
.content_tin ul li {
	padding-left: 30px;
}


/*--- End of Right Column---*/

.sp_out {
	height: 200px;
	width: 230px;
	background-image: url(../images/bg_pic.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;

}

.sp_out .pic {

	width: 176px;

	margin-top: 20px;

	margin-right: auto;

	margin-bottom: auto;

	margin-left: auto;

}

.sp_out .pic img {

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

.sp_out .content_pic {
	font-size: 11.5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;

}
.online1{
	height: 27px;
	background-image: url(../images/online1.png);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
	padding-right: 10px;
	padding-top: 8px;	
	padding-bottom:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
	margin-left:10px;
}
.online{
	height: 27px;
	background-image: url(../images/online.png);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
	padding-right: 10px;
	padding-top: 8px;	
	padding-bottom:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
	margin-left:10px;
}
.online1 a{	
	color: #000080;	
	padding-left: 40px;
}
.online1 a:hover{
	color: #FF9900;
}

.online a{	
	color: #000080;	
	padding-left: 40px;
}
.online a:hover{
	color: #FF9900;
}
.icon1 {
	background-image: url(../images/icon1.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 55px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
	padding-right: 65px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
}
.icon2 {
	background-image: url(../images/icon2.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 55px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
	padding-right: 65px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
}
.icon3 {
	background-image: url(../images/icon3.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 55px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
	padding-right: 65px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
}
.icon4 {
	background-image: url(../images/icon4.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 55px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
	padding-right: 65px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
	margin-bottom: 5px;
}
.lienket {
	padding: 5px;
	background-color: #f4f4f4;
	border: 1px solid #E0DFE3;
}


.right_column {
	float: left;
	width: 175px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	vertical-align: top;
}
.rc_content {
	background-color: #FFFFFF;
	background-image: url(../images/rc_content.png);
	background-repeat: repeat-y;
	width: 165px;
}
.rc_content img{
 	border:0;
}

.rc_h {
	background-color: #FFFFFF;
	background-image: url(../images/rc_h.png);
	background-repeat: no-repeat;
	height: 6px;
	width: auto;
}
.rc_f {
	background-color: #FFFFFF;
	background-image: url(../images/rc_f.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 175px;
}

#linkdownload
{
	height:40px;
	vertical-align: top;
	padding-left: 20px;
}.h_tb {
	font-weight: bold;
	background-color: #CCCCCC;
	
}
.icondown {
	background-image: url(../images/icondown.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 20px;
}
.gallery
{
	padding:10px;
}
/*B-button_common*/
#career_blog{text-align:center; padding:15px;}
.button_common{background:url(../images/bt_center_1x21.gif) repeat-x left top; height:21px; font:bold 12px Arial,Tahoma; float:left; margin-right:5px;}
.button_common strong{background:url(../images/bt_left_4x21.gif) no-repeat left top; height:21px; float:left}
.button_common a{background:url(../images/bt_right_4x21.gif) no-repeat right top; height:18px; float:left; padding:3px 12px 0 12px; color:#fff;}
.button_common a:hover{color:#f68420; text-decoration:none}
/*E-button_common*/

