﻿/* ================ GENERAL ================*/

#accountHold
{
    padding: 10px;
 
    font-weight: bold;
}


body 
{
	font-size: .8em;
	margin:5px;
	font-family: Helvetica, Tahoma, Arial, Sans-Serif;
	background-color: #eee;
}

#Master
{
	width:994px;
    margin: auto;
    margin-bottom: 20px;
    background-color: #fff;
    border: solid 1px #CCC;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
}

#Footer
{
    background-color: #FFFFFF;
    border-top: 1px solid #C0C0C0;
    bottom: 0;
    left: 0;
    cursor: default;
    font-size: 7pt;
    margin: 0;
    padding: 2px 0;
    position: fixed;
    width: 100%;
    color: #2A4362;
    font-family: 'Segoe UI';
    z-index: 10001;
}

#Footer-left
{
    float: left;
    margin-left: 5px;
    font-weight: bold;
}

#Footer-left:hover
{
    color: #4A77AE;
}

#Footer-right
{
    margin-right: 5px;
    float: right;
    color: #AAAAAA;
}

#MasterMessageList div
{
	background-color: #DDD;
	padding: 4px;
}
#MasterMessageList span
{
	padding: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	display: none;
	background-color: #DDD;
	color: #999;
	font-size: 7pt;
	padding-left: 5px;
	text-align: right;
}
#MasterMessageList span[rel=system_alert]
{
	display: block;
}

#ContentPane
{
	padding: 5px;
	margin-bottom:25px;
}

