/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Common Interest International  */
/* Date : 9th Dec. 2005 */


/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 2%;
vertical-align : top;
}

.row2 {
height: 96%;
vertical-align : top;
background-color: #c4a816;
}

.i-row2 {
height: 96%;
vertical-align : top;
background-color: #c49916;
}

.row3 {
height: 2%;
vertical-align : top;
}

.content {
text-align: justify;
}

/*.content2 
{
    text-align: center;
}*/

.white-content {
text-align: justify;
color: #fff;
}

a {
color: #FFFFD4;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

/* == new-header-english images == */
.header {
/* background-image: url("images/header.jpg"); */
/*    background : url("images/new-header-english 780 X 98.jpg") -52px -1px;*/
    background:url("images/CII_header_Eng.jpg") -52px -1px;
    background-color: #c4a816;
    background-repeat : no-repeat;
}

.header-thai {
background: url("images/CII_header_Thai%20.jpg") -2px 0px;
background-color: #c4a816;
background-repeat : no-repeat;
}

.i-header {
background: #c4a816 url("images/CII_header_Eng_2.jpg");
background-repeat : no-repeat;
} 

.i-header-thai {
background-image: url("images/CII_header_Thai_2.jpg");
background-repeat : no-repeat;
background-color: #c4a816;
background-position:center right;
}

.h-bot-left-img {
background-image: url("images/home-bot-left-img.jpg");
background-repeat : no-repeat;
background-position: bottom;
background-color: #c4a816;
}

.i-bot-left-img {
background-image: url("images/i-left-bot-img.jpg");
background-repeat : no-repeat;
background-position: bottom;
background-color: #c4a816;
}

.h-dot-line {
background-image: url("http://comoninterest.org/images/h-dot-line.jpg");
background-repeat: repeat-x;
}

/*removed right tile 

.right-line-tile {
background-image: url("images/right-tile.jpg");
background-repeat : repeat-x;
}*/

.i-right-tile {
background-image: url("images/i-right-tile.jpg");
background-repeat : repeat-y;
background-color: #c4a816;
}

.i-right-tile1 {
background-image: url("images/i-right-tile1.jpg");
background-repeat : repeat-y;
background-color: #c4a816;
}

.bot-curve-tile {
background-image: url("images/bot-curve-tile.jpg");
background-repeat : repeat-x;
background-color: #c4a816;
}

.white-line {
background-image: url("images/white.jpg");
background-repeat : repeat-y;
background-position: left;
background-color: #c49916;
}

/* links */

.left-link a
{
    color: #811901;
    font-size: 11px;
    text-decoration: none;
    display: block;
    padding-left: 35; /*background-color: #c49916;*/
    background-color: #a0cdf6;
    background-image: url("images/bullet.jpg" );
    background-repeat: no-repeat;
    background-position: left center;
    height: 15px;
    padding-top: 3;
    border-top: black 1px groove;
    border-bottom: black 1px groove;
    
}

.left-link a:hover
{
    background-color: transparent;
    text-decoration: none;
    color: #811901;
    background-image: url( "images/bullet11.jpg" );
    background-repeat: no-repeat;
    background-position: left center;
    border-top:#c4a816 1px solid;
    border-bottom:#c4a816 1px solid;

}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.blue {
background-color: #213c98;
}

.gold {
background-color: #c4a816;
}

.gold1 {
background-color: #c49916;
}


/* borders */

.brown-box {
border : #fff 1px solid;
background-color: #764e0e;
padding: 5;
}

.white-border {
border : #fff 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

/* headings */

.page-head {
font-size: 16px;
color: #fff;
}

.lowerheader
{
    background-image: url( "images/i-right-top-img.jpg" );
    background-position:top right;
    background-repeat: no-repeat;
    height: 60px;
    width: 268px;
    padding: 0px 0px 0px 0px;
}

.lowerheader2
{
    background: url( "images/i-right-top-img 2.jpg" ) -3px 0px no-repeat;
    height: 60px;
    width: 200px;
    padding: 0px 0px 0px 0px;
}

.cii-bulletin
{
    background:url( "images/bulletin.jpg" ) no-repeat;
    width:249px;
    height:130px;
    margin-left:40px;
}

.cii-bulletin p
{
    padding:15px 20px 28px 28px;
    color: #575757;
}

.cii-bulletin span
{
    font-style:italic;
    color:Black;
    float:right;
}