﻿
/*------------------------- CLASS --------*/
.S_Class_Body
{
    position: absolute;
    width: 270px;
    height: auto;
    left: 0px;
    top: 0px;
    background-color: White;
    box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.7);
    overflow: hidden;
    z-index: 2;
}
.S_Class_Items
{
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 0 8px 0;
    background-color: #FFFFFF;
    border-bottom: dotted 1px #AAAAAA;
    cursor: pointer;
    clear: both;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.S_Class_Items:hover
{
    background-color: #E0E0E0;
}
.S_Class_Items_Text
{
    float: left;
    margin-left: 10px;
    width: auto;
    height: auto;
    padding-top: 10px;
    font-family: 'HelveticaLt';
    font-size: 1.3em;
    text-align: left;
    color: Black;
}
.S_Class_Items_Sign
{
    float: right;
    width: 60px;
    height: auto;
    font-family: 'AtrinSign';
    font-size: 50px;
    text-align: center;
    color: Black;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.2);
}
/*-----------------------------------*/

/*------------------------ PASSENGERS -----*/
.S_Pass_Body
{
    position: absolute;
    width: 200px;
    height: auto;
    left: 0px;
    top: 0px;
    background-color: White;
    box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.7);
    overflow: hidden;
    z-index: 2;
}
.S_Pass_Items
{
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 0 5px 0;
    background-color: #FFFFFF;
    border-bottom: dotted 1px #AAAAAA;
    cursor: pointer;
    clear: both;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.S_Pass_Items:hover
{
    background-color: #E0E0E0;
}
.S_Pass_Items_Text
{
    width: 100%;
    height: auto;
    padding-top: 10px;
    font-family: 'HelveticaLt';
    font-size: 1.3em;
    text-align: center;
    color: Black;
}
/*------------------------------------------*/

/*------------------------- CLASS --------*/
.S_Stars_Body
{
    position: absolute;
    width: 200px;
    height: auto;
    left: 0px;
    top: 0px;
    background-color: White;
    box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.7);
    overflow: hidden;
    z-index: 2;
}
.S_Stars_Items
{
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 0 8px 0;
    background-color: #FFFFFF;
    border-bottom: dotted 1px #AAAAAA;
    cursor: pointer;
    clear: both;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.S_Stars_Items:hover
{
    background-color: #E0E0E0;
}
.S_Stars_Items_Text
{
    width: 100%;
    height: auto;
    padding-top: 10px;
    font-family: 'HelveticaLt';
    font-size: 1.1em;
    text-align: center;
    color: Black;
}
.S_Stars_Items_Sign
{
    width: 100%;
    height: auto;
    padding-top: 10px;
    font-family: 'AtrinSign';
    font-size: 30px;
    text-align: center;
    color: Black;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.2);
}
/*-----------------------------------*/