@import url(base_styles_and_navigation.css);

/* ============================================== */
/* ============== Page Contents ================= */
/* ============================================== */

a.external
{
 background-image : url("../images/external_link.gif");
	background-attachment : fixed;
	background-repeat : no-repeat;
	padding-left : 11px;
	vertical-align : bottom;
}

div.pagecontent img
{
 border-color : black;
	border-width: 1px;
	border-style : solid;
}

img.leftfloater
{
 float : left;
 margin-right : 0.5em;
}
 
img.rightfloater
{
 float : right; 
 margin-left : 0.5em;
}

div.leftfloater
{
 color : inherit;
 background-color : rgb(180,180,255);	/*rgb(55,229,174);*/
 float : left;
 margin-right : 0.5em;
}

div.leftfloater p 
{
 margin-top: 0px;
 margin-bottom: 4px;
 font-size : xx-small;
 text-align : center;
}

div.rightfloater
{
 color : inherit;
 background-color : rgb(180,180,255);	/*rgb(55,229,174);*/
 float : right; 
 margin-left : 0.5em;
 margin-right : 0.5em;
}

div.rightfloater p 
{
 margin-top: 0px;
 margin-bottom: 4px;
 font-size : xx-small;
 text-align : center;
}

div.floatingbox
{
 color : inherit;
 background-color : rgb(180,180,255);	/*rgb(55,229,174);*/
 
 padding : 0.5em; 
 border-width : 2px; 
 border-style : solid;
 border-left-color : rgb(240,240,255);                   /*rgb(75,249,194);*/
 border-top-color : rgb(240,240,255);              /*rgb(75,249,194);*/
 border-right-color : rgb(160,160,255);              /*rgb(35,209,154);*/
 border-bottom-color : rgb(160,160,255);              /*rgb(35,209,154);*/

 width : 30%;
 float : right; 
}
table
{
 text-align : left;
 border-style : solid;
 border-color : white;
 border-width : 1px;
 margin-top : 1em;
 margin-bottom : 1em;
 margin-left : 0px;
 margin-right : 0px;
}

caption
{
 color : inherit;
 background-color : rgb(180,180,180);	/*rgb(55,229,174);*/
 border-style : solid;
 border-color : white;
 border-width : 1px;
}

thead
{
 color : inherit;
 background-color : rgb(180,180,180);	/*rgb(55,229,174);*/
}

tfoot
{
 color : inherit;
 background-color : rgb(180,180,180);	/*rgb(55,229,174);*/
}

img.borderless
{
 border-style: none; 
}
 
p.limerick
{
 text-align : center;
}

p.personalcredit
{
 text-align : right;
}

