@charset "utf-8";
/* CSS Document */

/* general style */
* { margin: 0; padding: 0; text-decoration: none; }

body { margin: 0; padding: 0; font-family: Tahoma; font-size: 12px; line-height: 170%; background-color: #313b3d; width: 100%; min-width: 1248px;}

a, 
img { border: none; outline: none; }

h2 { font-weight: 100; margin: 10px auto; font-size: 26px; }

div#login-register-shape { width: 100%; background: #273538; border-bottom: 1px solid #FFFFFF; }

div#logo-shape { width: 100%; height: 230px; }

div#logo-shape a { border: none; outline: none;  border: 0; }

div#logo-shape a img { margin: 50px; outline: none; }

div#flash-shape { width: 100%; min-width: 1370px; min-height: 0;  color: #2f94d1; font-size: 17px; font-weight: 100; margin: 0; padding: 0; }

div#flash-shape a.close-flash-message:link,
div#flash-shape a.close-flash-message:visited { float: right; margin: 2px 5px; font-size: 12px; color: #2f94d1;  }

div#flashMessage.message { color: #2f94d1; padding: 15px; background: url('../images/default_footer_background.png') repeat left top; } /* flash message */ 

.login-class-hidden,
.register-class-hidden { display: none; }

#main-content-shape { width: 100%; min-width: 1370px; height: auto; background: url(../images/homepage-background_.png) repeat; /* margin-bottom: 10px; */ }

#cake-crumb { width: 1248px; height: 23px; margin: 0 auto;  color: #313b3d; padding: 5px 15px; font-size: 12px; font-family: "Tahoma"; }

#cake-crumb a:link,
#cake-crumb a:visited { color: #313b3d; }

#cake-crumb a:hover { text-decoration: underline; }

#cake-crumb img { border: none; margin: 0 5px; }

select[multiple] {height: inherit!important;}

.s4y-username-dashboard{color: #E1E1E1;padding: 7px;font-size: 13px;font-family: Arial;}

.multiselect {
    display: table !important;
    margin: 0 auto !important;
}

.multiselect > * {
    display: table-cell;
}

.options {
    vertical-align: middle;
}

.options input {
    width: 60px;
    display: block;
    margin: -3px auto;
}

.select-list {
    min-width: 200px;
}

#select1 {
    float: right !important;
}

#select2 {
    float: left !important;
    color: #999;
}