/*---------------------------------------------
  				Styles for VAI
  --------------------------------------------*/

/*box styles  */
.box1
{    
    margin:20px 0;
    padding: 20px;
    background: #fff;
	background:url(../imagesvai/boxbg.gif) top left repeat-x;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
	height:100%;
}

.box2
{    
    margin:20px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
	height:100%;
}

.box3
{    
    margin:20px 0;
    padding: 20px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
	height:100%;
}

.box4
{    
    margin:20px 0;
    padding: 20px;
    border: 1px solid #ff6600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
	height:100%;
}


/*table1 styles  */

#table1 table {
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px #ccc solid;
	border-bottom: none;
}

#table1 thead th {
	background: #e2e2e2 none repeat scroll 0 0;
	border-top: 1px #fff solid;
}
#table1 thead th {
	border-bottom:1px #bbb solid;
}
#table1 th {
	border-bottom: 3px #bbb solid;
	padding-right: 0.8em;
	padding-left: 0.8em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	text-align: left;
}

#table1 td {
	background: #f1f1f1;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
	padding-right: 0.8em;
	padding-left: 0.8em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

#table1 tr.even td {
	background: #f8f8f8;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
}

#table1 td.active {
	background-color: #e4e4e4;
}

/*table2 styles  */

#table2 table{
border:none;
border-collapse:collapse;
margin:10px 0 10px 0;
}

#table2 td,th
{
border-bottom:1px solid #cacaca;
color:#4c4c4c;
padding:10px 15px;
}
#table2 th
{
background:url(../imagesvai/table-head-mid.gif) repeat-x 0 0;
text-align:left;
padding-left:20px;
}
#table2 th.lefthead
{background:url(../imagesvai/table-head-left.gif) no-repeat 0 0;
text-align:left;
padding-left:20px;
}
#table2 th.righthead
  {background:url(../imagesvai/table-head-right.gif) no-repeat right top;
text-align:left;
}

#table2 table a {text-decoration:none;}
#table2 table a:link {}
#table2 table a:visited {}

#table2 tbody tr:hover 		{background:#f1f1f1;}

tr.even
{
background:#f1f1f1;
}


/*line styles  */


.line2 {
	border-bottom :1px solid #ddd;
	}
	
	
/*button styles  */

a.button, a.button-color, a.button-color2 {
	background: url('../imagesvai/button.png') no-repeat scroll top left; 
	float: left;
	height: 27px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 5px;
}

a.button span, a.button-color span, a.button-color2 span  {
	background: url('../imagesvai/button.png') no-repeat scroll top right; 
	float: left;
	height: 22px;
	position: relative;
	left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	cursor: pointer;
}

a.button:hover span {
	color: #666;
}

a.button-color {
	background: url('../imagesvai/button_color.png') no-repeat scroll top left; 
}

a.button-color span {
	background: url('../imagesvai/button_color.png') no-repeat scroll top right; 
	color: #fff;
}

a.button-color2 {
	background: url('../imagesvai/button_color2.png') no-repeat scroll top left; 
}

a.button-color2 span {
	background: url('../imagesvai/button_color2.png') no-repeat scroll top right; 
	color: #d6e4f4;
}

a.button:hover, a.button-color:hover, a.button-color2:hover  {
	background-position: left -155px;
}

a.button:hover span, a.button-color:hover span, a.button-color2:hover span {
	background-position: right -155px;
}


/*header styles  */

	
h1 {
	font-size:24px;
	letter-spacing:-1px;
	color:#36A1C8;
	font-weight:bold;
	padding:10px 0 5px;
}

h3 {
	font-size:14px;
	padding:5px 0 0;
}

h4 {
	font-size:16px;
	padding:5px 0 0;
}

h5 {
	font-size:14px;
	color:#4c81bd;
	padding:5px 0 0;
}

h6 {
	font-size:16px;
	color:#4c81bd;
	padding:5px 0 0;
}


/*image styles  */

.leftalign
{
float:left;
margin-right:15px;
}

.rightalign
{
float:right;
margin-left:15px;
}

/*bullet styles  */

#bullet2 {
	background:url(../imagesvai/bullet2.png) top left no-repeat;
	padding-left:20px;
	padding-top:0px;
	position:relative;
	}
	
/*list styles  */	