/* MAIN Menu */
.menu_back {
    background: url('../../Images/Menu/menu_back.gif') 100% 0 no-repeat;
    height:33px;    
}
.all_friends,.all_friends_selected,.all_friends:hover, 
.core_study_friends,.core_study_friends_selected, .core_study_friends:hover, 
.whos_working_on_what,.whos_working_on_what_selected,.whos_working_on_what:hover,
.study_sessions,.study_sessions_selected, .study_sessions:hover
{
	height:33px;
}

.whos_working_on_what,.whos_working_on_what_selected,.whos_working_on_what:hover
{
	width:148px;
	height:31px;
}
.all_friends
{
	background:url(../../Images/Menu/all_friends.gif) no-repeat;
	cursor:pointer;
	width:120px;
}
.all_friends_selected
{
	background:url(../../Images/Menu/all_friends_selected.gif) no-repeat;
	cursor:pointer;
	width:120px;
}
.core_study_friends
{
	background:url(../../Images/Menu/core_study_friends.gif) no-repeat;
	cursor:pointer;
	width:109px;
}
.core_study_friends_selected
{
	background:url(../../Images/Menu/core_study_friends_selected.gif) no-repeat;
	cursor:pointer;
	width:109px;
}
.whos_working_on_what
{
	background:url(../../Images/Menu/whos_working_on_what.gif) no-repeat;
	cursor:pointer;
}
.whos_working_on_what_selected
{
	background:url(../../Images/Menu/whos_working_on_what_selected.gif) no-repeat;
	cursor:pointer;
}

.study_sessions
{
	background:url(../../Images/Menu/study_sessions.gif) no-repeat;
	cursor:pointer;
	width:128px;
}
.study_sessions_selected
{
	background:url(../../Images/Menu/study_sessions_selected.gif) no-repeat;
	cursor:pointer;
	width:128px;
}
/* //MAIN MENU */

/* grey div half rounded menu */
.grey_half_round
{
	border: 0px;
	width: 100%;
}
.grey_half_round_TL
{
	background: url(../../Images/Menu/SubMenu/grey_half_round_TL.gif) no-repeat 0px 0px;
	height: 11px;
	font-size: 1px;
}
.grey_half_round_right_TL
{
	background: url(../../Images/Menu/SubMenu/grey_half_round_right_TL.gif) no-repeat 0px 0px;
	height: 11px;
	font-size: 1px;
}

.grey_half_round_TL_RC
{
	background: url(../../Images/Menu/SubMenu/grey_half_round_TR.gif) no-repeat 100% 0px;
	height: 11px;
	font-size: 1px;
	width:11px;
}
.grey_half_round_BL
{
	background: url(../../Images/Menu/SubMenu/grey_half_round_BL.gif) no-repeat 0px 0px;
	height: 13px;
	font-size: 1px;
}
.grey_half_round_BL_RC
{
	background: url(../../Images/Menu/SubMenu/grey_half_round_BR.gif) no-repeat 100% 0%;
	height: 13px;	
	width:11px;
	font-size: 1px;
}
.grey_half_round_content
{
	min-height: 100%;
	height: 100%;
	width: 100%;
	border-left: solid 2px #504e4e;
	border-right: solid 2px #504e4e;
	background-color: #464646;
}
/* //grey div half rounded menu*/

/* menu table */
.menu_item
{
	background-color: #464646;	
}
.triangle_menu_item
{
	background: url(../../Images/Menu/SubMenu/triangle.gif) 0px 0 no-repeat;
	height: 19px; 
	width: 100%;		
	padding-left:12px;	
	background-color: #464646;
}
.menu_item_border_left
{	
	border-left: solid 1px #616161;
}
.menu_item_border_right
{	
	border-right: solid 1px #616161;
}
.menu_item_border_bottom
{	
	border-bottom: solid 1px #616161;
}

/* menu table */

/* formatting font styles */
.white_text_11_normal
{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.grey_text_11_normal
{
	font-size: 11px;
	font-weight: normal;
	color: #231f20;
}
/* //formatting font styles */

/* Study session classes*/
.study_session_input
{
	background: url('../../Images/Menu/SubMenu/input_little.gif') 0 0 no-repeat;  
	border:none;
	width:184px;
	height:20px;
	padding:2px 5px 1px 9px;	
}
.study_session_pager
{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.study_session_pager a
{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.friendlabel
{
	padding-left:3px;
}
.width289 {width:289px;}

.checkAll
{
	width:149px;	
}
.checkCore
{
	width:149px;	
}
.friendsContentBorders
{
	border-top: solid 1px #6d7b82; 
	border-bottom: solid 1px #6d7b82;
}
.errorMessagewitBorders
{
	border-top: solid 1px #6d7b82; 
	border-bottom: solid 1px #6d7b82;
	height:250px;
	vertical-align:top;
}

/* Study session classes*/

.invite_dweebers {
    margin:4px 6px 0 0;
}
