/******* Portal Section *******/

#userTools {
	width:880px;
	margin-left:10px;
}

#userTools #menu {
	width:210px;
	height:auto;
}

#userTools #menu #top {
	background-image:url('../images/smBlueTop2.jpg');
	width:207px;
	height:14px;
}

#userTools #menu #middle {
	background-image:url('../images/smBlueMid2.jpg');
	width:207px;
	height:auto;
}

#userTools #menu #bottom {
	background-image:url('../images/smBlueBot2.jpg');
	width:207px;
	height:14px;
}

#userTools #menu #menuTitle {
	display:block;
	width:100%;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:5px;
	color:#FFFFFF;
}

#userTools #menu #menuBtns {
	background-color:#FFFFFF;

	margin-left:15px;
	margin-right:15px;
	padding:5px;
	
	border:1px solid black;
}

#userTools #menu #menuBtns .menuBtn {
	background-color:#FFFFFF;
	background-image:url('../images/btnBlueUP.jpg');
	/*background-color:#0066FF;*/
	color:#FFFFFF;
	
	display:block;
	width:160px;
	height:24px;
	line-height:24px;
	margin:4px auto 4px auto;
	
	text-decoration:none;
	text-align:center;
	/*border:2px ridge black;*/
}

#userTools #menu #menuBtns .menuBtn_sel {
	background-image:url('../images/btnBlueDOWN.jpg');
	/*background-color:#003399;*/
	/*font-weight:bold;*/
}

#userTools #menu #menuBtns .menuBtn:hover {
	background-image:url('../images/btnBlueDOWN.jpg');
	/*background-color:#003399;*/
	/*font-weight:bold;*/
}

#ut_addV table {
	width:90%;
}

#vCat {
	padding-bottom:15px;
}

#index_admin_search td {
	/*border:1px solid black;*/
	padding-right:15px;
}

/************ Content *********/

#userTools #content {
	border:1px solid black;
	padding-left:10px;
}

#userTools #title {
	font-weight:bold;
	font-size:16px;
	padding-left:25px;
	padding-bottom:8px;
	margin-left:15px;
	margin-right:40px;
	margin-bottom:15px;
	
	border-bottom:1px dashed black;
}

.adminNav ul
{
	list-style:none;
	padding:0;
	margin:0;
}

.adminNav li
{	
	list-style-position:inside;
	list-style:none;
}

.addV_images {
	float:left;
	width:30%;
	margin:4px;
	border:1px solid black;
}

.addV_images img {
	width:99%;
}

.addV_images a {
	display:block;
	width:66%;
	margin:3px;
	padding:2px;
	text-decoration:none;
	line-height:22px;
	color:#000000;
	border:1px solid black;
}

.addV_images a:hover {
	background-color:#003399;
	color:#FFFFFF;
	font-weight:bold;
}

/* TABLE FORMATTING */
.billingDiv table 
{
	position: relative;
	top: -4px;
	left: -4px;
	border: 1px solid #000;
	background: #fff;
}
.billingDiv table caption
{
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	}
.billingDiv table th, .billingDiv table td 
{
	margin: 0;
	padding: 4px 10px;
	font-size:90%;
	border-bottom: 1px solid #b5b5b5;
	}
.billingDiv table th
{
	color: #666666;
	}	
.billingDiv table .name
{
	text-align: left;
	}
.billingDiv table tr
{
	background: #e6e6e6;
}
.billingDiv table tr.alt
{
	background: #f1f1f1;
}

.billingDiv table td select {
	width:98%;
}

/******************************/

/******************************/