@import "reset.css";
@import "grid.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);

html {
	width: 100%;
}

a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	/*min-width: 1000px;*/
	min-width: 100%;
    background-color: #fff;
	background-image: url("../images/fabric_plaid.png");
    color: #838181;
    font: 14px/20px 'Open Sans', sans-serif;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 10px;

}
sup { vertical-align: top; font-size: 0.7em; }

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	color: #fff;
}

h2 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 88px;
    margin-bottom: 18px;
}

h2 a:hover {
    color: #2f83c5;
}

.page1 h2 {
	font-size: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
	padding-left: 10px;
	color: #fff;
}

h3 {
    padding-top: 51px;
    font-size: 16px;
    line-height: 20px;
    color: #626161;
    margin-bottom: 18px;
}


/****Lists****/


ul {
	padding: 0;
	margin: 0;
}
ular {
	margin: 0;
}


ul.list .title {
    font-size: 16px;
    margin-bottom: 2px;
}

ul.list {
    padding-top: 3px;
}

ul.list time {
    padding-bottom: 10px;
    padding-top: 5px;
    line-height: 18px;
    margin-top: 2px;
    text-align: center;
    margin-right: 20px;
    width: 60px;
    display: block;
    color: #fff;
    font-size: 16px;
    float: left;
    background-color: #60bf93;
}

ul.list time span {
    display: block;
    border-top: 1px solid #c4e7d7;
    margin: 5px 2px 0;
}

ul.list li {
    overflow: hidden;
    line-height: 18px;
}

ul.list li+li {
    margin-top: 14px;
}

ul.list1 {
    margin-top: -2px;
}

ul.list1 li {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    padding-left: 45px;
}

ul.list1 li+li {
    margin-top: 17px;
}

ul.list1 li+li+li {
    margin-top: 20px;
}

ul.list1 li+li+li+li {
    margin-top: 18px;
}

ul.list1 li:after {
    left: 0;
    top: 3px;
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    color: #fff;
    width: 33px;
    text-align: center;
    height: 32px;
    background-color: #60bf93;
    line-height: 30px;
}

ul.list2 li {
    padding-bottom: 2px;
    line-height: 18px;
    margin-top: -3px;
    padding-left: 33px;
    background: url(../images/marker.png) 0 4px no-repeat;
    font-size: 16px;
}

ul.list2 li:first-child+li {
    padding-bottom: 3px;
}

ul.list2 li +li {
    margin-top: 5px;
}

/****Links****/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #33CCFF;
}

a.btn {
    margin-top: 25px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    padding: 4px 17px 5px;
    background-color: #2f83c5;
}

