@charset "UTF-8";

 */Addtional css stylecontent */
a { 
	color: #3977cc;
	font-family: tahoma, helvetica;
	font-size:10px;
}
a:hover {
	color: #93977cc;
	background: inherit;
	font-family: tahoma, helvetica;
	font-size:10px;
	text-align: center;
}
body,td,input	{
	font-family: tahoma, helvetica;
	font-size: 10px;
	color: #777777;
	text-align: left;
	position: static;
}
	
.img {
	padding-left: 13px;
	border:#FFFFFF;
	border-width: 0px;
}

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	background-color: #373c39;
	font-family: tahoma, helvetica;
	font-size: 12px;
	font-variant:small-caps;
	font-weight:bold;
	text-align:left;
	padding-top: 5px;
	padding-left: 5px;
	color: #fff;
	width: 90px;
	height: 20px;
	position: relative;
	top: 1px;
	float: left;
	margin: 0px 0px 0px 0px;
	list-style: none;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #777777;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-moz-border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	-behavior:url(border-radius.htc);
	-opera-border-radius:4px 4px 0px 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}


.TabbedPanelsTabHover {
	background-color:#3977cc;
	border-bottom:#777777;
	border-bottom-width: 1px;
}


.TabbedPanelsTabSelected {
	background-color:#3977cc;
	border-bottom: 1px solid #777777;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	background-image: url(../images/colorBG.jpg);
	background-repeat:repeat;
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-border-radius: 4px;
	width: 420px;
	height: 435px;

}


.TabbedPanelsContent {
	padding: 4px;
	text-align:left;

}


.TabbedPanelsContentHardware {
	padding: 4px;
	overflow:scroll;
	scrollbar-face-color: #ebebeb;
	scrollbar-highlight-color: #fdfdfd;
	scrollbar-3dlight-color: #fdfdfd;
	scrollbar-darkshadow-color: #373c39;
	scrollbar-shadow-color: #373c39;
	scrollbar-arrow-color: #373c39;
	scrollbar-track-color: #373c39;
	height: 430px;
	width: 410px;

}
.TabbedPanelsContentSoftphones {
	padding-right: 15px;
	padding: 4px;
	text-align:left;
	overflow-x:hidden;
	overflow-y:scroll;
	scrollbar-face-color: #ebebeb;
	scrollbar-highlight-color: #fdfdfd;
	scrollbar-3dlight-color: #fdfdfd;
	scrollbar-darkshadow-color: #373c39;
	scrollbar-shadow-color: #373c39;
	scrollbar-arrow-color: #373c39;
	scrollbar-track-color: #373c39;
	height: 430px;
	width: 410px;
}

.TabbedPanelsContentVisible {
	text-align: center;
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