#MasterLoginView
{
	padding: 5px;
	margin-bottom:25px;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	font-size: 11px;
	text-align: right;
}

 a { color: #003366; }
 h1 { font-size:24pt; color: #666; font-weight: normal;}
 h2 { font-size:18pt; color: #333;}
 h3 { font-size:14pt; }
 h4 { font-size:14pt; color: #666; font-weight: normal; }
 h5 { font-size:12pt; color: #333; }
 h6 { font-size:10pt; }
 
.topmasthead
{
	background-position: center top;
	background: url(https://hive.kent.edu/static/images/topmasthead.jpg);
	background-repeat: no-repeat;
	width:1000px;
	height:101px;
	position:relative;

}

.topmasthead h3
{
	color:#A5C6F7;
	vertical-align:bottom;
	padding:5px;
	font-size:20pt;
	font-family: 'Trajan Pro','Myriad Pro', Garamond, Arial, Helvetica, Sans-Serif;
	font-variant: small-caps;
	
	position: absolute;
	right: 10px;
	top: 35px;
	text-align: right;

	letter-spacing:-1px;
	display:block;
	text-shadow: 2px 2px 4px #000;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
    
/* ================ END GENERAL ================*/

/* ============ FORM ELEMENTS ==============*/
fieldset 
{
    border: solid 1px #ddd;
    margin-bottom: 10px;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
}

legend 
{
    background-color: #BEBEBE;
    padding: 5px;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
label 
{
    display: block;
    font-weight: bold;
    width: 100px;
    margin-right: 7px;
    text-align: right;
}

table label 
{
    display: inline;
    font-weight: normal;
    width: auto;
    margin-right: 0px;
    padding-top: 2px;
    font-size: 12px;
    color: #333;
}

input[type=button], input[type=submit], a.button
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    font: bold 11px/1 "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    padding: 2px 3px;
    margin: 4px;
    text-align: center;
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top , #EEEEEE, #CCCCCC);
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    color: #333333;
}
input[type=button]:hover, input[type=submit]:hover, a.button:hover {
    background-color: #DDDDDD;
    background-image: -moz-linear-gradient(center top , #DDDDDD, #BBBBBB);
    border-color: #BBBBBB #BBBBBB #999999;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}

input.cupid-green, a.cupid-green {
    background-color: #7FBF4D;
    background-image: -moz-linear-gradient(center top , #7FBF4D, #63A62F);
    border-color: #63A62F #63A62F #5B992B;
    color: #FFFFFF;
}
input.cupid-green:hover, a.cupid-green:hover  {
    background-color: #76B347;
    background-image: -moz-linear-gradient(center top , #76B347, #5E9E2E);
    cursor: pointer;
}

input.cupid-red, a.cupid-red
{
    background-color: #EE432E;
    background-image: -moz-linear-gradient(center top , #EE432E 0%, #C63929 50%, #B51700 50%, #891100 100%);
    color: #FFFFFF;
}
input.cupid-red:hover, a.cupid-red:hover {
    background-color: #F37873;
    background-image: -moz-linear-gradient(center top , #F37873 0%, #DB504D 50%, #CB0500 50%, #A20601 100%);
    box-shadow: 0 1px 0 0 #F37873 inset;
    cursor: pointer;
}

/* ================ END FORM ELEMENTS ================*/

/* ================ BASIC CLASSSES ================*/
.lighttext
{
	font-size: 8pt;
	color: #808080;
	font-family:Verdana,Sans-Serif;
}

.calendar 
{
    border-color: Gray; 
}
/* ================ END BASIC CLASSSES ================*/


/* ================ START GRID VIEW ================*/

.gridViewBasic, .gridViewBasic tr 
{
    border: none;
}

.gridViewBasic th 
{
    background-color: #ddd;
    padding: 10px;
}

.gridViewBasic td 
{
    border-color: #fff;
    background-color: #eee;
    padding: 5px;
}

/* ============ END GRID VIEW ==============*/


/* ============ PICK LIST MANAGER ==============*/
.LookUpManagerDiv
{
	background: #E0E0E0;
	width: 65%;
	margin: 5px 0 5px 2px;
	padding: 12px;
}
.section, .sectionAlt
{
	text-align: left;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	margin-bottom: 5px;
}

.section
{
	color: #993333;
}

.sectionAlt
{
	color: #666;
}

.GridViewRow, .GridViewAltRow
{
	border: 1px outset silver;
	font-size: 8pt;
	padding: 5px;
	background-color: #eee;
}

.GridViewRow A, .GridViewAltRow A
{
	color: Blue;
}
.imagecontainer
{
	vertical-align: middle;
}

.activeIndicator, .inactiveIndicator
{
	font-size: 7pt;
	font-family: 'Small Fonts' ,Arial,Helvetica,Sans-serif;
	margin-right: 15px;
	padding: 1px;
}
.activeIndicator
{
	color: #669900;
	border: 1px solid #669900;
}

.inactiveIndicator
{
	color: #990000;
	border: 1px solid #990000;
}
.reorderitemname
{
	width: 350px;
	display: inline-block;
	font: normal Georgia 9pt;
	font-family: 'Lucida Sans Unicode' , Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 600;
	color: #CC3300;
}

.reorderitemnameedit
{
	width: 320px;
	display: inline-block;
	font: normal Georgia 9pt;
	font-family: 'Lucida Sans Unicode' , Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 600;
	color: #CC3300;
}
.AddLookUpButton
{
	color: #993366;
	background-color: #eee;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
}
/* =========== END PICK LIST MANAGER =============*/

/* ===== RISC MESSAGE LIST ===== */
span.msglist_message
{
	
}

span.msglist_error
{
	color: Red;
}

span.msglist_confirm
{
	color: Green;
}
/* ===== END RISC MESSAGE LIST ===== */

/* ===== LOGIN FORM ===== */
#login input[type="text"], #login input[type="password"]
{
    margin: 1px 0 5px 0;
    font-size: 12pt;
    height: 25px;
    width: 200px;
    border: 1px solid silver;
    padding: 1px;
}

#login input[type="text"] /*username box*/
{
    background-image: url(../images/login.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 90px;
    width: 110px;
}

#login input[type="submit"]
{
    font-size: 10pt;
}

#login span
{
    font-size: 8pt;
    color: #808080;
}

#login .login-title
{
    font-size: 10pt;
    color: #808080;
    text-decoration: underline;
}

.error
{
    background-color: #F1CECE;
    border: 1px solid #AB4747;
    border-radius: 5px 5px 5px 5px;
    color: #7A1010;
    display: block;
    font-size: 14pt;
    margin: auto;
    padding: 20px;
    text-align: center;
    width: 60%;
}