@charset "utf-8";
/* CSS Document */
body{
	background:none;
	margin:0;
	background-color:transparent;
}
.clear {
	clear:both;
}
img {
	border:none;
}

	a:link {
		color: #06afe0;
	}
	a:visited {
		color: #0072bc;
	}
	a.alt:link {
		color: #60a700;
	}
	a.alt:visited {
		color: #60a700;
	}
	a.alt2:link,
	a.alt2:visited {
		color: #F40000;
	}
	a.alt3:link,
	a.alt3:visited {
		color: #707070;
	}

#popup_screen {
	display:block;
	margin:0;
	padding:0;
	width:536px;
	font:normal 14px "Calibri", Arial, Helvetica, sans-serif;
}
#popup_screen div.top {
	display:block;
	margin:0;
	padding:0;
	background:url(../_IMAGES/popup_roundedtop.png) bottom left no-repeat;
	width:536px;
	height:25px !important;
}
#popup_screen .content {
	display:block;
	margin:0;
	padding:8px 33px;
	text-align:left;
	background:url(../_IMAGES/popup_bg_repeater.png) top left repeat-y;
	min-height:100px;
	height:auto !important;
	height:100px;
}
#popup_screen div.bottom {
	display:block;
	margin:0;
	padding:0;
	background:url(../_IMAGES/popup_roundedbottom.png) top left no-repeat;
	width:536px;
	height:25px !important;
}
#popup_screen .hr {
	display:block;
	clear:both;
	margin:0;
	padding:0;
	height:2px;
	overflow:hidden;
	background-color:#eaeaea;
}

#cancel_link {
	display:block;
	float:right;
	width:77px;
	height:21px;
	margin:11px 10px 0 0;
	background:url(../_IMAGES/status_scrn_cancelbtn.gif) bottom no-repeat;
	overflow:hidden;
	text-align:left;
	text-indent:-9999px;
}

/* Button Styles */
/* Button Styles */
a.btn1_small, .btn1_small,
a.btn2_small, .btn2_small,
a.btn1_medium, .btn1_medium,
a.btn2_medium, .btn2_medium,
a.btn1_large, .btn1_large,
a.btn2_large, .btn2_large {
	display:block;
	overflow:hidden;
	background:none;
	border:none;
	text-align:center;
	font-size:16px;
	color:#FFF;
	font-family: "Calibri", Arial, helvetica, sans-serif;
	text-decoration:none;
	padding:8px 0 0 0;
}
.btn1_small, .btn2_small{
	padding:0 0 0 0;
}

a.btn1_small,
.btn1_small {
	width:90px;
	height:37px;
	background:url(../_IMAGES/btn_submit_90x37.gif) top left no-repeat;
}
a.btn2_small,
.btn2_small {
	width:90px;
	height:37px;
	background:url(../_IMAGES/btn_submit2_90x37.gif) top left no-repeat;
}
a.btn1_medium,
.btn1_medium {
	width:160px;
	height:37px;
	background:url(../_IMAGES/btn_submit_154x37.gif) top left no-repeat;
}
a.btn2_medium,
.btn2_medium {
	width:160px;
	height:37px;
	background:url(../_IMAGES/btn_submit2_154x37.gif) top left no-repeat;
}
/* Title and UNIV Text Styles */

.title1, .title1_alt, .title1_alt2, .title1_alt3,
.title2, .title2_alt, .title2_alt2, .title2_alt3,
.title3, .title3_alt, .title3_alt2, .title3_alt3 {
	margin:0;
	padding:0;
}
.title1, .title1_alt, .title1_alt2 {
	font-size:26px;
	font-style:italic;
}
.title2, .title2_alt, .title2_alt2 {
	font-size:20px;
}
.title3, .title3_alt, .title3_alt2 {
	font-size:16px;
}

.title1, .title2, .title3 {
	color:#333;
}
.title1_alt, .title2_alt, .title3_alt {
	color:#F40000;
}
.title1_alt2, .title2_alt2, .title3_alt2 {
	color:#06AFE0;
}
.title1_alt3, .title2_alt3, .title3_alt3, .text-color-lite {
	color:#898989;
}
.page_title {
	width:80%;
	float:left;
}

#cancel_link,
#cancel_link_mini  {
	display:block;
	float:right;
	width:77px;
	height:21px;
	margin:15px 10px 0 0;
	background:url(../_IMAGES/status_scrn_cancelbtn.gif) bottom no-repeat;
	overflow:hidden;
	text-align:left;
	text-indent:-9999px;
}
#cancel_link_mini {
	float:right;
	width:47px!important;
	background:url(../_IMAGES/status_scrn_cancelbtn2.gif) bottom no-repeat;
}

a.popup_close_btn,
a.popup_close_btn_tab {
	display:block;
	width:55px;
	height:20px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#c0c0c0;
	float:right;
	line-height:20px;
	margin:0;
	text-decoration:none;
	background:url(../_IMAGES/table_gfx/icon_delete_alt.gif) right bottom no-repeat;
	overflow:hidden;
}
a.popup_close_btn:hover {
	color:#f40000;
	background:url(../_IMAGES/table_gfx/icon_delete_alt_hi.gif) right bottom no-repeat;
}
a.popup_close_btn_tab {
	background:url(../_IMAGES/btn-tab-close.png) left bottom no-repeat;
	width:37px;
	height:23px;
	text-indent:-9999px;
	margin:0 10px 0 0;
}

