/*------------------------------DecoratedTabPanel*/

.gwt-DecoratedTabPanel {
	margin: 12px 0px 12px 0px;
}

.gwt-DecoratedTabBar .gwt-TabBarFirst {
  width:0px;  /* first tab distance from the left */
}

.gwt-DecoratedTabBar .gwt-TabBarRest {
}

.gwt-DecoratedTabBar .gwt-TabBarItem {
  border-collapse: collapse;
  margin-left: 6px;
}

.gwt-DecoratedTabBar .tabTopCenter {
  padding: 0px;
  background: url(images/topBorder.jpg) repeat-x;
}

.gwt-DecoratedTabBar .tabTopLeft,
.gwt-DecoratedTabBar .tabTopRight {
  padding: 0px;
  zoom: 1;
}

.gwt-DecoratedTabBar .tabTopLeftInner,
.gwt-DecoratedTabBar .tabTopRightInner {
  width: 10px;
  height: 9px;
}

.gwt-DecoratedTabBar .tabTopLeft {
	width:10px;
	height:9px;
  background: url(images/tabcorner.png) no-repeat 0px 0px;
  -background: url(images/testingTabCorner_ie6.gif) no-repeat 0px 0px;
}

.gwt-DecoratedTabBar .tabTopRight {
	width:10px;
	height:9px;
  background: url(images/tabcorner.png) no-repeat -8px 0px;
  -background: url(images/testingTabCorner_ie6.gif) no-repeat -8px 0px;
}

.gwt-DecoratedTabBar .tabMiddleLeft{
  width: 10px;
  padding: 0px;
 background: url(images/tabSide.jpg) no-repeat 0px 0px;
}
.gwt-DecoratedTabBar .tabMiddleRight {
  width: 10px;
  padding: 0px;
 background: url(images/tabSide.jpg) no-repeat -10px 0px;
}

.gwt-DecoratedTabBar .tabMiddleLeftInner,
.gwt-DecoratedTabBar .tabMiddleRightInner {
  width: 1px;
  height: 1px;
}

