/**** BASICS ****/
/*img, div { behavior: url("/athena/site/css/iepngfix.htc") } */
img, div, a, input { behavior: url("/athena/site/css/iepngfix.htc") }

body {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
    /*color: #A47C51;*/
    color: black;
    margin: 0px;
    position:relative;
    padding: 0px;
    background-color:#ffffff;
    background:#ffffff url("../image/flowers-bottomright.png");
	background-position:bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: -moz-scrollbars-vertical;
}

#background_topleft {
	position: fixed;
	top: 0;
	left: 0;
	width: 398px;
	height: 393px;
	background-image: url("../image/flowers-topleft.png");
}

/* ie6 hack */
* html #background_topleft {
    position: absolute;
}

#menu_background {
    opacity: .5;
    -moz-opacity: .5;
    filter:alpha(opacity=50);
    background: white;
    position: absolute;
    width: 1004px;
    height: 42px;
    top: 84px;
}

#logo {
	position: absolute;
	right: 0;
	top: 65px;
}

* html body {
    behavior: url("../javascript/csshover2.htc");
}

  
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
    /*color: #333333;*/
}
a {
    color: #FF4593;
    text-decoration:none;
}
a.news:hover {
    text-decoration: underline;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

form {
    padding:0px;
    margin:0px;
    border:0px;
}

fieldset{
    padding:0px;
    margin:0px;
    border:0px;
}

table tr td th{
	margin:0px;
	padding:0px;
    vertical-align:top;
}


input {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    border: 1px solid #cccccc;
	margin-bottom: 2px;
}
input.text {
    width:150px;
}
input.checkbox {
    border: none !important;
    width: 14px;
    height: 14px;
}
input.radio {
    border: none;
    width: 14px;
    height: 14px;
}
input.submit {
	font-family: Monotype Corsiva,Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #E6E1CC;
    border: 1px solid #999999;
    background: #666666;
    height: 24px;
    width: 144px;
    padding-bottom:3px;
    margin-right:3px;
}

input.submit:hover {
    background: #333333;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    border: 1px solid #cccccc;
    height: 50px;
    width: 150px;
}


/*** PAGE LAYOUT ***/
#container {
    position:relative;
    text-align: left;
    width:1000px;
    margin-left: auto;
    margin-right: auto;
    
    
}
#header {
    height: 21px;
    background: url("../image/sog-header.png") no-repeat top left;
    margin-bottom: 1px;
}
#page_image {
    height: 210px;
    background: url("../image/Athenademo.png") no-repeat center center;
    margin-bottom: 1px;
}
#left {
    float: left;
    width: 160px;
}

#mainmenu {
    margin-left: 160px;
}
#content {
    margin: 0px;
    min-height: 340px;
    padding: 0px;
}
#news {
    position: absolute;
    display: none;
    top: 252px;
    margin-left: 570px;
    width: 200px;
    min-height: 340px;
    padding: 30px 5px 5px 20px;
}
/* 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;*/
}


#footer {
    margin-left: 160px;
    text-align: right;
    height: 25px;
    border-top: 1px solid #E4E4E4;
}





/**** MENU ****/
#menu {
    position:relative;
    z-index:10;
    height:135px;
	text-decoration:none;
}

#menu_inner {
    padding-top:80px;
}

#menu ul {
    padding:0px;
    margin:0px;
    list-style:none;
    
}
#menu a.active, #menu a:hover {
    color: #ff4593;
}

#menu a {
    font-family: Monotype Corsiva;
    color:#4c4c4c;
    font-size:18px;
	text-decoration:none;
}

#menu li {
    margin-right:25px;
    margin-left:10px;
    float:left;
    
}

.menu_hr {
    width:80%;
    height:1px; 
    font-size:0px;
    line-height:0px;
    background-color:#d9d7d7;
}

.box_hr {
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    width:80%;
    height:1px;
    font-size:0px;
    line-height:0px;
    background-color:#d9d7d7;

}