a.btn:hover {
    background-color: #fff;
	color:#000;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 12px;
	margin-top: 5px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 1px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
.clickable {
	cursor:pointer;
}
/*header*/

header {
	display: block;
    padding: 5px 0 5px;
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 5px 3px #f7f7f7;
}


header h1 {
	position: relative;
	text-align: center;
    float: left;
}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
    height: 152px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

a.donate {
    margin-bottom: 21px;
    margin-top: 12px;
    float: right;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    background-color: #e14f42;
    padding: 4px 26px 5px 25px;
}

a.donate:hover {
    background-color:  #60bf93;
}

.rel1 {
    position: relative;
    top: -3px;
}

.hor {
    margin-bottom: 1px;
    padding-top: 20px;
    border-bottom: 1px solid #c2c2c2;
}
.hori {
    margin-bottom: 1px;
    border-bottom: 1px solid #c2c2c2;
}

/**Content**/

.content {
    padding-bottom: 2px;
}

.page1 .content {
    padding-bottom: 2px;
}

.bq1 {
    background-color: #ededed;
    margin-top: 57px;
    padding-bottom: 26px;
}

.bq1 .title{
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    background-color: #60bf93;
    text-align: center;
    padding: 19px 0;
}

.bq1  p {
    margin-bottom: 11px;
    background: url(../images/quotes.png) 19px 30px no-repeat;
    padding: 37px 20px 0 38px;
    font-style: italic;
}

.bq1 .col2 {
    text-align: right;
    padding: 0 20px;
    font-size: 16px;
}

.bottom_block {
    position: relative;
    padding-bottom: 33px;
    border-top: 1px solid #c2c2c2;
    background: url(../images/bot_bg.png) 0 0 repeat;
}
.bottom_block ul li {
	display:inline;
	color: #2b2b2b;
	border-bottom: 0px solid #404040;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 3px;
}

.bottom_block_new {
     position: relative;
    padding-bottom: 55px;
    border-top: 1px solid #c2c2c2;
    background-color:#2F83C5;
}
.bottom_block_new ul li {
	display:inline;
	color: #ffffff;
	border-bottom: 0px solid #404040;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 3px;
}

.bottom_block ul li a:hover {
	color: #2f83c5;
}
.socialmedia {
	float:right;
}
.socialmedia ul li {
	display: inline;
	padding-left: 7px;
}

.bottom_block:after {
    width: 1px;
    background-color: #ebecec;
    content: '';
    display:  block;
    /*left: 50%;*/
    margin-left: -2px;
    top: 0;
    bottom: 0;
    position: absolute;
}

.text1 {
    font-style: italic;
    color: #626161;
    margin-bottom: 13px;
}

.socials {
    padding-top: 25px;
    overflow: hidden;
}

.socials a {
    display: block;
    background-color: #60bf93;
    color: #fff;
    float: left;
    font-size: 24px;
    position: relative;
    width: 38px;
    text-align: center;
    height: 37px;
}

.socials a .fa {
    position: relative;
    z-index: 10;
    line-height: 37px;
}

.socials a:hover {
    background-color: #fff;
    color: #60bf93;
}

.socials a:hover:after {
    background-color: #60bf93 !important;
}

.socials a+a {
    margin-left: 4px;
}


.socials a:first-child+a+a:hover {
    color: #fff;
}

.socials a:first-child+a+a {
    color: #60bf93;
    font-size: 27px;
    line-height: 36px;
}


.socials a:first-child+a+a:after {
    width: 17px;
    height: 19px;
    z-index: 5;
    background-color: #fff;
    left: 11px;
    top: 9px;
    content: '';
    position: absolute;
}

.socials a+a+a+a+a {
    line-height: 38px;
    font-size: 25px;
}

.cl1 {
    height: 32px;
}

.cl2 {
    height: 31px;
}

ul.list.l1 {
    padding-top: 0;
    margin-top: -2px;
}

ul.list.l1 li {
    line-height: 20px;
}

ul.list.l1 li +li {
    margin-top: 30px;
}

ul.list.l1 time {
    margin-top: 4px;
}

.hor.hr1 {
    padding-top: 61px;
    margin-bottom: 0;
}

.block1 img {
    padding: 8px;
    margin-top: 1px;
    margin-bottom: 19px;
    background-color: #f8f7f7;
}

.bq2 p {
    padding-left: 16px;
    padding-top: 4px;
    margin-bottom: 14px;
    background: url(../images/quotes.png) 0 1px no-repeat;
    font-style: italic;
}

.bq2+.bq2 {
    margin-top: 46px;
}

.bq2 .bq_bot {
    color: #626161;
}

.bq2 .bq_bot a {
    font-weight: 300;
}

.ver {
    position: relative;
}

.ver:after,
.ver:before {
    width: 1px;
    right: 30px;
    content: '';
    background-color: #ccc;
    display: block;
    position: absolute;
    bottom: 26px;
    top: 119px;
}

.ver:before {
    right: auto;
    left: 30px;
}

.video {
    margin-bottom: 20px;
    padding-top: 1px;
    width: 510px;
    display: block;
}

.video iframe  {
    height: 297px;
    width: 100%;
}

.block2+.block2 {
    margin-top: -8px;
}

a.gal {
    position: relative;
    top: 1px;
    display: block;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    background: url(../images/magnify.png) center center no-repeat #E14F42;
}

a.gal img {
    width: 100%;
    box-shadow: 0 0 0 #fff;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a.gal:hover img {
    opacity: 0.2;
}

.gallery  {
    overflow: hidden;
    padding-top: 26px;
}

.gallery a.btn {
    margin-top: 19px;
}

.gallery  h2 {
    padding-top: 62px;
}

/**Map**/

.col1 {
    color: #60bf93;
}

.col1 a:hover, a.col1:hover {
    color: #626161;
}

.col2 {
    color: #626161;
}

.map {
    overflow: hidden;
    position: relative;
    padding-top: 1px;
}
 
.map+h2 {
    padding-top: 70px;
    margin-bottom: 10px;
}

.map figure {
    position: relative;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.map figure iframe {
	width: 100%;
	height: 312px;
	max-width: 100%;
}
.map address {
    position: relative;
    padding-left: 35px;
	display: block;
}

.m_phone {
    position: relative;
    padding-left: 35px;
}

.map h2 {
    margin-bottom: 9px;
    padding-top: 14px;
}

.map .fa {
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    color: #4f4d4d;
    font-size: 14px;
    line-height: 20px;
}

.map a {
    display: inline-block;
    padding-left: 35px;
    position: relative;
}

/**Footer**/

footer {
	display: block;
    text-align: left;
    padding: 15px 0 57px;
    font-size: 12px;
    color: #8c8989;
    line-height: 14px;
}

input.butonForm {
   font-size:85%;
   font-weight:bold;
   color:#FFFFFF;
   background-color:#3182bd;
   border-right: #8888FF 3px solid;
   border-top: #8888FF 1px solid;
   border-left: #8888FF 3px solid;
   border-bottom: #8888FF 1px solid;
   cursor:pointer;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    /*margin-left: 500px;*/
	margin-left: 28%;
    overflow: hidden;
    width: 50px;
    height: 52px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}
#imgDiv img{
	width:90px;
	height:60px;
}
.eventimage {
	color: #2f83c5;;
    width:590px;
    float:left;
	background-color: #f1f1f2;
	font-weight:600;
	height: 225px;
}
.eventimage1 {
	color: #2f83c5;;
    width:500px;
    float:left;
	background-color: #f1f1f2;
	font-weight:600;
	height: 225px;
}

.eventimage_pubs_hl {
	color: #2f83c5;;
    width:390px;
    float:left;	
	font-weight:600;
	height: 223px;
	text-align: justify;
}
.smaller {	
    text-align:left;
    vertical-align:middle;
    padding-left:5px;
	font-size: 90%;	
}
.smaller1 {	
    text-align:left;
    vertical-align:middle;
	margin-bottom: 0px;
	font-size: 80%;
	color: #000000;
	font-weight: bold;
}	
.smallerar {	
    text-align:right;
    vertical-align:middle;
	margin-bottom: 0px;
	font-size: 90%;
	color: #000000;
	text-align:justify;font-family: Tahoma, Verdana, Segoe UI;
}	
.eventheader {
    color:#fff;
    font-weight:400;
    padding: 15px 0 0 5px;
}
.readmore {
	background-color: #004370;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
	color:#fff;
}
#block-locale-language {
    float: right;
    position: relative;
	height: 80px;
	margin-top: -152px;
	padding-right: 7px;
}
.jQueryClass {
	position: relative;
}
#block-locale-language ul li {
    display: inline-block;
    list-style-image: none;
    margin-left: 20px;
	font-size: 90%;
}
#block-locale-language ul li a {
    color: #6d6e70;
}
#block-locale-language ul li.active a {
    color: #005493;
    font-weight: 600;
}

