/*
	Fixed
*/
body,html {
	margin: 0px;
	padding: 2px;
}

.red {
	color: #ff3333;
}

img {
	border: 0;
	padding: 0;
	background: #fff;
}
.logo {
	padding-left: 30px;
	padding-bottom: 5px;
}
.heading_icon {
	float: left;
	margin-top: 12px;
	margin-right: 5px;
}
.wrapper {
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 100%;
}
.inner-wrapper {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

/*
	Cols
*/
.clear {
	clear: both;
}

.c1 {
	float: left;
	width: 100%;
}

.c2 {
	float: left;
	width: 49.6%;
}

.c3 {
	width: 33.3%;
	float: left;
}

.c4 {
	width: 24.9%;
	float: left;
}

.c5 {
	width: 19.8%;
	float: left;
}

.c6 {
	width: 10%;
	float: left;
}

.c7 {
	width: 74.8%;
	float: left;
}

.c8 {
	width: 90%;
	float: left;
}

.c9 {
	width: 66.6%;
	float: left;
}

.c10 {
	width: 65%;
	float: left;
}

.c11 {
	width: 34%;
	float: left;
}

.c12 {
	width: 14%;
	float: left;
}

.c13 {
	width: 84%;
	float: left;
}

.c20 {
	float: left;
	padding-right: 100px;
}

/*
	Form
*/
input, select, textarea {
	background: #fff;
	font: inherit;
	border: 0;
	vertical-align: middle;
}

input[disabled], select[disabled], textarea[disabled] {
	color: #808080;
}

input.text-input {
	background: url(../img/input.gif) left top;
	width: 290px;
	height: 26px;
	padding: 4px 6px 0 4px;
}
input.text-input-small {
	background: url(../img/input-small.gif) top left;
	width: 190px;
	height: 21px;	
	padding: 2px 6px 0 4px;	
}
input.text-input-super-small {
	background: url(../img/input-super-small.gif) top left;
	width: 100px;
	height: 21px;
	padding: 2px 6px 0 4px;
}
select.select-input {
	width: 298px;
	height: 23px;
	margin: 3px 0 5px 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #EEEEEE;
}
select.multi-select-input {
	width: 298px;
	height: 120px;
	margin: 3px 0 5px 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #EEEEEE;
	z-index: -1;
}
select.multi-select-input-small {
	width: 398px;
	height: 70px;
	margin: 3px 0 5px 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #EEEEEE;
	z-index: -1;
}
select.multi-select-input-large {
	width: 785px;
	height: 170px;
	margin: 3px 0 5px 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #EEEEEE;
	z-index: -1;
}
select.select-input-medium {
	width: 125px;
	height: 21px;
	margin: 3px 0 5px 0;
	border: 1px solid #EEEEEE;
}
select.select-input-small {
	width: 50px;
	height: 21px;
	margin: 3px 0 5px 0;
	border: 1px solid #EEEEEE;
}
select.select-input-medium {
	width: 185px;
	height: 21px;
	margin: 3px 0 5px 0;
	border: 1px solid #EEEEEE;
}
select.select-input-large {
	width: 785px;
	height: 21px;
	margin: 3px 0 5px 0;
	border: 1px solid #EEEEEE;
}
textarea.textarea-input {
	background: url(../img/textarea.gif) top left;
	width: 330px;
	height: 123px;
	border: 0;
	padding: 4px 6px 0 4px;
}
textarea.textarea-input-superlarge {
	width: 800px;
	height: 300px;
	border: 1px solid #F3F3F3;
	padding: 4px 6px 0 4px;
}

#loadingWrapper {
	border-bottom: solid #fc0 3px;
	margin-top: 5px;
	padding-top: 6px;
	margin-right: 45px;
	padding-bottom: 6px;
	width: 325px;
}

#loadingWrapper p {
	margin: 0px;
	padding: 0px;
	color: #333;
}


/*
	Table
*/
table.overview-table th {
	height: 20px;
	color: #808080;
	text-align: center;
}

table.overview-table .icons {
	border-bottom: 1px solid #F3F3F3;
	border-right: 5px solid #F3F3F3; 
	padding: 2px;
	text-align: right;
	width: 100%;
}

table.overview-table .icons img {
	margin-right: 3px;
}

table.overview-table .right-line {
	border-left: 5px solid #F3F3F3; 
	padding-left: 5px;
}

table.overview-table .right-line-2 {
	border-left: 5px solid #FF0084; 
	padding-left: 5px;
}

table.overview-table .table-form-info {
	border-left: 5px solid #F3F3F3;
	padding-left: 30px;
	font-size: 7pt;
	width: 350px;
	line-height: 15px;
	margin-left: 20px;
	background: url(/img/buttons/help_12.png) no-repeat 10px 3px;
	vertical-align: top;
}

table.overview-table td {
	height: 22px;
	line-height: 19px;
	padding-right: 15px;
}
table.overview-table th.th-align-left {
	text-align: left;
}
table.overview-table td.td-align-right {
	text-align: right;
}
.th-bg {
	padding: 4px;
	background: #F3F3F3;
}

