/*
Copyright (c) 2004-2005 Avicy Marketing, All Rights Reserved.
Metallic CSS
Revision: 1.0
*/

body {
	margin: 25px 0 25px 0;
	background: url(viv/viv_back.gif) repeat #00254e;
	color: #000000;
	font: normal 1em Tahoma, Arial, Helvetica, sans-serif;
}
p {
	font-size: 100%;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #338;
}
a:hover{
	color: #55A;
}

/************** header tag styles **************/

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1{
 font: bold 125%;
}
h2{
 font: bold 114%;
}
h3{
 	font: bold 185%;
	padding: 15px 0 3px;
}
h4{
	font-size: 125%;
}
.tableHead {
	font-weight: bold;
	font-size: 90%;
	color: #941322;
	background: url("viv/viv_cell.gif") top right no-repeat;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-top: 5px;
	border-bottom: 1px solid #496596;
	border-left: 1px solid #496596;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #941322;
}

input, select, textarea{
	border: 1px solid #a2a7b0;
	font: Arial;
	font-size: 100%;
}
#Comments {
	font-size: 120%;
}
input.radioButton, input.checkbox { border: none; background-color: #FFF;}

input.button {
	padding: 5px 5px 2px 2px;
	margin: 0;
	background: url("viv/viv_btnback.gif") top right no-repeat #dfe2e1;
	cursor: hand;
	border: 0;
	border-bottom: 1px solid #496596;
	border-left: 1px solid #496596;
}
input.disabled {
	background-color: #edeffd;
	color: #000;
	border: none;
	cursor: default;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#content{
	padding: 20px;
	margin: 0px;
	background: url("viv/viv_body.gif") no-repeat top right #edeffd;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	border-right: 1px solid #f8e57a;
}
.leftCol {
	background-color: #6387c9;
	background-image: url("viv/viv_colback.png");
	border-left: 1px solid #f8e57a;
	margin: 0px;
	padding: 0px;
}

#header {
	width: 730px;
	background: url("viv/viv_head.png") top left no-repeat #fff;
	height: 79px;
	padding: 15px 0 0 60px;
}
#header a {
	text-decoration: none;
	border-bottom: none;
}
#header h1 {
	font: bold italic 245%;
	color: #00254e;
}
.mainTable {
	background-color: #f8e57a;
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	padding: 0px;
	border-bottom: 1px solid #f8e57a;
}
.highlight {
	background-color: #F4F6FA;
}
.mailCol {
	width: 600px;
}
.lightText,.footer {
	font-size: 70%;
}
.footer {
	text-align: center;
	border-top: 1px dashed #496495;
	padding: 5px;
	border-right: 1px solid #f8e57a;
	background: url("viv/viv_footer.gif") top left repeat-y #fff;
}
.tabl {
	color: #546D98;
	font-size: 100%;
}
#floatRight{
	float: right;
	width: 150px;
	border-top: 1px solid #496495;
	border-left: 1px solid #496495;
	background: url("viv/viv_float.png") bottom right;
	padding: 0px 18px 18px 12px;
	margin: 68px 0 0px 10px;
	text-align: left;
}
#floatRight b{
	font-size: 110%;
	font-weight: bold;
}
#floatRight p{
	text-align: left;
	margin-top: 13px;
	margin-bottom: 5px;
}

#preview {
	background-color: #CCFFFF;
	width: 730px;
	border: 2px dashed #364F7B;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 15px;
}

/************** feature styles *****************/

.feature{
	padding: 0px 10px 10px;
	font-size: 75%;
	min-height: 400px;
	height: 350px;
}

html>body .feature {height: auto;}

.divLine {
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #D2D7E0;
	padding-bottom: 10px;
}

/************ navLinks styles **************/

#navLinks{
	float: left;
	width: 199px;
	padding-bottom: 95px;
	background: url("viv/viv_navtop.png") top left no-repeat;
}
#navLinks a:link, #navLinks a:visited {
	background: #bcc3e2;
	background-image: url("viv/viv_navback.png");
	display: block;
	padding: 4px 0px 2px 0px;
	margin-bottom: 3px;
	color: #00254e;
	text-decoration: none;
	height: 20px;
	padding-left: 0px;
	margin-left: 16px;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active,
#navLinks a:hover, #navLinks a:active {
	background-image: url("viv/viv_navnull.png");
	text-decoration: none;
	border-bottom: none;
		margin-left: 16px;
}

#navLinks ul a:link, #navLinks ul a:visited {
	display: block;
	padding-left: 40px;
}
#navLinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-size: 80%;
}
#navLinks li {
	margin: 0;
}

/************* subMenu styles **************/

.subNav {
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}

.subNav h2{
	padding: 0px 0px 5px 10px;
	font-size: 100%;
}
.subNav a{
    display: block;
}

/********* tab styles *********/
.tabOn {
	background: url("viv/viv_cell.gif") top right no-repeat #EDF3F9;
	border-left: 1px solid #496495;
	padding: 3px 10px 4px 8px;
	font-size: 90%;
}
.tabOff {
	background: url("viv/viv_taboff.gif") top right no-repeat #EDF3F9;
	border-left: 1px solid #496495;
	padding: 3px 10px 4px 8px;
	font-size: 90%;
}

.tabOff a:link, .tabOff a:visited{text-decoration: none;} 
.tabOff a:active, .tabOff a:hover{text-decoration: none;}
	
.tabBottom {
	background: url("viv/viv_tabline.gif") repeat-x #EDF3F9;
}
/************** print styles **************/

@media print{ 

body {
	background: white;
	font-size: 12pt;
	}
	
#navLinks {
	display: none;
	}
	
.leftCol {
width: 0px;
}
	
#content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

.footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: none;
	border-left: none;
}
}
