/*
Free Html5 Responsive Templates
Author: Sandy
Author URI: http://www.aitechtonic.com/
*/

/* -------------------------------------------- */

/* ------------------Reset--------------------- */

/*@import url(http://weloveiconfonts.com/api/?family=fontawesome); */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table {
	overflow-x: scroll;
	overflow-y: hidden;
}

table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    vertical-align: top;
}

embed {
    vertical-align: top;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
    display: inline;
}

input,
textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}

iframe {
    border: 0;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    margin: 0;
    padding: 0px;
}

/* -------------------------------------------- */

/* ------------------Font---------------------- */

/*Add your font at here*/

/* -------------------------------------------- */

/* ------------------Style--------------------- */

html,
body {
    
    padding: 0;
    margin: 0;
	font: 12px/25px Bookman Old Style, Helvetica, sans-serif;
}

body {
    background: #F6EDF7;
    color: #000;
    font: 12px/25px Arial, Helvetica, sans-serif;
}

a {
    color: #474747;
    text-decoration: none;
}

a:hover {
    color: #0086A8;
    text-decoration: none;
}

a.button {
    cursor: pointer;
    color: #000;
    line-height: 14px;
    font-family: Helvetica;
    font-size: 12px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}

a.button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 20px 6px 20px;
    background: none;
    background-size: 200% 100%;
    background-position: left bottom;
    transition: background-position 1s;
}

a.button:hover {
    background-position: -100% 0;
}

a.button:hover {
    color: #fff;
    background: red;
}

.clear {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* -------------------------------------------- */

/* ------------------Header-------------------- */

header {
    height: 50px
}

header .wrap-header {
    height: 40px;
    z-index: 9999;
    background: #007BC7;
}

header #logo {
    position: relative;
    top: 0;
    padding: 0px;
    float: left;
}

header #logo img {
    width: 30px;
    height: auto;
    margin: 5px;
}

.leftbar {
    display: block;
}

header .dropbtn {
    background-color: #007BC7;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    float: left;
}

header .dropdown {
    position: relative;
    display: inline-block;
}

header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #007BC7;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 100%;
	height:400px;
    left: -50%;
	overflow-y:scroll;
}

header .dropdown-content a {
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

header .dropdown-content a span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

header .dropdown-content a:hover {
    color: #f1f1f1
}

header .dropdown:hover .dropdown-content {
    display: block;
}

header .dropdown:hover .dropbtn {
    background-color: #38588C;
    color: #fff;
}

.headerupdate{background:#fff;}
.headerupdate ul li{
	border-bottom: 1px solid #E1E1E1;
    padding: 5px;
}

nav {}

nav .wrap-nav {}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    position: relative;
    float: right;
    padding: 6px 5px 0px 5px;
    background: #none;
}

.menu ul li:hover {
    background-color: #DA251D;
}

.menu ul li a {
    font-size: 14px;
    line-height: 14px;
    color: #CCC;
    display: block;
    padding: 6px 10px;
    margin-bottom: 5px;
    z-index: 6;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

.menu ul li:hover a {
    color: #ffffff;
}

.minimenu {
    display: none;
}

.minimenu {
    position: relative;
    margin: 0px;
    background: #999;
}

.minimenu div {
    overflow: hidden;
    position: relative;
    font: 18px/40px 'PT Sans Narrow';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.minimenu select {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: pointer;
}

/* -------------------------------------------- */

/* ------------------Content------------------- */

#content {
	
}

#content .wrap-content {
    background-color: none;
}

.block {
    margin: 2px;
}

#main-content {
}

#main-content article {
    background: #FFF;
    /*border-left: 5px solid #F703B2; 
    border-right: 5px solid #00C914; */
}
#main-content article h2{margin:0 5px; font-weight:bold; font-size:20;}

#main-content article .contentbox {

}

#main-content article .newinfo {}

#main-content article .submitnewinfo h2 {
    font-size: 18px;
    font-weight: 600;
    color: #38588C;
    text-transform: uppercase;
    line-height: 1.2em;
}

#main-content article .submitnewinfo img {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    border: 0;
    padding: 0;
}

#main-content article .heading {}

#main-content article .content {
    font-size: 12pt;
}

#main-content article .info {
    font-style: italic;
}

#main-content article img {
    width: 100%;
}

#main-content article p {
    line-height: 1.4em;
    display: block;
    font-size: 12pt;
    font-family: Adobe Fangsong Std;
    width: 100%;
    margin-bottom: 1em;
    text-align: justify;
}

