/*
  Author: @jimjaspe
  Date:  12/08/2008 07:00pm
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
   color: #967a31;
   text-decoration: none;
   }
a:hover {
    color: #06C;
    text-decoration: underline;
    }

body {
	background: #E7E7E2;
	/*background: #E7E7E2 url('../images/body.jpg') no-repeat center top;*/
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 30px;
}

.body-content {
  background: #fafafa;
  width: 96%;
}

p,code,ul {
	padding-bottom: 1.2em;		
}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('../images/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	/*border: 2px solid #D7D7D2;*/
	border: 1px solid #C0C0C0;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	/*padding: 10px;*/
	width: 795px; /* adjust */
}

.outer-container {
	/*background: url('../images/container.jpg') no-repeat center bottom;*/
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #fff url('../images/header_01.jpg') no-repeat;
	height: 150px;
	text-align: center;
}
.header_02 {
	background: #b39765 url('../images/header_02.jpg') no-repeat;	
	height: 85px;
	color: #FFF;	
	text-align: center;
}
.header_03 {
	background: #222 url('../images/header_03.jpg') no-repeat;
	height: 38px;
	/*margin-bottom: 5px;*/
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	/*background: url(images/main.gif) repeat-y;*/
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 600px;
	font-size: 1.2em;
	/*width: 538px;*/
}
.content .descr {
	color: #664;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url('../images/arrow.jpg');
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}


/* sub content*/
.sub-content .title h1 {
	/*font-weight: bold;
	font-size: 1.8em;
	color: #553;*/
    border-bottom: 1px #D8DFE6 dotted;
}

.sub-content {
	color: #444;
	background: ;
	font: normal 72.5% Tahoma,sans-serif;	
	padding: 10px;
}

.sub-content .descr {
	color: #664;
	font-size: 0.8em;
	margin-bottom: 6px;
}
.sub-content li {
	/*list-style: url(images/li.gif);*/
	margin-left: 18px;
}
.sub-content p {
	font-family: "Lucida Sans Unicode",sans-serif;
	
}

/* menu titles */

.title {
    font: 8pt Verdana,Tahoma,sans-serif;   
    font-weight: bolder;
	color: #484848;
}

/* navigation */
.navigation {
	float: left;
	width: 180px;
}

.navigation img{
	border: 0px;
	padding: 0px 0px 0px 5px;
}

.navigation h2 {
	color: #967a31;
	font: bold 1.1em Verdana,Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding-left: 5px;
	/*border-top: 1px solid #EAEADA;*/
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
    font: 8pt Verdana,Tahoma,sans-serif;
	color: #967a31;
	display: block;
	padding: 8px 0 8px 20px;
	text-decoration: none;
	width: 92%;
    background: #fff url('../images/gtr.gif') no-repeat 8px 10px;
	outline:none;
}

.navigation .title{
    font: bold 8pt Verdana,Tahoma,sans-serif;
	color: #967a31;
	display: block;
	padding: 8px 0 8px 10px;
	text-decoration: none;
	width: 92%;
        /*background: #fff url('../images/gtr.gif') no-repeat 8px 10px;*/
	outline:none;
}



.navigation li a:hover, a.active_nav {
	background-color: #ffe9b1!important;
	color: #665544;
	width: 155px;	
}

/* footer */
.footer {  
	background: #886f2c;/* #b08f30;*/
	color: #F7F7F2;
	font: 8pt Verdana, sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	text-align: center; 
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #F7F7F2;}


/*========================================*/
/* added by mark */

#innermain {
    padding:0px 0px 0px 20px;
    margin:0px 0px 0px 4px;	
    width: 580px;
    /*height:700px;*/
    position:relative;
    border-left:1px solid #d1b464;
    display: table!important;
    font: normal 72.5% Tahoma,sans-serif;
}


#innermain img{
	border:0px;	
}

#innermain div{
	padding:0;
	margin:0;
}

#innermain_a {
	float:right;
	width: 120px;
	height: auto;

}

#innermain_a_flag_icn {
	float: left;
	width: 47px;
	height:35px;
}

#innermain_a_flag_lbl {
	float: right;
	width: auto;
	height:35px;
	font-weight:bold;
	font-size:1.em;
	white-space: nowrap;
	padding: 8px 5px 0px 0px!important;
}


#innermain_b {
	float:left;	
	width: 250px;
	height: 40px;
}

#innermain_b_label h2{
	font-weight:bold;
	font-size:.9em;
    font-size:16px;	
	color: #000;
}

#innermain_b_label img {
    vertical-align: middle;
}

#innermain_b_sub_topic {
	float:left;	
	width: auto;
	height: 100px;
}

#innermain_b_sub_topic ul{
	padding: 0px 0px 0px 30px;
    margin:0px;
}

#innermain_b_sub_topic li{
    list-style: url('../images/arrow.jpg');
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

#innermain_b_sub_topic li a{
    font-weight: bold;    
}

#innermain_b_sub_topic li a.active{
    color: #93733a;    
}

