
div.group
{
	padding: 10px;
	padding-top: 0px;
	border: 1px;
	border-style: solid;
	border-color: rgb(5,124,176);
	margin-top: 1em;
}

div.group span.title
{
	position: relative;
	top: -0.65em;
	background-color: white;
	font-weight: bold;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 100%;
	margin: 0px;
	margin-left: -5px;
	text-transform: uppercase;
	color: rgb(5,124,176);
}


div.group th
{
	padding-right: 10px;
}
div.group th.nofat
{
	font-weight: normal;
}


div.group th,
div.group td
{
	padding-bottom: 5px;
}


select
{
	font-size: 100%;
}


div.score_bar
{
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 100px;
	height: 8px;
	background-image: url('../Icons/score_bg.png');
	float: left;
	margin-right: 40px;
	display: inline;
}

div.score_bar div.score,
div.score_bar div.score_1,
div.score_bar div.score_2,
div.score_bar div.score_3,
div.score_bar div.score_4,
div.score_bar div.score_5,
div.score_bar div.score_6,
div.score_bar div.score_7,
div.score_bar div.score_8,
div.score_bar div.score_9,
div.score_bar div.score_10
{
	background-color: rgb(102,102,102);
	height: 100%;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: black;
	float: left;
	background-repeat: repeat-x;
}

div.score_bar div.gradecurve
{
	border-width: 0px;
}


div.score_bar div.score_1
{
	width: 10%;
	background-color: rgb(204,51,0);
	background-image: url('../Icons/score_1.png');
}

div.score_bar div.score_2
{
	width: 20%;
	background-color: rgb(208,81,18);
	background-image: url('../Icons/score_2.png');
}

div.score_bar div.score_3
{
	width: 30%;
	background-color: rgb(232,135,0);
	background-image: url('../Icons/score_3.png');
}

div.score_bar div.score_4
{
	width: 40%;
	background-color: rgb(250,149,38);
	background-image: url('../Icons/score_4.png');
}

div.score_bar div.score_5
{
	width: 50%;
	background-color: rgb(254,178,23);
	background-image: url('../Icons/score_5.png');
}

div.score_bar div.score_6
{
	width: 60%;
	background-color: rgb(255,200,12);
	background-image: url('../Icons/score_6.png');
}

div.score_bar div.score_7
{
	width: 70%;
	background-color: rgb(224,237,89);
	background-image: url('../Icons/score_7.png');
}

div.score_bar div.score_8
{
	width: 80%;
	background-color: rgb(199,235,97);
	background-image: url('../Icons/score_8.png');
}

div.score_bar div.score_9
{
	width: 90%;
	background-color: rgb(180,222,78);
	background-image: url('../Icons/score_9.png');
}

div.score_bar div.score_10
{
	width: 100%;
	background-color: rgb(161,210,59);
	background-image: url('../Icons/score_10.png');
}

div.score_bar div.score_text
{
	position: absolute;
	line-height: 8px;
	left: 105px;
}

div.userticker
{
	padding: 10px;
}

div.userticker div.mini_thumb
{
	margin-right: 5px;
}



div.categories
{
	background-color: rgb(214,227,239);
	margin-top: -10px;
	height: 100%;
}

div.documents
{
	padding-left: 10px;
}

div.category
{
	padding: 5px;
}

div.active_category
{
	background-color: rgb(5,124,176);
}

div.category_icon
{
	border-width: 1px;
	border-style: solid;
	width: 8px;
	height: 8px;
	background-color: rgb(102,102,102);
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}


div.category a
{
	text-decoration: none;
	color: black;
	font-size: 100%;
}

div.category a:hover
{
	color: rgb(5,124,176);
}


div.active_category a
{
	color: white;
}


div.active_category a:hover
{
	color: white;
}



div.document
{
	background-color: rgb(215,227,239);
	padding: 10px;
}

div.document_whitebg
{
	background-color: rgb(255,255,255);
}


div.stats
{
	float: right;
	width: 100px;
	line-height: 1.5em;
}

div.stats a
{
	text-decoration: none;
}

div.user
{
	float: left;
	width: 65px;
}

div.file_info
{
	margin-left: 65px;
	margin-right: 110px;
	position: relative;
}

div.cost
{
	clear: both;
}

div.cost span.points
{
	font-size: 140%;
	color: rgb(102,102,102);
	font-weight: bold;
}

a.title
{
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}

span.semester
{
	font-size: 120%;
	color: rgb(153,153,153);
	font-weight: bold;
}

span.author
{
	color: rgb(153,153,153);
}

span.author a
{
	text-decoration: none;
	font-weight: bold;
}

div.document div.hr
{
	border-color: rgb(153,153,153);
}

div.document div.stat_title
{

	font-weight: bold;
	clear: both;
}



div.action_links
{
	margin-top: 1em;
	line-height: 1.5em;
}

