
body
{
font-family:Arial;

}
.body {            
   /* background: url(../images/8.jpg) ;*/
   color:#333;
padding: 20px;
/*background-color: #F4F9FF; */

/* outer shadows  (note the rgba is red, green, blue, alpha) */
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
/* rounded corners */
-webkit-border-radius: 12px;
-moz-border-radius: 7px; 
border-radius: 7px;

/* gradients */
background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%); 
/* For IE 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#D5E4F3);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#D5E4F3)";
/*behaviour:url(border-radius.htc); */
behavior: url(/PIE.htc);

} 
.Cbutton
{
	font-weight:bold;
	width: 161px;
	height: 35px;
	font-size: 15pt;
	color:White;
	border-style:groove;
	border-color:White;
	background:#830206;
		 font-family:Arial Black;
	cursor:pointer;	
}


button.next
{
	cursor:pointer;
	 font-family: Arial;
	 font-size: 17pt;
	 font-weight: bold;
	 width: 100px;
	 height: 60px;
	 color: #000000;
}

.bigtable
{
	
	width: 495px; 
	height:400px;
}
.divLevels
{
	display:inline;
	font-family: Arial;
	width: 500px;  
	height: 400px;
	font-weight:bold;
	width: 300px;
	height: 250px;
}
.tbWizard
{
height: 350px;
}
.tbWizard label
{
font-size:15pt;
}
.tbWizard span
{
font-size:10pt;
}
.bigDiv
{
	background:#DDDDDD;
	border-color:Black;
	width: 500px;  
	height: 480;
	border-style:double;
	border-width:thick;
}
.textbox
{
	background-color:#FCF8F8;
	width:150px;
	height: 33px;
	font-size: 18pt;
	color:#cc0000;
	margin-bottom: 0px;
	padding: 5px;
border: 1px solid #CCC;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.uploadfile
{
	background-color:#EEEEEE;
	font-weight:bold;
	width:150px;
	height: 40px;
	font-size: 18pt;
	color:#cc0000;
	border-style:groove;
	margin-bottom: 0px;
}

label,p
{
	
	font-size:15;
	
}
td
{
	
}
.div-title
{
	text-align :center ;
	width:30px;
	font-family:Arial;
	text-align:right;
	font-size:18pt;
}
select
{
	/*overflow :scroll; */
	/*	background-color:Transparent;
	 width:199px;
	  font-size:15pt;
	 color:#cc0000 ;
	 text-align:right;
	 padding:3px;
	 -moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid gainsboro;
display: inline-block;*/
}


radio
        {
        	background-color:Green ;
        	border-style:solid;
        	}
        	
    	.formStyle
       	{
       	    font-family:Arial;
       	    font-size:16pt;	
       	   /* width:769px;*/
       	     border-style :ridge;
       	     /*border-color :Red;*/
       	}
       	.formStyle input
       	{
       	    font-family:Arial;
       	    font-size:16pt;	
       	    margin-left: 0px;
       	    width:250px;
}
/*.gridview
{
	text-align:right;
	width:100%;
	cursor:pointer;
}*/
 /*==============================================*/   
 
#cssmenu ul {margin: 0; padding: 7px 6px 0; background: #7d7d7d url(images/overlay.png) repeat-x 0 -110px; line-height: 100%; border-radius: 1em; font: normal .8em/1.5em Arial, Helvetica, sans-serif; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4); -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);}
#cssmenu li {margin: 0 5px; padding: 0 0 8px; float: right; position: relative; list-style: none; }
#cssmenu a,
#cssmenu a:link {font-weight: bold; color: #e7e5e5; text-decoration: none; display: block; padding:  8px 20px; margin: 0; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;	 text-shadow: 0 1px 1px rgba(0,0,0, .3); }
#cssmenu a:hover { color: #fff;}
#cssmenu .active a, 
#cssmenu li:hover > a {background: #BBB url(images/overlay.png) repeat-x 0 -40px; color: #444; border-top: solid 1px #f8f8f8; -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2); -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2); box-shadow: 0 1px 1px rgba(0,0,0, .2); text-shadow: 0 1px 0 rgba(255,255,255, 1); }
#cssmenu ul ul li:hover a,
#cssmenu li:hover li a {background: none; border: none; color: #666; -webkit-box-shadow: none; -moz-box-shadow: none;}
#cssmenu ul ul a:hover {background: #8f8f8f url(images/overlay.png) repeat-x 0 -100px !important; color: #fff !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-shadow: 0 1px 1px rgba(0,0,0, .1);}
#cssmenu li:hover > ul {display: block;}
#cssmenu ul ul {display: none; margin: 0; padding: 0; width: 185px; position: absolute; top: 40px; left: 0; background: #ddd url(images/overlay.png) repeat-x 0 0; border: solid 1px #b4b4b4; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3); -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3); box-shadow: 0 1px 3px rgba(0,0,0, .3);}
#cssmenu ul ul li {float: none; margin: 0; padding: 3px; }
#cssmenu ul ul a {font-weight: normal; text-shadow: 0 1px 0 #fff; }
#cssmenu ul:after {content: '.'; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
* html #cssmenu  ul {height: 1%;}
 
 
 /* 
 #cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 58px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: #141414;
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  border-bottom: 2px solid #e00f16;
    width: 916px;
    margin-right: 0px;
    margin-top: 0px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  color: #ffffff;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 49px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: right;
    top: -1px;
    left: -3px;
    height: 49px;
    width: 334px;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e00f16;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
}
#cssmenu > ul > li:hover > a {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #e00f16;
  border-bottom: 1px dotted #ec6f73;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #AA070C;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #b00c11;
  border-bottom: 1px dotted #d06d70;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #b00c11;
  border-bottom: 1px dotted #d06d70;
}*/
/*========================================================*/
#dashboard
{
	/*border-style:double;
	border-bottom-color:Black;*/
	
}
#dashboard text
{
	


}
.text
{
	font-family:Arial;
	font-size:15pt;
}
       
   /*=================================================*/
#cssmenu2 {
	width: 200px;
	margin: 0;
	padding: 0;
	display: block;
}
#cssmenu2 ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#cssmenu2 ul li 
{
	
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg-bubplastic-button.gif) top left no-repeat;
	/*background:Black  top left no-repeat;*/
}

