﻿	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:small;
		background-color: #FFFFFF;
	}
	
    a { text-decoration: none; }

a:link {
	color: #910000;
}
a:visited {
	color: #910000;
}
a:hover {
	color: #6E0000;
    text-decoration: underline;
}
a:active {
	color: #CC0000;
}


    .upper
    {
        text-transform: uppercase;
    }

    .linkButton {
        text-decoration: none;
    }

	h3 { margin-bottom: 3px;}
	
	
	table .lc { text-align: left; }
	table .rc { text-align: right; }
	table .cc { text-align: center; }

	
	table tr.headerrow { background-color: #666666; }
	
	table tr.datarow { background-color: #F7F7F7; }
			
	table .actionbutton_column { width: 100px; } 
	table .singlebutton_column { width: 50px; } 
	
	div.tableButtons { 
		text-align:right; 
		margin: 0px 0px 5px 0px;
	} 
	
	.reportTable { width: 700px; border: none; }

	.simpleFormField { width: 250px; text-align: right; padding: 3px; }
	
/*********************************************************************************************************/

.HorizontalMenu {
	padding: 10px 0px 10px 0px;
	margin:0px;
	width:755px;
	text-align:left;
}

.HorizontalMenu ul {
    list-style:none;
	margin:0; padding:0; border:0px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
}

.HorizontalMenu li { 		
	list-style-type: none;
    text-decoration: none;
	padding: 0px;
	margin: 0px;
	display:inline; 
}

.HorizontalMenu a {
	color: #999999 !important;
	width:auto;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-right: 8px;
	text-transform:uppercase;
	background-color: white;
    text-decoration: underline;
}

.HorizontalMenuCell {
	color:#999999;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:left;
	margin:0px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	display:inline; 
	padding-left: 0px;
    padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
    vertical-align: middle;
    text-wrap: none;
}

.HorizontalMenu a:hover
{
	padding-right: 8px;
	background-color: #FFFFFF;
    color: #820003 !important;
    text-decoration: underline;
}



/*********************************************************************************************************/


.RecordForm {
	float:none;
	text-align: center;
	display: block;
}


.RequiredField {
	color: red;
}

.RecordForm span.FormText {
	clear: left;
	float: left;
	text-align: left;
	padding-bottom: 10px;
	width: 700px;
}


.RecordForm div {
	width: 700px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
	border-top: 1px;
	border-top-style:dashed;
	border-top-color:#CCCCCC;
}

.RecordForm div.PlainField {
	width: 700px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
	border-top: 0px;
	border-top-style: none;
	border-top-color:#CCCCCC;
}

.RecordForm span.FormInputField,
.RecordForm span.FormInputFieldSmall {
	display: block;
	float: left;
	text-align: left;
	clear: none;
}

span.FormInputField, td.FormInputField {
	display: block;
	float: left;
	text-align: left;
	clear: none;
    width: 770px;
}

span.FormInputFieldSmall, td.FormInputFieldSmall {
	display: block;
	float: left;
	text-align: left;
	clear: none;
    width: 300px;
}
 
.RecordForm span.FormRadioInputField {
	display: block;
	float: left;
	text-align: left;
	clear: none;
}

.RecordForm span.FormInputField input, td.FormInputField input {
}


.RecordForm label span.FieldName {
	width: 225px;
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}


.RecordForm label span.FormTwoColumns {	
	width: 475px;
    padding: 5px 5px 5px 5px;
	text-align: left;
	display: block;
	float: left;
	clear: none;
	background: red;
}	


.RecordForm label span.FormInstructions, td.FormInstructions {	
    font-weight: Normal;
	display: block;
	width: 225px;
	float: left;
	text-align: left;
	clear: none;
	padding: 3px 0 3px 0;
}	

.RecordForm label span.FormLongColumn {
	display: block; 
	float: right;
	width: 485px;	
	margin-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left; 
}

.RecordForm em {
	text-align: left;
	font-weight: normal;
	padding: 5px;
	color: red;	
}

.RecordForm div span.FormButtonMiddle, .FormButtonMiddle {
	text-align: center;
	display: block;
	padding: 5px 5px 5px 5px;
	background: #EEE;
    width: auto; 
    margin: 0 auto;
}

table.RecordDisplay {
	clear:left;
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
	margin: 0 0.25em 0.2em 0;
	padding: 5px;
}

div.RecordDisplay span.FieldName, td.FieldName {
	clear:left;
	width: 225px;
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
	margin: 0 0.25em 0.2em 0;
	padding: 6px;
    padding-bottom: 7px;
	background: #DDD;
    min-height: 25px;
}

div.RecordDisplay span.FieldValue {
	width: 475px;
	display: block;
	float: left;
	text-align: left;
	margin: 0 0 0.2em 0;
	padding: 5px 5px 5px 10px;
	background: #FFFFFF;
    font-weight: normal;
}


/*********************************************************************************************************/

	
	.dividerLeft {
		border-left:1px solid #D4D2D6;
	}
	
	#centeredContainer {
        background-color: white;
		width:1024px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#centeredContainer table th {
		background: #666;
		border-color: #666;
		color: white;
	}
	
	#PageHeader {		
		width: 1024px;
		height: 98px;
		margin-left:auto;
		margin-right:auto;
		color: black;
		text-align: right;
	}
	
	.offPageContent {
        text-decoration: none;
		position: absolute;
		left: -5000px;
	}
	
	.PageHeaderLink {
		color: #6E0000; 
		float: right;
		padding: 3px 6px 0px 0px;
		width: 769px;
		margin-left: auto;
		margin-right: auto;
		height: 100px;
		text-align: right;
	}
		
	#headerMenu {
		width: 1001px;
		position: relative;
		right: 10px;
		bottom: 25px;
		paddding: 4.8 em; 
		text-align: right; 
		vertical-align:bottom;
		margin: auto;
		display: block;
		float: right;
	}
	
	#headerMenu a:visited {
		color: #990000;
	}
	
	#headerMenu a:link {
		color: #990000;
	}
	
	#headerMenu a:hover {
		color: red;
	}
	
	#PageBody {
        background-color: white;
		padding: 10px 0px 0px 0px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 1001px;
	}
	
	#PageBodyFull {
		clear: both;
        background-color: white;
		padding: 10px 0px 0px 0px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 1001px;
	}
	
	#optionsMenu {
		float: left;
		position:absolute;
		top: 190px;
		left: 30px;		
	}
	
	#optionsMenuTop {
		background: url(../images/ColumnTop.gif);
	}
	
	#optionsMenuBottom {
		background: url(../images/ColumnBottom.gif);
	}
	
	
	#optionsMenu {
		clear: both;
		padding:0;
		background-color:#910000;
		width:200px;
	}
		
	#optionsMenu a {
		display: block;
		padding: 4px;
		margin: 0;
		border: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		width: 200px;
		list-style-type: none;
		padding-left: 15px;	
        background-color: white;
		color: #000;
	}

	#optionsMenu a:link, #navList a:visited {
		text-decoration: underline;
	}

	#optionsMenu a:hover {
		background:bottom left repeat-y url(../images/intranet_menu_bkgr_over.gif);
		color:#FFFFFF;
	}

	#optionsMenu ul, #optionsMenu ol{ 
		list-style-type: none;
		margin: 0 -3px 0 0;
		padding: 0px;
		border:none;
	 }

	#optionsMenu li {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		width:auto;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-style: none;
		border-bottom-style: solid;
		border-left-style: none;
		border-bottom-color: #a74141;
	}
	
			
	#FullSingleColumn {
		width: 1024px;
        background-color: white;
		padding: 0px 0px 0px 0px;
	}
		
	#footerContainer {
		clear: both;
		background-color: white;
		padding: 10px;
		font-style : normal;
		font-size : 11px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : #666666;
		xborder-top: 1px solid #EFE3C6;
	}

	#container_footer a {
		font-style : normal; 
		color : #910000; 
	}
	
	#container_footer a:hover {
	    color : #FF0000; 
	}
	
	#footerText {
		padding: 10px; 
	}
	
	.footerBox {
		text-align: right;
		padding: 10px 10px 10px 0px; 
		border: 1px solid #EFE3C6; 
		background-color: #FFFAEE;
	}
	
	#footerImageLinks {
		width: 1004px;
		text-align:right;
		padding-right: 10px;
	}

	.smallPadding {
		padding: 5px;
	}
	
	.mediumPadding {
		padding: 10px;
	}
	
	#bottomRightLink {
		width: 550px;
		float: right;
		text-align: right;
		padding: 10px 0px 10px 0px;
	}
	
	#bottomRightLink a {
		margin:10px;
	}
	
	#bottomRightLinkFull {
		background: #FFFFFF;
		width: 1024px;
		text-align: right;
		padding: 10px 0px 5px 0px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#bottomRightLinkFull a {
		margin: 10px;
	}

	#navList {
		clear: both;
		margin: -20px 0px 0px 0px;
		padding:0;
		background-color: #FFFFFF;
		width:200px;
	}
		
	#navList a {
		display: block;
		padding: 4px;
		margin: 0;
		border: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		width: auto;
		list-style-type: none;
		background: bottom left repeat-y url(../images/menu_bkgr.gif);
		color: #FFFFFF;
		padding-left: 15px;
	}

	#navList a:link, #navList a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}

	#navList a:hover {
		background-image:none;
		background:bottom left repeat-y url(../images/menu_bkgr_over.gif);
		color:#FFFFFF;
	}

	#navList ul, #navList ol{ 
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		border:none;
	 }

	#navList li {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		width:auto;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-style: none;
		border-bottom-style: solid;
		border-left-style: none;
		border-bottom-color: #a74141;
	}


	#subMenuTop {		
		margin-left: 15px;
		width: 200px;
		min-height: 20px;
		background: #000 no-repeat url(../images/columnTop.gif);
	}

	#subMenuBottom {
		clear: both;
		background: no-repeat url(../images/columnBottom.gif);
		width: 200px;
		min-height: 40px;
		padding-left: 15px;
		padding-bottom: 20px;
	}
	
	#leftColumnBox {
		clear: both;
		width: 184px;
		height: 50px;
		margin: 15px 8px 5px 8px; 
		border: 1px solid #CBBAB5; 
		background-color: #FFFAEE;
	}
	
	#lowerLeftColumn {
		padding: 5px 10px 0px 10px;
	}
	
	#breadCrumbs {
		color:#999999;
		font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
		font-size:10px;
		font-weight:normal;
		padding:0px 0px 5px 0px;
		text-transform:uppercase;
	}
	
	#breadCrumbs a {
		color:#999999;
		font-weight: bold;
	}
	
	#PageContent {
		padding: 5px 0px 10px 0px;
	}
	

