/*
 * This Stylesheet is for My Sister' Budget
 * Copyright 2006 - 2007, Spiral Inc. All Rights Reserved
 *
 * Updated 4/26/07 by DCC
 */

/*  Elements *//* TAG MODIFIERS /*

body {
         font-family: Verdana, sans-serif;
         font-size: 10 pt;
}

a:link {
         text-decoration: none;
         font-family: Verdana, sans-serif;
         font-weight: normal;
         font-size: 10 pt;
         color:#000000;
}

a:visited {
         text-decoration: none;
         font-family: Verdana, sans-serif;
         font-weight: normal;
         font-size: 10 pt;
         color:#000000;
}
 
select {
         font-family: Verdana, sans-serif;
         font-size: 10 pt;
         z-index : 0;
}          


input {
         font-family: Verdana, sans-serif;
         font-size: 10 pt;
         z-index : 0;
}          


p {
         font-family: Verdana, sans-serif;
         font-size: 10 pt;
         font-weight: normal;
         margin-left: 10pt;
         margin-right: 10pt;
}

ol {
         font-family: Verdana, sans-serif;
         font-size: 10 pt;
         font-weight: normal;
         margin-left: 10pt;
         margin-right: 10pt;
}

ul {
         font-family: Verdana, sans-serif;
         font-size: 10 pt;
         font-weight: normal;
         margin-left: 10pt;
         margin-right: 10pt;
}

td {
         font-family: Verdana, sans-serif;
         font-size: 10 pt;
         font-weight: normal;
}

th {
         font-family: Verdana, sans-serif;
         font-size: 10 pt;
         font-weight: bold;
         color:#FFFFFF;
         backgroun:#6666CC;
}





/* Classes */
.norm {
         font-family: Verdana, sans-serif;
         font-weight: normal;
         font-size: 10 pt;
         color:#000000;   
}

.red {
         font-family: Verdana, sans-serif;
         font-weight: normal;
         font-size: 10 pt;
         color:#FF0000;   
}

.blue {
         font-family: Verdana, sans-serif;
         font-weight: normal;
         font-size: 10 pt;
         color:#0000FF;   
}

.green {
         font-family: Verdana, sans-serif;
         font-weight: normal;
         font-size: 10 pt;
         color:#00FF00;   
}


#alphaBackground {

	top: 0;
   left: 0;
   height: 100%;

	position: absolute;
   -moz-opacity: 1.00;
   -khtml-opacity: 1.00;
   z-index: 0;
}

#bravoBackground {

	top: 0;

   height: 100%;
   
   left: 260px;

	position: absolute;
   -moz-opacity: 1.00;
   -khtml-opacity: 1.00;
   z-index: 2;
}

#charlieBackground {

	top: 215;
   left: 124;



	position: absolute;
   -moz-opacity: 1.00;
   -khtml-opacity: 1.00;
   z-index: 3;
}

