
/** Default Body Styles, one specific for edit, login and layout to fill the entire browser window **/
body {
	background-color: #ffffff;
	min-width: 450px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Bitstream Vera Sans","Luxi Sans",Helvetica,Arial,san-serif;
	font-size: 12px;
	line-height: 1.6em;
	font-style: normal;
	color: #444;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}
body.mode-edit, body.mode-login, body.mode-logout {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	font-family: "Bitstream Vera Sans","Luxi Sans",Helvetica,Arial,san-serif;
	font-size: 12px;
	line-height: 1.6em;
	font-style: normal;
	color: #444;
}

body.dashboard #main-header {
	margin: 0px !important;
	padding: 0px !important;
	border-bottom: 0px !important;
	background-color: #ffffff !important;
}

body.profile #main-header {
    background-color: #ffffff !important;
}

.spacetools.with-space-sidebar #main-header {
    background-color: #ffffff !important;
}

#full-height-container {
	background-color: #ffffff !important;
}

#header #quick-create-page-button, #header #create-page-button {
	border-color: transparent;
	background-color: transparent !important;
}

.wiki-content a:link, .wiki-content a:visited, .aui-theme-default a:link, .aui-theme-default a:visited {
	text-decoration: none !important;
	color:#427191 !important;
}

.wiki-content a:hover, .aui-theme-default a:hover {
	text-decoration: none !important;
	color:#e76f00 !important;
	background: none !important;
}


.attachments-drop-zone {
	width: 300px !important;
}


/**
 * Controls the width of the recently changed display on the dashboard
 * and hides the view change links
 * requires the section be wrapped in a <div id="dashboard"/>
 * section
 */
.dashboard li.update-item .update-item-details  {
	margin-left: 5px;
	padding-left: 0px;
}
.dashboard li.update-item .update-item-changes {
	display: none;
}
.dashboard .grouping > div {
	border-top: 0px;
    padding: 0px 0px 0px 0px;
}
.dashboard .recently-updated-social .update-items {
    margin-top: 0px;
}
.dashboard div.update-item-icon {
    padding-right: 5px;
}

.dashboard h2 {
    font-size: 20px
}

/** 
 * Turn of border for main panel
 */
#main.aui-page-panel {
    border: none !important;
}

/** 
 * Fix Attachments Tables
 */
#viewAttachmentsDiv table.attachments {
    width: auto;
}

table.attachments .filename-column {
    width: 400px;
}

.acs-side-bar-space-info .avatar-img-container .avatar-img-wrapper img.avatar-img, #image-holder .small-logo-wrapper img {
   background: none !important;
}



