﻿/*
003063 Darker blue (top-nav bar)
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
*/

body{
    background-color:#efefe7;
    text-align:center;
}

.bordertl{
    vertical-align:top;
}

.bordertr{
    vertical-align:top;
}

.border-tl{
    background-image: url("/images/tl_nav_corner.gif");
    float:left; 
}

.border-tr{
    background-image: url("/images/tr_nav_corner.gif");
    float:right; 
}

div.pagecontainer{
    width:1004px; /* 2008.12.02 980 */
    text-align:center;
    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;
    color:White;
	font-size:10pt;
	padding:4px;
    background-color:#003063;
}

div.titleBlue{
    color: #339ACC;
}

div.applicationcontent{
    border:solid 5px #003063;
}

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;
}

div.formcontent{
    text-align:left;
    padding:3px;
    font-family:Arial;
    font-size:10pt;
}

div.textleft{text-align:left;}
div.textright{text-align:right;}
.fleft{float:left;}
.fright{float:right;}
.cboth{clear:both;}
.cright{clear:right;}
.cleft{clear:left;}
div.pad{padding:3px;}
div.textleft{text-align:left;}
div.textright{text-align:right;}
div.textcenter{text-align:center;}

div.bordered{
    border:solid 1px black;
}

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.bold{font-weight:bold;}

span.alert{
    color:Red;
    font-weight:bold;
}

div.pagecontent{
    width:980px; /* 960 2008.12.02 */
}

div.pagecontent a {
    color:#003063/*#6699CC*/;
}

span.bold{font-weight:bold;}

h4 {
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
}

#adobe_box {
	background-color: #dfdfdf;
	border:solid 1px black;
	padding:0px 3px;

}

p.help_desk_info {
    margin-top: 1.0em;
    text-align: justify;
}