#main-content article .readmorefooter li {
    display: inline-block;
    width: 40%;
    font-size: 8pt;
}

#main-content article ul {
    list-style-type: circle;
    margin-left: 20px;
}

#main-content article ul li {
    border-bottom: 1px solid #E1E1E1;
    padding: 5px;
}

#main-content article ul li:hover {
    background: #FBF7E1;
}

#main-content article span {
    color: #0086A8;
    font-weight: 600;
}

#main-content article .socl {}

#main-content article .socl span {
    color: red;
    font-weight: 600;
    margin: 0px;
    padding: 5px 20px;
    background: #E8EBD1;
    top: 10px;
    bottom: 10px;
}

#main-content article .socl span:hover {
    color: #0086A8;
}

#main-content article .more {
    margin: 2px;
}

#main-content article table {
    border-collapse: collapse;
    width: 100%;
}

#main-content article th,
#main-content article td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

#main-content article tr:nth-child(even) {
    background-color: #f2f2f2
}

#main-content article tr:hover {
    background-color: #f5f5f5
}

/*#main-content article tr:first-child {background-color: #4CAF50; color: white;} */

#main-content article th {
    background-color: #F703B2;
    color: white;
}

#main-content article td a{ color:#F703B2;}
#main-content article td a:hover{color:#FF0000;}

#sidebar {
    background: none;
}

#sidebar .box {
    margin-bottom: 20px;
}

#sidebar .heading {
    padding: 5px;
    border-bottom: 3px double #333333;
}

#sidebar .heading h2 {
    font-size: 22px;
    font-weight: normal;
    display: inline;
    padding: 0 10px;
    color: #0086A8;
}

#sidebar .content {
    padding: 15px;
}

#sidebar .content ul {
    font-size: 14px;
    list-style-type: circle;
    margin-left: 20px;
}

#sidebar .content ul li {
    border-bottom: 1px solid #FFFDDE;
    padding: 5px;
}

#sidebar .content ul li:hover {
    background: #fff;
}

#sidebar .content .post {
    margin-bottom: 20px;
}

#sidebar .content .post h4 {
    font-size: 14px;
    font-weight: normal;
    color: #0086A8;
}

#sidebar .content .post img {
    float: left;
    padding: 5px;
    border: 1px solid #CCC;
    margin-right: 10px;
}

#sidebar .content .post p {
    color: #A3A3A3;
    font-style: italic;
}

#pagi {
    margin: 30px auto;
    padding: 0;
    list-style: none;
    width: 180px;
}

#pagi li {
    float: left;
    margin-right: 10px;
}

#pagi li a {
    display: block;
    text-decoration: none;
    color: #717171;
    font: bold 11px Arial, sans-serif;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
}

#pagi li a.current,
#pagi li a:hover {
    color: #ffffff;
    background: #DA251D;
}

/* -------------------------------------------- */

/* ------------------Footer-------------------- */

footer {
    background-color: #333;
    margin-top: 30px;
}

footer .wrap-footer {
    padding: 10px 0px;
    color: #ffffff;
}

footer .box {}

footer .heading {
    padding: 5px;
    border-bottom: 3px double #ffffff;
}

footer .heading h2 {
    font-size: 22px;
    font-weight: normal;
    display: inline;
    padding: 0 10px;
    color: #0086A8;
}

footer .content {
    padding: 15px
}

.copyright {
    text-align: center;
    margin-top: 20px;
    background: #000;
    padding: 10px 0px;
    color: #ffffff;
}

.copyright a {
    text-decoration: underline;
    color: #ffffff;
}

.copyright ul li {
    list-style: none;
    display: inline-block;
}

/* -------------------------------------------- */

/* ------------------Footer-------------------- */

#headersearch {}

/*-------------------------------------*/

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/*-------------------------------------*/

.form-wrapper {
    vertical-align: middle;
}

.form-wrapper input {
    width: 75%;
    height: 20px;
    padding: 10px 5px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #FFFEED;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper button {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 20%;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #0086A8;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.form-wrapper button:hover {
    background: #e54040;
}

.form-wrapper button:active,
.form-wrapper button:focus {
    background: #c42f2f;
}

.form-wrapper button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #0086A8 transparent;
    top: 12px;
    left: -6px;
}

.form-wrapper button:hover:before {
    border-right-color: #e54040;
}

.form-wrapper button:focus:before {
    border-right-color: #c42f2f;
}