.box {
    border: 1px solid #dad6ce; 
    /* -webkit-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);*/
    padding: 0px 15px 10px 15px;
    margin: 10px auto 0px auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10px;
}

.box h3 {
    font-size: 16px;
    color: #10a1d8;
}

.LinkPagingSelected {
    width:20px;
    background-color:White;
    border: Solid 1px Black;
    text-align:center;
    text-decoration:none;
    margin-left:8px;
}

.LinkPaging {
    width:20px;
    background-color:White;
    border: Solid 1px Transparent;
    text-align:center;
    text-decoration:none;
    margin-left:8px;
}

.LinkPaging:hover {
    text-decoration:underline;
}

body {
    background: #f0f0f0;
    color: #333;
    font-size: 13px;
    font-family:Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.bodyContentdiv {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin-left: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.linkButton {
    text-decoration: none;
}

#container {
	width:1024px;
	padding:0px 0px 0px 0px;
		}
#header_mm_container {
	visibility: visible;
		}
#header_container {
	visibility: visible;
		}
#header_container_print {
	display:none;
		}
#BC_Nav_container {
	visibility: visible;
		}
#contentheader {
	width:1024px;
	padding:0px;
		}
#contentleft {
	width:190px;
	padding: 0px 0px 0px 0px;
	xbackground-color: #EFE3C6;
	background-color: #EFE3C6;
	}