.gwt-DecoratedTabBar .tabMiddleCenter {
  padding: 0px 8px 3px 8px;
  cursor: pointer;
  cursor: hand;
  color: black;               /*TabCenter Inactive*/
  font-weight:normal;
  font-family:Verdana;
  font-size:14px;
  color:#8a8a8a;
  text-align: center;
  background: url(images/tabCenter.jpg) repeat-x;
}
.gwt-DecoratedTabBar .tabMiddleCenter .gwt-Label{
  color: black;               /*TabCenter Inactive*/
  font-weight:normal;
  font-family:Verdana;
  font-size:14px;
  color:#8a8a8a;
  text-align: center;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
  /*background: #a1a1a1;*/
    background: url(images/topBorderSelected.jpg) repeat-x;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
  background: url(images/tabcornerSelected.gif) no-repeat 0px 0px;
  -background: url(images/tabcornerSelected.gif) no-repeat 0px 0px;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
  background: url(images/tabcornerSelected.gif) no-repeat -8px 0px;
  -background: url(images/tabcornerSelected.gif) no-repeat -8px 0px;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft
{
  background: url(images/tabSideSelected.jpg) no-repeat 0px 0px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight{
  background: url(images/tabSideSelected.jpg) no-repeat -10px 0px;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
  cursor: default;
    font-weight:bold;
  background: url(images/tabCenterSelected.jpg) repeat-x;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter .gwt-Label{
  cursor: default;
    font-weight:bold;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
  cursor: default;
   background: #a1a1a1;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter .gwt-Label{
  cursor: default;
   background: #a1a1a1;
}

html>body .gwt-DecoratedTabBar {
}

* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
  width: 10px;
  height: 6px;
  overflow: hidden;
}

.gwt-TabPanel {
}

.gwt-TabPanelBottom {
  position:relative;
  border-color:  #a1a1a1;
  background-color:white;
  border-style: solid;
  border-width: 3px 3px 3px;
  overflow:visible;
  padding: 12px;
  height: 100%;
}

.gwt-DecoratedTabBar .gwt-TabBarItem{
margin-left: 0px;
margin-right: 3px;
margin-bottom: 0px;
}

.gwt-TabBarFirst-wrapper {
height:100%;
white-space:normal;
display:none;
}


/*
* html .gwt-DecoratedTabPanel .bottomRightCorner {
	bottom: -3px;
	right: -3px;
	font-size: 0px;
	padding-top: 11px;
}
* html .gwt-DecoratedTabPanel .topRightCorner {
	top: -3px;
	right: -3px;
}
* html .gwt-DecoratedTabPanel .bottomLeftCorner {
	font-size: 0px;
	padding-top: 11px;
	bottom: -3px;
	left: -3px;
}*/
.gwt-DecoratedTabPanel .bottomLeftCorner{
	position:absolute;
	overflow: hidden;
	bottom:-3px;
	left:-3px;
	width:13px;
	height:13px;
    background: url(images/tabContentCorners.jpg) 0px 13px;
}
.gwt-DecoratedTabPanel .bottomRightCorner{
	position:absolute;
	overflow: hidden;
	bottom:-3px;
	right:-3px;
	width:13px;
	height:13px;
	background: url(images/tabContentCorners.jpg) 13px 13px;
}
.gwt-DecoratedTabPanel .topRightCorner{
	position:absolute;
	overflow: hidden;
	right:-3px;
	top:-3px;
	width:13px;
	height:13px;
	background: url(images/tabContentCorners.jpg) 13px 0px;
}
/*------------------------------DecoratedTabPanel*/









/* EditableLabel */
/*.gwt-Label-edit{
}
* html .gwt-Label-edit{
	border-style: none;
	padding: 0px;
	margin: -1px 0px -1px 0px;
	color: #58cfcd;
	cursor: text;
}*/



/*  Page ticker */
.gwt-PageTicker .gwt-InlineLabel{
	padding: 0px 5px 0px 5px;
	cursor:pointer;
}
.gwt-PageTicker .gwt-InlineLabel-pageTickerSelected{
	color:#58cfcd;
	font-weight: bold;
}
.gwt-PageTicker .gwt-InlineLabel-pageTickerInactive{
	color: #999999;
	cursor:default;
}




/*----------------------------TutorRatings*/
.gwt-Label-ratingLabel{
	color: #949494;
	width: 130px;	
}
.gwt-Label-colouredStar{
	background-image:url("images/starColoured.gif");
	background-repeat:no-repeat;
	width: 16px;
	height: 18px;	
	padding: 0px 0px 0px 0px;
}
.gwt-Label-blankStar{
	background-image:url("images/starBlank.gif");
	background-repeat:no-repeat;
	width: 16px;
	height: 18px;	
	padding: 0px 0px 0px 0px;
}
/*----------------------------TutorRatings*/
























/* Dialog Box ------------------ */



.gwt-DialogBox .dialogTopLeft,.gwt-DialogBox .dialogTopRight,
.gwt-DialogBox .dialogBottomLeft,.gwt-DialogBox .dialogBottomRight{
	width: 11px;
	height:29px;
}

.gwt-DialogBox .dialogTopLeft {
  	background: url(images/dialogBoxCloseCorners.png) no-repeat 0px 0px;
  	-background: url(images/dialogBoxCloseCorners.png) no-repeat 0px 0px;
}
.gwt-DialogBox .dialogTopRight {
  	background: url(images/dialogBoxCloseCorners.png) no-repeat -39px 0px;
  	-background: url(images/dialogBoxCloseCorners.png) no-repeat -39px 0px;
   	width: 11px;
}
.gwt-DialogBox .dialogTopCenter { 
 	background: url(images/accountPopup_hBorders.gif) repeat-x 0px 0px;
 	height:29px;	
 	cursor:move;
}
.gwt-DialogBox .dialogBottomLeft {
  	background: url(images/dialogBoxCloseCorners.png) no-repeat 0px -29px;
  	-background: url(images/dialogBoxCloseCorners.png) no-repeat 0px -29px;
}
.gwt-DialogBox .dialogBottomRight {
  	background: url(images/dialogBoxCloseCorners.png) no-repeat -39px -29px;
  	-background: url(images/dialogBoxCloseCorners.png) no-repeat -39px -29px;
  	width: 11px;
}
.gwt-DialogBox .dialogBottomCenter {
  	background: url(images/accountPopup_hBorders.gif) repeat-x 0px -29px;
  	background-color:#ffffff;
	height:29px;
}
.gwt-DialogBox .dialogMiddle {
	background-color:#ffffff;
}
.gwt-DialogBox .dialogMiddleLeft {
	background: url(images/dialogBoxClose_vBorder.gif) repeat-y 0px 0px;
	width:11px;
	background-color:#FFF;
}
.gwt-DialogBox .dialogMiddleRight {
	background: url(images/dialogBoxClose_vBorder.gif) repeat-y 8px 0px;
	width:11px;
	height: 100%;
	background-color:#FFF;
}
.gwt-DialogBox .dialogMiddleCenter{
	padding-top: 15px;
}

.gwt-DialogBox {
}
.gwt-DialogBox .Caption {}
.gwt-DialogBox .dialogContent {}
.gwt-DialogBox .dialogTopLeftInner { }
.gwt-DialogBox .dialogTopCenterInner {}
.gwt-DialogBox .dialogTopRightInner {}
.gwt-DialogBox .dialogMiddleLeftInner {}
.gwt-DialogBox .dialogMiddleCenter {}
.gwt-DialogBox .dialogMiddleCenterInner {}
.gwt-DialogBox .dialogMiddleRightInner {}
.gwt-DialogBox .dialogBottomLeft {}
.gwt-DialogBox .dialogBottomLeftInner {}
.gwt-DialogBox .dialogBottomCenterInner {}
.gwt-DialogBox .dialogBottomRightInner {}


.gwt-Image-addCloseImage{
	position:absolute;
	top:6px;
	right: 7px;
	cursor:pointer;
}



/*-----------------------------------------------------------------WideHeader*/ 


.gwt-WideHeader {
width: 100%
}
.gwt-WideHeader .top {}
.gwt-WideHeader .topLeft {}
.gwt-WideHeader .topLeftInner { }
.gwt-WideHeader .topCenter {}
.gwt-WideHeader .topCenterInner {}
.gwt-WideHeader .topRight {
}
.gwt-WideHeader .topRightInner {}
.gwt-WideHeader .middle {
}
.gwt-WideHeader .middleLeft {
	width:4px;
	height:27px;
}
.gwt-WideHeader .middleLeftInner {}
.gwt-WideHeader .middleCenter {
    width: 100%;
}
.gwt-WideHeader .middleCenterInner {
}
.gwt-WideHeader .middleRight {
	
}
.gwt-WideHeader .middleRightInner {

}
.gwt-WideHeader .bottom { }
.gwt-WideHeader .bottomLeft { }
.gwt-WideHeader .bottomLeftInner {}
.gwt-WideHeader .bottomCenter {}
.gwt-WideHeader .bottomCenterInner {}
.gwt-WideHeader .bottomRight {}
.gwt-WideHeader .bottomRightInner { }


.gwt-WideHeaderLeft{
	background: url(images/wideHeader.png) no-repeat 0px 0px;
	float:left;
	width:4px;
	height:27px;
}
	
.gwt-WideHeaderCenter{
	font-family: Verdana, Helvetica, sans-serif;
    float:left;
	font-size:12px;
	font-weight:bold;
	color:#7A7A7A;
	background-color:#CCCCCC;
	height:26px;
}
.gwt-WideHeaderRight{
	float:left;
	background: url(images/wideHeader.png) no-repeat -4px 0px;
	width:4px;
	height:27px;
}
.gwt-WideHeaderTextAlign{
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
.gwt-WideHeaderTail{
	border-top: 2px #CCCCCC solid;
	width: 100%;
	height: 2px;
	left:4px;
	position:relative;
	word-spacing:0px;

}

	/*========IE6=============*/
	* html .gwt-WideHeaderTail{
		position:relative;
		left:-6px;
	}
	/*========IE6=============*/


/*-----------------------------------------------------------------WideHeader*/ 	
	



	





.main.profile h1{
	margin-left: 0px;
	letterspacing: 1px;
	width: auto;
	margin-top: 20px;
}
.main.profile .ratingwidget{
	margin-top: 20px;
}
.main.profile .contacttutor{
	margin-top: 40px;
	font-size: 14px;
	margin-bottom: -30px;
}


/*----------------------------Tutorpreferences*/
h3{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#8D8D8D;
}
/*----------------------------links*/

.main h1{
	margin-left: 0px;
	letterspacing: 1px;
	width: 250px;
	margin-top: 0px;
}

.links
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#648BFF;
	margin-top:-20px;
	text-align: right;
}
.viewmap{
	margin-bottom: 5px;
}
.viewprofile{
		padding-right: 2px;
}
.viewprofile, .newwindow{
	display:inline;
}
a:link {
	color: #648BFF;
}
a:visited {
	color: #648BFF;
}
a:hover {
	color: #93AEFF;
}
a:active {
	color: #648BFF;
}

.newwindow{
	
	
}
.gwt-Label subscribed{
	font-size:18px;
	
}
.imageBorder{
	border:1px solid #A1A1A1;
	display:inline-block;
	padding:5px;
	width:125px;
	margin-left:-10px;
}

.gwt-Label-ratingLabel{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#898989;
	font-weight:normal;
	margin-right:-20px;
}
.subscribed{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#67DDDD;
	margin-top:-15px;
	margin-left: 20px;

}
.unsubscribed{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#C6D610;
	text-align:left;
	margin-top:-15px;
	margin-left: 20px;

	
}
.seperator
{
	width:550px;
	height:10px;
	background-color:#633;
	position:absolute;
	margin-left:50px;
	margin-top:10px;
	
}
.main.search{
	border-bottom:1px solid #C9C9C9;
	padding:10px;
	vertical-align:middle;
	width:184px;
}
.viewprofile, .newwindow{
	display:inline-block;
}























/*---------------------------------------RoundButton*/

.gwt-RoundButtonLeft{
	cursor:pointer;
	float:left;
	background: url(images/roundedButtonLeft.jpg) no-repeat;
	width:4px;
	height:22px;
}

.gwt-RoundButtonCenter{
	cursor:pointer;
	float:left;
	text-align:center;
	font-family: Verdana, Helvetica, sans-serif;
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
	color:#7A7A7A;
	background: url(images/roundedButtonCenter.jpg) repeat-x;
	width:100px;
	height:22px;
	text-decoration: none;
}
.gwt-RoundButtonCenter:hover{
	color: #38afad;
}

.gwt-RoundButtonRight{
	cursor:pointer;
	float:left;
	background: url(images/roundedButtonRight.jpg) no-repeat;
	width:5px;
	height:22px;
}

/*---------------------------------------RoundButton*/
