/* GLOBAL STYLES */

body, p, td, th, ul, ol, li, dl, dd, a, pre, input { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; }

h1						{ color: #666666; font-size: 19px; font-weight: normal; }
h2						{ color: #003399; font-size: 15px; font-weight: bold; }

a:link					{ color: #0060bf; }
a:visited				{ color: #0060bf; }
a:hover					{ color: #3399ff; }
a:active				{ color: #0060bf; }

.sectionhd				{ background-color: #005594; color: #FFFFFF; font-size: 22px; padding-left: 20px; padding-right: 20px; }

						
.contentsml				{ font-size: 11px; }


/* NAV */

.nav					{ background-image: url(../images/grey_bg.jpg); background-repeat: repeat-x; }
a.navlink, a.navlink:link, a.navlink:active, a.navlink:visited { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: normal; }
a.navlink:hover { color: #CCCCCC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: normal; }

/* TABLE STYLES */

.headerlowgrey			{ background-image: url("../images/ccc_upward_gd.gif"); height: 24; background-repeat: repeat-x; background-position: bottom; border: 1px solid #CCCCCC; font-weight: bold; }
a.headerlowgrey, a.headerlowgrey:link, a.headerlowgrey:active, a.headerlowgrey:visited { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: normal;}
a.headerlowgrey:hover	{ color: #CCCCCC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: normal;}

.rowltblue				{ background-color: #d4e0ea; }
.rowltgrey				{ background-color: #dddddd; }
.tablelinert			{ border-right-width: 1px; border-right-style: solid; border-right-color: #CCCCCC; }


/* TABLE STYLES for Search Invoices area */

.rowlinebtm    { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E1E1E1; }
.border999				{ border: 1px solid #999999; }


/* FORMS */

a.thlink, a.thlink:link, a.thlink:active, a.thlink:visited { font-weight: bold; color: #000000; }
a.thlink:hover   { color: #666666; }

th a					{ font-weight: bold; }
.input					{ border: 1px solid #999999; }
.required				{ color: #CC0000; }
.error					{ color: #CC0000; font-weight: bold; }
input[type=button], input[type=submit], input[type=reset] { color: #000000; font-weight: bold; background-color: #CCCCCC; border: 1px solid #999999; padding: 2px; text-align: center; background-image: url(../images/btn_bkgd.gif); background-repeat: repeat-x; background-position: bottom; }

a.paginate, a.paginate:link, a.paginate:active, a.paginate:visited { color: #0060bf; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal; }
a.paginate:hover     { color: #0060bf; text-decoration: underline; }

/*Modal Popup*/
.modalBackground2 
{
	 background-image: url("http://localhost:1231/images/banner_bgnd.jpg");
	 background-repeat:repeat-x;   
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

ul.topmenu {
 padding-left: 20px;
 margin: 0px;
}
li.topmenunav {
 display: inline;
 list-style-type: none;
 padding-right: 120px;
}


div.divFooter {
    width: 100%;
    padding: 30px 0px 60px 0px;
    background-color: #444;
    position: fixed;
    bottom: 0;
}

.footer-container {
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer-left {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-family: franklin-gothic-urw-comp, "Franklin Gothic Book", Arial, sans-serif;
    font-weight: 200;
    font-size: 12.5px;
    color: #a0a0a0;
}

.footer-left a, .footer-right a {
    color: #a0a0a0;
    text-decoration: none;
}

.footer-left a:hover, .footer-right a:hover {
    color: white;
    text-decoration: underline;
}

.footer-right {
    width: 49%;
    position: absolute;
    right: 0px;
    display: inline-block;
    vertical-align: top;
    font-family: franklin-gothic-urw-comp, "Franklin Gothic Book", Arial, sans-serif;
    font-weight: 200;
    font-size: 12.5px;
    color: #a0a0a0;
}

.footer-right img {
    height: 20px;
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.footer-bottom-left {
    margin-top: 30px;
    font-family: franklin-gothic-urw-comp, "Franklin Gothic Book", Arial, sans-serif;
    font-weight: 200;
    font-size: 12.5px;
    color: #a0a0a0;
}

.footer-containerMobile {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 10px 15px 10px;
    background-color: #444;
}

.footer-mobile {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-family: franklin-gothic-urw-comp, "Franklin Gothic Book", Arial, sans-serif;
    font-weight: 200;
    font-size: 12.5px;
    color: #a0a0a0;
}
    .footer-mobile img {
        height: 20px;
        width: auto;
        margin-right: 10px;
        vertical-align: middle;
    }
    .footer-mobile a, .footer-mobile a {
        color: #a0a0a0;
        text-decoration: none;
    }

        .footer-mobile a:hover, .footer-mobile a:hover {
            color: white;
            text-decoration: underline;
        }

/* FOR MOBILE */
@media screen and (max-width: 800px) {
    div.divFooter {
        padding: 10px 10px 10px 10px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        position: relative;
        margin-top: 20px;
    }
}

/* FOR SCREENS LESS THAN 395px */
@media screen and (max-width: 395px) {
    .footer-right a {
        display: block;
        margin-bottom: 10px;
    }

    .hide-on-small-devices {
        display: none;
    }
}

#form1 {
    margin-bottom: 150px;
}


	

	