﻿
/* Main positioning elements */

.imgstyle {
    float: left;
    margin: 0 10px 5px 0;
}

.newssummary {
	width: 95%;
	margin: 5px 5px 5px 5px;
    background-color: #0033CC;
    color: #FFFFFF;
    text-align: left;
    float: left;
}

.buttonstyle {
    color: #0033CC;
    font-size: 11px;
}

.navbackground {
  padding: 5px 5px 5px 5px;
  background-color: white;
}

.textjustify {
    text-align: justify;
}

.panelmargin {
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    background-color: white;
    border: solid 1px silver;
}

.redtext {
    color: Red;
}

.smalltext {
    font-size: smaller;
}

.linestyle {
    height: 1px;
    margin: 10px 0 10px 0;
    background: white url('../../Images/dottedline.jpg') repeat-x;
}

.thinlinestyle {
    height: 1px;
    width: 95%;
    margin: 0 0 5px 0;
    background: white;
}

/* Main float element formatting */

.floatleftpadding {
    float: left;
    margin: 0px 10px 10px 0px;
}

.floatrightpadding {
    float: right;
    margin: 0px 0px 10px 10px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clearfloats {
    clear: both;
}


