/********************************************************/
/* These styles are global styles used throughout the   */
/* site.  Specialized css should go in seperate files   */    
/* 														*/
/* Should be listed from most general to most specific  */
/* and in alphabetical order to make it easy to find    */
/* what you are looing fro in the file                  */
/*                                                      */
/* Revision History:                                    */
/*      Initial creation 2007-01-05 Ben Hakala          */
/*                                                      */
/* @version  0.1                                        */
/********************************************************/

/* Tag specific alphabetical */

body {
        /* background-color: white; */
        text-align: center;
        margin:0;
        padding:0;
        padding-left: 6px;
        padding-right: 6px;
		background-color: #212025;
        color: #000000;
        font-size:10px;
        xxxmargin-left:auto;
        xxxmargin-right:auto;
        xxxmargin-left: 18px;
        xxxmargin-right: 18px;
}

body, td, th, .normal {
        font-family: arial, sans-serif;
        font-size:10px;
}

br{
        clear: both;
}

div {
        border: none;
}

h1 {
        font-family: arial, sans-serif;
        font-size:11px;
        font-weight:bold;
}

h3 {
        font-family: arial, sans-serif;
        font-size:14px;
        font-weight:bold;
        color: #982b42;
}

hr {
		color: #000000; 
		border: 1px dotted #69696a; 
		border-style: none none dotted; 
		margin-top:2px;
		margin-bottom:2px;
		margin-left:5px;
		margin-right:5px;
}

form {
        display: inline;
}

form, label, input, select {
        font-family: arial, sans-serif;
        font-size : 8pt;
}

fieldset {
	border: 1px solid #9592a0;
	margin-left:2px;
	margin-right:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:4px;
}

legend {
	color:#000000;
}

/*
input,select,textarea {
	 background-color: #19191b;
	 color: #000000;
}
*/

select {
	border: 1px solid #9592a0;
}

input[type=button]{
		border: 0px;
		height: 21px;
		margin: 1px;
		background-color: #942a41;
		color: #ffffff;
		border: 2px outset #aaaaaa;
		/*
		border: 1px solid black;
        background-image:url(/_img/ubt/content-title-bg_button.gif);
  		background-repeat:repeat-x;
  		*/
  		cursor:pointer;
  		padding-left:5px;
  		padding-right:5px;
}

input[type=submit]{
		border: 0px;
		height:21px;
		margin:1px;
		background-color: #942a41;
		color: #ffffff;
		border: 2px outset #aaaaaa;
		/*
        background-image:url(/_img/ubt/content-title-bg_button.gif);
  		background-repeat:repeat-x;
  		*/
  		cursor:pointer;
  		padding-left:5px;
  		padding-right:5px;
}

label {
        margin-bottom:3px;
        font-weight: bold;
        xxxwidth:100px;
}

li{
        margin-left: 12px;
}

p {
        margin-left:10px;
        margin-right:5px;
        margin-top:5px;
        margin-bottom:5px;
}

table{ 
	display: block;
}

/* Tag / class specific alphabetical */

a {
	color:#000a3e
}

a.hlink {
	color:#982b42;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	white-space: nowrap;
}

a.hlink:hover {
	/*
	color:#0000ff;
	background-color:#cccccc;
	*/
	color:#982b42;
}

a.slink {
	color:#000000;
	font-size:10px;
	white-space: nowrap;
	text-decoration:none;
}

a.slink:hover {
	/*
	color:#0000ff;
	background-color:#cccccc;
	*/
	color:#982b42;
}

a.slink2 {
	color:#ffffff;
	font-size:10px;
	white-space: nowrap;
	text-decoration:none;
}

a.slink2:hover {
	/*
	color:#0000ff;
	background-color:#cccccc;
	*/
	color: yellow;
}

a.active { 
	color:#990000; 
}

a.download { 
	color:#cc0000; 
}

a.download:hover { 
	color: #982b42;
}

a:hover { 
	color: #000000; 
}

a.subHeadLink {
        text-decoration:none;
}

a.subHeadLink:hover {
        text-decoration:underline;
}

a.topTextLinks {
        margin-left:3px;
        margin-right:3px;
        font-size:10px;
        text-decoration:none;
}

a.topTextLinks:hover {
        text-decoration:underline;
}

a.visited { 
	color:#982b42; 
}

a.link {
	color:#982b42;
}

