/**** BASICS ****/
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
    /*color: #fcc522;*/
    color: #ffffff;
    margin: 10px 0px 10px 0px;
	font-size: 14px;
    padding: 0px;
    width: 98%; /* to get rid of the horizontal scrollbar in IE */
	background-color: #231f20;
}
* html body {
    behavior: url("../javascript/csshover2.htc");
}

td {

}
a {
    color: #fcc522;
    text-decoration:none;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

input {
    font-size: 12px;
    border: 1px solid #cccccc;
	width: 150px;
	margin-bottom: 10px;
}
input.checkbox {
    border: none;
    width: 14px;
    height: 14px;
}
input.radio {
    border: none;
    width: 14px;
    height: 14px;
}
input.submit {
    font-size: 12px;
    border: 1px solid #999999;
    background: #fcc522;
	color: #000000;
    height: 24px;
    width: 144px;
    margin-left: 92px;
}
textarea {
    font-size: 12px;
    border: 1px solid #cccccc;
    height: 150px;
    width: 350px;
}
label {
    width: 75px;
    text-align: right;
    border: none;
    padding-right: 15px;
	float: left;
}



/*** PAGE LAYOUT ***/
#container {
    position: relative;
	text-align: left;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: url("../image/background.jpg") no-repeat top left;
	background-color: #000000;
	border: 1px solid #fcc522;
}
#header {
	margin-top: 10px;
    height: 120px;
	
}
#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 100px;
}
#lamp {
	position: absolute;
	left: 60px;
	top: 5px;
	width: 77px;
	height: 90px;
	cursor: pointer;
}
#page_image {
    height: 210px;
    background: url("../image/Athenademo.png") no-repeat center center;
    margin-bottom: 1px;
}
#left {
    float: left;
	margin-left: 58px;
	margin-top: 20px;
	width: 137px;
}
#mainmenu {
	width: 700px;
	margin-left: 50px;
	height: 166px;
}

#submenu-inner {
    border: 1px solid #ffffff;
	background-color: #161616;
	padding: 8px;
}
#submenu-outer {
	border: 3px solid #fcc522;
}
#content {
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 520px;
	min-height: 260px;
	color: #ffffff;
}
#content_inner {
	width: 520px;
	position: relative;
	font-size: 14px
}

/* IE * html hack, see http://css-discuss.incutio.com/?page=StarHtmlHack */
* html #news {
    margin-left: 410px;
    top: 255px;
    padding: 50px 5px 5px 20px;
}
* html #content {
    /*border-right: 1px dotted #999999;*/
}

#print {
	position: absolute;
	left: 500px;
	top: -10px;
}
#footer {
	clear: both;
    height: 80px;
	margin-left: 50px;
	top: 480px;
	width: 700px;
	color: #fcc522;
	font-size: 12px;
}

/**** MENU ****/

div.menu_back {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 153px;
	height: 166px;
	z-index: 1;
	left: 0px;
	top: 0px;
}
div.menu_image {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 153px;
	height: 166px;
	z-index: 9999;
	left: 8px;
	top: 8px;
}
.submenu-item {
    display:block;
	font-size: 12px;
    /*height: 20px; */
	padding-bottom: 5px;
    border: none;
}

.submenu-item a {
    color: #fcc522;
}
.submenu-item-active a, .submenu-item:hover a  {
    color: #fcc522;
    text-decoration: underline;
}

/**** NEWS ****/
span.news_date {
    display: block;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    color: #333333;
	background-color:#F5F5F5;

}
span.news_headline {

    display: block;
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
}

/**** CELLS ****/
span.cellheader {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color:#333333;
    height: 20px;
    padding-left: 3px;
}

span.celltracker {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color: green;
    height: 20px;
    padding-left: 3px;
}

span.cellcontent {
    display:block;
    height: 100px;
    padding: 10px 0px 0px 5px;
}





/**** CONTENT ****/
h1 {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px 0;
}
div.content_element {
    margin-bottom: 20px;
}
div.content_element table td {
    height: 20px;
	border: 0px;
	padding: 1px 3px 1px 3px;
}
div.image_css2 {
    /* small left */
    margin-bottom: 20px;
}
div.image_css3 {
    /* small right */
    margin-bottom: 20px;
    text-align: right;
}
div.image_css0, div.image_css1 {
    /* large center, small center */
    margin-bottom: 20px;
    text-align: center;
}

div.image_css4 {
    /* small left text */
    float: left;
    margin: 0px 10px 10px 0px;
}
div.image_css5 {
    /* small right text */
    float: right;
    margin: 0px 0px 10px 10px;
}

#header h1 {
	display: none;
}

#popup {
	position: absolute;
	left: 138px;
	top: 10px;
	width: 524px;
	height: 640px;
	border: 4px solid #faca2d;
	display: none;
	z-index: 10000;
	background-color: black;
}

#popup .titlebar {
	text-align: right;
	font-weight: bold;
	color: white;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	width: 524px;
	height: 20px;
}

#popup .container {
	color: white;
	background-color: black;
	background: url("../image/popup.jpg") no-repeat top left;
	width: 524px;
	height: 640px;
	
}
#popup .margin {
	padding: 400px 50px 50px 50px;
	text-align: justify;
	font-size: 14px;
}

