﻿@import url(https://secure.co.marion.or.us/css/base.css);
/* For intranet apps:
@import url(https://app1.intra.co.marion.or.us/css/base.css);
*/
/* For internet applications 
@import url(https://secure.co.marion.or.us/css/base.css);
*/
body{margin: 0px 0px 0px 0px;font-family: Arial;font-size: 10pt;font-weight: normal;color: #000000;}
.pagetitle{font-weight: bold;font-size: 16pt;}
.message{color: #FF0000;margin-top: 4px;}
#bodyContent{}

/*Reformat Header/Footer as Desired */


#divHeader
{
	margin: 0 auto;
	text-align: center;
}

#divFooter
{
	margin: 0 auto;
	text-align: center;
}

.AppTitle 
{
    color:White;
    font-size: 1.70em; /*size matches closely to the actual title */
    font-family: Arial;
    font-weight: bold;
    /* makes sure the div goes to the right without interfering with others */
    float: right; 
    /* these are positioning the title up on the header */
    margin-top: -65px;
    margin-left:-2px;
    padding-right:20px;
    /* this is the shadow technique */
    /* this is for Mozilla browsers (FF and Chrome) */
    text-shadow: 2px 2px 5px black; 
    /* This is specifically for IE */
    filter: Shadow(Color=#000000, Direction=135, Strength=3);    
    position:relative;     
}
#Td2 > span > a {text-shadow: 2px 2px 5px black;}