/* Bunge la Tanzania Website Design
Written by Rodgers Akwilini
e-Government Agency
@2015
 */

 /*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	/*border: 0; */
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*===reset css====*/

html {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	/*background-color: #4169E1; 
	background: url(../images/bg-content.gif) repeat;*/
	margin: 0;
}
img {
	border: 0;
}

@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");

/*------------------------------ HEADER ------------------------------*/
.header,.menu_wrap,.body_wrap {
	width: 1055px;
	margin: 0px auto;
	/*border: solid 1px red;*/
	
}

.top_nav {
	background:#049ce2 url(../images/tr_top.png);
	background-repeat: repeat-x;
	height: 39px;
	/*border: solid 1px red;*/
}

.nav_wrap {
    /*border: solid 1px #fff;*/
    width: 1055px;
    margin: 0px auto;
    height: 34px;
}



/*========menu=====*/

ul.menu {
   /* border: solid 1px red;*/
    float: right;
}

.site-navigation {
    display: block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: bold;
    /*border: solid 1px red;*/
    width: 650px;
    float: right;
    margin-top: 2px;
    padding-right: 20px;
}

.site-navigation ul {
    /*background: #3498DB;*/
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
}

.menu-item {
    position: relative;
}

.site-navigation li {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 12px;
    /*background: #3498DB;*/
    display: block;
    float: left;
    margin: 0 2px 0 0;
    padding: 10px 12px;
    position: relative;
    text-decoration: none;
}

/*.site-navigation ul>li:first-child:after {
    content: "|";
    color:red;
}*/
  
.site-navigation li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.site-navigation li:hover {
    text-decoration:underline; 
    cursor: pointer;
	color: #fff;
}



.site-navigation ul li ul {
    border: solid 1px #ccc;
    background: #fff;
    border-top: none;
    visibility: hidden;
    float: right;
    min-width: 120px;
    position: absolute;
    transition: visibility 0.1s ease-in;
    margin-top:12px;
    right: 0;
    z-index: 999;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.site-navigation ul li:hover > ul,
.site-navigation ul li ul:hover {
   visibility: visible;

}

.site-navigation ul li ul li {
    clear: both;
    padding: 0px 0 0px 3px;
    width: 85%;
    margin: 1px 5px 2px;
    /*border: solid 1px #bce8f1;*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.site-navigation ul li ul li a{
    font-size: 11px;
    color: #000;
}

.site-navigation ul li ul li:hover {
    background: #d9edf7;
    color: #000;
}

.tr_list {
    font-size: 15px !important;
    font-weight: normal !important;
    margin-top: -1px;
}

.tr_label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: -7px;
    font-size: 10px;
    font-weight: normal;
    width: 13px;
    height: 13px;
    line-height: 1.0em;
    text-align: center;
    padding: 3px 3px 1px 2px;   
    background-color: #d9534f;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
}

.tr_new {
    min-width: 225px !important;
}

.tr_new p {
    margin: 5px 7px;
    font-size: 13px;
    font-weight: normal;
    color: #444444;
}

.menu-item {
    position: relative;
}

/*============menu===========*/



/*=================search====================*/

form.search {
    float: left;
    margin-top: 1px;
}

input.keyw {
    width: 150px;
    height: 24px;
    border: 1px solid #A9A9A9;
    background-color: #FFFFFF;
    font-size: 12px;
    color: #606060;
    padding: 3px;
    margin: 7px 0px 0px 0px;
    -moz-box-shadow: inset 4px 4px 10px 0 #E5E5E5;
    -webkit-box-shadow: inset 4px 4px 10px 0 #E5E5E5;
    -moz-box-shadow: inset 4px 4px 10px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 4px 4px 10px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.search button {
    border: 0;
    background-color: #FFFFFF;
    color: #000;
    font-weight: bold;
 /*    text-transform: uppercase;
 width: 35px; */
    height: 22px;
    cursor: pointer;
    -moz-box-shadow: inset 4px 4px 10px 0 #E5E5E5;
    -webkit-box-shadow: inset 4px 4px 10px 0 #E5E5E5;
    -moz-box-shadow: inset 4px 4px 10px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 4px 4px 10px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}

/*===========search============================*/

.header {
    /*background-image: url(../images/bunge.png);
    background-repeat: no-repeat;
    background-position: 30px 0px;*/
	height: 119px;
}

.gov_logo {
    background-image: url(../images/log1.png);
    background-repeat: no-repeat;
    background-position: top left;
    /*border: solid 1px red;*/
    width: 105px;
    float: left;
    height: 102px; 
    margin-top: 9px;
}

.org_name {
    /*border: solid 1px red;*/
    width: 740px;
    float: left;
    height: 112px;
    text-align: center;
}

.org_logo {
    background-image: url(../images/poli.png);
    background-repeat: no-repeat;
    background-position: top left;
    /*border: solid 1px red;*/
    width: 180px;
    float: right;
    height: 102px; 
    margin-top: 9px;
}

p#head {
	font-size: 27px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 29px;
    color: #092F44;
	text-shadow: 1px 1px 0px #EAEAEA;
    text-transform: uppercase;
}

p#last {
    margin: 27px 5px 10px 0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
}

p#main {
	font-size: 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 18px 0px 5px 0px;
    text-align: center;
   /* text-shadow: 2px 2px 3px rgba(255, 255, 255, 1);*/

	font-weight: bold;
	line-height: 16px;
	color: #092F44;
	text-shadow: 1px 1px 0px #EAEAEA;
}