#content_body { /* width:560px; */ 
	font-family:Arial, Helvetica, sans-serif;
	font-size: small; 
	background:#FFFFFF no-repeat url(../images/body_bkgr.jpg) top right;
	width: 1024px; 
	background:#fff;
	text-align: left;
	margin-left : auto ;
	margin-right : auto ;}

#content_body_pa { width:755px; background:#FFFFFF url(../images/body_bkgr.jpg) /*repeat-x*/ no-repeat top right;}

#top_h_menu {
	background-color: white;
	border:none;
	height:28px;
	padding:0px;
	/*margin-top: -3px;*/
	text-align:right;
	color: #B7B7B7;
	font-size:12px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#simple_top_h_menu {
	border:none;
	height:28px;
	padding:0px;
	margin-top: -3px;
	text-align:right;
	color: #B7B7B7;
	font-size:12px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contentcenter {
	width:550px;
	padding:6px 0px 0px 5px;
		}
	
#contentright {
	width:210px;
	padding: 0px 0px 0px 0px;
	}
	
#body_padding {
	padding: 20px;
	margin: 0px;
	}		
		
#footer {
	width:1024px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;

		}
#footer_address {
	width:1024px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
		}
#developedby {
	width:1024px;
	padding-top:10px;

		}
#copyright_legal {
	width:1024px;
	padding-top:10px; }


