/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#000;background:#fff;font-family: Verdana, Arial, Helvetica, sans-serif}
h1, h2, h3, h4, h5, h6 {font-family:Georgia,"Times New Roman",Times,serif;font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em; }
h2 span {background:#76C118; padding: 2px 4px 2px 10px;color:#fff; }
h3 {font-size:1.4em;line-height:1.2;margin:0.25em 0; color:#272A32;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
/*p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;} */
a:focus, a:hover {color:#000;text-decoration:underline;}
a {color:#1F527B;text-decoration:none; font-weight:bold;}
h1 a,h2 a, h3 a, h4 a, h5 a, h6 a{font-weight:normal;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 2em;}
ul {list-style-type:circle;}
ul li {margin: 0.5em 0;line-height: 1.2em;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.9em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.headline{font-size:2em;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.rgt{text-align:right;}
.lft{text-align:left:}


/* grid.css */
.flt-r{float:right;}
.flt-l{float:left;}
.flt-r-pad{float:right; margin:0 0 6px 20px;}
.flt-l-pad{float:left; margin:0 20px 6px 0;}
.container {width:950px;margin:0 10px;}
.showgrid {background:url(src/grid.png);}
body {margin:0;background:#7CAF3E url(../Images/bck-full-grn.jpg) repeat-x 0 0;}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin:0;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-0 {margin-left:-10px;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-0,.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}


.hr-vis{background:url(../Images/hr-vis-g.gif) repeat-x center center;clear:both;float:none;height:5px;border:none;margin:10px 0;}
.hr-vis hr{display:none;}

.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}



/* nav */
.corenav ul{ margin: 0; border-bottom: 1px solid #ccc; list-style-type: none; text-align: left; font-size: 1.2em; }
.corenav li{ display: inline; margin: 0; line-height:2.8em;}
.corenav li a{ text-decoration: none;  font-weight:normal!important; padding: 2px 10px  2px 10px;  color: #696969; }
.corenav li a:visited{ color: #2d2b2b;}
.corenav li a:hover, .corenav li a.current{ background-color: #99FF00; color: black; }
.corenav li a:active{ color: black; }

.pref-lang{text-align:right;font-size:0.9em;}
.lhs-con{ color:#fff;}
.lhs-con h3{ color:#fff!important;}
.lhs-top{background:url(../Images/bck-lhs-top-cnr.gif) no-repeat top left;}
.mai-top{background:url(../Images/bck-main-top-40.gif) no-repeat 0 0; height:20px;}
.mai-top span{display:none;}
.mai-con{}
.pgback{background:url(../Images/bck-main-950.gif) bottom right repeat-y;}
.mai-info{background:url(../Images/bck-main-top-10.gif) no-repeat}

.breadtrail{background: url(../Images/icn-pg.gif) no-repeat 10px 0;padding:0px 10px 10px 30px;}
.pginfo{text-align:right;padding:0 10px;}
.inpad-10{padding:10px}

.pref-lang {margin: 10px;}
.pref-lang, .pref-lang a{color:white;}

.rel-docs {background:#F9F9F9 url(../Images/bck-related.jpg) no-repeat bottom left; border-top: 1px solid #D3D3D3}
.rel-more {background:#EBFFCC url(../Images/bck-more.gif) no-repeat bottom left; border-top: 1px solid #A6D55E;float:left;width:100%;}

.tabcontainer{ clear: left; width:95%; /*width of 2nd level sub menus*/ height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/ }
.tabcontent{ display:none; }

.sectionnav ul{ margin: 0; list-style-type: none; text-align: left; font-size: 1.2em;}
.sectionnav li{ padding: 5px 0 6px 0; background: url(../Images/subnav-div.jpg) no-repeat bottom center; font-family:Georgia,"Times New Roman",Times,serif;margin: 0 8px 1px 8px;}
.sectionnav ul ul{ margin: 0px 10px; list-style-type: none;}

.sectionnav li li{ margin: 0; padding: 3px 0;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 0.7em; background: none;}
.sectionnav li li a{ text-decoration: none;color: #fff; font-weight:normal;}

.sectionnav li a{ text-decoration: none;  color: #fff; padding:2px 2px; display:block;}
.sectionnav li a:visited{ color: #DDF0C7;}
.sectionnav li a:hover, .corenav li a.current{ background-color: #6D9F30; color: #fff; margin-bottom:-1px;border-bottom: 1px solid #92C257;}
.sectionnav li a:active{ color: black; }
.sectionnav li.currentsub {background: #6D9F30 url(../Images/bck-sec-sel.gif) no-repeat left 10px;padding-left:10px;}
.sectionnav .active {background: url(../Images/bck-sec-sel.gif) no-repeat left center;padding-left:10px;}
.sectionnav .active a {font-weight:bold!important;}


.icn-panel {float:right!important;text-align:right; line-height:36px;}
.icn{margin-left: 10px;}


.land-list ul{ margin-left: 10px; list-style-type: none; text-align: left; line-height:1.3em;}
.land-list li{ margin: 6px 0; }

.footer{
color:#fff;
margin: 20px 0;
background: #7CAF3E url(../Images/bck-foot-3rds.jpg) no-repeat;
float:left;
}

.footer-list ul{ margin:10px 10px 30px 10px; list-style-type: none; text-align: left; line-height:1.3em;}
.footer-list li{ margin: 0 10px 5px 0; padding-left:10px; background: url(../Images/ftr-bullet.gif) no-repeat center left}
.footer-list li a{color:#fff;}

.usrtype{
background:url(../Images/nav-base-img.gif) no-repeat;
}
.hdr-panel{
background:#fff url(../Images/hdr-grad.gif) repeat-x bottom;
}


.hdr-container{width: 950px; margin:0 10px;}

.hdr-r{float: right; text-align: right; margin: 40px 0 0 0;}
.hdr-l{float: left; text-align: left; margin: 0;}

.minitab{
overflow: hidden;
margin-top: 10px;
text-align:right;
}

.minitab ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
list-style-type: none;
font-family:Georgia,"Times New Roman",Times,serif;
font-size: 1.3em;
float:right;
}

.minitab li{
display: inline;
margin: 0;
}

.minitab li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 14px;
color:#696969!important;
background:url(../Images/minitab-bdr.gif) no-repeat bottom right;
}

.minitab li a:visited
{
	/* updated by Nazim 
original :

color: black!important;
*/
color:#696969!important;
}

.minitab li a:hover, .minitab li.selected a{
background: #EBEBEB url(../Images/bck-minitab-sel.gif) repeat-x bottom; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}.clearul ul{
 list-style-type: none;
padding: 0;
margin: 0;
}

.clearul ol{padding: 0;margin: 0;}

.clearul li{background-image: none;margin: 0;padding: 0;}

.pad-10{ margin: 0 10px;}

.pad-10-l{ margin: 0 0 0 10px;}

.rel-item{background:url(../Images/bck-rel-div.gif) repeat-x bottom;padding-bottom: 12px; width: 100%; float:left;margin:6px 0;}
.rel-info{font-size:0.9em;line-height: 1.2em;}
.rel-spec{font-size:0.8em;line-height: 1.2em;color:#666666}
/* rounded buttons */
.round {
	cursor:pointer; 
	cursor:hand; 
	line-height:24px;
	background:url(../Images/button.gif) no-repeat right top; 
	padding-right:10px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	color:white;
}

.round span { 
	background:url(../Images/button.gif) no-repeat left top; 
	height:24px;
	display:block;
	display:inline-block;
	padding-left:10px; line-height:24px;
}

	a.round:hover {background-position:right bottom;}
	a.round:hover span {background-position:left bottom;}

	
/* end rounded buttons */
/* news */
.nws-feat-img{background: url(../Images/nws-fea-shdw.gif) repeat-x bottom; line-height:0;}
.nws-feat-img img{background:white; border: 1px solid #DADADA ;padding: 2px;margin-bottom:8px;}
.nws-feat-smp{font-size:0.9em;line-height: 1.2em;}
.nws-info{border-top: 1px solid #AEAEAE; padding: 6px 0;}
.img-pad-1{padding:1px; border: 1px solid #DADADA;}


div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none; 
	color: #7CAF3E;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #85BD1E;
	color: #638425;
	background-color: #F1FFD6;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #7CAF3E;
	font-weight: bold;
	background-color: #579E00;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}


/* Section landing lists */

ul.list-sec-land {margin: 0; list-style-type:none; padding:0;margin: 4px 0 40px 0}
.list-sec-land li {border-top: 1px solid #DADADA;padding: 6px 0 2px 0;}
.list-sec-land li.v-all { padding-left:20px;background: url(../Images/icn-pg.gif) no-repeat bottom left;}
ul.list-sec-land ul {margin:0 0 0 2em;padding:0;}
ul.list-sec-land ul ul {margin:0 0 0 2em;padding:0;}
ul.list-sec-land ul ul li{list-style-type:square;border:none;padding: 4px 0 0 0;}



/* Glossary */
.glo-hdr-panel{
float:left;
width: 100%;
background:#fff url(../Images/glo-hdr-grad.gif) repeat-x bottom;
height:61px;
}

.glo-hdr-container{width: 950px; margin:0 10px;}

.glo-mai-top{background:url(../Images/glo-bck-main-top-10.gif) no-repeat 0 0; height:10px;}
.glo-mai-top span{display:none;}
.glo-mai-bse{background: #7CAF3E url(../Images/glo-bck-main-bse-10.gif) no-repeat 0 0;height: 20px;}
.glo-mai-bse span{display:none;}
.glo-pgback{background:url(../Images/glo-bck-main-rpt-1.gif) bottom right repeat-y;}
.glo-ctrl{background:#F5F5F5;border-top: 1px solid #eee; padding: 6px 12px;margin:4px 0 20px 0;}
.glo-container {width:630px;margin:0 auto;}

.glo-characters{line-height:2.3em;}

.hme-panel{
float:left;
width: 100%;
background:#fff url(../Images/hdr-grad.gif) repeat-x bottom;
}
.hme-hdr-panel{
float:left;
width: 100%;
background:#fff url(../Images/hme-hdr-grad.gif) repeat-x bottom;
border-bottom:1px solid #A1A1A1;
}
.hme-pref-lang{text-align:right;font-size:0.9em;color:#333333;margin: 10px;}

/* Hme landing lists */

ul.list-hme-land {list-style-type:none; padding:0;margin: 4px 0 10px 0; height: 180px;}
.list-hme-land li {border-top: 1px solid #DADADA;padding: 4px 0 1px 0;}
.list-hme-land li.v-all { padding-left:20px;background: url(../Images/icn-pg.gif) no-repeat bottom left;}
ul.list-hme-land ul {margin:0 0 0 2em;padding:0;}
ul.list-hme-land ul ul {margin:0 0 0 2em;padding:0;}
ul.list-hme-land ul ul li{list-style-type:square;border:none;padding: 4px 0 0 0;}

.hme-footer{
color:#fff;
margin: 20px 10px;
background: #7CAF3E url(../Images/hme-bck-foot-3rds.gif) no-repeat;
float:left;
}

.hme-footer-list ul{ margin:10px 10px 30px 10px; list-style-type: none; text-align: left; line-height:1.3em;}
.hme-footer-list li{ margin: 0 10px 5px 0; padding-left:10px; background: url(../Images/ftr-bullet.gif) no-repeat center left}
.hme-footer-list li a{color:#fff;}

.hme-usr-panel{background:#EEF0F1 url(../Images/hme-user-panel.gif) repeat-x top;float:left;width:100%;margin-bottom:20px;}


.hme-usr-thm{height: 60px; margin: 10px 0 0 0; display:block;}
.hme-usr-thm img{border:1px solid #D2D6ED;float:left;}
.hme-usr-type{margin: 0 0 0 90px;}
.hme-usr-type h3{padding: 4px!important;}

.hme-role{height: 80px; overflow:hidden;}


.log-panel{background:#7CAF3E url(../Images/bck-log-panel.gif) no-repeat top left; float:left;width:100%;height:60px;overflow:hidden;}
.log-panel-pad{padding:15px 10px; text-align:center;}
.log-panel-pad img{padding:0 10px;}

TABLE.hme-sel-rle{ border:none;background:none;}
.hme-sel-rle td{text-align:center;border:0;background:none;}


.hme-sel-rle td img{background:white; border: 1px solid #DADADA ;padding:2px;margin:0;}

.hme-sel-rle td a img {border: 1px solid #DADADA ;}
.hme-sel-rle td a:hover img {border: 1px solid #1F527B;}

.hme-sel-rle td a:focus { -moz-outline-style: none; }/*this avoids having image replacement sections display a dotted outline*/

/*.tab-job td{background: #EBFFCC; border-right:2px solid #fff; }
.tab-job {margin:0;font-size:0.9em; border-bottom: 1px solid #DEF1C2}
*/

td{background: #EFFFD5; border-right:2px solid #fff;border-bottom: 1px solid #E4F4CD }
TABLE {margin:0;font-size:0.9em; border-bottom: 1px solid #E4F4CD}


TABLE thead th {
background:#74A736 none repeat scroll 0%;
border-bottom:2px solid #3E6E01;
border-right:1px solid #A1D463;
color:#FFF;
padding:6px 4px;
text-align:left;
font-size:1.2em; 
}


.info-box{border: 1px solid #DFDFDF;margin: 5px 0 5px 0; padding: 3px; clear:right; }
.info-title { background: #EBFFCC;display:block; padding:2px 0; margin:1px 0;}

.info-box-0{margin: 5px 0 5px 0; padding: 3px; }

.award-logo{margin: 10px 8px;}