#cssmenu2 ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 35px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	/*font-family: 'Helvetica Neue',helvetica,'microsoft sans serif',arial,sans-serif;*/
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url('../images/bg-bubplastic-button.gif') top left no-repeat;
	/*background:Black top left no-repeat;*/
}

#cssmenu2 ul li a span
{
	/*font-size:15pt;*/
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url( '../images/bg-bubplastic-button.gif' ) no-repeat right top;
	/*background:Black no-repeat right top;*/
	cursor: pointer;
}

#cssmenu2 ul li a:hover,
#cssmenu2 ul li.active a {
	background: transparent url('../images/bg-bubplastic-h-red.gif') top left no-repeat;
	/*background:Red top left no-repeat;*/
}
#cssmenu2 ul li a:hover span,
#cssmenu2 ul li.active a span {
	background: transparent url('../images/bg-bubplastic-h-red.gif') top right no-repeat;
	/*background:Red top right no-repeat;*/
}
#divProject
{
	display:block ;
	color:White;

	
	}
#divProject :hover
{
	cursor:pointer;
	display:block;
	background:#8C0408;
}


    
    
    
    
    
    
  /*=============================================*/

.new
{
    font-size: 17pt;
    font-family:Guttman Yad-Light;
	 font-weight: bold;
	 width: 100px;
	 height: 60px;
	 color:Red;
    }
    
   

     
.label
{
color:White;
}
.txtboxCor
{
    border-style: solid;
-moz-border-radius: 15px;
border-radius: 15px;
width: 115px;
height: 25px;
background-color: white;
border-color: gray;
padding-left:5px;
padding-right:5px;
outline: none;
    }
    
.link
{
background: url(../images/w1.png) no-repeat;  
text-decoration: none;
	height: 18px;
}


Cbutton1 {
  color: #900;
  font-weight: bold;
  font-size: 150%;
  text-transform: uppercase;
}



