.small{
	font-size: .85em ;
}

/*
.warn{
	font-size: 9pt ;
	color: red ;
}
*/
.warn, .information, .accept {
	background: #fff6bf url('exclamation.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	padding: 5px 20px 5px 45px;
	margin: 15px 0 15px 0 ;
	border-top: 1px solid #ffd324;
	border-bottom: 1px solid #ffd324;
	color: red ;
}

.information{
	background: #fff6bf url('information.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	color: #3A5491 ;
}

.accept{
	background: #fff6bf url('accept.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	color: #247C1F ;
}

/*
.warn ul{
	margin-bottom: 15px ;
}
*/
.updated {
	background: #CFEBF7 url(images/notice.gif) no-repeat 1em ;
	border: 1px solid #2580B2;
	margin: 1em 5% 10px;
	padding: 0 1em 0 3em;
}

blockquote {
    background: #F2F3FC;
    border-left: 8px solid #AEC2C8;
    padding: 15px 0px 15px 20px;
    margin-left: 20px;
    margin-right: 0px;
    font-size: 10pt;
    color: #333333;
    overflow: auto;
}

code { 
    white-space: pre; 
}

pre.code
{
    background: #F2F3FC;
     border: 1px solid #3366CC;
     color: #000;
     overflow: auto;
     padding: 10px 15px 10px 15px;
     font: "Courier New", Courier, monospace;
     font-size: 9pt;
     max-width: 480px;
}


fieldset{
	font-size: 1.1em ;
}


.alt{
	background-color: #ddd ;
}

.dark{
	background-color: darkblue ;
	color: white ;
}

#mainContentFull{
	width: 900px;
	padding-left: 25px;
	padding-right: 25px;
}