p#in {
    font-size: 35px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin: 5px 5px 5px 0px;
    color: #08c;
    font-weight: bold;
}

.menu_wrap {
	clear: both;
	/*overflow: hidden;*/
	/*border: solid 1px #ccc;*/
}

/*=======menu styles==============*/


/* top level
--------------------------------------------*/
.menuTemplate1
{
    /* You will get totally diffrent menu alignment and layout by setting following margin, width, and float with different values. */
    margin: 0 auto 0px;
 	width: auto;
 	float:right;
    position:relative;
    z-index:4;
    height: 34px;
    /*background: #fff url(../images/tr_top.png);*/
    border-top: 1px solid #115CF7;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    padding: 0;
    min-width: 1055px;
}

.menuTemplate1 div {
    box-sizing:content-box;
}  
   
.menuTemplate1 li
{
    padding: 0;
    float: left;
    height: 33px;
    position: relative;/*delete it if you want submenu to be positioned relative to the whole menu instead of this li element*/
    color: black;
    z-index:5;
    /*border-right: solid 1px #ccc;*/
}

.menuTemplate1 a
{
    padding: 0 20px;
    line-height: 33px; /*Note: keep this value the same as the height of .menuTemplate1 li */
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    outline: 0;
    text-decoration: none;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
}
.menuTemplate1 li a:hover,.menuTemplate1 li a:active 
{
    /*background: white url(../images/bg.gif) repeat-x 0 -48px;*/
   /* border: solid 1px red;*/
    background-color: #115cf7;
    color: #fff;
    z-index: 9;
}

.menuTemplate1 li.onhover a
{
    /*background: white url(../images/bg.gif) repeat-x 0 -48px;*/
    border: solid 1px blue;
    color: #000;
    z-index: 9;
}

.menuTemplate1 a.arrow
{
    background: url(../images/arrow.gif) no-repeat right center;
}
 
        
/*Used to align a top-level item to the right*/        
.menuTemplate1 li.menuRight
{
    float: right;
    margin-right: 0px;
}
        
/*for the top-level separators*/
/*.menuTemplate1 li.separator
{
    font-size:0;
    overflow:hidden;
    border-left:1px solid #F7F7F7;
    border-right:1px solid #BBBBBB;
    z-index:4;
}
*/
 
.menuTemplate1 li:last-child:before {
	border-right:none;
}

/* sub level
--------------------------------------------*/
.menuTemplate1 .drop
{
    position: absolute;
    z-index:5;
    left: -9999px;
    /*border: 1px solid #DDD;*/
    border-bottom:3px solid #115cf7;
    border-top:3px solid #115cf7;
    background: #FFF;            
    text-align: left;
    padding: 2px;  
    color:#0F4F89;
    top:33px;              
}

.menuTemplate1 .drop a
{
    padding-left: 0px;
    padding-right: 0px;
    line-height: 26px;
    font-size: 12px;
    font-weight: normal;
    display: inline;
    text-align: left;
    
    position: static;
    z-index: 0;
    background-image:none;
}

