/* homepage */

#global_navigation{
	margin-bottom:15px;
	width:auto;
	margin-left:35px;
	text-align:left;
}

#global_navigation a{
	padding:3px;
}


#vtrimsubcont{
	width:100%;
	border:solid 1px #DDDDDD;
	margin-bottom:10px;
}

#vtrimsubcont h3{
	padding:10px;
}

#newsflash,#weeklytip{
	float:left;
	width:45%;
	height:auto;
	margin:4px 0px 4px 0px;
}
.subcont {
    padding:2px 20px;
}

#newsflash {
}

#weeklytip {	
}

.bulletinboarddisplay tr td.left{
	padding-left:40px;
}

.bulletinboarddisplay tr.titlerow td{
	font-size:18px;
	padding-bottom:10px;
	color:#78C041;
}

/**
 * journal
 */

#journal_sidebar_box{
	
	width:300px;
}

/**
 * journal/forms/weight
 */

#weight_box input {
    display:block;
}
#weight_box label {
    display:block;
}
#weight_box { 
    margin:4px;
    border:solid 1px #DDE;
    padding:15px;
}
#weight_toggle{
    display:none;   
}



/**
 * journal/forms/foods
 */

#foods_box input {
	display:block;
}
#foods_box label {
	display:block;
}
#foods_box { 
    margin:4px;
    border:solid 1px #DDE;
    padding:15px;
}
#foods_toggle{
    display:none;   
}

/**
 * journal/forms/exercise
 */
#exercise_box{
    margin:4px;
	border:solid 1px #DDE;
	padding:15px;
}
#exercise_box label, #exercise_box input{
	display:block;
}
#exercise_toggle{
	display:none;
}


/**
 * journal/forms/entry
 */
#journal_entry_box{
	float:left;
	width:800px;
	border:solid 1px #DDE;
	padding:15px;
	margin:4px;
}
#journal_entry_box input, #journal_entry_box label {
	display:block;
}
#journal_entry_box textarea{
	width:600px;
	height:200px;
	border:solid 1px #DDEEEF;
	font-family:"lucida grande", "arial", "verdana";
}

.journal_entry_explain{
	font-family:"lucida grande", "arial";
	padding:10px;
}

.journal_entry_rolls{
	font-family:"lucida grande", "arial";
    padding:10px;
}

.journal_date{
	float:right;
	color:#00704A;
	font-size:14px;
}

/* fixes */

li {
    clear:both;
}
.summary {
}
.coursebox {
}

body, html{
	font-family:"arial", "verdana", "georgia";
}

.left-block .list{
	position:relative;
	left:-20px;
}

.listentry {
	list-style-type:none;
}

.listentry .userpicture{
	padding:3px 5px 5px 0px;
	border-style:dotted;
  	border-width:0px 0px 1px 0px;
}
 .listentry div.user,
.block_messages .listentry div.user {
  float:left;
  padding:3px 0px 3px 0px;
  
}


 .listentry div.message,
.block_messages .listentry div.message {
  float:right;
}


div.content .correctness{
	visibility:hidden;
}

div.content .gradingdetails{
	visibility:hidden;
}

div.content .history{
	visibility:hidden;
}


.que .grade{
	visibility:hidden;	
}

.info .grade{
	visibility:hidden;	
}

#hidethisgraderow{
	visibility:hidden;
}

/*hide the .prompt div in quiz question blocks. 
 * It was pushing the answer box down too far and
 * I couldn't figure out how to not print the div.
 */
.ablock .prompt{
	display:none;
}

/*on the facilitator view of the journal change 
 * the student names in teh greeen bar to black
 * instead of gray
 */
.accordiontitle{
	color:black;
}






