/* 
Styles common to every page of content
*/

/* MESSAGES */
img.validationWarning, div.error img.icon, div.message img.icon, li.error img.icon {
    border: 0 !important;
    width: 14px;
    height: 13px;
    vertical-align: middle;
    margin-left: 3px;
    background: transparent !important;
    /* important added because some themes define div#main img */
}

div.message img.icon {
    vertical-align: middle;
}

div.error, div.message, li.error {
    background: #ffffcc;
    border: 1px solid #000;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 10px auto;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;
}

/* use a different color for the errors */
div.error, li.error {
    border: 2px solid red;
}

/* IE fix, followed by the rest of the world fix */
li.error {
    padding: 3px !important;
}

ul>li.error {
    padding: 0px !important;
}

div.message p, div.message p {
    margin-bottom: 0;
}




#content {
	margin-top: 2em;
	
	margin-left: 14em;	
	
	margin-right: 1em;
	margin-bottom: 3em;
	color: #333333;
}

h1 {
	font-size: 130%;
	color: #666699;
}

#content h2 { 
	font-size: 120%;
	color: #333366;
	
	background-color: #CCCCFF;
	padding-left:1em;
	padding-right:1em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:40px;
	margin-bottom:20px;
}


#content img { 
	border: 1px solid #808080;
}

#content p {
	font-size: 90%;
	line-height: 1.2em; 
	padding-left: 1.2em;
}

#content p strong { 
	font-weight:bold;
	color: #666666;
}


#content p { 
	vertical-align: middle;
}

#content a { 
	font-weight: bold;
	color: #666666;
}

