/*
body {
    background-color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 10px;
    color: #000000;
    background-repeat: none;
    font-size: 1em;
}


#logo {
    font-size: 4em;
    font-weight: bold;
    font-family: "Gill Sans MT", Helvetica, Arial, sans-serif;
}

#logosnap {
    color: #FA6300;
}

#logogoods {
    color: #EFC750; 
}
*/

.status {
    margin: 10px auto;
    padding: 10px;
    background-color: #D1EFB3;
	border:1px solid #61C100;
	width:920px;
}

.clearfloats {
    clear: both;
}

.error {
    color: red !important;
    font-weight: bold;
}

/*
#header a:link { 
    color: #000000; 
    text-decoration: none;
}

#header a:active { 
    color: #000000; 
    text-decoration: none;
}

#header a:visited { 
    color: #000000; 
    text-decoration: none;
}

#header a:hover { 
    color: #000000;
    text-decoration: underline;
}

#header #logo a {
    color: #FFFFFF;
}
*/

.hidden {
    display: none;
}

.formError {
    display: none;
    color: red;
    font-weight: bold;
}

.loading {
    background:url(../images/loading.gif) no-repeat;
    width: 18px;
    height: 18px;
}

.hover {
    cursor: pointer;
}

.iconPhotoLink img {
    height: 32px;
}

#itemMainPhoto {
    width: 292px;
}

.editLink, .editLink a, .editLink a:visited, .editLink a:link {
    color: #FFFFFF;
    font-size: 16px;
    padding:5px 0;
}

.editLink a:hover {
	text-decoration:underline;	
}

.editLink img {
    margin:2px 6px;
    float:left;
}

.calendarWeekChunk {
    float: left;
}



