/************************************************************************
 * This file is part of Foobar.                                         *
 *                                                                      *
 * Foobar is free software: you can redistribute it and/or modify       *
 * it under the terms of the GNU General Public License as published by *
 * the Free Software Foundation, either version 3 of the License, or    *
 * (at your option) any later version.                                  *
 *                                                                      *
 * Foobar is distributed in the hope that it will be useful,            *
 * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
 * GNU General Public License for more details.                         *
 *                                                                      *
 * You should have received a copy of the GNU General Public License    *
 * along with Foobar.  If not, see <http://www.gnu.org/licenses/>.      *
 *                                                                      *
 ************************************************************************/
 
 
body{
   font-family:Verdana,"Times New Roman", Times, sans-serif;
   font-size:0.8em;
}
a{
	text-decoration: none;
}
a:visited {}
a:hover {
	text-decoration: underline;
}
h2 {
   font-family:"Times New Roman", Times, serif;
   font-size:1.5em;
}
h1 {
   font-family:"Times New Roman", Times, serif;
   font-size:2em;
}

#main-wrapper{
   border-style:solid;
   border-width:1px;
   
   
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.ecardImg { 
   border:1px solid #888;
   -moz-box-shadow: 2px 2px 10px #AAAAAA;
   -webkit-box-shadow: 2px 2px 10px #AAAAAA;
   box-shadow: 2px 2px 10px #AAAAAA;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.ecardWrapper {
	background-color:#000000;
	color:#FFFFFF;
	-moz-box-shadow: 2px 2px 10px #000000;
    -webkit-box-shadow: 2px 2px 10px #000000;
    box-shadow: 2px 2px 10px #000000;
   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav { 
   border-style:solid;
   border-width:1px;
   font-size:10px;
}
.nav ul {
   padding:5px;
   font-size:12px;
}
/*
.left_nav_b{
	background-color:#333333;  
}
.left_nav_a{
	background-color:#111111;  
}
*/

.numberStep {
   font-size:50px;
}
.step{
   font-size:15pt;
   border-style:dotted;
   border-width:0;
   border-bottom-width:3px;
}
 
 
/*
body{
   background-color:#000000;
   font-family:Verdana,"Times New Roman", Times, sans-serif;
   font-size:0.8em;
   color:#CCCCFF;
}
a{
	color: #0094EC;
	text-decoration: none;
}
a:visited {}
a:hover {
	text-decoration: underline;
}
h2 {
   font-family:"Times New Roman", Times, serif;
   font-size:1.5em;
   color:#0066CC;
}
h1 {
   font-family:"Times New Roman", Times, serif;
   font-size:2em;
   color:#0066CC;
}

#main-wrapper{
   background-color:#000011;   
   border:1px solid #0094EC;
   -moz-box-shadow: 2px 2px 10px #AAAAff;
   -webkit-box-shadow: 2px 2px 10px #AAAAff;
   box-shadow: 2px 2px 10px #AAAAff;
   
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.ecardImg { 
   border:1px solid #888;
   -moz-box-shadow: 2px 2px 10px #AAAAAA;
   -webkit-box-shadow: 2px 2px 10px #AAAAAA;
   box-shadow: 2px 2px 10px #AAAAAA;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.ecardWrapper {
	background-color:#000000;
	color:#FFFFFF;
	-moz-box-shadow: 2px 2px 10px #000000;
    -webkit-box-shadow: 2px 2px 10px #000000;
    box-shadow: 2px 2px 10px #000000;
   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav { 
   border:1px solid #0094EC;
   font-size:10px;
}
.nav ul {
   padding:5px;
   font-size:12px;
}

.left_nav_b{
	background-color:#333333;  
}
.left_nav_a{
	background-color:#111111;  
}
.numberStep {
   color:#8C8C8C;
   font-size:50px;
}
.step{
   color:#0094EC;
   font-size:15pt;
   border-bottom:3px dotted #0094EC;
}
*/
