
/* ************************************************ */
/* Generic Design Css: design.css */

#body {
	width: 100%;
	height: 100%;
}

#body, #main-table {
	margin:0 auto;
}

#main-table {
	width: 769px;
}

#header-table {
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}

#logo-cell {
	padding: 8px 25px 0 7px;
}

#logo-container {
	width: 144px;
	text-align: center;
} 

#slogan-cell {
	padding-top: 8px;
}

#keyvisual-cell {
	padding-left: 8px; /* originally 10px, but we added left and right border lines to the header */
}

#content-area{
	padding: 25px 17px 17px 17px;
}

.bkg {
	background:url('../../../../designs/design290/color1/images/bkg.gif');
}

.hor-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


/* ************************************************ */
/* Design Css for Color: design290.css */

.a { 
	background-color:#FFFFFF 
}

#header-table {
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

.hor-line {
	border-color: #944627;
}


/* ************************************************ */
/* Custom Css Part */

html {
    overflow:auto;
}
body {
    background: #FFFFFF url(../../../../designs/design290/color1/images/body_bg_rep.gif) repeat;
    padding: 0;
    margin: 0;
}
* html body { height: 100%; width: 100%; overflow:auto; }
#body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #000000;
    background: #FFFFFF url(../../../../designs/design290/color1/images/body_bg_rep.gif) repeat;
    display: table;
}
* html #body { height: 100%; width: 100%; overflow:auto; }
#body td {font-size: 12px;font-family: Arial, Helvetica, sans-serif;color: #000000;}
#body p {font-size: 12px;color: #000000;}
#body .bot, #body .bot td, #body .bot p, #body div .bot #totop, #body td .bot #totop{
font-family: Arial, Helvetica, sans-serif;color: #000000;
}
#body a, #body a:visited, #body a.pager, #body a.pager:visited {
color: #0066cc;
    text-decoration: underline;
}
#body a.totop, #body a.totop:visited, #body a.totop:hover {
    color: #0066cc;
    text-decoration: none;
}
#body a:hover, #body a.pager:hover {
    text-decoration: underline;
}
#body .sitemapTable a, #body .sitemapTable a:visited {
text-decoration: underline;
}
object.videoObject {display: none;}*+html object.videoObject {display: block;}* html object.videoObject {display: block;}embed.videoEmbed {display: block;}*+html embed.videoEmbed {display: none;}* html embed.videoEmbed {display: none;}