div.affl_menu {
		border-right:1px solid #777e00;
		border-left:1px solid #777e00;
		height: 23px;
        background-color: #FFFFFF;
        background-image:url(/_img/ubt/grad_rpt_01.gif);
  		background-repeat:repeat-x;
}

div.affl_menu_item {
		padding-left:4px;
		padding-right:4px;
		font-weight:bold;
		font-size:11px;
		white-space: nowrap;
        color: #f6d355;
		/*
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #dddf99;
		/*background-color: #eaeadc; #f6f6ee; */
}

div.affl_menu_sub_item {
		padding-left:8px;
		padding-right:4px;
		font-size:10px;
}

div.affl_menu_sub_item_sel {
		/*
		background-color:#ccccaa;
		*/
        background-image:url(/_img/ubt/pic_selected.gif);
  		background-repeat:no-repeat;
  		background-position: 8px 5px;
		padding-right:4px;
        padding-left: 16px;
        font-weight:bold;
}
div.affl_menu_sub_item_sub{
		/*
		background-color:#ccccaa;
		*/
        background-image:url(/_img/ubt/pic_selected.gif);
  		background-repeat:no-repeat;
  		background-position: 8px 5px;
		padding-right:4px;
        padding-left: 16px;
        font-weight:bold;
}

div.helppanel{
	 	background-color: #f7d152;
        border:1px solid #f0ac31;
        margin:6px;
        padding:6px;
        color: #000000;
}

div.newsBorderBottom {
        margin:5px 10px 20px 10px;
        border-bottom:1px solid #e1ddd1;
        padding-bottom:5px;
}

div.panel_menu{
        width: 100%;
        margin:0;
        padding:0;
}

h1.header {
		font-family: sans-serif;
		font-size: 11px;
        font-weight: bold;
        text-align: left;
        color: #ffffff;
		height: 19px;
        background-image:url(/_img/ubt/content-title-bg.gif);
  		background-repeat:repeat-x;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 1px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
}

input.readonly {
        background-color: #eee;
        border: none;
}

input.input_text  {
/*
        background-image: url(/_img/ubt/input_bg.gif);
        background-repeat:repeat;
        border: 1px solid #9592a0;
*/
        width:166px;
}

input.input_text.pagejump {
        width: 3em;
}

input.input_date_text{
        border: 1px solid #9592a0;
        width:132px;
}

p.contentTextTop {
        background-color:#ffcc66;
        font-size:10px;
        margin:0px;
        border-bottom:1px solid #FFCC33;
        padding:2px 2px 2px 9px;
}

table.border {
        border-left:1px solid #FFCC33;
        border-top:1px solid #FFCC33;
        border-right:none;
        border-bottom:none;
        padding:0px;
}

textarea.input_text {
        height: 5em;
        width: 332px;
}

/* Tag ID specific alphabetical */

a#returntomanagersearch{
        text-align:right;
        text-decoration:underline;
        color: blue;
}

div#notices{
        text-align: left;
        margin:0;
        padding:0;
}

div#outer{
        padding-top: 55px;
        background-image: url(/_img/ubt/uwinlogo.jpg); 
        background-position: top right;
        background-repeat:no-repeat;
        text-align:left;
}

div#panel_datatext{
        border:1px solid #9592a0;
        margin: 0px;
        width: 166px;
        height: 18px;
        background-color: #cccccc;
        color: #333333;
        float: left;
        margin:0px;
        padding:0px;
        margin-top: 1px;
        white-space:nowrap;
}

div#panel_status{
        width:100%; 
        display:inline;
        text-align:left;
        float:right;
}

label.#step_title{
        margin-left:0px;
        margin-top:10px;
        margin-bottom:0px;
        margin-right:0px;
        padding-top:3px;
        padding-left:10px;
        padding-bottom:2px;
        font-weight:bold;
}

div#topTextLinks {
	margin-right:5px;
	margin-top:3px;
	text-align:right;
}

/* Generic classes alphabetical */

.articleHead {
        margin-top:0px;
        background-color:#fbf6f2;
        border-bottom:1px solid #FFCC33;
        padding-top:3px;
        padding-left:10px;
        padding-bottom:2px;
        font-size:14px;
        font-weight:normal;
}

.backLink {
        margin:0px 20px 10px 0px;
        text-align:right;
}

.ban_bg {
        background-color: #FFCC33;
}

.border {
        border-right:1px solid #cccccc;
        border-bottom:1px solid #cccccc;
        padding:3px;
        text-align: left;

}

.borderAlt {
        border-right:1px solid #FFCC33;
        border-bottom:1px solid #FFCC33;
        background-color:#f8f6f2;
        padding:3px;
}