.menuTemplate1 li:hover .drop, .menuTemplate1 li.onhover .drop
{
    left: -1px;/*Use this property to change offset of the dropdown*/
    /*background:white url(../images/bg-right.png) no-repeat right bottom;*/
}
.menuTemplate1 li:hover .dropToLeft, .menuTemplate1 li.onhover .dropToLeft
{
    left: auto;
    right: -1px;
    /*background:white url(../images/bg-left.png) no-repeat 0 bottom;*/
}
.menuTemplate1 li:hover .dropToLeft2, .menuTemplate1 li.onhover .dropToLeft2
{
    left: auto;
    right: -60px;
}

/* Elements within the drop down sub-menu
--------------------------------------------*/

.menuTemplate1 div.drop div div
{
    padding: 1px 6px;
}
.menuTemplate1 li:hover .drop a, .menuTemplate1 li.onhover .drop a
{
    background: none;
    background-image:none;
    padding:0 0;
}
.menuTemplate1 div.drop div a
{
    line-height: 24px;  
    color: #0F4F89;
    background:none;
}
.menuTemplate1 div.drop div a:hover
{
    text-decoration:underline;
    cursor:pointer;
    color:#115cf7;
}

.menuTemplate1 div.left {float:left;}

.menuTemplate1 div.right_tr {float:right;}       
/* CSS3 effects
--------------------------------------------*/

/*for top-level*/     
.decor1_1 
{

border-bottom: solid 3px #115cf7;
    
/*    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/

/*    -moz-box-shadow: 0px 1px 4px #ccc;
    -webkit-box-shadow: 0px 1px 4px #ccc;
    box-shadow: 0px 1px 4px #ccc;*/
            
}

/*for submenu.*/    
.decor1_2 
{
/*    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/

    -moz-box-shadow: 0px 12px 20px #CCCCCC;
    -webkit-box-shadow: 0px 12px 20px #CCCCCC;
    box-shadow: 0px 12px 20px #CCCCCC; 
    width: 205px; 
}


/*=======menu styles================*/


.body_wrap {
    /*border: solid 1px #eee;*/
    clear: both;
   overflow: hidden;
    margin-bottom: 3px;
    padding-top: 10px;

}

.left_wrap {
    /*border: solid 1px red;*/
    width: 180px;
    margin-top: 5px;
    float: left;
    min-height: 250px;
}

li.vetical {
    /*border: solid 2px blue;*/
    width: 180px;
}

.vetical i {
    color: #08C;
    float:right;
}

.accordian ul li {
    margin: 5px 0px;
    cursor: pointer;
}

.accordian ul li a {
    border: solid 1px #CCE2ED;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 10px 5px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.accordian ul li a:hover{
    background-color: #085196;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.accordian ul li a:hover i{
    color: #fff;
}

.right_wrap {
    /*border: solid 1px red;*/
    float: right;
    /*margin-top: 5px;*/
    padding: 5px 0px;
    width: 850px;

}

.intro {
    border-bottom: solid 1px #085196;
    width: 475px;
    padding-bottom: 5px;
    margin-right: 10px;
    float: left;
}

.intro p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 5px 5px;
    text-align: justify;
}

.mp_img {
    /*border: solid 1px red;*/
    width: 345px;
    float: right;
    margin-left: 10px;
}

.mps {
    border: solid 1px #eee;
    width: 105px;
    height: 105px;
    float: left;
    margin-left: 5px;
    margin-bottom: 6px;
    margin: 10px 3px 2px 0px;
}

.mps img {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.right_wrap h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 6px 0px;
    border-bottom: solid 1px #085196;
}

.right_wrap h1 span {
    background-color: #085196;
    padding: 5px;

}

.bottom {
    /*border: solid 1px #000;*/
    clear: both;
    padding-top: 10px;
    overflow: hidden;
}

.l {
    float:left;
}

.r {
    float: right;
}

.tr_bottom {
    /*border: solid 1px blue;*/
    width: 385px;
    margin: 10px 16px;
    
}

