/*********************************************************/
/*****                                              ******/
/*****   File : page.css                            ******/
/*****   From : amo-consultants.fr                  ******/
/*****                                              ******/
/*********************************************************/


/**********  Page Part  **********/

div#page {
 background-color: #FFFFFF;
 width: 800px;
 height: auto;
 overflow: auto;
}

div#page_top {
 background-image: url( '../img/menu_left_top_bg.png' );
 background-repeat: no-repeat;
 background-position: bottom left;
 width: 800px;
 height: 20px;
 margin-top: 20px;
}

div#page_content {
 background-image: url( '../img/page_bg.png' );
 background-repeat: repeat-y;
 background-position: top left;
 width: 800px;
 height: auto;
 overflow: auto;
 padding-bottom: 50px;
}


/**********  Menu Left Part  **********/

div#menu_left {
 background-color: #D5D5D5;
 float: left;
 width: 140px;
 height: auto;
 padding-left: 10px;
 padding-top: 30px;
 padding-bottom: 30px;
}

a#menu_left {
 color: #AF2748;
 font-size: 12px;
 font-weight: bold;
 font-family: verdana;
 padding: 5px;
 line-height: 30px;
}

a#menu_left:link {
 text-decoration: none;
}

a#menu_left:visited {
 text-decoration: none;
}

a#menu_left:hover {
 background-color: #AF2748;
 color: #E1E1E1;
}


/**********  Content Part  **********/

div#content {
 background-image: url( '../img/sigle_bg.png' );
 background-repeat: no-repeat;
 background-position: center center;
 float: right;
 width: 620px;
 min-height: 370px;
 height: auto;
 text-align: left;
 padding-left: 20px;
 font-size: 15px;
}

.prop {
 height: 370px;
 float: right;
 width: 1px;
}

a {
 color: #AF2748;
 font-size: 12px;
 font-weight: bold;
 font-family: verdana;
}

a:link {
 text-decoration: none;
}

a:visited {
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}


/**********  Mission Part  **********/

table#mission {
 border-collapse: collapse;
 border-style: solid;
 border-width: 1px;
 border-color: #000000;
 width: 580px;
 text-align: center;
 font-size: 13px;
}

tr#mission_header {
 background-color: #86878b;
 color: #FFFFFF;
 height: 30px;
 font-size: 12px;
}

tr#mission_even {
 background-color: #FFFFFF;
 height: 25px;
}

tr#mission_odd {
 background-color: #D5D5D5;
 height: 25px;
}

th#mission {
 padding: 5px;;
}

td#mission {
 padding: 5px;;
}