.borderBottom {
        margin-bottom:25px;
        border-bottom:1px solid #e1ddd1;
        padding-bottom:5px;
}

.borderDark {
        border-right:1px solid #FFCC33;
        border-bottom:1px solid #FFCC33;
        background-color:#e1ddd1;
        padding:3px;
}

.byline {
        font-size:12px;
        padding-left:10px;
}

.divBox {
        float:left;
        border:1px solid #FFCC33;
        padding:5px;
        margin:15px;
        background-color:#e1ddd1;
}

.dslink {
	color:#ffffff;
	font-size:12px;
	white-space: nowrap;
	text-decoration:none;
}

.grayBox {
        padding:5px;
        border:1px solid #FFCC33;
        background-color:#f8f6f2;
}

.header {
        font-size: 12px;
        font-weight: bold;
        text-align: left;
		height: 21px;
        white-space: nowrap;
        /* background-image:url(/_img/ubt/grad_rpt_01.gif); */
        background-image:url(/_img/ubt/content-title-bg.gif);
  		background-repeat:repeat-x;
}

.infopanel{
		/*
        background-image: url(/_img/ubt/content-bg.gif);
  		background-repeat:repeat-x;
  		*/
        background-color: #fefefe;
        border:1px solid #959595;
        margin:0px;
        padding:0px;
        margin-bottom: 2px;
}

.infopanel2{
        background-color: #f0f0e8;
        border:1px solid #959595;
        margin:0px;
        padding:0px;
        margin-bottom: 2px;
        color:#000000;
}

.infopanel3{
        background-image: url(/_img/ubt/nav_bg.gif);
  		background-repeat:repeat-x;
        background-color: #fefefe;
        border:1px solid #959595;
        margin:0px;
        padding:0px;
        margin-bottom: 2px;
}

.label {
        margin-bottom:3px;
        font-weight: bold;
        xxxwidth:100px;
}

.link{
  text-decoration: none;
}

.link:hover {
        text-decoration:underline;
        color: blue;
}

.pageContent {
        border-top:1px solid #FFCC33;
        border-left:1px solid #FFCC33;
        border-right:1px solid #FFCC33;
        border-bottom:1px solid #e1ddd1;
        padding-bottom:20px;
}

.page_control {
	color:#ffffff;
}

.panel_datatext{
        border:1px solid #9592a0;
        margin: 0px;
        width: 166px;
        height: 18px;
        background-color: #666666;
        color: #333333;
        float: left;
        margin:0px;
        padding:0px;
        margin-top: 1px;
        white-space:nowrap;
}

.panel_Crit{
        margin: 3px;
        float: left;
        /*  height: 3.5em;*/
}
/*
.panel_Crit.daterange {
        xxxheight: 17.5em;
}
*/

.panel_button_panel{

        clear:both;

}

.panel_tabs {
	padding-top:15px;
	/* white-space: nowrap; */
}

.pocket {
        background-color:#ffff99;
}

.question {
        margin-left:0px;
        margin-top:10px;
        margin-bottom:0px;
        margin-right:0px;
        padding-top:3px;
        padding-left:10px;
        padding-bottom:3px;
        font-weight:bold;
        font-size:12px;
        border-top:1px solid #e1ddd1;
        /*border-bottom:1px solid #e1ddd1;*/
        background-color:#f8f6f2;
}

.row_selected {
	/* background-color: #ffffff; */ 
	color:red;
}

.redWarning {
        color:#903;
        font-weight:bold;
}

.selectedtab{         
	background-color: black; 
}

.selectedtabbottom{   BACKGROUND-COLOR: black; }
.unselectedtab{       BACKGROUND-COLOR: black; }
.unselectedtabbottom{ BACKGROUND-COLOR: black; }

.smaller {
        font-size:10px;
}

.subHead {
        margin-left:0px;
        margin-top:10px;
        margin-bottom:0px;
        margin-right:0px;
        padding-top:3px;
        padding-left:10px;
        padding-bottom:2px;
        font-weight:bold;
        font-size:12px;
        border-top:1px solid #FFCC33;
        border-bottom:1px solid #FFCC33;
        background-color:#f8f6f2;
}

.subHeadTop {
        margin-left:0px;
        margin-top:0px;
        margin-bottom:0px;
        margin-right:0px;
        padding-top:3px;
        padding-left:10px;
        padding-bottom:2px;
        font-weight:bold;
        font-size:14px;
        border-bottom:2px solid #cac6bc;
        background-color:#ffcc66;
}

