html,body
{
    width: 100%;
    height: 100%;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    background-color: #f4f4f4;
    color: #444444;
    padding: 0;
    margin: 0;
	text-shadow: 0px 0px 0px #aaaaaa;
}

a:link, a:visited, a:active {
    color:#1c86c3;
    text-decoration: none;
}
a:hover {
    text-decoration:none;
}
img, a img {
    border: none;
}



input, textarea {
    height: 25px;
    margin:5px;
    padding: 0px 10px;
    background-color:#eeeeee;
    border: 2px solid #dbe0dc;
}
textarea {
    height: 170px;
	width: 685px;
    padding: 10px;
}
input:focus, textarea:focus {
    background-color: #f1f1f1;
    color: #555555;
    border: 2px solid #1c86c3;
    background-image: none;
}



h2 {
	padding-left: 42px;
    color: #444444;
}

hr {
	margin-top: -15px;
}



table {
	width: 700px;
	margin:0px;
	padding:0px;
    border-spacing: 0px;
    border-collapse: separate;
}
tr {
	background-color: #d4d4d4;
	margin:0px;
	padding:0px;
}
tr:nth-child(even) {
	background-color: #f5f5f5;
}
td {
	vertical-align: top;
	margin:0px;
	padding:4px;
}
td:nth-child(1) {
	width: 150px;
	background-color: #467088;
	color: #f5f5f5;
}
tr:nth-child(even) td:nth-child(1)  {
	background-color: #608ca5;
}
td p {
	margin: 0px;
}
td ul {
	margin-top: 3px;
	margin-bottom: 3px;
}


#main {
	display: block;
	position: relative;
    background-image: url(platine.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    border:0px solid black;
    width: 80%;
	height: 490px;
    width: 900px;
    margin: 0px auto;
    padding: 0px;
    padding-top: 20px;
}

#sidebar {
    background-image: url(ich.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f4f4f4;
    border:0px solid black;
    width: 150px;
    height: auto;
    max-width: 150px;
    margin-left: 0px;
	margin-bottom:0px;
    padding: 0px;
    padding-top: 165px;
}



#sidebar_content {
    background-image: url(box_bg.png);
    background-repeat: repeat;
    background-position: top left;
    border:0px;
    width: 100%;
    height: 313px;
    max-width: 150px;
    margin-left: 0px;
	margin-bottom:0px;
    padding: 0px;
	text-align: center;
}

#sidebar_content span{
	display: block;
    padding: 3px;
    margin: 2px;
}

#content {
    background-image: url(box_bg.png);
    background-repeat: repeat;
    background-position: top left;
    border:0px;
    width: 80%;
    height: 400px;
    max-width: 900px;
    margin: 0px auto;
	margin-right:0px;
	margin-top:20px;
    padding: 4px;
	overflow: auto;
}

#menubox {
    border:0px;
    height: 50px;
    width: 730px;
    margin: 0px auto;
	margin-right:0px;
    padding: 0px;
}



#menu {
    display: table;
    width: 100%;
    padding: 0px;
}
#menu li {
    display: table-cell;
}
#menu a, #menu a:hover, #menu a:visited, #menu a:link, #menu a:active {
    display: block;
    border: 0px;
	height: 30px;
	line-height: 30px;
    text-align: center;
    margin: 0px;
	text-decoration: none;
    font-family: "Courier New", monospace;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 3px #777777;
	color:#666666;
}
#menu a:hover {
	text-shadow: 1px 1px 1px #cccccc;
}
#menu a span {
    display: block;
	height: 6px;
	background-color: #4c4943;
}
#menu a:hover span {
    display: block;
	height: 6px;
	background-color: #f36824;
}
#menu a.selected span {
    display: block;
	height: 6px;
	background-color: #24a8f3;
}


/* MISC */

.blink{text-decoration: blink;}
.left{float: left; left:0;}
.right{float: right; right:0;}
.block {display: block;}
.none {display: none;}
.clear {clear: both;}
.center {text-align: center;margin: 0 auto;}
.bold {font-weight: bold;}
.normal {text-decoration: normal;}
.underline {text-decoration: underline;}
.italic {font-style: italic;}

.shadow{text-shadow: 0px 0px 2px #999999;}
.cite {
	color: #777777;
	text-shadow: 0px 0px 1px #aaaaaa;
}

.fullsize {width: 95%;margin: 5px;}
.small, .small a, .small a:hover {font-size: 10px;}
.smaller, .smaller a, .smaller a:hover {font-size: 8px;}
.tiny, .tiny a, .tiny a:hover {font-size: 5px;}
.large, .large a, .large a:hover {font-size: 14px;}
.larger, .larger a, .larger a:hover {font-size: 16px;}


.icon{position:relative;top: 4px;}
.bottom {position: absolute; bottom: 0;}
.red {background-color: #EB2D23;}
.red_font {color: #EB2D23;}
.green {background-color: #1E7A1B;}
.green_font {color: #1E7A1B;}
.yellow_font {color: #FF6A00;}
.icon {position:relative;top:3px;}
.fixwidth_40 {width:40px;}
.fixwidth_140 {width:140px;}
.pointer{cursor:pointer;}