div.action_links a
{
	font-weight: bold;
	text-decoration: none;
	margin-right: 1em;
	display: inline;
}


div.action_links a img
{
	margin-right: 5px;
}

/* From Enrico from default.css in StudyModule */
.CreateFormLeft
{
	/*background-color: Blue;*/
	width: 150px;
	/*height: 25px;*/
	margin-top: 10px;
	float: left;
}
.CreateFormRight
{
	/*background-color: Yellow;*/
	width: 550px;
	/*height: 25px;*/
	margin-top: 7px;
	margin-bottom: 3px;
	float: left;
}

.UploadStatus 
{
	color:Green;
	font-size:14px;
	font-weight:bold;
}

.ErrorMessage 
{
	color:Red;
	font-size:14px;
	font-weight:bold;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:800px;
}


/*=== Pasted from the (old) Design.css ======================================*/
/* forbidden !!!
* {
	font-size: 10px;
	font-family: Verdana;
}
*/

.CompleteContent {
	/* Global width for an inner site */
	width:715px;
}

.Link {
	cursor:pointer;
}

.BoldBlackText 
{
	color:Black;
	font-weight:bold;
}

.BlueMenuBackground 
{
	background-color:#D7E3EF;
}

/*=== Study =================================================================*/

.SearchResultTextInPanelHeader 
{
	float:left;
	height:20px;
	margin-left:15px;
	margin-top:5px;
}

/*=== SubjectOverview =======================================================*/

.SubjectOverviewHeaderPanel {
	background-color:#D7E3EF;
	height:22px;
}


#SubjectEntryList {
	margin-top:10px;
}


.CourseEntryPanelBlue {
	background-color:#E6EFF6;
	height:18px;
	padding-top:4px;
	padding-left:5px;
}

.CourseEntryPanelBlue:hover {
	background-color:#f8ef56;
}

.CourseEntryPanelWhite {
	background-color:white;
	height:18px;
	padding-top:4px;
	padding-left:5px;
}

.CourseEntryPanelWhite:hover {
	background-color:#f8ef56;
}


.CourseEntryName {
	float:left;
	width:450px;
}


.CourseEntryShortInfo {
	float:left;
	margin-right:25px;
	color:Black;
	width:150px;
}

.AddNewSubject {
	padding-left:5px;
	margin-top:10px;
}

.AddNewSubjectField {
	float:left;
	width:135px;
	margin-right:10px;
}

.AddNewSubjectButton {
	padding-left:5px;
	margin-top:10px;
}

.CreateSubject {
	padding-left:5px;
	margin-top:50px;
}

.CreateSubjectButton 
{
	clear:both;
	/*padding-left:5px;*/
	margin-top:10px;
}

.CreateSubjectContentList {
	margin-top:10px;
	padding-left:5px;
	width:715px;
}
.CreateSubjectContent {
	margin-top:10px;
	clear:both;
}

.LeftContent {
	float:left;
	width:125px;
}
.RightContent 
{
	float:left;
}

/*=== SubjectDetails ========================================================*/

/*--- SubjectHeaderPanel ----------------------------------------------------*/

.SubjectHeaderPanel {
	background-color:#D7E3EF;
	height:30px;
}

.SubjectHeadlineLabel {
	float:left;
	font-size:12px;
	font-weight:bold;
	width:auto;
	color:white;
	background-color:#087BB5;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:1px;
	padding-right:1px;
}

#SubjectName {
	float:left;
	font-size:12px;
	font-weight:bold;
	width:auto;
	color:white;
	background-color:#087BB5;
	padding:4px;
}


/*--- SubjectRatingPanel-----------------------------------------------------*/

#SubjectRatingPanel{
	height:80px;
}

#SubjectRatingOverviewContainer {
	border-style: solid;
	border-width:1px;
	color: #007BB5;
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 225px;
	height:60px;
	padding:5px;
	margin-top:10px;
	margin-left:10px;

}
#SubjectRatingOverview {
	float:left;
	color:black;
	font-weight:normal;
	margin:5px;
	margin-bottom:5px;
}


#SubjectRatingDetails {
	border-style: solid;
	border-width:1px;
	color:#007BB5;
	font-size:11px;
	font-weight:bold;
	float:left;
	width:430px;
	height:60px;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
}
#SubjectRatingDetailsRow1 {
	color:black;
	float:left;
	width:200px;
	font-weight:normal;
	margin:5px;
}

#SubjectRatingDetailsRow2 {
	color:black;
	float:right;
	width:200px;
	font-weight:normal;
	margin:5px;
}

/*---------------------------------------------------------------------------*/

#StudentsInSubjectPanel{
	background-color:#D7E3EF;
	height:100px;
	margin-bottom:20px;
	margin-top:20px;
}

