* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 16px/22px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
p {margin: 0 0 18px; padding: 0 0 0 10px;
   line-height: 1.5em; }
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 80px;
        background: #a0c0e0 url(../img/sky.jpg) repeat-x;
        padding: 10px 0 0 10px;
        margin-bottom: 10px;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 90px;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -90px auto 0;
	min-width: 1000px;
	height: 90px;
	background: #BFF08E;
     background: #a0c0e0 url(../img/fence.jpg) repeat-x;
}


input  {font-size: 200%;}

.children {position: absolute; bottom:0px; right: 10px;}

h1 {color: #000;padding:10px; margin:0; }

h2 {color: #000;padding: 0  0  5px 0; margin:0; }

.ridge {background-color: green; border: solid 0px green; margin-bottom: 20px;}
.ridge td {text-align:center; color: #FFF; width: 110px; height: 110px;  background: #fc0 url(../img/grass-texture.jpg) repeat-y; 
                  font-weight: bold;}
                  
.seeds  {text-align:center; color: #FFF; width: 419px; height: 192px;  background: #fc0 url(../img/seeds.gif) repeat-y; 
                  font-weight: bold;}                  

.fix {display:inline; }
.ridge a {color: #FFF; text-decoration: none;}
.ridge a:hover {color: #FFF; text-decoration: underline;}
.send_from { padding-bottom: 20px;}
span.copyright {color: #000; font-size: 12px;  padding-left: 10px;}
span.copyright  a {color: #000; border: 0 } 




ol,ul {
 padding-left: 1em;

      list-style-position: inside;
}

.empty
{
 border: 2px solid #f00;
 background-color: #fee;
}

#demotip { 
    display:none; 
    background:transparent url(../img/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff; 
    _background-color:#fff; 
}


.tooltip { 
    display:none; 
    background-color:#ffa; 
    border:1px solid #cc9; 
    padding:3px; 
    font-size:12px; 
    -moz-box-shadow: 2px 2px 11px #666; 
    -webkit-box-shadow: 2px 2px 11px #666; 
    width:250px; 
}

div.scroll {
height: 330px;
width: 330px;
overflow: auto;
border: 1px solid #666;
background-color: #ccc;
padding: 8px;
}

.alignleft {
   float: left;
   margin-right: 10px;
    margin-left: 5px;
}


 

                UL.tabNavigation {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }

                UL.tabNavigation LI {
                    display: inline;
                }

                UL.tabNavigation LI A {
                    padding: 3px 5px;
                    background-color: #ccc;
                    color: #000;
                    text-decoration: none;
                }

                UL.tabNavigation LI A.selected,
                UL.tabNavigation LI A:hover {
                    background-color: green;
                    color: #fff;
                    padding-top: 7px;
                }
                
                UL.tabNavigation LI A:focus {
                        outline: 0;
                }

                div.tabs > div {
                        padding: 3px;
                        margin-top: 2px;
                        border: 3px solid green;
                        text-align: center;
                }
                
            
                #first {
            
                    background: #fc0 url(../img/grass-texture.jpg) repeat;
                }

                #second {
       
                    background: #fc0 url(../img/grass-texture.jpg) repeat;
                }

               
        