.bt {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	/*box-shadow:inset 0px 1px 0px 0px #ffffff;*/
	box-shadow: 0px 1px 6px rgba(23, 69, 88, 0.5);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	width:150px;
	cursor:pointer;
	behavior: url(/PIE.htc);
}.bt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.bt:active {
	position:relative;
	top:1px;
}
.btnBlue
{
    -moz-box-shadow: inset 0px 1px 0px 0px #dcecfb;
-webkit-box-shadow: inset 0px 1px 0px 0px #DCECFB;
box-shadow: inset 0px 1px 0px 0px #DCECFB;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #BDDBFA), color-stop(1, #80B5EA) );
background: -moz-linear-gradient( center top, #BDDBFA 5%, #80B5EA 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
background-color: #BDDBFA;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
border: 1px solid #84BBF3;
display: inline-block;
color: #FFFCFF;
font-family: arial;
font-size: 15px;
font-weight: bold;
padding: 6px 24px;
text-decoration: none;
text-shadow: 1px 1px 0px #1765B3;
    }
    .btnBlue:hover
    {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
	background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background-color:#80b5ea;
        }
.btSm {
	-moz-box-shadow:inset 0px 1px 0px -9px #d9c3db;
	-webkit-box-shadow:inset 0px 1px 0px -9px #d9c3db;
	box-shadow:inset 0px 1px 0px -9px #d9c3db;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #dfdfdf 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
	/*background-color:#ffffff;*/
	
	-moz-border-radius:36px;
	-webkit-border-radius:36px;
	border-radius:36px;
	border:12px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:7px 21px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
}.btSm:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ffffff 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ffffff');
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ffffff');
	*/
	background-color:#dfdfdf;
}.btSm:active {
	position:relative;
	top:1px;
}
.btSm2 {
	-moz-box-shadow:inset 0px 1px 42px -9px #8e1399;
	-webkit-box-shadow:inset 0px 1px 42px -9px #8e1399;
	box-shadow:inset 0px 1px 42px -9px #8e1399;
	background-color:#ffffff;
	-moz-border-radius:36px;
	-webkit-border-radius:36px;
	border-radius:36px;
	border:6px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:9px 76px;
	text-decoration:none;
	text-shadow:1px -2px 0px #ffffff;
}.btSm2:hover {
	background-color:#dfdfdf;
}.btSm2:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

/* This imageless css button was generated by CSSButtonGenerator.com */

/*.editbtn {
	-moz-box-shadow:inset 18px 1px 12px 0px #a4e271;
	-webkit-box-shadow:inset 18px 1px 12px 0px #a4e271;
	box-shadow:inset 18px 1px 12px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 5px;
	text-decoration:none;
	cursor:pointer;
}.editbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.editbtn:active {
	position:relative;
	top:1px;
}
.delbtn {
	-moz-box-shadow:inset 18px 1px 12px 0px #f7c5c0;
	-webkit-box-shadow:inset 18px 1px 12px 0px #f7c5c0;
	box-shadow:inset 18px 1px 12px 0px #f7c5c0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) );
	background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
	background-color:#fc8d83;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 5px;
	text-decoration:none;
	cursor:pointer;
}.delbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83) );
	background:-moz-linear-gradient( center top, #e4685d 5%, #fc8d83 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83');
	background-color:#e4685d;
}.delbtn:active {
	position:relative;
	top:1px;
}*/