#innermain_c {
	float: left;
	padding:0px 0px 30px 0px!important;
	width: 570px;
    background: #fff url('../images/escoffier_china_members_doted_line.jpg') repeat-x  bottom left;
}

#hsep{
	float: left;
	padding:0px 0px 20px 0px!important;
	width: 250px;
    background: #fff url('../images/escoffier_china_members_doted_line.jpg') repeat-x  bottom left;
}


#innermain_c .china_members_pic {
    float:left;
    width:85px;
    height:80px;
    padding:10px 10px 0px 0px;
}

#innermain_c .china_members_details {
    float:left;
    width:470px;
    height: auto;
}


#innermain_c .china_members_details ul{
    padding: 0px 0px 0px 10px;
    margin:0px;
}

.china_members_details li{
    list-style: url('../images/rrow.jpg') none; /* cant remove the background arrow image*/
    padding: 0px;
    margin: 10px 0px 0px 0px;
}



    .contest_left {
        width:280px;
        float:left; 
        background: #fff url('../images/escoffier_china_contest_doted_line.jpg') repeat-y top right;
        padding: 0px 15px 0px 0px!important;
    }

    .contest_left li{
        list-style: url('../images/rrow.jpg') none; /* cant remove the background arrow image*/
        padding: 0px 0px 10px 0px;
    }

    .contest_left li div p{
        padding: 15px 0px 0px 0px; 
    }

    .contest_left li div strong{
        padding: 0px 5px 0px 0px; 
    }
    
    .contest_left li div p a{
        padding: 15px 0px 25px 0px;
        display: block;
        color: #937b31;
        font-weight: bold; 
    }

    
    .contest_left ul{
        padding:0px;
        margin:0px;
    }

    .contest_left ol{
        padding:0px;
        margin:0px;        
    }
    
    .contest_left h3{
        background-image: url('../images/arrow.jpg');
        background-repeat: no-repeat;
        background-position: 17px -1px;
        padding: 0px 0px 20px 40px;
    }
    
    
    .contest_right {
        width:230px;
        padding: 0px 15px 0px 0px!important;
        float: left;
    }

    .contest_right li{
        list-style: url('../images/rrow.jpg') none; /* cant remove the background arrow image*/
        padding: 0px 0px 10px 0px;
    }

    .contest_right li div p{
        padding: 15px 0px 0px 0px; 
    }

    .contest_right li div strong{
        padding: 0px 5px 0px 0px; 
    }
    
    .contest_right li div p a{
        padding: 15px 0px 25px 0px;
        display: block;
        color: #937b31;
        font-weight: bold; 
    }

    
    .contest_right ul{
        padding:0px;
        margin:0px;
    }

    .contest_right ol{
        padding:0px;
        margin:0px;        
    }
    
    .contest_right h3{
        background-image: url('../images/arrow.jpg');
        background-repeat: no-repeat;
        background-position: 17px -1px;
        padding: 0px 0px 20px 40px;
    }   

    .download_div a {
        font-weight: bold;
        color:#927c30;
    }

    .download_div img{
        vertical-align: middle;
        margin: 0px 10px 0px 0px;         
    }

    .download_div {
        padding: 0px 0px 200px 0px!important;
    }    

/*========================================*/


.fnBld {
  font-weight: bold;
  color: #000;
}

.fnBldRed {
  font-weight: bold;
  color: red;
}


.fnBldBrown{
   font: bold 10pt Verdana,Tahoma,sans-serif;
   color: #967a31;
}

.fnBldGray13{
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 13px;
   color: gray;
}


.fnBrown{
   font: 8pt Verdana,Tahoma,sans-serif;
	color: #967a31;	
}
.fnBlack{
   font: 8pt Verdana,Tahoma,sans-serif;
	color: #000000;	
}

.fnBlack12{
   font: 12px Verdana,Tahoma,sans-serif;
	color: #000000;	
}

.fnBlueBold14{
   font: 14px Verdana,Tahoma,sans-serif;
   font-weight: bold;
   color: #1170a3;	
}

.PostAuthor {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#999;
}

.fnGrayBold13 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color:#999;
}



.fnBlackItalic {
 	font: 12px Verdana,Tahoma,sans-serif;
	color: #000000;
	font-style: italic; 
}

/* table datagrid */

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
    color: #000;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    clear: both;
	border: 1px solid #B5C7D6;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 100%;
}

/* define width of table. IE browsers only                 */
div.tableContainer table.scrollTable {
	width: 100%;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table.scrollTable {
	width: 100%;
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative;
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #b5c7d6;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ccc;
	font-weight: bold;
	padding: 4px 3px;
    text-align: left;
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	text-decoration: none;
	width: 100%
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	text-decoration: underline;
	width: 100%
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	width: 98%;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height: 400px;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

tbody.scrollContent, tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr {
    height: auto;
}


/* topic image */
div.img
  {
  margin:1px;
  border:1px solid #CCC;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
/*div.img img*/
  /*{*/
  /*display:inline;*/
  /*margin:3px;*/
  /*border:1px solid #ffffff;*/
  /*}*/
div.img a:hover img
  {
  border:1px solid #CCC;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:1px;
  }
