/* 
 * 	atlantis_base CSS File
 *	v1.0.1
 */

/* navi */
.atlantis_navi {
	background: #304451 !important;
}

.atlantis_red {
	color: #DD0000 !important;
}

.atlantis_mainbox_content {
    margin: 10px 0 5px 0;
    /* height: 80px; */
    /* font-size: 16px; */
    overflow: hidden;
}

.atlantis_mainbox_title {
	text-align: center;
	padding: 0px 0px;
    /* font-size: 16px; */
    overflow: hidden;
}

.atlantis_thumbnail {
	max-width: 80px;
}

/* szines tabla */
.colorfultable {
    font-family: Arial,Helvetica,sans-serif;
    width: 100%;
    border-collapse: collapse;
}

.colorfultable table,  .colorfultable tbody,  .colorfultable table tr {
    font-size: 110%;
    color: #F8F8F8;
    border: 1px solid #139;
    padding:3px 7px 3px 4px;
}

.colorfultable  tr td, .colorfultable textarea {
    font-size: 100%;
    color: #111144;
    border: 1px solid #139;
    padding:3px 7px 3px 4px;
}

.colorfultable  tr:nth-child(even) {
    background: #E0E0E0;
    background-image: linear-gradient(#e0e0e0, #d0d0d0);
}
.colorfultable  tr:nth-child(odd) {
    background: #F8F8F8;
    background-image: linear-gradient(#fefefe, #eeeeee);
}

/* 
col:first-child {background: #FF0}
col:nth-child(2n+3) {background: #CCC}
*/

.colorfultable tr.alt td {
    color: #002;
    background-color:  #C0C8E8;
}

.colorfultable th {
    font-size: 1.0em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #358;
    color: #F8F8F8
}