.tr_bottom h4 {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 20px;
    border-top: none;
    border-bottom: solid 3px #E0E0E0;
    margin: 5px 7px 7px 0px;
    padding-top: 6px;
    padding-bottom: 4px;
    font-weight: bold;
    color: #08C;
}

.tr_bottom h4 span{
    border-bottom: solid 3px #08C;
    padding: 1px 3px;
    border-top: none;

}

.tr_list {
    /*border: solid 1px red;*/
    height: 215px;
    background-color: #fff;
    padding: 5px 5px 2px;
    margin-top: 10px;
   -webkit-box-shadow: 0px 0px 11px -3px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 11px -3px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 11px -3px rgba(0,0,0,0.6);
}

.tr_lis ul {
    margin: 5px 5px 0px;
}

.tr_list ul li {    
    border-bottom: dotted 1px #ccc;    
    margin: 5px 3px 5x 3px;
    padding: 5px 3px;
}

.tr_list ul li a {
    text-decoration: none;
    color: #000;
    line-height: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.tr_list ul li a:hover {
    color: #08c;
    text-decoration: underline;
}

.tr_list ul li i {
    font-size: 10px;
    color: #08C;
}


.right {
    margin-right: 5px;
}

.left {
    margin-left: 5px;
}


.more {
    /*border: solid 1px red;*/
    text-align: right;
    margin-top: 3px;
    margin-right: 3px;
}

.more a {
    text-decoration: none;
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #08C;
}

.more a:hover {
    text-decoration: underline;
}

/*heading styles*/


/*inside Body Styles*/

.in_wrap {
    /*border: solid 1px red;*/
    margin: 2px auto;
    padding-top: 10px;
}

.tr_filter {
    border: solid 1px #e7e5e5;
    /*width: 1000px;*/
    margin: 0px 0px 10px;
    background-color: #d9edf7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75); 
}

.tr_filter p {
    font-family: 'Ubuntu Condensed',Verdana, Geneva, Tahoma, sans-serif;
    font-size: 17px;
    margin: 26px 20px;
    color: #2d4a84;
    float: left;
    width: 70px;
}

.filter {
    margin: 3px 0px;
}

.filter label {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: bold;
    color: #2d4a84;
    font-size: 13px;
}

input.filt {
    width: 415px;
    height: 33px;
    border: 1px solid #A9A9A9;
    background-color: #fff;
    font-size: 13px;
    color: #000;
    padding: 3px;
    margin: 5px 10px 0px 18px;
    -moz-box-shadow: inset 4px 4px 10px 0 #E5E5E5;
    -webkit-box-shadow: inset 4px 4px 10px 0 #E5E5E5;
    -moz-box-shadow: inset 4px 4px 10px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 4px 4px 10px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.filter button {
    border: 0;
    background-color: #666;
    border: 1px solid #A9A9A9;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 35px;
    height: 29px;
    cursor: pointer;
    -moz-box-shadow: inset 4px 4px 10px 0 #E5E5E5;
    -webkit-box-shadow: inset 4px 4px 10px 0 #E5E5E5;
    -moz-box-shadow: inset 4px 4px 10px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 4px 4px 10px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}

 select.filtr {
    width: 171px;
    height: 32px;
    border: 1px solid #A9A9A9;
    background-color: #FFFFFF;
    font-size: 11px;
    color: #333;
    padding: 3px;
    margin: 0px 10px 5px 0px;
    -moz-box-shadow: inset 4px 4px 10px 0 #E5E5E5;
    -webkit-box-shadow: inset 4px 4px 10px 0 #E5E5E5;
    -moz-box-shadow: inset 4px 4px 10px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 4px 4px 10px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.filter button:hover {
    background-color: #000; 
}

.in_wrap h4, .right_wrap h4, .ses_wrap h4 {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    font-size: 25px;
    text-align: center;
    color: #2d4a84;
    /*border: solid 1px red;*/
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}

.tr_prof {
    /*border: solid 1px red;*/
    width: 250px;
    overflow: hidden;
    float: left;
}

.tr_prof p {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 16px;
}

.tr_info {
    /*border: solid 1px blue;*/
    float: right;
    width: 750px;
    padding: 5px 5px 0px 10px;
}

.prof_img {
    border: solid 1px #eee;
    margin-left: 45px;
    margin-bottom: 10px;
    height: 160px;
    width: 160px;
}

.prof_img img {
    width: 100%;height: 100%;
}
.tr_quick {
    border-top: solid 1px #eee;
    overflow: hidden;
    background-color: #999;
}

p.first {
    /*border: solid 1px red;*/
    float: left;
    width: 103px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-weight: bold;*/
    font-size: 12px;
    padding: 3px 3px 3px 8px;
    color: #fff;
    }

p.last {
    /*border: solid 1px red;*/
    float: right;
    width: 131px;
    font-size: 13px;
    font-weight: bold;
    font-family: monospace;
    padding: 3px 3px 3px 8px;
    background-color: #085196;
    color: #fff;
}

.tr_prof h4, .tab-content h3, .party_tab h3 {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 20px;
    border-top: none;
    border-bottom: solid 3px #E0E0E0;
    margin: 5px 7px 7px 0px;
    padding-top: 6px;
    font-weight: bold;
    color: #08C;
    line-height: 30px;
}

.tr_prof h4 span, .tab-content h3 span, .party_tab h3 span{
    border-bottom: solid 3px #08C;
    padding: 2px 3px;
    border-top: none;
    line-height: 30px;
}

.tab-content p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    margin-bottom: 10px;
}

.dropdown {
    cursor: pointer;
}


/*inside body styles*/










.footer_wrap {
    /*border: solid 1px red;*/
    clear: both;
    height: 40px;
    background: #049CE2 url(../images/tr_bottom1.png);
    background-repeat: repeat;
}

.footer {
    /*border: solid 1px #fff;*/
    width: 1055px;
    margin: 0px auto;
    height: 45px;
    overflow: hidden;

}

.footer p {
    /*border: solid 1px #fff;*/
    float: left;
    color: #fff;
    text-decoration: none;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 13px;
    margin-top: 14px;   
}

.footer ul {
    margin-top: 14px;
    float: right;
    /*border: solid 1px #fff;*/
}

.footer ul li {
    display: inline;
    margin-left: 3px;
    margin-right: 2px;
}

.footer ul li:after {
    content: "|";
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
}

.footer ul li:last-child:after {
    content: none;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 13px;
}


table.new th{
    border-bottom: solid 2px #115cf7 !important;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

table.new td {
    font-size: 15px;
    padding: 4px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.dataTables_length label {
    font-size: 14px;
}

table.new img {
    width: 40px;
    height: 40px;
}


.tab-content {
    border-bottom: solid 2px #08C;
    margin-top: 7px;
    padding: 5px;
    min-height: 317px;
}

#hor-zebra
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border: solid 1px #ccc;
}
#hor-zebra th
{
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px;
    color: #039;
}
#hor-zebra td
{
    padding: 8px;
    color: #669;
}
#hor-zebra .odd
{
    background: #e8edff; 
}

.tab-content ul li {
    list-style: circle;
    font-size: 14px;
    line-height: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 5px;
}

.tr_topsep {
    border-top: solid 1px #115cf7;
    margin: 8px 0px 15px;
}
.events {
    border: solid 1px #CCE2ED;
    width: 340px;
    float: left;
    height: 115px;
    margin: 7px 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.event_date {
    /*border: solid 1px #CCE2ED;*/
    width: 55px;
    padding: 37.5px 10px;
    float:left;
    background-color: #085196;
    color: #fff;
    line-height: 20px;
    margin: -1px 8px 0px 0px;
    font-weight: bold;
   /* border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
}

.events p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 5px 8px;
}

.leader {
    border: solid 1px #CCE2ED;
    overflow: hidden;
     border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #eee;
}

.year {
    /*border: solid 1px blue;*/
    width: 100px;
    float: left;
    height: 100px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #2d4a84;
    text-align: center;
    line-height: 100px;
}
.minister {
    border-left: solid 2px #CCE2ED;
    float: right;
   /* margin-left: 20px;*/
    width: 308px;
    height: 105px;
}

.minister .img {
    border: solid 1px #eee;
    height: 90px;
    width: 90px;
    float: left;
    margin: 7px 0px 5px 10px;
     border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.minister .img img {
    width: 100%;
    height: 100%;
     border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.leader ul {
    /*border: solid 1px red;*/
    float: right;
    width: 200px;
    margin-top: 15px;
}

.leader ul li {
    list-style: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.new td {
    font-size: 14px !important;
}

#example_info {
    font-size: 12px !important;
}

.pagination {
    font-size: 12px !important;
}

.desc {
    margin-bottom: 10px;
}

.tr_quick a {
    color: #fff;
}

.tr_quick a:hover {
    color: #000;
}

.doc {
    /*border: solid 1px red;*/
    margin-top: 65px;
    min-height: 400px;
}

.right_wrap h6 {
    border-bottom: dotted 1px #ccc;
    margin: 8px 1px 15px;
    padding: 5px 0px;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    font-size: 20px;
    color: #2d4a84;
    font-weight: bold;
}

.party_tab {
    /*border: solid 1px red;*/
}

.tr_prof ul {
    margin-left: 20px;
}

.tr_prof ul li {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 3px 1px;
    list-style: circle !important;
}

.ses_wrap {
    /*border: solid 1px red;*/
    float: right;
    /*margin-top: 5px;*/
    padding: 5px 0px;
    width: 800px;
    min-height: 500px;

}

.left_ses {
   /* border: solid 1px red;*/
    width: 230px;
    margin-top: 50px;
    float: left;
    min-height: 250px;
}


/*Session Accord*/

.u-vmenu ul li {
    width: 225px;
    list-style: none;
}
.u-vmenu ul ul{
    display: none;
}
.u-vmenu > ul > li {
    border: solid 1px #CCE2ED;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.u-vmenu ul li a {
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    outline: none;
}
.u-vmenu > ul > li > a {
    height: 35px;
    line-height: 25px;
    padding: 5px 5px;
}

.u-vmenu > ul > li >ul >li {
    border-top: solid 1px #CCE2ED;
}

.u-vmenu > ul > li > ul > li > a {
    padding-left: 55px;
}

.u-vmenu > ul > li > ul > li > ul > li {
    border-top: solid 1px #CCE2ED;
}

.u-vmenu > ul > li > ul > li > ul > li > a {
    padding-left: 100px;
}
.u-vmenu > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 135px;
}
.u-vmenu ul li a[data-option='on']{
    background: url(../images/vmenu/on.png) right center no-repeat;
}
.u-vmenu ul li a[data-option='off'] {
    background: url(../images/vmenu/off.png) right center no-repeat;
}

.u-vmenu i {
    float: right;
    margin-top: 5px;
}

.sub {
    margin-right: 7px;
    margin-top: 6px !important;
}

.mid {
    margin-bottom: 25px;
    /*border: solid 1px red;*/
}

.mid p{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
}

.quest {
    border: solid 1px #CCE2ED;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 5px;
}

.qn_prof {
    width: 798px;
}


.quest_img {
    border: solid 1px #eee;
    margin-bottom: 10px;
    height: 100px;
    width: 100px;
    float: left;
}

.quest_img img {
    width: 100%;height: 100%;
}

p.sess {
    width: 580px;
    text-align: justify;
}

p.long {
    padding-right: 8px;
    font-weight: normal;
}

.qn_opt  {
    /*border: solid 1px red;*/
    overflow: hidden;
    margin-bottom: 10px;
}

.qn_opt ul {
    float: right;
}

.qn_opt ul li {
    display: inline;
    margin-right: 7px;
}

.qn_opt ul li a {
    text-decoration: none;
    color: #000;
}

.top_link {
    border-bottom: solid 1px #CCE2ED;
    height: 50px;
    margin-bottom: 15px;
}


.top_link ul {
    /* border: solid 1px blue; */
    padding-top: 18px;
    float: right;
    padding-right: 25px;
}

.top_link ul li {
    margin: 5px;
    display: inline;
    border: solid 1px #085196;
    background-color: #085196;
    padding: 7px 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    }

.top_link ul li a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 7px 7px;
    font-size: 12px;
}



.top_link ul li:hover {
    background-color: #2d4a84;
}


.float {
    /*border: solid 1px red;*/
    overflow: hidden;
    float: right;
    width: 698px;
}

.kati {
    text-align: center;
}

.kati th {
    text-align: center;
    font-weight: bold;
}

/*session Accord*/