/*
+ ----------------------------------------------------------------------------+
|     Orders for e107 website system
|
|     ©Mohammad Reza Maghoul 2010
|     http://www.maghoul.com
|     mreza.maghoul@gmail.com
|
|     Released under the terms and conditions of the
|     GNU General Public License (http://gnu.org).
|
+----------------------------------------------------------------------------+
*/
.level1, .level1 a{
    color: #EE0000;
}

.level2, .level2 a{
    color: #0000EE;
}

.level3, .level3 a{
    color: #26ae26;
}

.canceled, .canceled a{
    color: #FF7700;
}

.registered{
    color: #26ae26;
}

.unavailable{
    color: #FF7700;
}

.available{
    color: #0000EE;
}