#viewas {
    float: right;
}		
		
/* ######################################## */
/* BREAD CRUMB NAVIGATION */
#nav-tree {
    float: left;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: uppercase;
	padding: 5px 0;
    margin-left: 15px;
}
#nav-tree a {
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: uppercase;
    line-height: 2em;
}

	
#header a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #D2C480;
}
#header a:hover {
	color: #FFFFFF;
}


/* ######################################## */
/* Left Nav - Rounded Box */
#navLeft .rbContent  { margin: 0; padding: 0; border-top:0;}

/* ######################################## */
/* Left Nav - Links */
#navList {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	width:190px;
    }
#navList a {
	display: block;
	padding: 4px;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	list-style-type: none;
	background:bottom right repeat-y url(../images/menu_bkgr.gif);
	color: #FFFFFF;
	padding-left: 15px;
    }
#navList a:link, #navList a:visited {
    color: #FFFFFF;
    text-decoration: none;
    }
#navList a:hover {
	background-image:none;
	background:bottom left repeat-y url(../images/menu_bkgr_over.gif);
	color:#FFFFFF;
    }

/* ######################################## */
/* Left Column - Lists*/
#navList ul, #navList ol{ 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border:none;
	 }
#navList li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #a74141;
    }

/* ######################################## */
/* SubMenu - Lists */
#subMenu{ margin: 0px; padding: 0px; }
#subMenu ul { margin: 0px; padding: 0px; }
#subMenu li {
	padding: 5px 5px 5px 6px;
	font-size:11px;  
	border-top: dashed 1px #D3D1D5;
	border-left: dashed 1px #D3D1D5;
	border-right: dashed 1px #D3D1D5;
	voice-family: "\"}\"";
	voice-family:inherit;
	border-bottom: 0px;
    }
#subMenu ul ul { margin: 2px; padding: 0px; 
	}
#subMenu li li {
	padding: 2px 2px 2px 5px;
	font-size: 11px;
	background-image:url(../images/icons/arrow_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top: dashed 0px #D3D1D5;
	border-left: dashed 0px #D3D1D5;
	border-right: dashed 0px #D3D1D5;
	voice-family: "\"}\"";
	voice-family:inherit;
	border-bottom: 0px;
    }
#subMenu dl{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	border:5px;
    }
#subMenu dt {
    margin: 0px;
    padding:0px 0px 2px 0px;
    color: #000;
    border: none;
    font-weight: bold;
    width: auto;
    }
#subMenu dt.activeSection a:link, #subMenu dt.activeSection a:visited {
    color: #666;
    padding-left: 0;
    margin-left: 0;
    }
#subMenu dd{ margin:0; padding:0;
	}

/* SubMenu - Links */
#subMenu a {
    padding: 0px 7px 0px 7px;
    border: 0;
	font-size:11px;  
    background-image: none;
    }
#subMenu a:link, #subMenu a:visited {
    color: #910000;
    background-image: none;
    }
#subMenu a:hover {
    color: #910000;
    background:none;
    text-decoration: underline;
    background-image: none;
	border-left-width: 0px;
	border-left-style: solid;
   }
   

/* ######################################## */
/* SEARCH BOX */
#searchbox {
	padding: 5px 5px 5px 5px;
	margin-top:15px;
	width: auto;
	border: solid 1px #CBBA85;
	background-color:#FFF9EB;
	color:#666666;
}
#searchbox span {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
font-weight:bold;
	color:#6C6A4D;
}
#searchbox .inputbox {
	padding: 2px;
	width: 90px;
}
#searchbox form {margin-bottom:0px; display: inline;}

