/* calendar styles */
#calendar_div {
display: none;
border: 1px solid #E0E0E0;
z-index: 10; 
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
#calendar_div a {
cursor: pointer;
}
button.calendar_trigger {
width: 25px;
}
img.calendar_trigger {
margin: 2px;
vertical-align: middle;
}
#calendar_control, #calendar_links, #calendar_header, #calendar {
clear: both;
float: left;
width: 200px;
color: #fff;
}
#calendar_control {
background: #98B4BD;
}
#calendar_links {
background: #000;
}
#calendar_control a, #calendar_links a {
font-weight: bold;
font-size: 75%;
letter-spacing: 1px;
padding: 2px 5px;
color: #FFFFFF;
text-decoration: none;
}
#calendar_control a:hover {
color: #FFFFFF;
text-decoration: underline;
}
#calendar_links a:hover {
background: #ddd;
color: #333;
}
#calendar_clear, #calendar_prev {
float: left;
}
#calendar_current {
float: left;
width: 35%;
text-align: center;
}
#calendar_close, #calendar_next {
float: right;
}
#calendar_header {
background: #333;
text-align: center;
}
#calendar_header select {
background: #333;
color: #fff;
border: 0px;
font-weight: bold;
}
#calendar {
background: #ccc;
text-align: center;
font-size: 105%;
}
#calendar a {
color: #333;
}
#calendar a:hover {
color: #000;
background: none;
}
#calendar .calendar_titleRow {
background: #777;
}
#calendar .calendar_daysRow {
background: #eee;
color: #666;
}
#calendar .calendar_daysCell {
color: #000;
border: 1px solid #ddd;
}
#calendar .calendar_weekEndCell {
background: #ddd;
}
#calendar .calendar_daysCellOver {
background: #fff;
border: 1px solid #777;
}
#calendar .calendar_unselectable {
color: #888;
}
#calendar_today {
background: #fcc !important;
}
#calendar_currentDay {
background: #999 !important;
}
#calendar_cover {
display: none !important; /*sorry for IE5*/
display: block; /*sorry for IE5*/
position: absolute; /*must have*/
z-index: -1; /*must have*/
/*filter: mask(); /*must have*/
top: -1px; /*must have*/
left: -1px; /*must have*/
width: 202px; /*must have to match width and borders*/
height: 210px; /*must have to match maximum height*/ 
}
/* Form */
.form {
border-collapse: collapse;
line-height: 25px;
margin: 10px 0px 10px 0px; 
}
.form td {
padding: 0px 5px 1px 5px;
font-size: 11px;
font-family: Tahoma,Sans;
vertical-align: 50%; 
}
.form-row .prerow {
display: none;
}
.form-row .label {
width: 50%;
}
.form-row .prefield {
display: none;
}
.form-row .field {
width: 50%;
}
.form-row .postfield {
display: none;
}
.form-row .postrow {
display: none;
}
.text-input, .password-input, .button-input {
border: 1px solid #E0E0E0;
padding: 3px;
width: 250px;
color: #494E57;
}
.select-input {
border: 1px solid #E0E0E0;
padding: 3px;
width: 258px;
margin: 0px 0px 1px 0px;
color: #494E57;
}
.textarea-input {
border: 1px solid #E0E0E0;
padding: 3px;
width: 250px;
height: 150px;
color: #494E57;
}
.date-input {
border: 1px solid #E0E0E0;
padding: 3px;
width: 250px;
color: #494E57;
}
.date-input-button {
border: 1px solid #E0E0E0;
padding: 3px;
width: 20px;
color: #494E57;
height: 22px;
}
.validator-input {
border: 1px solid #E0E0E0;
width: 170px !important;
width: 250px;
color: #494E57;
background-position: 0% 50%;
background-repeat: no-repeat;
padding: 3px 3px 3px 83px;
}
.validator-input-button {
border: 1px solid #E0E0E0;
padding: 3px;
width: 20px;
color: #494E57;
height: 22px;
}
.reset-input {
min-width: 100px;
height: 22px;
border: 1px solid #E0E0E0;
color: #333333;
background-color: #FFFFFF;
color: #000000;
}
.submit-input {
min-width: 100px;
height: 22px;
border: 1px solid #E0E0E0;
color: #333333;
background-color: #D7EFA1;
color: #000000;
}
.form-invalid-field {
border: 1px solid #FF0000;
background-color: #FFEEEE;
}
.form-field-focused {
border: 1px solid #62A0BD;
background-color: #FFFFCC;
}
.form-field-required {
color: #FF0000;
font-size: 10px;
}
.form-errors {
margin: 10px 0px 0px 0px;
}
.form-errors .form-errors-title {
display: none;
}
.form-errors .form-invalid-field {
color: red;
border: none;
background-color: transparent;
cursor: pointer;
}
.form-clone-template {
display: none;
}
.timer-container {
}
.timer-active {
color: #000000;
}
.timer-inactive {
color: #999999;
}
/* EOF Form */
/* Grid */
.grid-table {
width: 100%;
border-collapse: separate;
border: 1px solid #666666;
background-color: #C0C0C0;
border-width: 1px;
border-spacing: 1px;	
}
.grid-table td {
background-color: #FFFFFF;
padding: 1px 1px 1px 3px;
}
.grid-table th {
background-color: #DADADA;
padding: 1px 1px 1px 3px;
}
.grid-tools {
text-align:	right;
border-bottom: 1px solid #666666;
}
.grid-tool-button {
display: block;
width: 25px;
height: 25px;
float: right;
border: 1px solid #CCCCCC;
text-align: center;
margin: 5px 5px 5px 0px;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.grid-tool-button:hover {
border: 1px solid #FF0000;
background-position: 50% 55%;
}
.grid-tool-column {
text-align: center;
width: 80px;
}
.grid-tool-column a, .grid-tool-column img {
border: none;
text-decoration: none;
}
.grid-paging-holder {
border-top: 1px solid #CCCCCC;
}
.grid-paging {
width: 100%;
border-collapse: collapse;
}
.grid-totals {
border-top: 1px solid #CCCCCC;
background-color: #EEEEEE;
color: #666666;
font-weight: bold;
}
.grid-paging td {
padding: 5px;
text-align: center;
font-size: 11px;
font-family: Tahoma, Sans;
}
.grid-paging td a {
display: block;
}
.grid-status {
text-align: center;
}
/* EOF Grid */
body {
font-family: "Nimbus Sans L", "Arial", sans;
font-size: 13px;
margin: 0px; 
padding: 0px; 
background-color: #EFEFEF;
}
a {
color: #356AA0;
text-decoration: none;
cursor: pointer;
}
a:hover {
color: #CC0000;
text-decoration: underline;
}
.header {
background-color: #EFEFEF;
background-image : url(http://bancuri.glumet.ro/file/timg/fn_img01.gif);
background-repeat: repeat-x;
background-position: 0% 100%;
width: 100%;
height: 156px;
position: relative;
margin: 0px;
padding: 0px;
}
.logo {
position: absolute;
width: 270px;
height: 144px;
background-image : url(http://bancuri.glumet.ro/file/timg/fn_img02.jpg);
background-repeat: no-repeat;
background-position: 50% 0%;
top: 0px;
left: -5px;
}
.home-link {
display: block;
position: absolute;
text-decoration: none;
font-size: 36px;
font-weight: bold;
padding: 105px 0px 0px 150px;
color: #356AA0;
top: 0px;
left: 10px;
}
.home-link:hover {
color: #356AA0;
text-decoration: none;
}
.home-text {
color: #CC0000;
font-size: 18px;
}
.login-form {
width: 250px;
height: 90px;
position: absolute;
top: 5px;
right: 20px;
background-color: #D7EFA1;
color: #356AA0;
font-weight: bold;
}
.login-form-tl {
width: 20px;
height: 20px;
top: 0px;
left: 0px;
position: absolute;
background-image: url(http://bancuri.glumet.ro/file/timg/fn_corners.gif);
background-position: 0px 0px;
}
.login-form-tr {
width: 20px;
height: 20px;
top: 0px;
right: 0px;
position: absolute;
background-image: url(http://bancuri.glumet.ro/file/timg/fn_corners.gif);
background-position: 20px 0px;
}
.login-form-br {
width: 20px;
height: 20px;
bottom: 0px;
right: 0px;
position: absolute;
background-image: url(http://bancuri.glumet.ro/file/timg/fn_corners.gif);
background-position: 20px 20px;
}
.login-form-bl {
width: 20px;
height: 20px;
bottom: 0px;
left: 0px;
position: absolute;
background-image: url(http://bancuri.glumet.ro/file/timg/fn_corners.gif);
background-position: 0px 20px;
}
.login-form-spacer {
height: 2px;
}
.login-form-row {
height: 18px;
margin: 10px;
position: relative;
}
.login-form-label {
height: 18px;
line-height: 22px;
width: 70px;
position: absolute;
top: 0px;
left: 5px;
}
.login-form-input {
margin: 0px;
padding: 0px 3px 0px 3px;
height: 18px;
width: 144px !important;
width: 150px;
background-image: url(http://bancuri.glumet.ro/file/timg/fn_field.gif);
background-position: 0px 18px;
position: absolute;
top: 0px;
right: 10px;
border: none;
}
.login-form-data {
width: 140px;
position: absolute;
top: 0px;
right: 10px;
line-height: 22px;
overflow: hidden;
}
.login-form-button {
margin: 0px;
padding: 0px;
height: 18px;
width: 50px;
background-image: url(http://bancuri.glumet.ro/file/timg/fn_button.gif);
background-position: 50% 50%;
position: absolute;
top: 0px;
right: 110px;
border: none;
cursor: pointer;
font-size: 11px;
}
.login-forgot {
position: absolute;
top: 0px;
right: 10px;
font-size: 11px;
line-height: 18px;
}
.login-forgot a {
color: #454545;
text-decoration: none;
}
.login-forgot a:hover {
text-decoration: underline;
color: #CC0000;
}
.login-register {
color: #333333;
position: absolute;
top: 100px;
right: 40px;
}
.login-register a {
color: #356AA0;
text-decoration: none;
}
.login-register a:hover {
text-decoration: underline;
color: #CC0000;
}
.tabs {
position: absolute;
bottom: 11px;
right: 20px;
width: 550px;
height: 25px;
}
.tab {
display: block;
float: right;
width: 125px;
background-image: url(http://bancuri.glumet.ro/file/timg/fn_tab.gif);
background-position: 50% 50%;
background-repeat: no-repeat;
text-align: center;
color: #356AA0;
font-weight: bold;
font-size: 15px;
line-height: 26px;
text-decoration: none;
margin-left: 1px;
height: 25px;
}
.tab:hover {
color: #CC0000;
text-decoration: none;
}
.column-left {
float: left;
position: relative; 
width: 260px;
background-image : url(http://bancuri.glumet.ro/file/timg/fn_img03.jpg);
background-repeat: no-repeat;
background-position: 0% 0%;
color: #356AA0;
padding: 0px 0px 20px 20px;
margin: 10px 0px 0px 10px;
}
.column-right {
top: 0px;
float: right;
position: relative;
padding-right: 0px 20px 0px 0px;
width: 160px;
}
.content {
position: relative;
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
}
.content:focus {
-moz-outline: 0px none;
-moz-outline-offset: 0px;
-moz-outline-radius: 0px;
}
.middle {
margin: 0px 180px 0px 280px;
padding: 10px;
}
.page {
background-image : url(http://bancuri.glumet.ro/file/timg/fn_img04.jpg);
background-repeat: no-repeat;
background-position: 0% 0%;
color: #356AA0;
padding: 20px 10px 20px 45px;
min-height: 300px;
height: auto !important;
height: 300px;
}
.cleaner {
clear:both;
height:1px;
font-size:1px;
border:none;
margin:0px;
padding:0px;
background:transparent;
}
.footer {
height:120px; 
position: relative;
clear: both;
background-color: #EFEFEF;
border-top: 5px solid #DDDDDD;
text-align: center;
width: 100%;
}
.vote {
position: absolute; 
top: 10px; 
left: 20px;
}
.stats {
position: absolute; 
bottom: 10px; 
left: 20px;
}
.footer-ads {
display: inline;
}
.xhtml-valid {
position: absolute; 
top: 10px; 
right: 20px;
}
.css-valid {
position: absolute; 
bottom: 10px; 
right: 20px;
}
.xhtml-valid img, .css-valid img {
border: none;
}
.categories-title {
margin: 20px 0px 5px 40px;
padding: 0px;
color: #CC0000;
font-size: 18px;
line-height: 24px;
font-weight: bold;
}
.categories-title-lang {
margin: 0px 0px 0px 40px;
padding: 0px;
color: #CC0000;
font-size: 18px;
line-height: 24px;
font-weight: bold;
}
.categories-list {
margin: 0px;
padding: 0px 20px 0px 40px;
}
.categories-list li {
margin: 0px;
padding: 0px;
height: 20px;
}
.toggle-categories {
display: block;
margin: 0px 30px 0px 40px;
text-align: right;
}
.category-header {
display: inline;
font-weight: normal;
margin: 0px;
padding: 0px;
}
.category {
text-decoration: none;
color: #356AA0;
font-size: 13px;
}
.category:hover {
text-decoration: none;
color: #CC0000;
}
.category-active {
color: #CC0000;
display: inline;
font-weight: normal;
font-size: 13px;
}
.page-title {
margin: 0px;
padding: 0px 0px 10px 0px;
color: #CC0000;
font-size: 18px;
line-height: 24px;
}
.top-users {
margin: 0px 0px 0px 20px;
padding: 0px;
}
.clear-float {
clear: both;
}
.joke {
border-bottom: 1px solid #CC3333;
padding: 10px;
}
.joke-body {
color: #333333;
padding-bottom: 10px;
}
.joke-meta {
text-align: left;
}
.joke-author-link {
font-weight: bold;
text-decoration: none;
}
.joke-author-link:hover {
text-decoration: underline;
}
.joke-actions {
text-align: right;
}
.joke-rating {
color: #CC0000;
}
.paging {
text-align: right;
padding-right: 10px;
}
.adsense-ads {
width: 160px;
margin: 10px 0px 0px 0px;
}
.adsense-links {
margin: 10px 0px 0px 0px;
text-align: center;
height: 20px;
}
.adsense-menu-links {
width: 160px;
margin: 10px 0px 0px 0px;
}
.rating {
display: block !important;
height: 17px;
}
.rating:after {
content: '.';
display: block;
height: 0;
width: 0;
visibility: hidden;
}
.cancel,
.star {
float: left;
width: 17px;
height: 15px;
overflow: hidden;
text-indent: -999em;
cursor: pointer;
}
.cancel,
.cancel a {
background: url(http://bancuri.glumet.ro/file/timg/fn_delete.gif) no-repeat 0 -16px;
}
.star,
.star a {
background: url(http://bancuri.glumet.ro/file/timg/fn_star.gif) no-repeat 0 0px;
}
.cancel a,
.star a {
display: block;
width: 100%;
height: 100%;
background-position: 0 0px;
}
div.rating div.on a {
background-position: 0 -16px;
}
div.rating div.hover a,
div.rating div a:hover {
background-position: 0 -32px;
}
.response {
color: #999999;
font-size: 12px;
height: 15px;
overflow: hidden;
line-height: 16px;
text-indent: 5px;
}
.rating-error {
color: #CC0000;
}