.overview-table-checkbox {
	background-color: #F3F3F3;
	padding: 4px 3px 4px 2px;
}
.overview-table-checkbox-nobg {
	padding: 4px 3px 4px 2px;
}
table.overview-table td.overview-table-arrow-td {
	color: #FF3CA1;
	font-style: italic;
	padding-left: 0px;
}
table.overview-table td.overview-table-lightgrey {
	color: #D4D4D4;
	font-style: italic;
}
table.overview-table td.overview-table-infobox {
	width: 150px;
	background-color: #F3F3F3;
	font-style: italic;
}

/*
	Incall
*/
.incall {
	top: -20px;
	position: absolute;
	padding: 2px 0 0 10px;

	line-height: normal;
	height: 22px;
	width: 109px;
	font-size: 7pt;
	color: #fff;
	background: url(/img/incall.png) no-repeat center;

    opacity: .70;
    filter: alpha(opacity=70);  /* For IE */	
}

/*
	Infobox
*/
.infobox_large {
	background: url(/img/new_highlight_large.gif) no-repeat center;
	height: 155px;
	width: 488px;
}

.infobox_medium {
	background: url(/img/new_highlight_medium.gif) no-repeat center;
	height: 87px;
	width: 488px;
}

.infobox_small {
	background: url(/img/new_highlight_small.gif) no-repeat center;
	height: 25px;
	width: 488px;
}

.infobox_large p, .infobox_medium p, .infobox_small p {
	padding-left: 25px;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
}
.infobox_large h2, .infobox_medium h2, .infobox_small h2 {
	color: #FF0084;
	font-size: 13px;
	font-weight: lighter;
	line-height: 0px;
	padding-top: 12px;
	padding-left: 25px;
	padding-bottom: 0;
	margin-bottom: 0;
}


/*
	Menu
*/
.yuimenu, .yuimenubar {
	font-size: 7pt;
}


/*
	SimpleDialog
*/
.yui-panel .bd {
	line-height: 1.1em;
	text-shadow: #F1F1F1 1px 1px 1px;
	margin-bottom: 0px;
	/*color: #808080;*/
	font-size: 13px;
	font-weight: bolder;
}

.yui-panel-container.shadow .underlay {
	background-color: #000;
    opacity: .30;
    filter: alpha(opacity=30);  /* For IE */
}

.button-group button {
    background-color: #E4E4E4;
}

.button-group button:hover, 
.button-group button.hover {
    border:2px solid #68ACDA;
    background-color:#A5D1F3;
    border-top-color:#FFF;
    border-left-color:#FFF;
}

/*
	Ticket
*/
.reaction {
	background-color: #fff;
	border: 1px solid #ff3333;
	color: #ff3333;
	font-size: 7pt;
	padding: 3px;
}
.urgent {
	background-color: #ff3333;
	color: #fff;
	font-size: 7pt;
	padding: 3px;
}
/*
	Dsl
*/
.dslProviderWrapper {
	float: left;
	width: 375px;
}
.dslProvider {
	border: 1px #D4D4D4 solid;
	padding: 5px;
	margin-top: 10px;
	margin-left: -10px;
	background: #F5F5F5;
	font-size: 8pt;
}

/*
	Store
*/
.storeWrapper {
	float: left;
	width: 730px;
}
.storeCartWrapper {
	float: left;
	width: 210px;
}
.storeCart {
	border: 1px #D4D4D4 solid;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
	background: #F5F5F5;
	font-size: 7pt;
}
.storeTopSales {
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
	/*font-size: 7pt;*/
}

