/* 
    Document   : vmstyle
    Created on : Oct 7, 2009, 12:36:10 PM
    Author     : ligish
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.tables_style{
padding:10px 10px 10px 10px;
text-align:center;
border-bottom: 1px dotted #fdb44b;
border-left: 1px dotted #fdb44b;
 line-height: 17px;
width:20%;
}
.tables_styletop{
border-top:1px dotted #fdb44b;
background-color: #F3F3F3;
font-weight:bold;
}
.tables_styleright{
border-right:1px dotted #fdb44b;
}
.star_st{
color:#FF0000;
font-size:16px;
}
.form_st{
padding-bottom:10px;
padding-top:10px;
}

.vm_st{
	font:normal 14px Trebuchet MS;
	text-align:justify;
	color:#666666;
	}
.vm_banner{
  /* 
	background-color:#F2F2F2;
	border: 1px dotted #fdb44b;
	color:#49006E;
	width:883;
	 -moz-border-radius:5px;
	-webkit-border-radius:5px;
   background-image:url(eval/vm-images/banner.gif);
   background-repeat:repeat-x;
   width:90%;
   padding-top:0px;
    height:30px;*/
     color: #FFFFFF;
	  font-size:18px;
	  text-align:center;
   }
.vm_td{
      padding-bottom:10px;
	  }
           
.star_st1{
font-size:10px;
}           