.superSubHead {
        margin-left:0px;
        margin-top:10px;
        margin-bottom:-10px;
        margin-right:0px;
        padding-top:3px;
        padding-left:10px;
        padding-bottom:2px;
        font-weight:bold;
        font-size:15px;
        border-top:1px solid #FFCC33;
        border-bottom:1px solid #e1ddd1;
        background-color:#e1ddd1;
}

.tab {
    background-color: #424242;
	border-left: 1px solid #9592a0;
	border-top: 1px solid #9592a0;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 1px;
	white-space: nowrap;
    /* 
    float:left; 
	margin-right: 1px; 
	*/
}

.tab_selected {
	border-right: 1px solid #9592a0;
	border-left: 1px solid #9592a0;
	border-top: 1px solid #9592a0;
	display: inline;
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 15px;
	white-space: nowrap;
    background-color: #97280d;
}

.tab_link {
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
}

.tab_selected_link {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
}

.tabbedbody{
	background-color: white; 
}

.tablecol1{
	font-weight:bold;
	background-color:#666666;
	padding-right:10px;
	padding-left:3px;
	white-space: nowrap;
}

.tablecol2{
	background-color:#666666;
	padding-right:10px;
	padding-left:3px;
}

.tableHeader1 {
        background-color:#e1ddd1;
        padding:4px;
        border: 1px solid #FFCC33;
        font-weight:bold;
        
}

/* for tables with borders */
.tableHeader2 {
        border-right:1px solid #FFCC33;
        border-bottom:1px solid #FFCC33;
        color:#982b42;
        padding:4px;
        font-weight:bold;
        text-align: left;
}

/* darker bg  */
.tableHeader3 {
        border-right:1px solid #FFCC33;
        border-bottom:1px solid #FFCC33;
        padding:4px;
        background-color:#FFCC33;
        font-weight:bold;
        text-align: left;
}

.tableHeader4 {
        border-right:1px solid #FFCC33;
        border-bottom:1px solid #FFCC33;
        padding:4px;
        background-color:#ffcc66;
        font-weight:bold;
}

.head_txt {
		color: #959595;
		font-size:10px;
}

.usr_lbl {
		color: #982b42;
		font-weight:bold;
}

/* ID specific alphabetical */

#arublogBtn{
        z-index:10;
        position:absolute;
        top:18px;
        left:550px;
}

#brandBanner {
        z-index:9;
        position:absolute;
        top:0px;
        left:0px;
}

#contentDiv {
        width:564px;
        position:absolute;
        top:164px;
        left:213px;
}

#leftNav {
        position:absolute;
        width:203px;
        top:164px;
        left:5px;
        z-index:20;
}

#lblpassword{
        width: 90px;
        float:left;
}

#lblusername{
        width:90px;
        float:left;
}

#panel_mast
{
        float:left;
        background-image: url(/_img/ubt/ub-logo_blk.gif);
        background-repeat:no-repeat;
}
/*
#panel_Crit{
        margin: 6px;
        float: left;
        /*  height: 3.5em;
}
*/

#promotionspanel{
        width: 325px;
        float: right;
}

#screenShotStripe {
        position:absolute;
        background-color:#cac6bc;
        top:99px;
        left:6px;
        z-index:3;
        width:770px;
        height:52px;
}

#rafBtn{
        position:absolute;
        top:31px;
        left:683px;
        z-index:5;
}

#timeDisplay {
        position:absolute;
        top:83px;
        left:550px;
}

#topDownloadLink {
        z-index:10;
        position:absolute;
        top:85px;
        left:10px;
}

#topDiv {

        background-image: url(../_img/template/top_bg.gif);
        background-repeat:repeat-x;
        background-color:#ffffff;
        height:152px;
        width:772px;
        z-index:2;
        position:absolute;
        top:0px;
        left:5px;
        border: 1px solid #a39e91;
        border-top:none;
}

#topDivHome {
        background-image: url(../_img/template/top_bg_home.gif);
        background-repeat:repeat-x;
        background-color:#ffffff;
        height:100px;
        width:772px;
        z-index:2;
        position:absolute;
        top:0px;
        left:5px;
        border: 1px solid #a39e91;
        border-top:none;
        border-bottom:none;
}

#topDivShadow {
        z-index:1;
        position:absolute;
        top:1px;
        left:8px;
        background-color:#cac6bc;
}

