/* TOOLS */
* {
	margin: 0;
	padding: 0;
}

.clearFloat {
	clear:both;
}

.left {
    float:left;
}
.right {
    float: right;
}

div.vlvz a {
	color: #00009C;
}

div.vlvz b {
    color: #00009C;
}

div.vlvz a.arrow-right {
	background: url(../image/bt_arrow_blue.png) no-repeat right 4px;
        padding: 0 10px 0 0;
}

div.vlvz a.arrow-left {
	background: url(../image/bt_arrow_blue_left.png) no-repeat left 4px;
        padding: 0 0 0 10px;
}


div.vlvz .button {
    border: 1px solid #C2C1E1;
	height: 20px;
	padding: 0 0 0 20px;
    background: url(../image/bt_arrow_blue_bged.png) no-repeat left center;
    width: auto;
}
div.vlvz .button a {
    text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
	height: 16px;
	background-color: #EDEDF9;
    display: block;
}
div.vlvz img {
	border: 0;
}

div.vlvz {
	float:left;
	border:0;
	width: 485px; 
/*	display:block;*/
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5B63;
	line-height: 160%;
}

div.vlvz p{color: #5C5B63;}

.vlvz div#control {
	border-bottom: 1px #B0A9D3 dashed;
	padding: 0 0 15px 0;
}
.entry {

}
.vlvz div#control .entry {
	position: relative;
	float: left;
	height: 51px;
/*	display:block;*/
	width:170px;
	background-color: #E6E5F5;
	margin: 0 10px 0 0;
	cursor: pointer;
	z-index:999;
}


.vlvz div#control .entry1 {
	position: relative;
	float: left;
	height: 51px;
/*	display:block;*/
	width:100%;
	background-color: #E6E5F5;
	margin: 0 10px 0 0;
	cursor: pointer;
	z-index:999;
}

.vlvz div#control .entry2 {
	position: relative;
	float: left;
	height: 51px;
/*	display:block;*/
	width:325px;
	background-color: #E6E5F5;
	cursor: pointer;
	z-index:999;
}

.vlvz div#control .entry .link,.vlvz div#control .entry1 .link,.vlvz div#control .entry2 .link {
	position:absolute;
	left: 8px;
	top: 5px;
}
.vlvz div#control .entry .link a, .vlvz div#control .entry1 .link a,.vlvz div#control .entry2 .link a {
	text-decoration: none;
	color: #5D5A65;
	font-weight: bold;
	width:100%;
	width: 120px;  
    /*display: block; */
}
.vlvz div#control .entry .link a:hover,.vlvz div#control .entry1 .link a:hover,.vlvz div#control .entry2 .link a:hover {
color: #00019C;
}

.vlvz div#control .active .link a {
    color: #00009C;
}

.vlvz div#control .entry .image,.vlvz div#control .entry2 .image {
	position: absolute;
	right: 8px;
	top: 8px;
}
.vlvz div#control .entry .sublevel {
	background-color: #E6E5F5;
	position:absolute;
    /*display: block; */
	top: 51px;
	width: 147px;
	z-index: 1;
	border-left: 1px solid #C7C8E7;
	border-right: 1px solid #C7C8E7;
	border-bottom: 1px solid #C7C8E7;
	border-top: 1px solid #ffffff;
}

.vlvz div#control .entry2 .sublevel {
	background-color: #E6E5F5;
	position:absolute;
    /*display: block; */
	top: 51px;
	width: 324px;  
	z-index: 1;
	border-left: 1px solid #C7C8E7;
	border-right: 1px solid #C7C8E7;
	border-bottom: 1px solid #C7C8E7;
	border-top: 1px solid #ffffff;
}

.vlvz div#control .entry .sublevel .overlay {
    position: absolute;
    right: 4px;
    top: -44px;
}

.vlvz div#control .entry2 .sublevel .overlay {
    position: absolute;
    right: 4px;
    top: -44px;
}
.vlvz div#control .entry .sublevel ul,.vlvz div#control .entry2 .sublevel ul {
	list-style: none;
}

.vlvz div#control .entry .sublevel ul li,.vlvz div#control .entry2 .sublevel ul li {
    margin: 5px 5px 0px 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #A5A2D1;
	font-size: 11px;
}
.vlvz div#control .entry .sublevel ul li a,.vlvz div#control .entry2 .sublevel ul li a  {
    text-decoration: none;
}
.vlvz div#control .entry .sublevel ul li.last,.vlvz div#control .entry2 .sublevel ul li.last {
    border-bottom: none;
}


.vlvz .contentContainer h2 {
	padding: 5px 10px;
	background-color: #E3E6F9;
	color: #00019E;
	font-size: 12px;
	font-weight: bold;
	z-index: 2;
}

.vlvz .contentContainer table {
    width: 485px;
    border-collapse:collapse;
}
.vlvz .contentContainer table th {
   text-align: left;
	padding: 5px;
	border: 1px solid #C2C1E1;
	color: #00019C;
}

.vlvz .contentContainer table td {
	border: 1px solid #C2C1E1;
	padding: 5px;
}
.vlvz .contentContainer table tr {
	background-color: #ffffff;
}

.vlvz .contentContainer table tr.alt {
	background-color: #F9F8FD;
}

.vlvz .details {
    position: relative;
    width: 485px;
    margin-top: 20px;
}
.vlvz .details .paging {
    border: 1px solid #C1C2E0;
    padding: 5px 10px;
    background-color: #E6E5F5;
	 margin: 0 0 25px 0;
}

.vlvz .details a {
    color: #01009E;
}

.vlvz .details h1 {
    color: #01009E;
	font-size: 14px;
	margin: 0 0 20px 0;
	line-height: 22px;
}

.vlvz .details .course-detail {
    border: 1px solid #C1C2E0;
    margin-bottom: 25px;
	 line-height: 160%;
}

.vlvz .details .course-detail p {
    margin: 5px 10px;
	 line-height: 160%;
}

.vlvz .details .course-detail b {
    color: #01009E;
    display: inline;
	 font-size: 13px;
}

.vlvz .details .course-detail ul {
	list-style: none;
	margin-left: 5px;
	padding-top: 8px;
	color: #5C5B63;
}

.vlvz .details .course-detail h2 {
	padding: 8px 10px;
	margin-top: 10px;
}
.vlvz .details .course-detail ul li {
	background: url(../image/img_list_vlvz.png) no-repeat 0 6px;
	margin: 0 10px;
	padding: 0 10px;
	color: #5C5B63;
}

.vlvz .search {
    width: 485px;
}

.vlvz label {
    width: 90px;
    display: block;
    float: left;
   padding: 3px 0;
}

.vlvz input, .vlvz select {
   postion: relative;
   float: left;
   width: 200px;
	margin-right: 20px;
   height: 20px;
	font-size: 13px;
	margin-bottom: 5px;
	border: 1px solid #c1c2e0;
}

.vlvz .search .searchbox {
   border: 1px solid #C1C2E0;
	padding: 5px 0 1px 8px;
	background-color: #E6E5F5;
}

.vlvz .search .searchbox label {
    width: 80px;
}

.vlvz .search .specialsearch-submit {
    margin-left: 90px;
    margin-top: 10px;
}

.vlvz .footer {
	width: 485px;
	margin: 20px 0 0 0;	
}