#StudentsInSubjectHeadline {
	float:left;
	font-size:13px;
	width:auto;
	height:20px;
	color:white;
	background-color:#087BB5;
	padding-left:4px;
	padding-right:4px;
}

.StudentsInSubjectText {
	float:left;
	height:20px;
	margin-left:15px;
}
.ShowAllStudentsInSubject {
	height:20px;
}

#ImageScoller {
	text-align:center;
}

/*---------------------------------------------------------------------------*/

#SubjectDocumentHeaderPanel {
	background-color:#D7E3EF;
	height:55px;
}

#SubjectDocumentHeadline {
	float:left;
	font-size:13px;
	width:auto;
	height:20px;
	color:white;
	background-color:#087BB5;
	padding-left:4px;
	padding-right:4px;
	margin-bottom:15px;
}

#UploadDocument {
	float:left;
	height:25px;
	margin-left:15px;
	color:#0873AD;
	font-weight:bold;
	cursor:pointer;
}
#UploadImage {
	margin-right:5px;
	vertical-align:middle;
}

.DocumentMenuContainer {
	float:left;
	background-color:#D7E3EF;
	width:145px;
}

.DocumentFilterContainer {
	clear:left;
	margin-left:5px;
}
.MenuLabel {
	float:none;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	margin-bottom:5px;
}
/*---------------------------------------------------------------------------*/

.FilterMenuContainer {
	float:left;
	background-color:#D7E3EF;
	width:145px;
}

.FilterMenu {
	margin-bottom:20px;
}


.MenuPoint {
	padding-bottom:2px;
	padding-top:2px;
	padding-left:5px;
}

.SelectedMenuPoint {
	padding-bottom:2px;
	padding-top:2px;
	padding-left:5px;
	background-color:White;
	font-weight:bolder;
}

.MenuPoint:hover {
	background-color:White;
	cursor:pointer;
}

.MenuPointImage {
	margin-right:2px;
}

.MenuPointDopDown
{
	padding-bottom:2px;
	padding-top:7px;
	padding-left:7px
}

.OwnDocMenuPoint {
	padding-left:6px;
	padding-bottom:4px;
	padding-top:4px;
}
.OwnDocMenuPoint:hover {
	background-color:White;
	cursor:pointer;
}

.LeftMenuElement 
{
	float:left;
	height:25px;
	margin-left:2px;
	margin-right:5px;
	margin-bottom:5px;
}

.RightMenuElement 
{
	float:left;
	height:25px;
	margin-bottom:5px;
}

.ClearFloat 
{
	clear:left;
}

/*---------------------------------------------------------------------------*/
.FileEntryList {
	margin-top:10px;
	margin-left:10px;
	width:560px;
	float:right;
}
#FileEntryBlue {
	background-color:#E6EFF6;
	margin-bottom:10px;
	height:130px;
}

#FileEntryWhite {
	background-color:white;
	margin-bottom:10px;
	height:130px;
}


#LeftPanel {
	float:left;
	margin:10px;
	width:55px;
}
#Avatar {
	margin-bottom: 5px;
}
.PointCosts {
	float:left;
	color:#737B85;
	font-weight:bold;
	font-size:12px;
}
.InsufficientPointCosts {
	float:left;
	color:Red;
	font-weight:bold;
	font-size:12px;
}
.PointText {
	margin-top:1px;
	margin-left:5px;
	float:left;
}


#DetailsPanel {
	float:left;
	width:370px;
	margin-right:5px;
}
#DetailsHeader{
	margin-top:5px;
	margin-bottom:0px;
}
.Filename {
	color: #087BAD;
	margin-right:5px;
	font-size:12px;
	font-weight: bold;
}
#Semester {
	color:#777776;
	font-size:12px;
	font-weight: bold;
}

#DateTime {
	color:#98999A;
	float:left;
	margin-right:5px;
}
#FileDescription {
	margin-bottom:10px;
	margin-left:1px;
	height:33px;
}
#FileMetaLinks {
	color: #087BAD;
	margin:5px;
	font-weight:bold;
}
#DownloadLink {
	float:left;
	color: #087BAD;
	margin-right:20px;
	font-weight:bold;
}

#AppraisalLink {
	float:left;
	color: #087BAD;
	margin-right:20px;
	font-weight:bold;
}

#CommentLink {
	float:left;
	color: #087BAD;
	margin-right:20px;
	font-weight:bold;
}

#StatisticPanel {
	
	float:left;
	margin:5px;
	width:100px;
}
#AppraisalHeadline {
	color:black;
	font-weight:bolder;
	margin-bottom:3px;
}
#Appraisal {
	margin-bottom:5px;

}

#StatisticHeadline {
	color:black;
	font-weight:bolder;
	margin-bottom:5px;
}
#DownloadCount{
	margin-top:5px;
	margin-bottom:5px;
}
#CommentCount {
	color: #087BAD;
	margin-top:5px;
	margin-bottom:5px;
}
