/*  ===========================================================================
    eXe
    Copyright 2004-2005, University of Auckland

    garden theme display styles.
    =========================================================================== */

body {
    background: #fff;
	width: 90%;
}

a { color: #04237d;
    text-decoration: none;
    border: 0;

}

a:hover {
    color: #6F5149;
}

p#nodeTitle { 
    color: #446aa4;
	font-size: 18px;
	font-weight: normal;
    letter-spacing: 1px;
	
	
}

div#nodeDecoration {
    padding: 10px;
    border-bottom: 2px solid #446aa4;
	background-color: #eff1f4;
	
}


/* --- iDevice Styles -- */

.emphasis0 {
padding-top: 10px;

}

.emphasis1 {
    background-color: transparent;
    padding-left: 10px;
    border: 0px solid #446aa4;
    margin: 10px;
}

.iDevice p, .iDevice div.block {
    padding: 15px;
    line-height: 115%
    text-align: left;
	background-color: #eff1f4;
	
	}

.iDevice li {
	list-style-position: outside;
}

.iDeviceTitle {
    color: #446aa4;
    font-size: small;
    font-family:  Verdana, Helvetica, sans-serif;
}    

.iDevice_icon {
    padding-top: 10px;
}

input.feedbackbutton {
    background: #e0e4eb;
    color: #000;
}



/* styles for image with text iDevice */

p.reading_feedback {
    border: 1px dashed #ADADAD;
    background-color: #FFF;
}

.image_text { 
    border: 1px solid #CCC; 
    background: #F9F9F9;
    padding: 4px;
    margin: 0px 20px 4px 4px;
}