input.form-submit {
    background-image: url("../images/search.png");
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    text-indent: -99999px;
    width: 20px;
}
.form-actions input {
    margin-right: 0.5em;
}
.searchtxt {
	background-color: #fff;
	padding-left: 2px;
	width: 150px;
	height: 14px;
}
.divborder {
	border: 4px solid #fff;
}
.divborder_pubs_hl {
	border: 1px solid #fff;
}


#slideshow {
	vertical-align:top;
}
.recentevents {
	height: 160px;
	width:558px;
	vertical-align:top;
	padding-top: 10px;
	margin-top: 10px;
}
table.appsdiv {
   height: 65px;
   color: #2f83c5;
   font-size:13px;
   width:160px;
   border:solid 2px #fff;
   background-color:#f1f1f2;
   margin-top:4px;
 }
 table.appsdivfr {
   height: 65px;
   color: #2f83c5;
   font-size:13px;
   border:solid 2px #fff;
   background-color:#f1f1f2;
   margin-top:5px;
 }
 table.appsdiv:hover {
	color: #fff;
	background-color:#2f83c5;
	cursor: pointer;
 }
 
  table.appsdiv a:hover {
	color:#fff;
  }
 .smaller {
	/*display: inline-block;*/
    /*width: 232px;*/
    height: 100px;
    overflow: hidden;
	padding-top: 10px;
	margin-bottom: 0px;
 }
 .smallerbic {
	/*display: inline-block;*/
    /*width: 232px;*/
    height: 100px;
    overflow: hidden;
	padding-top: 10px;
	margin-bottom: 0px;
	text-align:justify;
	font-family: Tahoma, Verdana, Segoe UI;
 }
 .eventimage  img{
    height: 220px;
}
.details {
	float: right;
	padding-right: 10px;
}
.baseind_selectionbox {
    background-color: #d6d0c5;
    border: solid 1px #3B517B;
    cursor: pointer;
    font-size: 85%;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
}
input.textbox {
    border: 1px outset #8888FF;
    font-size: 75%;
    width: 300px;
}
textarea.textboxarea {
    border: outset 1px #8888FF;
    font-size: 75%;
    width: 300px;
    height: 50px;
	}
