/* MYSTERY MOOGLE - CSS Document */

body {
	background-color: #E5E5E5;
	margin: 0px;
	padding: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #343434;
	}
	
#content_header {
	background-color: #FFFFFF;
	background-image: url(graphics/header.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: auto;
	height: 50px;
	}
	
#content_main {
	background-color: #E5E5E5;
	background-image: url(graphics/bg_cs.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: auto;
	height: 360px;
	text-align: left;
	padding-left: 16px;
	padding-right: 16px;
	overflow: auto;
	}
	
#content_menu {
	background-color: #FFFFFF;
	width: 100%;
	height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: justify;
	}
	
#content_submenu {
	background-color: #EDEDED;
	background-image: url(graphics/bg_reeve.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 168px;
	height: 296px;
	padding: 16px;
	margin: 16px;
	text-align: left;
	font-weight: bold;
	float: left;
	overflow: auto;
	}
	
#content_footer {
	background-color: #E5E5E5;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	text-align: center;
	font-size: 10px;
	}
	
a:link {
    color: #CC1100;
    text-decoration: none;
    }

a:visited {
    color: #AA2200;
    text-decoration: none;
    }

a:active {
    color: #EE8833;
    text-decoration: none;
    }

/* a:hover {
    color: #EE8833;
    text-decoration: none;
    font-weight: bold;
    } */
    
table {
	font-size: 10px;
	}
	
td.images {
	text-align: left;
	vertical-align: top;
	width: 50px;
	height: 50px;
	padding-left: 6px;
	padding-right: 6px;
	}
	
td.images-border {
	text-align: left;
	vertical-align: top;
	height: 50px;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 2px solid #FFFFFF;
	}
	
td.images-end {
	text-align: left;
	vertical-align: top;
	height: 50px;
	padding-right: 4px;
	}
	
td.cell_l {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	border-bottom: 1px solid #FFFFFF;
	}
	
td.cell_r {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-left: 1px solid #FFFFFF;	
	border-bottom: 1px solid #FFFFFF;
	}

td.bcell_l {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	}
	
td.bcell_r {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left: 1px solid #FFFFFF;	
	padding-left: 4px;
	}