/* CSS Document */

/*Sidebar*/

#sidebar {
  float:left;
  height:100%;
  width:205px;
  padding:15px 15px 0px;
}
.sidebarHeader, #profileScoreHeader{
  color:#106D81;
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:10px;
  text-align:left;
}

.sidebarHeader a:link, .sidebarHeader a:visited{
  color:#106D81;
}

.sidebarHeader a:hover{
  color:#ff9933;
}

p:first-letter{
  text-transform:capitalize;
}


#search_bar{
  width:200px;
  margin:10px;
}

#search{
vertical-align:top;
}

.sidebar_userbox{
	margin:12px;
	display:block;
	height:70px;
}

.sideBarItem1{
  position:relative;
  padding-left:10px;
  width:184px;
  margin:auto;
}

#sidebar_tikkiaExplain{
	background:#F5f5ff;
	padding:10px 10px 20px;
	text-align:justify;
}

table.sidebar td.image{
vertical-align:top;
padding:0px;
}
.text a:link, .text a:visited{
vertical-align:top;
color:#797979;
}

.text a:hover{
color:#FF9933;
}

#add_contentSidebar{
  padding:0 8px 5px;
}

#theButton{
  height:80px;
  margin:15px 0px 30px 0px;
  width:200px;
  background:url(../images/theButton1.png) no-repeat scroll 0 0;
}
#theButton:hover{
  height:80px;
  margin:15px 0px 30px 0px;
  width:200px;
  background:url(../images/theButton2.png) no-repeat scroll 0 0;
}

.profileBox{
  padding-left:10px;
  padding-top:20px;
  height:150px;
}

#score100{
  background: url(../images/progressbar100.png) no-repeat scroll 0 0;
  padding:5px;
  color:#4A484A;
  font-weight:bold;
  text-align:center;
}

#score90{
  background: url(../images/progressbar90.png) no-repeat scroll 0 0;
  padding:5px;
  color:#4A484A;
  font-weight:bold;
  text-align:center;
}

#score80{
  background: url(../images/progressbar80.png) no-repeat scroll 0 0;
  padding:5px;
  color:#4A484A;
 font-weight:bold;
  text-align:center;
}

#score70{
  background: url(../images/progressbar70.png) no-repeat scroll 0 0;
  padding:5px;
  color:#4A484A;
  font-weight:bold;
  text-align:center;
}

#score60{
  background: url(../images/progressbar60.png) no-repeat scroll 0 0;
  padding:5px;
  color:#4A484A;
  font-weight:bold;
  text-align:center;
}

#score50{
  background: url(../images/progressbar50.png) no-repeat scroll 0 0;
  padding:5px;
  color:#4A484A;
  font-weight:bold;
  text-align:center;
}

#score40{
  background: url(../images/progressbar40.png) no-repeat scroll 0 0;
  padding:5px;
  color:#4A484A;
  font-weight:bold;
  text-align:center;
}

#scoreMessage{
  margin-top:5px;
  color:#666666;
}