#latestDiv img {
	width:60px;
	height:45px;
}
#latestPubDiv img {
	width:90px;
	height:120px;
}
#oicvetlogofr
{
  display: block;
  width: 148px;
  height: 60px;
  background: url("../images/oicvet-fr.png") no-repeat 0 0;

}
#oicvetlogoar
{
  display: block;
  width: 148px;
  height: 60px;
  background: url("../images/oicvet-ar.png") no-repeat 0 0;

}
#oicvetlogo
{
  display: block;
  width: 148px;
  height: 60px;
  background: url("../images/oicvet.png") no-repeat 0 0;

}
#oicvetlogotr
{
  display: block;
  width: 152px;
  height: 60px;
  background: url("../imgs/OICvet.png") no-repeat 0 0;

}
#oicvetlogo:hover
{ 
  background-position: 0 -60px;
}
#oicvetlogotr:hover
{ 
  background-position: 0 -60px;
}
#oicvetlogofr:hover
{ 
  background-position: 0 -60px;
}
#oicvetlogoar:hover
{ 
  background-position: 0 -60px;
}
#oicstatcomlogo
{
  display: block;
  width: 148px;
  height: 60px;
  background: url("../images/oicstatcom.png") no-repeat 0 0;

}
#oicstatcomlogoar
{
  display: block;
  width: 148px;
  height: 60px;
  background: url("../images/oicstatcom-ar.png") no-repeat 0 0;

}
#oicstatcomlogotr
{
  display: block;
  width: 151px;
  height: 60px;
  background: url("../imgs/oicStatCom_v6_1-tr.png") no-repeat 0 0;

}
#oicstatcomlogo:hover
{ 
  background-position: 0 -60px;
}
#oicstatcomlogoar:hover
{ 
  background-position: 0 -60px;
}
#oicstatcomlogotr:hover
{ 
  background-position: 0 -60px;
}
#atlaslogo
{
  display: block;
  width: 152px;
  height: 60px;
  background: url("../images/water.png") no-repeat 0 0;

}
#atlaslogotr
{
  display: block;
  width: 152px;
  height: 60px;
  background: url("../imgs/oic-water-vision-tr.png") no-repeat 0 0;

}
#atlaslogo:hover
{ 
  background-position: 0 -60px;
}
#atlaslogotr:hover
{ 
  background-position: 0 -60px;
}
#oichealthlogo
{
  display: block;
  width: 152px;
  height: 60px;
  background: url("../images/OIC-intern.png") no-repeat 0 0;
}
#oichealthlogotr
{
  display: block;
  width: 152px;
  height: 60px;
  background: url("../imgs/knowledge-tr.png") no-repeat 0 0;
}
#oichealthlogo:hover
{ 
  background-position: 0 -60px;
}
#oichealthlogotr:hover
{ 
  background-position: 0 -60px;
}
#tobaccologo
{
  display: block;
  width: 148px;
  height: 60px;
  background: url("../images/oichealth.png") no-repeat 0 0;

}
#tobaccologotr
{
  display: block;
  width: 148px;
  height: 60px;
  background: url("../imgs/Tobacco-tr.png") no-repeat 0 0;

}
#tobaccologo:hover
{ 
  background-position: 0 -60px;
}
#tobaccologotr:hover
{ 
  background-position: 0 -60px;
}
#tobaccologo2
{
  display: block;
  width: 148px;
  height: 60px;
  background: url("../images/oic-tobacco.png") no-repeat 0 0;

}
#tobaccologo2tr
{
  display: block;
  width: 148px;
  height: 60px;
  background: url("../imgs/Tobacco-tr.png") no-repeat 0 0;

}
#tobaccologo2:hover
{ 
  background-position: 0 -60px;
}
#tobaccologo2tr:hover
{ 
  background-position: 0 -60px;
}
#oshnetlogo
{
  display: block;
  width: 151px;
  height: 60px;
  background: url("../images/oic-oshnet.png") no-repeat 0 0;

}
#oshnetlogotr
{
  display: block;
  width: 151px;
  height: 60px;
  background: url("../imgs/OIC-OSHNET-TR.png") no-repeat 0 0;

}
#oshnetlogo:hover
{ 
  background-position: 0 -60px;
}
#oshnetlogotr:hover
{ 
  background-position: 0 -60px;
}
  #slider2 {
	padding-top: 2px;
    height: 212px;
    overflow: hidden;
    position: relative;
    width: 390px;
	border: 2px solid #fff;
}
.sliderImage {
	padding: 2px 0 0 5px;
}
/* Date Badge */
.entryDate 
{ 
    border: 1px solid #999; 
    font-family: "Open Sans"; 
    left: -4.8em; 
    line-height: 1; 
    top: 0; 
    width: 69px;
	height: 64px;
	margin-left: 10px;
}
 