.storeHeading h1, .storeHeading h2, .storeHeading h3 {
	float: left;
	color: #808080;
}
.storeHeading a {
	color: #0768A9;
}
.storeHeader {
	width: 655px;
	height: 30px;
	background: #D4D4D4;
	border: 1px #D4D4D4 solid;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
	
}
.storeCategoryThumb {
	float: left;
	width: 160px;
	height: 160px;
	border: 1px #D4D4D4 solid;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
.storeProductThumb {
	width: 705px;
	height: 100px;
	border: 1px #D4D4D4 solid;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
.storeProductThumbPhoto {
	width: 100px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.storeProductThumbInfo {
	width: 375px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
}
.storeProductThumbPrice {
	width: 150px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.storeProductInfo {
	width: 705px;
	border-bottom: 1px #D4D4D4 solid;
}
.storeProductInfoDescriptionSmall {
	width: 460px;
	float: left;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
.storeProductInfoPrices {
	width: 200px;
	float: left;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
.storeCartButtons a {
	background: #808080;
	color: #fff;
	padding: 4px;
}
.storeCartButtons a:hover {
	background: #fff;
	color: #808080;
	padding: 4px;
}

.store a, .store a:visited {
	background: #0768A9;
	color: #fff;
}
.storeCheckoutWrapper {
	float: left;
	width: 450px;
}

/*
	Conference Admin
*/
.conferenceChannel {
	width: 560px;
}

.conferenceChannel li {
	list-style-type: none;
	background: url(/img/buttons/home_phone_12.png) no-repeat left;
	padding-top: 2px;
	padding-left: 20px;
	border-bottom: 1px solid #D4D4D4;
	height: 22px;
}

.conferenceChannel .userItemTalking {
	width: 20px;
	float: left;
	padding-top: 4px;
}
.conferenceChannel .userItemId {
	width: 20px;
	float: left;
}
.conferenceChannel .userItemName {
	width: 200px;
	float: left;
}
.conferenceChannel .userItemTime {
	width: 100px;
	float: left;
}
.conferenceChannel .userItemMute {
	width: 140px;
	float: left;
}
.conferenceChannel .userItemKick {
	width: 60px;
	float: left;
}

/*
	Advanced Search
*/
#advancedSearchContainer {
	position: relative;
}

#advancedSearch {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #D4D4D4;
	top: -23px;
	left: -5px;
	padding: 4px;
	width: 250px;
	/*height: 150px;*/
}

/*
	Offer
*/
#offerContainer {
	position: relative;
}

#offer {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #D4D4D4;
	top: -23px;
	left: -5px;
	padding: 4px;
	width: 400px;
	/*height: 150px;*/
}


/*
	Projectcalender
*/
.projectCalender {
	font-size: 7pt;
	line-height: 14px;
	position: relative;
}

.projectCalenderTimeLabel, .projectCalenderTimeLabelTop {
	height: 15px;
	width: 35px;
	border: 1px #D4D4D4 solid;
	border-top: none;
	float: left;
	text-align: center;
	vertical-align: top;
	font-size: 6pt;
	padding: 0;
}

.projectCalenderTimeLabelTop {
	border: 1px #D4D4D4 solid;
}

.projectCalenderTimeBlock, .projectCalenderTimeBlockTop {
	height: 15px;
	width: 125px;
	border: 1px #D4D4D4 solid;
	border-top: none;
	border-left: none;
	float: left;
}

.projectCalenderTimeBlockTop {
	border: 1px #D4D4D4 solid;
	border-left: none;
}

.projectAppointment {
	background: url(/img/projectCalender.png) bottom;
	width: 107px;
	position: absolute;
	color: #fff;
	opacity: 0.8;
}

.projectAppointmentTop {
	background: url(/img/projectCalender_top.png);
	height: 6px;
	width: 107px;
	position: absolute;
	opacity: 0.8;
}

.projectContent {
	padding: 7px;
	padding-top: 0px;
	position: absolute;
	top: -6px;
	opacity: 1;
}

.projectAppointment2 {
	background: url(/img/projectCalender2.png) bottom;
	width: 107px;
	position: absolute;
	color: #fff;
	opacity: 0.8;
}

.projectAppointmentTop2 {
	background: url(/img/projectCalender_top2.png);
	height: 6px;
	width: 107px;
	position: absolute;
	opacity: 0.8;
}

.projectContent2 {
	padding: 7px;
	padding-top: 0px;
	position: absolute;
	top: -6px;
	opacity: 1;
}

.calenderAppointments {

}

.projectCalenderTimeBlank {
	height: 15px;
	width: 37px;
	float: left;
}
.projectCalenderDayLabel {
	height: 15px;
	width: 126px;
	float: left;
}

.projectCalenderNavigation {
	height: 20px;
	font-size: 8pt;
	text-align: center;
}


/*
	Rating
*/
orm.rating {
    padding: 1em;
    border: 1px solid #ccc;
}

.rating {
    cursor: pointer;
    clear: both;
    display: block;
    float: left;
    margin-right: 20px;
}

.rating:after {
    content: '.';
    display: block;
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
}

.star {
    float: left;
    width: 21px;
    height: 19px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
}

.star,
.star a {background: url(/img/star_rating.gif) no-repeat 0 0px;}

.star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0px;
}

div.rating div.on a {
    background-position: 0 -20px;
}

div.rating div.hover a,
div.rating div a:hover {
    background-position: 0 -40px;
}

div.notifytext {
    margin-top: 5px;
    font-size: .8em;
    
}

#ratingdiv {
    /*height: 35px;*/
}


.leadMail {
	padding: 4px;
	font-size: 7pt;
	line-height: 14px;
	border-bottom: 1px solid #D4D4D4;
}


.incomingClass {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	vertical-align: bottom;
	opacity: 0;	
}

.incomingCall {
	background: url(/img/incomingCall.png) bottom;
	width: 300px;
	height: 40px;	
	position: relative;
	color: #fff;
	opacity: 0.8;
	float: right;
	margin-right: 50px;
	margin-bottom: 30px;
}

.incomingCallTop {
	background: url(/img/incomingCall_top.png);
	height: 6px;
	width: 300px;
	position: relative;
	opacity: 0.8;
	float: right;
	margin-right: 50px;
}

.incomingCallContent {
	padding: 7px;
	padding-top: 3px;
	position: relative;
	top: -6px;
	opacity: 1;
}
div.providerbox {
	float: left;
}

.costgroupgraph-background {
	background: url(/img/gatewaygraph_bg.png) no-repeat; 
	width: 635px; 
	height: 230px; 
	padding: 0; 
	margin: 0; 
	text-align: center;
	vertical-align: top;
}