/* 
Theme Name: BT
Version: 1.1
*/

body {
 	font-family: New BT,Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 100%;
	letter-spacing: 10%;  
	background: #efefef url(../images/diagonal-bground.png) repeat;
}

.container {

}

/* ----------------------
   Type color
------------------------ */
h2, h3, h4 {
	color: #55379B;
}


h3#myModalLabel {
	color: #55379B;
	font-weight: normal;
}

.modal-header h3 {
	color: #55379B;

}

.welcome  ol li  span.title {
	color: #55379B;
}

 
.welcome h2 {
   color: #55379B;
   background-color: transparent; 
   padding: 0px;
   -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
   text-shadow: 0 0px 0 #000000;

}


.hilite2C {
	color: #55379B; 
}

.personalGreeting {
	color: #55379b;
}

span.participantCount {
	font-weight: bold;
	padding-right: 10px; 
	margin-right: 10px; 
	
}


.rightColumn {
	padding-top: 0em;
}

/*  THIS CLASS CONTROLS LOGO DISPLAYED IN UPPER RIGHT CORNER */
.brand {
	background: url(../images/logo_bt.gif) no-repeat 98% top;
	height: 40px;
}

.content {
/*	background-image: url(../images/texture-top.png);*/
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	/*background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 100%);*/
	/*background: linear-gradient(to bottom, #ededed 0%,#ffffff 100%); */
	background-color: #ffffff;
}

.dashboardHeading {
	background: #ffffff url(../images/texture-top.png) repeat-x 0 50%;
}

.meetingControls .callControls{
	background: #55379B url(../images/buttons/meetingControls.png) repeat-x 50%;
}

.meetingControls .callControls:hover{
	background: #230569 url(../images/buttons/meetingControls-hover.png) repeat-x 50%;
	color: #ffffff;
}

.participantControls .callControls{
	background: url(../images/buttons/participantControls.png) repeat-x 50%;
}

.participantControls .callControls:hover{
	background: #55379B url(../images/buttons/participantControls-hover.png) repeat-x 50%;
	border-left: 1px solid #2B1C4F;
	border-right: 1px solid #2B1C4F;
}



/* ----------------------
   Buttons
------------------------ */
.callControls {
}