.entryDate span 
{
    display: block; 
    text-align: center; 
}
 
.postMonth 
{ 
    text-transform: uppercase; 
    font-size: 0.9em;
    padding-top: 0.3em; 
}
 
.postDay 
{ 
    font-size: 1.5em; 
    font-weight: bold;
}
 
.postYear 
{ 
    background-color: #2f83c5; 
    color: #fff; 
    font-size: 1.1em; 
    padding: 0.3em 0; 
    margin-top: 0.3em;
}
td.subPageTableTitle {
    border-bottom: 2px double #3b517b;
    font-size: 105%;
    font-weight: bold;
	color:#000;
    padding: 2px 5px 3px 6px;
}

td.subPageTableTitle22 {
    border-bottom: 2px double #3b517b;
    font-size: 105%;
    font-weight: bold;
	color:#000;
    padding: 2px 5px 3px 6px;
	vertical-align:middle;
	
}
td.subPageTableData {
	border-bottom: #3B517B 1px solid;
	border-right: #3B517B 1px solid;
	font-size:98%;
	padding: 2px 5px 3px 6px;
	color:#000;
}
td.subPageTableDataar {
	border-bottom: #3B517B 1px solid;
	border-left: #3B517B 1px solid;
	font-size:98%;
	padding: 2px 5px 3px 6px;
	color:#000;
}
td.subPageTableData1 {
	border-bottom: #3B517B 1px solid;
	border-left: #3B517B 1px solid;
	font-size:95%;
	padding: 2px 5px 3px 6px;
	color:#000;
	font-weight: bold;
}
input.textboxsmall {
    border: 1px outset #8888FF;
    font-size: 85%;
    width: 116px;
	}
