
.profimg {
float:right;
border: #d6d6d6 1px solid;
margin: 0px 0px 5px 10px; 
}

.tabplacement {
float:left;
width:150px;
}

.shadetabs{
width:153px;
padding: 0px 27px 0px 0px;
margin: 10px 0px 0px 0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
float: left;
background-image:url(/uploadedimages/globalcampus/scripts/line.jpg);
background-repeat: repeat-y;
background-position:left top;
}


.long{
padding: 0px 8px 0px 0px;
border-right:1px solid #eee;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
/*height:450px;*/
overflow:auto;
scrollbar-face-color:#eeeeee;
scrollbar-highlight-color:#eeeeee;
scrollbar-3dlight-color:#fff;
scrollbar-darkshadow-color:#dddddd;
scrollbar-shadow-color:#eeeeee;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#ffffff;
}




.shadetabs li{
padding:0px 0px 10px 0px;
line-height:14px;
}

.shadetabs li a{
padding-left:15px;
display: block;
text-decoration: none;
}

.shadetabs li a:visited{
color: #4768de;
}

.shadetabs li a:active{
color: #4c4c4c; /*color:#4768de;*/
}

.shadetabs li a:hover{
text-decoration: none;
background-image:url(/uploadedimages/globalcampus/scripts/arrow2.jpg);
background-repeat: no-repeat;
background-position: left top;
}

.shadetabs li.selected{
position: relative;
top: 0px;
color:#10284b;
}


.shadetabs li a.selected{ /*selected main tab style */
background-image:url(/uploadedimages/globalcampus/scripts/arrow.jpg);
background-repeat: no-repeat;
background-position: left top;
color: #4c4c4c; /*none*/
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
/*color:#4768de;*/
color: #4c4c4c;
background-image:url(/uploadedimages/globalcampus/scripts/arrow.jpg);
background-repeat: no-repeat;
background-position: left top;
cursor:default;
}

.tabcontentstyle{ /*style of tab content container*/
width: 415px;
margin-bottom: 1em;
margin-top:10px;
background-color:#fff;
padding: 0px 0px 10px 0px;
/*border-left:1px solid #eee;*/
height:100%;
min-height:450px;
}


.tabcontent{
display:none;
float:right;
}

@media print {
.tabcontent {
display:block!important;
}
}

/* */