#leftsidecontent { padding:0px 5px 5px 5px; background-color:#EFE3C6; width:auto; vertical-align:top;}


/* ######################################## */
/* QUICK LINKS */
#quicklinks { padding:15px 10px 15px 10px; }
#quicklinks, #quicklinks a { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small; font-weight:normal; }
#quicklinks ul  { padding-bottom:10px; margin:0px; }
#quicklinks span  { padding:10px 5px 10px 0px; margin:0px; }
#quicklinks li { 
list-style: none;
padding:2px 0px 0px 7px; margin:0px; }


/* Colored Boxes in Body
-------------------------------------------------------- */

#boxcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:5px;
	list-style-type: none;
}
#boxcontent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#boxcontent p { margin: 0px; padding: 0px; }

#boxcontent li {
	font-size: 11px;
	background-image:url(../images/icons/arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .8em;
	margin: 5px 2px 5px 2px;
}

#boxcontent a:link { font-size:11px; }
#boxcontent a:visited { font-size:11px; }
#boxcontent a:hover { font-size:11px; }

.cutbox_1 {
	border-right:1px solid #910000;
	border-left:1px solid #910000;
	border-bottom:1px solid #910000;
	border-top:1px solid #910000;
	padding: 5px 5px 5px 5px;
	background-color:#ffffe4;
	width:100%;
	height:auto;
	float:right;
}

.cutbox_1_hdr {
	border-right:1px solid #910000;
	border-left:1px solid #910000;
	border-bottom:1px solid #910000;
	border-top:1px solid #910000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin-top:15px;
	text-align:center;
	text-decoration:none;
	background-color:#910000;
	padding:5px 5px 5px 5px;	
	margin-top:0px;	
	width:100%;
	height:auto;
	float:right;

}
.cutbox_1_hdr a { color:white; 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff; text-decoration:none; 	 }
	
	
.cutbox_2 { 
	border-right:1px solid #006400;
	border-left:1px solid #006400;
	border-bottom:1px solid #006400;
	border-top:1px solid #006400;	
	padding: 5px 5px 5px 5px;
	background-color:#E7F1E2;
	width:100%;
	height:auto;
	float:right;
}

.cutbox_2_hdr {
	border-right:1px solid #3F651D;
	border-left:1px solid #3F651D;
	border-bottom:1px solid #3F651D;
	border-top:1px solid #3F651D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin-top:15px;
	text-align:center;
	text-decoration:none;
	background-color:#3F651D;
	padding:5px 5px 5px 5px;	
	margin-top:0px;	
	width:100%;
	height:auto;
	float:right;

}
.cutbox_2_hdr a { color:white; 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff; text-decoration:none; 	 }


.cutbox_3 {
	border-right:1px solid #334F66;
	border-left:1px solid #334F66;
	border-bottom:1px solid #334F66;
	border-top:1px solid #334F66;
	padding: 5px 5px 5px 5px;
	background-color:#DFF4F4;
	width:100%;
	height:auto;
	float:right;
}

.cutbox_3_hdr {
	border-right:1px solid #334F66;
	border-left:1px solid #334F66;
	border-bottom:1px solid #334F66;
	border-top:1px solid #334F66;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin-top:15px;
	text-align:center;
	text-decoration:none;
	background-color:#334F66;
	padding:5px 5px 5px 5px;	
	margin-top:0px;	
	width:100%;
	height:auto;
	float:right;

}
.cutbox_3_hdr a { color:white; 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff; text-decoration:none; 	 
}

.box {
    border: 1px solid #dad6ce; 
    /* -webkit-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);*/
    padding: 0px 15px 10px 15px;
    margin: 10px auto 0px auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10px;
}

.box h3 {
    font-size: 16px;
    color: #10a1d8;
}

.LinkPagingSelected {
    width:20px;
    background-color:White;
    border: Solid 1px Black;
    text-align:center;
    text-decoration:none;
    margin-left:8px;
}

.LinkPaging {
    width:20px;
    background-color:White;
    border: Solid 1px Transparent;
    text-align:center;
    text-decoration:none;
    margin-left:8px;
}