input.textboxsmall22 {
border: 1px outset #8888FF;
font-size: 85%;
width:116px;
}
textarea.textboxarea22 {
border: outset 1px #8888FF;
font-size: 75%;
width:300px;
height:50px;
}
td .subPageTableData a {
	color:blue;
}
td.subPageHeader2 {
	border-left: 5px solid #FF9933;
	border-bottom: 1px solid #FF9933;
	font-size: 110%;
	color:#000;
	font-weight:bold;
	padding: 4px 6px 4px 6px;
	margin-left:5px;
}
td.subPageHeader2ar {
	border-right: 5px solid #FF9933;
	border-bottom: 1px solid #FF9933;
	font-size: 110%;
	color:#000;
	font-weight:bold;
	padding: 4px 6px 4px 6px;
	margin-left:5px;
}
td.subPageHeader3 {
	border-left: 5px solid #FF9933;
	border-bottom: 1px solid #FF9933;
	font-size: 110%;
	color:#000;
	font-weight:bold;
	padding: 4px 6px 4px 6px;
	margin-left:5px;
}
td.mainPageText1 {
	font-size: 105%;
	padding: 5px 5px 10px 5px;
	color:#000;
}
.mainPageText1 p{
	font-size:105%;
	text-align: justify;
}
td.mainPageTextar {
	padding: 5px 5px 3px 5px;
	color:#000;
}
td.mainPageText1 div{
	color: blue;
}
td.mainPageText1 a{
	color: blue;
}
td.mainPageText1ar a{
	color: blue;
}
td.mainPageText1 table tr td img{
	margin-top: 2px;
}
td.subPageHeader1 {
	background-color:#3182bd;
	color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
	line-height: 24px;
	height:34px;
	
}
td.mainPageText1 ul {
    line-height: 1.7;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-top: 10px;
	font-size: 14px;
}
td.mainPageText1ar ul {
    line-height: 1.7;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-top: 10px;
}
td.subPageHeader {
	background-color:#3182bd;color:#fff;font-size:110%; padding-left:5px; 
}
td.subPageHeaderr {
	background-color:#3182bd;
	color:#fff;
	font-size:110%;
	padding-left:5px;
     border-collapse: collapse;
}
/*
Multi-purpose short-cuts begins
*/
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.alignleft {text-align:left;}
.bg_brown { background-color:#F2EFDF;}
.bg_darkgreen { background-color:#9d9d48;}
.bg_green { background-color:#00FF00;}
.bg_grey { background-color:#CCCCCC;}
.bg_lightblue{ background-color:#B5B2C3;}
.bg_white { background-color:#FFFFFF;}
.bold {font-weight:bold;}
.colorGrey {color:#666666;}
.colorRed {color:#FF0000;}
.colorBlue {color:#0000FF;}
.colorOrange {color:#CC9933;}
.colorBlack {color:#000000;}
.colorWhite{color:#FFF;}
.colorLightBlue{color:#75c1dc;}
.floatLeft{float:left;}
.height10 {height:10px;}/*this is space between the topbottom menu and the upper frame*/
.larger {font-size: 150%;}
.largerrr{font-size:xx-large;}
/*.smaller {font-size: 85%;}*/
.valignTop{vertical-align:top;}
.width165{width:165px;}/*this is the width of the side menus*/
.width190{width: 190px;}
.width200{width: 200px;}
.width600{width:600px;}
.width795{width:795px;}
.widthFull{width:100%;}
.widthHalf{width:50%;}
/*
Multi-purpose short-cuts ends
*/
.imagestyle {float:left; margin-right:10px;}
.imageFlag{border:thin outset #CCCCCC;}
.imageBordered{float:left; margin-right:10px;}
.imageBorderedRight{float:right; margin-left:10px;}
/*
General image styles ends
*/
.bodytext {
	text-align: justify;
}
.bodytext a{
	text-decoration: underline;
	color: blue;
}
.sideMenuFrameBlue {
	border-top: #3B517B 1px solid;
	border-right: #3B517B 1px solid;
	border-bottom: #3B517B 1px solid;
	border-left: #3B517B 1px solid;	
}
.hideHead {
		display:none;
}
.activeHead {
		display:block;
		}
.accordionHeader{
	background: #3182bd; url(imgs/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font-family: "Trebuchet MS",Verdana,Tahoma;
    font-size: 90%;
    font-weight: bold;
	color: #fff;
	border-bottom: none;
    border-width: 1px 1px medium;
	cursor: pointer;
}
.subHeaderPub {
	text-decoration: underline;
	font-weight: bold;
	padding-left: 20px;
}
.english {
    direction: ltr;
}
.footnote {
	font-size: 98% !important;
	text-decoration: underline;
	font-style: italic !important;
}	
.error {
    font: normal 10px arial;
    padding: 3px;
    margin: 5px;
    background-color: #ffc;
    border: 1px solid #c00;
	width:200px;
	display:block;
}
.textbody {
	font: 105%; 
}
.linktoenglish{
	text-decoration: underline;
	float:right;
	padding-right: 10px;
}
a.linktoenglish:hover{
	color: #FF9933 !important;
}
.mainPageList ul li{
	font-size: 102%;
	color: #000;
}
/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f7f7f7;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:2px;
    display:inline-block;
    border-bottom:1px solid #1a1a1a;
    background:#3182bd;
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
    text-shadow:0px 1px 0px #1a1a1a;
    color:#fff;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    background:#4c4c4c;
    /* Type */
    text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}
#accordion-resizer {
    padding: 1px;
    width: 350px;
    height: 220px;
  }
.pagetext p{
	color:#000;
}

