body
{
	font-family: Tahoma, Verdana, Cambria;
	font-size:0.9em;
    background: -webkit-gradient(linear, left top, left bottom, from(White), to(LightGreen));
    background: -webkit-linear-gradient(left, White, LightGreen);
    background: -moz-linear-gradient(left, White, LightGreen);
    background: -ms-linear-gradient(top, White, LightGreen);
    background: -o-linear-gradient(top, White, LightGreen);	
}

/*table
{
	border:1px solid white;
}

tr
{
	border:1px solid white;
}

td
{
	border:1px solid white;
}*/

.tNode
{
	background-image:url(Images/bg.jpg);
	background-repeat:repeat;
	width:100%;
	height:23px;
	font-weight:bolder;
}

.tdCaptionStyle
{
    height:14px; 
    background-color:Gray; 
    border-top:1px solid Green;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left:5px;
    font-weight:bold;
    font-size:1em;
    color:Yellow;
}

.tdHeadStyle
{
    height:35px; 
    background-color:#cbcb9f; 
    border-top:1px solid Green;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight:bold;
    font-size:1.5em;
    color:Black;
}

.tdHeadStyleBottom
{
    height:35px; 
    background-color:#cbcb9f; 
    border-top:1px solid Green;
    border-bottom-left-radius: 15px; 
    border-bottom-right-radius: 15px;
    font-weight:bold;
}

.tdListStyle
{
    height:20px; 
    background-color:Gray; 
    border-top:1px solid Green;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight:bold;
    font-size:1.5em;
    color:Yellow;
    text-align:center;
}

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, Blue);
   color:White;
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   font-size: 12px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: Black;
   cursor:pointer;
}
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

.backGroundGradiant
{
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(left, #3e779d, Green);
   background: -moz-linear-gradient(left, Green, #3e779d);
   background: -ms-linear-gradient(top, #3e779d, Green);
   background: -o-linear-gradient(top, #3e779d, Green);
}

.backGroundGradiantPanel
{
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(left, #3e779d, Green);
   background: -moz-linear-gradient(left, Green, #3e779d);
   background: -ms-linear-gradient(top, #3e779d, Green);
   background: -o-linear-gradient(top, #3e779d, Green);
   border: 2px solid white;
}

.boxShadow
{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.tdHeadStyleLessHeight
{
    height:20px; 
    background-color:#cbcb9f; 
    border-top:1px solid Green;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight:bold;
    font-size:1.2em;
    color:Black;
}

.tdHeadStyleBottomLessHeight
{
    height:20px; 
    background-color:#cbcb9f; 
    border-top:1px solid Green;
    border-bottom-left-radius: 15px; 
    border-bottom-right-radius: 15px;
    font-weight:bold;
}

.tdHover
{
    
}

.tdHover:hover
{
    background-color:Black;
    color:White;
}