/**** NEWS ****/
span.news_date {
    display: block;
    font-family: "Lucida Sans Unicode";
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    color: #C69B6D;

}
span.news_headline {
    display: block;
    margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

span.news_headline a{
	color:black !important;
	
}


.evenRow{
    background-color:#eeeeee;
    
}


/**** CELLS ****/
span.cellheader {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color:#333333;
    height: 20px;
    color: #ffffff;
    padding-left: 3px;
}

span.celltracker {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color: green;
    height: 20px;
    color: #ffffff;
    padding-left: 3px;
}

span.cellcontent {
    display:block;
    height: 100px;
    padding: 10px 0px 0px 5px;
}

/** vallidate **/
label.required {
    color:red !important;
}
.validation-failed {
    color:red !important;
	border: 1px solid red;
}
h1.title {
    display: none;
}

/**** CONTENT ****/
h1 {
    font-family: Monotype Corsiva;
    font-size:28px;
    margin: 0 0 5px 0;
    color: #555555;
}
h2 {
    font-family: Monotype Corsiva;
    font-size: 20px;
    margin: 0 0 5px 0;
    color: #555555;
}

div.content_element {
    margin-bottom: 20px;
}
div.content_element table td {
    height: 20px;
	border: 1px solid #cccccc;
	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;
}    

img.profile {
	border: 1px solid #cccccc;
	padding: 0;
}
.relative {
	position: relative;
}
.zoom {
    position:absolute;
    top:2px;
    left:2px;
    cursor:pointer;
    width:16px;
    height:16px;
    background-image:url('/athena/site/image/icon_zoom.png');
    background-position:right;
	background-repeat:no-repeat;
}

.slide{
	background-image:url(/athena/site/image/icon_plus.png);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
}

.slide.open{
	background-image:url(/athena/site/image/icon_min.png);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
}
.slideallnone {
	position: relative;
	height: 20px;
}
.slideall, .slidenone {
	background-image:url(/athena/site/image/icon_plus.png);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
	position:absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
}
.slidenone {
	background-image:url(/athena/site/image/icon_min.png);
	right: 20px;
}
.autosuggest {
	z-index: 9999;
}
.icon_add {
	display:block;
    cursor:pointer;
    width:16px;
    height:16px;
    background:url('/athena/site/image/icon_add.png') right top no-repeat;
}
.icon_delete {
	display:block;
    cursor:pointer;
    width:16px;
    height:16px;
    background:url('/athena/site/image/icon_delete.png') right top no-repeat;
}
.icon_information {
    position:absolute;
    top:20px;
    right:10px;
    cursor:pointer;
    width:16px;
    height:16px;
    background-image:url('/athena/site/image/icon_information.png');
    background-position:right;
	background-repeat:no-repeat;
}

.icon_information_2 {
    position:absolute;
    right:25px;
	top:10px;
	cursor:pointer;
    width:16px;
    height:16px;
    background-image:url('/athena/site/image/icon_information.png');
    background-position:right;
	background-repeat:no-repeat;
}

.icon_information_close {
    position:absolute;
    top:1px;
    right:0px;
    cursor:pointer;
    width:16px;
    height:16px;
    background-image:url('/athena/site/image/icon_delete.png');
    background-position:right;
	background-repeat:no-repeat;
}

.information {
    position:absolute;
    top:50px;
    left:0px;
    padding-top:10px;
    padding-right:15px;
    padding-left:10px;
    padding-bottom:10px;
    background-color:white;
    border:1px solid #5A2B0D;
}
.resultrow {
	height:94px;
	clear: both;
}
.resultblock {
	height:94px;
    width:200px;
    float:left;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #ffffff;
}
#navigation {
	text-align: center;
	margin: 10px 0 10px 0;
}
#navigation a {
	padding: 0 3px 0 3px;
}
#navigation .current {
	font-weight: bold;
	color: #999999;
	cursor: default;
}
#navigation .disabled {
	color: #999999;
	cursor: default;
}

.resultblock table{
    width:200px;
}

.ma-container{
	color: #000;
	border: 1px solid #333;
	background-color: #fff;
	position: absolute;
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 999;
}
.ma-container ul{
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
.ma-container li{
	padding: 2px 5px;
	line-height: 16px;
	cursor: pointer;
	float: left;
	width: 100%;
	overflow: hidden;
}
.ma-container .ma-hover{
	color: #fff;
	background-color: #FF4593 !important;
}
.ma-container .ma-odd{
}
.ma-container .ma-even{
	background-color: #F7F7F7;
}
.ma-loading{
	background-color: #ffffff;
}
.ma-selected{
	/*
	background-color: #ccfda8;
	*/
}
#register td:first-child, #register_upload td:first-child {
	width: 170px;
}
.spinner {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url('/athena/site/image/spinner.gif') no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
#debugbutton {
	width: 16px;
	height: 16px;
	position: fixed;
	right: 0;
	top: 0; 
	display: block;
    background:url('/athena/site/image/icon_information.png') left top no-repeat;
}
#debugwindow {
	width: 500px;
	height: 500px;
	position: fixed;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	background: #ffffff;
	border: 1px solid #cccccc;
	z-index: 999;
	overflow: auto;
}