.LinkPaging:hover {
    text-decoration:underline;
}
.truncate td div,
.truncate td,
.truncate {
  white-space: nowrap;
  max-width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

.truncate2 td div {
  font-size: 12px;
  white-space: nowrap;
  max-width: 366px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

#body, TD { 	
	font-size:small; 
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	color: #000000;
	line-height:normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#text_small a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.text_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.text_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.color_crimson {
	color:#910000;
}
.color_silver {
	color:#666666;
}
.color_red {
	color:#B30000;
}
.color_white {
	color: #FFFFFF;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:large; 
	color:#333333; 
	font-style:italic;
}
.caption_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}

/* ######################################## */
/* SITE FOOTER */
#container_footer {
	font-style : normal;
	font-size : 10.5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
	padding:10px;
	xborder-top: 1px solid #EFE3C6;
}

#container_footer a {
   font-style : normal; 
   color : #910000; 
}
#container_footer A:hover {
   color : #FF0000; 

}
.bullet_list{ margin: 0px; padding: 0px; }
.bullet_list ul { margin: 2px; padding: 0px; 
	}
.bullet_list li, .bullet_list a {
	list-style-type: none;
	padding: 2px 2px 2px 5px;
	font-size: 12px;
	background-image:url(../images/icons/arrow_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top: dashed 0px #D3D1D5;
	border-left: dashed 0px #D3D1D5;
	border-right: dashed 0px #D3D1D5;
	voice-family: "\"}\"";
	voice-family:inherit;
	border-bottom: 0px; }
	
.t1_tableheader {
	color: #FFFFFF;
	background-color: #847659;
	font-size: 14px;
	font-weight: bold;
}
.t1_table_row1 {
	background-color: #E9E9E2;
}
.t1_table_row2 {
	background-color: #F7F7F5;
}
.t1_table_background_dark {
	background-color: #A89B80;
}

.t2_tableheader, .t2_tableheader a {
	color: #FFFFFF;
	background-color: #990000;
	font-size: 14px;
	font-weight: bold;
}
.t2_table_row1 {
	background-color: #EDDEDE;
}
.t2_table_row2 {
	background-color: #F4ECEC;
}
.t2_table_background_dark {
	background-color: #E0C7C7;
}

.t3_tableheader {
	color: #FFFFFF;
	background-color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.t3_table_row1 {
	background-color: #E5E5E5;
}
.t3_table_row2 {
	background-color: #F0F0F0;
}
.t3_table_background_dark {
	background-color: #D3D3D3;
}

.divider_top { border-top:solid 1px #D4D2D6;}
.divider_bottom { border-bottom:solid 1px #D4D2D6;}
.divider_right { border-right:solid 1px #D4D2D6;}
.divider_left { border-left:solid 1px #D4D2D6;}

.tablecell_linklist li  { padding-bottom:20px;}
.tablecell_linklist ul  { padding:0px; margin:0px; list-style-type:none;}

a.icon_pdf
{
background-image: url(../images/icons/icon_pdf.gif);
background-repeat: no-repeat;
background-position: top left;
padding: 0px 0px 35px 25px;
margin-bottom: 15px;
list-style:none;
list-style-type:none;
}

a.icon_doc li.icon_doc
{
background-image: url(../images/icons/icon_doc.gif);
background-repeat: no-repeat;
background-position: top left;
padding: 0px 0px 0px 25px;
margin: 5px;
}

a.icon_text, li.icon_text
{
background-image: url(../images/icons/icon_text.gif);
background-repeat: no-repeat;
background-position: top left;
padding: 0px 0px 0px 25px;
margin: 5px;
}

a.icon_htm, li.icon_htm
{
background-image: url(../images/icons/icon_htm.gif);
background-repeat: no-repeat;
background-position: top left;
padding: 0px 0px 0px 25px;
margin: 5px;
}
a.icon_external
{
background-image: url(../images/icons/icon_external.gif);
background-repeat: no-repeat;
background-position: top left;
padding: 0px 0px 0px 25px;
margin-bottom: 5px;
list-style:none;
list-style-type:none;
}

#contentleft { display: none; }
#navleft { display: none; }
#navList { display: none; }
#content_body {
	width:100%;
	padding:0px;
	background:#fff;
}
#contentright {
    padding: 5px 0px 0px 0px;
}
#global_header {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background-color: transparent;
	position:relative;
	height:22px;
	vertical-align: top;
	color:#FFFFFF;
}
.global_header_red {
	background-image: url(../images/header_global_crimson.gif);
}
.global_header_silver {
	background-image: url(../images/header_global_silver.gif);
}
#global_header_left {
	float:left;
	padding-left:5px;
}
#global_header_right {
	position:absolute;
	right:0px;
}
#global_header a {
	display:inline;
	text-decoration: none;
	color: #FFFFFF;
	padding-left:10px;
	padding-right:10px;
}
#global_header a:hover {
    color:#ffffff;
    background-color:transparent;
    text-decoration:none;
}
#global_header #globalnavsearch {
	position: relative;
	display: inline;
	right: 10px;
	top:2px;
	padding-left:20px;
}
#global_header #globalnavsearch .searchbox {
	position: relative;
	background-image:url(../images/search_bg.gif);
	background-repeat: no-repeat;
	height: 14px;
	font-size: 11px;
	border:1px solid #888888;
	vertical-align:top;
	margin:0px;
	padding:0px;
	width:110px;
}
#global_header #globalnavsearch .searchimage {
	position: relative;
}
#formUsername { width: 175px;}
#formPassword { width: 175px;}

