﻿body{
background-color:#efefe7;
text-align:center;
}

.bordertl{vertical-align:top;}
.bordertr{vertical-align:top;}

div.pagecontainer{
width:975px;
margin:0 auto;
background-color:#FFFFFF;
}

div.navbar{
background-color:#003063;
font-family:Arial;
font-size:10pt;
color:White;
text-align:right;
height:25px;
}

div.navbar a{
color:White;
text-decoration:none;
}

div.navbar a:hover{
text-decoration:underline;
}

div.siteTitle{
font-family: Arial, Helvetica, sans-serif, Verdana;
color:White;
text-align: center;
background-color:#003063;
}

/*Consider ID instead of class if ref'd once*/
div.applicationcontent{border:solid 5px #003063;}

/* What's up with this .appfooterbar and the following style?  Do they overlap?  Overwrite? */
div.appnavbar, .appfooterbar{
font-family:Arial;
font-size:10pt;
background-color:#B5C3D6;
text-align:left;
height:25px;
}

div.appfooterbar{
padding-left:9px;
padding-top:3px;
height:22px;
}

div.appnavbar a{
color:Black;
font-family:Arial;
font-size:10pt;
font-weight:bold;
text-decoration:none;
}

div.appnavbar a:hover{
text-decoration:underline;
}

/*Consider ID instead of class if ref'd once*/
div.formcontent{
text-align:left;
padding:3px;
font-family:Arial;
font-size:10pt;
}

.fleft{float:left;}
.fright{float:right;}
.cboth{clear:both;}
.cright{clear:right;}
.cleft{clear:left;}
div.textleft{text-align:left;}
div.textright{text-align:right;}
div.pad{padding:3px;}
div.textleft{text-align:left;}
div.textright{text-align:right;}
div.textcenter{text-align:center;}
span.bold{font-weight:bold;}
span.underlined{text-decoration:underline;}

span.formLoginLabel{
display:block;
float:left;
width:80px;
}

input.formLoginField{
display:block;
float:left;
border-color:#6699CC;
border-width:1px;
border-style:solid;
width:150px;
}

span.alert{
color:Red;
font-weight:bold;
}

/*Consider ID instead of class if ref'd once*/
div.pagecontent{
width:955px;
}

div.pagecontent a{
color:#003063;
}

/*Consider ID instead of class if ref'd once*/
div.browsersupport{
margin-top: 9px;
margin-left: 6px;
text-align:left;
font-family:Arial;
font-size: 11px;
color:#888888;
}

p.help_desk_info{
margin-top: 1.0em;
text-align: justify;
}

h4{
font-family:Arial;
font-size:10pt;
font-weight:bold;
}

/*
Key Colors:
003063 Darker blue (top-nav bar)
    023467 is the new one
    00306b is an older one
0e3c6d Dark blue (around ky dept of edu image text)
b5bed6 Gray
b5c3d6 Secondary nav bar blue-gray
efefe7 page background grayish
fdcc00 gold bar
*/

/* These are unused by the framework and should be removed after existing applications are implemented with new framework
.border-tl{
    background-image: url("http://localhost:4733/images/tl_nav_corner.gif");
    float:left;
}

.border-tr{
    background-image: url("/images/tr_nav_corner.gif");
    float:right;
}

div.titleBlue{
    color: #339ACC;
}

div.bordered{
    border:solid 1px black;
}

#adobe_box {
	background-color: #dfdfdf;
	border:solid 1px black;
	padding:0px 3px;
}
*/