/* UMS Standard Styles */

body, tr {color: 000099; font-family:times,serif; font-size: 12pt; 
	font-style: normal; font-weight: normal}

h1 {font-size:18pt; font-weight:normal}
h2 {font-size:16pt; font-weight:normal}
h3 {font-size:14pt; font-weight:bold}

hr {color: 663366}

.largest {font-size:18pt}
.large   {font-size:16pt}
.medium  {font-size:14pt}
.cap     {font-size:14pt}
.normal  {font-size:12pt}
.prompt  {font-size:10pt; font-weight:bold; color:navy}

.button {font-family:verdana,ariel,sans-serif; font-size:7pt;
	font-weight:bold; background-color:663366; color:ffffff;
	border-color:9933ff ffffff ffffff 9933ff; cursor:hand}

.graybutton {font-family:verdana,ariel,sans-serif; font-size:7pt;
	font-weight:bold; background-color:gray; color:ffffff;
	border-color:737373 d4d4d4 d4d4d4 737373; cursor:hand}
	
.buttonBlue {font-family:verdana,ariel,sans-serif; font-size:7pt;
	font-weight:bold; background-color:336699; color:ffffff;
	border-color:3399cc ffffff ffffff 3399cc; cursor:hand}

.redbutton {font-family:verdana,ariel,sans-serif; font-size:7pt;
	font-weight:bold; background-color:red; color:white;
	border-color:pink white white pink; cursor:hand}
	
.greenbutton {font-family:verdana,ariel,sans-serif; font-size:7pt;
	font-weight:bold; background-color:green; color:white;
	border-color:yellow blue blue yellow; cursor:hand}
	
.orangebutton {font-family:verdana,ariel,sans-serif; font-size:7pt;
	font-weight:bold; background-color:brown; color:white;
	border-color:red white white red; cursor:hand}

.managementbutton {font-family:verdana,ariel,sans-serif; font-size:7pt;
	font-weight:bold; background-color:red; color:white;
	border-color:pink white white pink; cursor:hand}

.zybutton {font-family:verdana,ariel,sans-serif; font-size:7pt;
	font-weight:bold; background-color:black; color:white;
	border-color:gray black black gray; cursor:hand}

.chooseFile {font-family:verdana,ariel,sans-serif; font-size:7pt;
	font-weight:bold; background-color:ffffff; color:000000;
	border-color:9933ff ffffff ffffff 9933ff}

.umslink a {color:9933cc; text-decoration:underline; font-weight:bold}
.umslink a:hover {color:ff0099; text-decoration:none}

.umsheaderlink a {color:navy; text-decoration:underline; font-weight:bold}
.umsheaderlink a:hover {color:ff0099; text-decoration:none}

.graylink a {color:gray; text-decoration:underline; font-weight:bold}
.graylink a:hover {color:ff0099; text-decoration:none}

.brightPink {color:ff0099}

.purpleBorder {border: outset violet 1px;}
/* B59EF6 A19DC1 */
.tableHeader {background-color: B7B4D0; color:navy; font-size:10pt;
	font-weight:bold;}
.tableLight {background-color:9eb4fc; color:373a46; font-size:10pt;
	font-weight:normal}
.tableDark {background-color:859ffc; color:373a46; font-size:10pt;
	font-weight:normal} /* a9abfe */
.tableHistory {background-color:5c6272; color:silver; font-size:10pt;
	font-weight:normal}
.tableLightGray {background-color:#d3d3d3; color:black; font-size:10pt;
	font-weight:normal}
.tableDarkGray {background-color:#b9b9b9; color:black; font-size:10pt;
	font-weight:normal}

/*
	Buttons by Wufoo
	http://particletree.com/features/rediscovering-the-button-element/
	Modified by Zy Danielson umsonline.org 1/23/10
*/
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#663366;
    border:1px solid #000000;
    border-top:1px solid #000000;
    border-left:1px solid #000000;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:70%;
    line-height:70%;
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
button:hover, .buttons a:hover{
    background-color: #859ffc;
	color: #000080;
}
/* Green Button */
.buttons a.btnGreen, button.btnGreen{
    background-color:#008000;
    border:1px solid #000000;
    color:#ffffff;
}
.buttons a.btnGreen:hover, button.btnGreen:hover{
	background:#90ee90;
	color: #008000;
}
/* Red Button */
.buttons a.btnRed, button.btnRed{
    background-color:#ff0000;
    border:1px solid #000000;
    color:#ffffff;
}
.buttons a.btnRed:hover, button.btnRed:hover{
	background:#ffc0cb;
	color: #ff0000;
}
/* Black Button */
.buttons a.btnBlack, button.btnBlack{
    background-color:#3b3b3b;
    border:1px solid #000000;
    color:#ffffff;
}
.buttons a.btnBlack:hover, button.btnBlack:hover{
	background:#c0c0c0;
	color: #000000;
}