.form-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.byline p {
    text-align: center;
    color: #c6c6c6;
    font: bold 18px Arial, Helvetica, Sans-serif;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.byline p a {
    color: #d83c3c;
    text-decoration: none;
}

.form-wrapper #whtbtn {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    padding: 5px;
    text-align: center;
    font: bold 18px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.form-wrapper #whtbtn .toolt {
    display: none;
    position: absolute;
    top: 100%;
    max-width: 300px;
    height: auto;
    background: #d83c3c;
    padding: 10px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.form-wrapper #whtbtn:hover .toolt {
    display: block;
}

.statestile {
    overflow-x: scroll;
}

.statestile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 8000px;
    background-color: #eee;
}

.statestile ul li {
    float: left;
    display: inline-block;
}

.statestile ul li a {
    display: block;
    padding: 10px 16px;
    background: #fff;
}

.midmenu {
    background: none;
    text-align: center;
    vertical-align: middle;
}

.midmenu a.button {
    background: none;
    border: 2px solid #FEFFBD;
    color: #0086A8;
    font-weight: BOLD;
    font-size: 8pt;
}

.midmenu a.button:hover {
    background: #fff;
}

.logininput {
    margin: 10px 20px;
    line-height: 1.5;
    padding: 5px;
    border-bottom: 1px solid red;
    font-family: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    width: 70%;
}

.logininput:hover,
.logininput:focus,
.logininput:click {
    border-bottom-color: #0086A8;
}

.loginbutton {
    vertical-align: center;
    margin: 10px;
    background: #0086A8;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
}

.forgotpass {
    font-size: 8pt;
    color: red;
    text-decoration: italic;
    font-style: italic;
}

.postinput {
    margin: 10px 20px;
    line-height: 1.5;
    padding: 5px;
    border-bottom: 1px solid red;
    font-family: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    width: 40%;
}

.postinputfull {
    margin: 10px 20px;
    line-height: 1.5;
    padding: 5px;
    border-bottom: 1px solid red;
    font-family: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    width: 87%;
}

.postinput:hover,
.postinput:focus,
.postinput:click {
    border-bottom-color: #0086A8;
}

/* HIGHLIGHTER STYLE  */

pre code {
    border-left: 4px solid #33CC66;
    max-width: 97.7%;
    overflow-x: scroll;
    overflow-y: hidden;
}

pre code p {
    margin: 0;
    line-height: 1em;
}

/* SAHRE BUTTONS STYLES  */

@media screen and (min-width: 1024px) {
    .crunchify-whatsapp {
        display: none !important;
    }
}

.crunchify-link {
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}

.crunchify-link:hover,
.crunchify-link:active {
    color: white;
}

.crunchify-twitter {
    background: #00aced;
}

.crunchify-twitter:hover,
.crunchify-twitter:active {
    background: #0084b4;
}

.crunchify-facebook {
    background: #3B5997;
}

.crunchify-facebook:hover,
.crunchify-facebook:active {
    background: #2d4372;
}

.crunchify-googleplus {
    background: #D64937;
}

.crunchify-googleplus:hover,
.crunchify-googleplus:active {
    background: #b53525;
}

.crunchify-buffer {
    background: #444;
}

.crunchify-buffer:hover,
.crunchify-buffer:active {
    background: #222;
}

.crunchify-pinterest {
    background: #bd081c;
}

.crunchify-pinterest:hover,
.crunchify-pinterest:active {
    background: #bd081c;
}

.crunchify-linkedin {
    background: #0074A1;
}

.crunchify-linkedin:hover,
.crunchify-linkedin:active {
    background: #006288;
}

.crunchify-whatsapp {
    background: #43d854;
}

.crunchify-whatsapp:hover,
.crunchify-whatsapp:active {
    background: #009688;
}

.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

.newstyletext {
    margin: 10px;
}

#main-content .newstyletext article h2, #main-content .newstyletext article h3, #main-content .newstyletext article h4, #main-content .newstyletext article h5, #main-content .newstyletext article h6 {
    font-size: 18pt;
	font-weight: 600;
	margin:5px 0px;
}
#main-content .newstyletext article h1{
	font-size: 25px;
    font-weight: 600;
    margin:10px 10px 0px 0px;
line-height:1.3em;}
.newstyletext .content img {margin:0px 0px 10px 0px;}
#main-content article h1 {
    font-size: 25px;
    font-weight: 600;
    margin:10px 10px 0px 0px;
	line-height:1.3em;
}

