/* SYSED-CEE Edits to UVM General Styles */
/* Keri Toksu */

/* UVM Template Frame */
p.modify{
	display:none;
}
#uvmmain{
	width: 935px;  
}
#mainframe {
	min-width: 0;
	width: 920px;
}
#uvmnavbar {
	background: #de9442;
}
#uvmmaincontent {
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 30px;
}
#uvmfooter {
	background: #62855b;
	padding: .5em 0;
}
/*---------------------------
 headers
-----------------------------*/
#uvmmaincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
 	color: #cd802b;
}
#uvmmaincontent h3 {
	font-size: 16px;
 	color: #cd802b;
}
#uvmmaincontent h4 {
	font-size: 14px;
	color:#323568;
}
#uvmmaincontent h5 {
	font-size: 13px;
}
/*---------------------------
 table - bordered
-----------------------------*/
table.bordered {
	background-color: #ffffff;
	cellspacing: 0px;
/*	border: 1px solid #000000;  */
	border-color: #000000;
    border-width: 0 0 1px 1px;
    border-style: solid;
}
table.bordered th {
	text-align: center;
	vertical-align: bottom;
	font-size: 11px;
	font-weight: bold;
	background-color: #cccccc;
	padding: 5px 10px 5px 5px;
}
table.bordered td {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	padding: 5px 10px 5px 5px;
	border-color: #cccccc;
    border-width: 1px 1px 0 0;
    border-style: solid;
}
table.bordered td.left {
	text-align: left;
}
table.bordered td.color {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #eeeeee;
}
/*---------------------------
 ul bulleted, extra space between items
-----------------------------*/
ul.spacey li {
	padding-bottom: 10px;
}
/*---------------------------
 images
-----------------------------*/
.imgRight {
	float: right;
	margin: 5px 0px 5px 10px;
/*	border: 1px solid #DEDEDE;  */
}
.imgLeft {
	float: left;
	margin: 5px 10px 5px 0px;
/*	border: 1px solid #DEDEDE;  */
}
/*---------------------------
 blockquote
-----------------------------*/
.blockquote {
	margin: 20px 10px 20px 30px;
}
/*---------------------------
 blockquote
-----------------------------*/
.caption {
	font-size: 11px;
	font-style: italic;
}



/* form style
----------------------------------*/

.label {
	width: 220px;
	text-align: right;
	float: left;
	margin-top: 4px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color:#465e9d;
}
.field {
	width: 480px;
	text-align: left;
	margin-left: 12px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000;
}
.button {
	background-color:#6477aa;
	color: #fff;
	font-family: verdana, sans-serif;
	padding: 2px;
	left: 300px;
}

/*old calls*/

/*#cecontent {
	float: left;
	display: block;
	vertical-align: top;
	margin-left: 12px;
	padding-top:20px;
	padding-right: 0px;
	padding-bottom:50px;
	padding-left:10px;
	width: 525px;
	font-family: verdana, sans-serif;
	font-size:11px;
	line-height: 150%;
	color: #DEDEDE;
}*/
/*a:link {
	color: #ecdc93;
}

a:visited {
	color: #ecdc93;
}

a:hover {
	color: #febf50;
	text-decoration:none;
}*/