.body_padding {
	padding-top: 20px;
	margin: 0px;
}		
.modalPopup {
	background-color: #ffffff;
	color: Black;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	text-align:left;
}
.modalProgress {
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    color: black;
    width:300px; 
    height:100px;
}
.modalBackground {
	background-color: Black;
	filter: alpha(opacity=70);
	opacity: 0.7;
    -moz-opacity: .7 !important;
}    
#body_ModalUpdateProgress1 {
    background-color: #ffffff;
    color: #000000;
}
#body_ModalUpdateProgress1 img {
    vertical-align: middle;
    margin: 2px;
}
.TelerikModalOverlay {
    background: black !important;
    opacity: .7 !important;
    -moz-opacity: .7 !important;
}
.RadWindow_Office2010Blue a.rwIcon {
    background-image:none !important;
}

span.tip {
    display: inline !important;
}

.breadcrumb,
.breadcrumb li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding-left: 0px;
}

.field-validation-error {
    color: red;
}

.error {
    color: #910000;
}

.addNewPositionToolbar,
.addNewNoteToolbar,
a.k-grid-pdf {
    color: #333;
    text-decoration: none !important;
    font-weight: normal !important;
    font-size: 100% !important;
    -ms-high-contrast-adjust: none;
    -webkit-appearance: button;
}

.addNewPositionToolbar:active,
.addNewNoteToolbar:active,
a.k-grid-pdf {
    -webkit-box-shadow: 0 0 7px 0 #76abd9;
}

.addNewPositionToolbar span,
.addNewNoteToolbar span {
    background-image: url(kendo/2018.1.221/Bootstrap/sprite.png);
    border-color: transparent;
    vertical-align: text-top;
    margin-right: 0.3rem;
    margin-left: -0.3rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 1;
    background-position: -32px -64px;
    background-color: transparent;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0px;
    line-height: 0;
    text-align: center;
    font-family: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    border-spacing: 0;
}

.importExcelToolbar span {
    background-position: -64px -96px;
}

.clearPeoplesoftLogToolbar span {
    background-position: -32px -48px;
}

.deleteNote,
.deleteParticipant,
.deleteWorkshopSeries,
.deleteAdminUser,
.deleteAnnouncement,
.deleteCourseGuestAccess,
.deleteWorkshop,
.deleteMeeting,
.deleteTrainer,
.deleteCourse,
.deleteCourseType {
    color: #333 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    font-size: 100% !important;
    -ms-high-contrast-adjust: none;
    background-image: url(kendo/2016.2.504/Bootstrap/sprite.png);
    border-color: transparent;
    vertical-align: text-top;
    margin-right: 0.3rem;
    margin-left: -0.3rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 1;
    background-position: -32px -48px;
    background-color: transparent;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0px;
    line-height: 0;
    text-align: center;
    font-family: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-collapse: collapse;
    border-spacing: 0;
}

.deleteColumn {
    padding: 10px;
}

.k-pager-numbers li {
    line-height: 2.25em;
}

.imageButton {
    padding: 0;
    border: none;
    background-color: transparent;
}