.newstyletext .content {
    margin: 15px;
}

.newstyletext .content p {
    font-size: 16pt;
    line-height: 1.4em;
}

.newstyletext .content li {
    font-size: 13pt;
    line-height: 1.4em;
}


.quizbox {
    color: #fff;
    background: linear-gradient(270deg, #780d29, #001cfb, #067f1a, #4d034a, #0b070b, #e3650f, #fffcff);
    background-size: 1400% 1400%;
    animation: myfirst 20s ease infinite;
    -moz-animation: myfirst 20s ease infinite;
    /* Firefox */
    -webkit-animation: myfirst 20s ease infinite;
    /* Safari and Chrome */
}

@-webkit-keyframes myfirst {
    0% {
        background-position: 11% 0%
    }
    50% {
        background-position: 90% 100%
    }
    100% {
        background-position: 11% 0%
    }
}

@-moz-keyframes myfirst {
    0% {
        background-position: 11% 0%
    }
    50% {
        background-position: 90% 100%
    }
    100% {
        background-position: 11% 0%
    }
}

@keyframes myfirst {
    0% {
        background-position: 11% 0%
    }
    50% {
        background-position: 90% 100%
    }
    100% {
        background-position: 11% 0%
    }
}

fieldset {
    border: 1px solid #C5FF24;
    font-size: 14pt;
}

fieldset h2 {
    color: #fff;
}

fieldset legend {
    padding: 10px;
}

fieldset input {
    width: 20%;
    margin: 10px 0;
}

.quizbox .wrap-col {
    margin: 5%;
}

#main-content article .quizbox h2 {
    color: #fff;
}

#main-content article .quizbox .rbtn {
    padding: 5px;
    text-align: center;
    width: 50%;
    border: 1px solid #fff;
    background: none;
    font-size: 12pt;
    color: #C5FF24;
    border-radius: 5px;
}

#main-content article .quizbox .rbtn:hover {
    border-color: yellow;
    color: yellow;
    cursor: pointer;
}

#main-content article .quizbox .rdbtn {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}

#main-content article .content img {
  
}

#main-content article .content img:hover {
 
}

.govtjobsall {
    color: #000;
    font-size: 11pt;
    font-weight: bold;
}

.govtjobsall:hover {
    color: #DE075D;
}

.giffootr a {
    color: #fff;
    float: right;
    margin-left: 5px;
}

.gf .gifform {
    width: 100%;
    margin: 30px 0;
}

.mgf {
    width: 100%;
    margin: 60px 0;
}

.gf .hder {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: center;
    width: 100%;
}

.gf .gfzusrName {
    width: 53%;
    padding: 10px 15px;
    background: none;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid yellow;
    margin: 5px;
}

.gf .GFbtn {
    width: 40%;
    padding: 10px 15px;
    background: #7107A6;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 5px;
}

.gf .GFbtn:hover {
    background: #A30278;
    cursor: pointer;
}

.gf .statestile {
    overflow-x: scroll;
}

.gf .statestile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 900px;
    background-color: none;
}

.gf .statestile ul li {
    float: left;
    display: inline-block;
}

.gf .statestile ul li a {
    display: block;
    padding: 3px 13px;
    font-size: 14pt;
    margin: 2px;
    background: #0BBA25;
    color: #fff;
}

.gf .statestile ul li a:hover {
    background: #F00994;
	color: #fff;
}

.imgf {
    margin: 0;
    padding: 0;
}

.imgf img {
    margin: 2px;
    padding: 0;
    float: left;
    width: 100px;
    height: 100px;
}

.imgfull img {
    width: 95%;
    height: auto;
}

.gf .fbbtn {
    width: 99%;
    background: #0A0F85;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 18px 0;
}

.gf .whtsp {
    width: 99%;
    background: #04C70E;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 12pt;
    font-weight: bold;
    padding: 18px 0;
}

.gf .fbbtn,
.gf .whtsp:hover {
    color: #FBFF0A;
    cursor: pointer;
}

.txttoolhighlight{
	font-size:12pt;
	font-weight:bold;
	color:#5009AD;
	margin:0;
	
}

.orgjb{
	padding:4px;
	margin:0px;
	color:#fff;
	background:#000;
	margin-right:3px;
}
	
.orgjb:hover{	
	color:#FF0000;
	background:#fff;
}
.newinfosubmit .content img{
	width:100px;
	
}
	