.btold
{
  background: url(../images/ty.jpg) no-repeat; 
    border-style: solid;
-moz-border-radius: 10px;
border-radius: 10px;
width: 140px;
height: 30px;
padding-left:5px;
padding-right:5px;
outline: none;
border-color:White;
color:White;
    }
    .btold:hover
    {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  cursor: hand; cursor: pointer;   
 }
 .small
 {
 	width:80px;
 	}
 .gradientBoxes { 
height: 200px;
color:#333;
padding: 20px;
/*background-color: #D7E9F5; */

/* outer shadows  (note the rgba is red, green, blue, alpha) */
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
box-shadow: 0px 1px 6px rgba(23, 69, 88, 0.5);
/* rounded corners */
-webkit-border-radius: 12px;
-moz-border-radius: 7px; 
border-radius: 7px;

/* gradients */
background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%); 
background: -linear-gradient(top, white 0%, white 55%, #D5E4F3 130%); 
/* For IE 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#D5E4F3);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#D5E4F3)";
/*behaviour:url(border-radius.htc); */
behavior: url(/PIE.htc);
}
 .ttaa_test
 {
border: 1px solid #696;padding: 60px 0;text-align: center; width: 200px;
-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;-moz-box-shadow: #666 0px 2px 3px;box-shadow: #666 0px 2px 3px;
background: #FF9999;background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF9999), to(#66EE33));
background: -webkit-linear-gradient(#FF9999, #66EE33);background: -moz-linear-gradient(#FF9999, #66EE33);
background: -ms-linear-gradient(#FF9999, #66EE33);background: -o-linear-gradient(#FF9999, #66EE33);
background: linear-gradient(#FF9999, #66EE33);
-pie-background: linear-gradient(#FF9999, #66EE33);
behavior: url(/PIE.htc);
 }
       #t1 :hover
{
	cursor:pointer;
	display:block;
	background:White;
}
.t
{
    background:#8C0408;
    color:White;
    
    }
	
	.rowHeder
	{
	background-color: #311D1D;
color: white;
	}
		

ul#css3menu ul{
	display:none;position:absolute;left:-1px;top:98%;padding:0 6px 6px;}
ul#css3menu li:hover>*{
	display:block;}
ul#css3menu li:hover{
	position:relative;}
ul#css3menu ul ul{
	position:absolute;left:98%;top:-2px;}
ul#css3menu,ul#css3menu ul{
	margin:0;list-style:none;background-color:#7D7D7D;background-image:url("bk.png");background-repeat:repeat;border-width:1px;border-style:solid;border-color:#B4B4B4;-moz-border-radius:28px;-webkit-border-radius:28px;border-radius:28px;}
ul#css3menu{
	padding:6px 6px 6px 0;display:block;font-size:0;position:absolute;z-index:1000;left:10px;top:10px;}
ul#css3menu li{
	display:block;white-space:nowrap;font-size:0;float:left;}
ul#css3menu>li,ul#css3menu li{
	margin:0 0 0 6px;}
ul#css3menu ul>li{
	margin:6px 0 0;}
ul#css3menu a:active, ul#css3menu a:focus{
	outline-style:none;}
ul#css3menu a{
	display:block;vertical-align:middle;border-width:0;border-style:solid;border-color:transparent;text-align:left;text-decoration:none;padding:8px 20px;font:12px Arial,sans-serif;color:#666;cursor:pointer;}
ul#css3menu ul li{
	float:none;}
ul#css3menu ul a{
	text-align:left;}
ul#css3menu li:hover>a{
	background-color:#0078FF;border-color:#F8F8F8;border-style:solid;font:12px Arial,sans-serif;color:#FFF;text-decoration:none;}
ul#css3menu img{
	border:none;vertical-align:middle;margin-right:16px;width:16px;height:16px;}
ul#css3menu ul img{
	width:16px;height:16px;}
ul#css3menu img.over{
	display:none;}
ul#css3menu li:hover > a img.def{
	display:none;}
ul#css3menu li:hover > a img.over{
	display:inline;}
ul#css3menu ul span{
	background-image:none;padding-right:16px;}
ul#css3menu li.topitem>a{
	background-color:;background-image:none;background-position:0 0;border-width:1px 0 0 0;border-style:solid;border-color:transparent;border-radius:1.6em;-moz-border-radius:1.6em;-webkit-border-radius:1.6em;font:bold 13px Arial,sans-serif;color:#E7E5E5;text-decoration:none;text-shadow:0 1px 1px #000000;}
ul#css3menu li.topitem:hover>a{
	background-color:#666666;background-image:url("bk.png");background-position:0 100%;border-style:solid;border-color:#F8F8F8;font:'bold 13px Arial,sans-serif';color:#444444;text-decoration:none;text-shadow:0 1px 0 #FFFFFF;}
ul#css3menu .submenu>li{
	margin:0;}
ul#css3menu .submenu{
	background-color:#DDDDDD;background-image:url("bksub.png");border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;padding:0;}
ul#css3menu li.subfirst>a{
	border-radius:9px 9px 0 0;-moz-border-radius:9px 9px 0 0;-webkit-border-radius:9px 9px 0 0;}
ul#css3menu li.sublast>a{
	border-radius:0 0 9px 9px;-moz-border-radius:0 0 9px 9px;-webkit-border-radius:0 0 9px 9px;}