.form-horizontal .control-label {
    padding-top: 3px;
    margin-bottom: 0px;
    text-align: right;
}

.col-md-2 {
    width: auto;
    float: none;
    padding-right: 0px;
    padding-left: 0px;
}

label {
    display: inline;
}

.form-control {
    display: inline;
}

.radio, .checkbox {
    display: inline;
}

/* Page Template for the exported PDF */
.page-template,
.page-template-portrait {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-template .pdf-header {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    border-bottom: 1px solid #888;
    color: #888;
    background-color: white;
}

.page-template .pdf-footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border-top: 1px solid #888;
    text-align: center;
    color: #888;
    background-color: white;
}

.page-template .pdf-watermark {
    font-weight: bold;
    font-size: 400%;
    text-align: center;
    margin-top: 15%;
    color: #666666;
    opacity: 0.1;
    vertical-align: middle;
    /*transform: rotate(-35deg) scale(1.7, 1.5);*/
}

.page-template-portrait .pdf-header {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    border-bottom: 1px solid #888;
    color: #888;
    background-color: white;
}

.page-template-portrait .pdf-footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border-top: 1px solid #888;
    text-align: center;
    color: #888;
    background-color: white;
}

.page-template-portrait .pdf-watermark {
    font-weight: bold;
    font-size: 300%;
    text-align: center;
    margin-top: 50%;
    color: #666666;
    opacity: 0.1;
    vertical-align: middle;
    /*transform: rotate(-35deg) scale(1.7, 1.5);*/
}

.alert-error .validation-summary-errors ul {
    list-style-type: none;
}

.campusSelectionTab {
    background-color: #CCCCCC!important;
    border-color: Silver!important;
    border-width: 0px!important;
    border-style: None!important;
    font-weight: bold;
    line-height: 19px;
    min-height: 36px;
}

.campusSelectionTab .k-link {
    color: #000000;
}
.dialog {
    background-color: #ffffff;
    color: Black;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    text-align: left;
}
.dialog .ui-dialog-titlebar-close {
    display: none;
}
.dialog .ui-dialog-title {
    font-size: larger;
    font-weight: bold;
}
.dialog-content {
    overflow: hidden;
    padding-right: 5px;
}
.title {
    font-size: larger;
    font-weight: bold;
}
.ui-widget-overlay { 
    position: fixed; 
} 
.ui-widget-overlay { 
    _position: absolute; 
} 

.grayBackground {
	padding: 5px 5px 5px 5px;
	background-color: #EEE;
    width: 100%; 
    height: 27px;
}

/*.k-filtercell .k-header {
    height: 30px;
}

.k-filter-row th {
    padding-bottom: 12px;
}*/

/*.k-filter-row .k-input {
    width: 90% !important;
}*/

/*.k-filter-row .k-dropdown-operator {
    right: 2.2em;
}*/

.k-button[title~=Clear] {
    right: -5px !important;
}

.ui-dialog .k-pager-numbers li {
    line-height: 2.2em !important;
}

.ui-dialog .k-pager-numbers li,
.ui-dialog .k-pager-info {
    font-size: 70%;
}

.form-control {
    font-weight: normal;
    padding: 6px !important;
}

/*.k-picker-wrap, .k-dropdown-wrap, .k-numeric-wrap {
    border-style: none !important;
}

.k-combobox .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
    border-style: none !important;
}

.k-editor-toolbar-wrap .k-dropdown-wrap {
    background-color: #f7f7f7 !important;
}

.k-editor-toolbar-wrap .k-picker-wrap {
    border-style: solid !important;
}*/

/*.k-grid .k-grid-content
{
    min-height: 300px;
    overflow-y: auto;
}*/

.k-grid-toolbar .k-button {
    color: #333;
}

.k-grid-toolbar .disabled {
    color: #a1a1a1;
}

.groupBox { width:100%; text-align:left; border-bottom: 1px solid silver; line-height:0em; padding-left: 20px; margin:30px 0 10px; } 
.groupBox span { background:#fff; padding:0 10px; font-style: italic; font-size: 16px; }

.checkBox input[type="checkbox"],
.checkBox label {
    display: inline block;
    width: auto;
}

.checkBox label {
    padding-left: 5px;
    font-weight: normal;
}

.uiMessage {
    margin: 15px 15px 15px 15px !important; 
    color: gray;
}