@charset "utf-8";
/* CSS Document */

body {
    background: none repeat scroll 0 0 #111;
    color: #666666;
    font-family: Arial,'Nimbus Sans L',sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

/** {margin: 0; padding: 0;} */

a {
    color: #5A088C;
    text-decoration:none;
}


a:hover {
    color:#666;
    text-decoration:none;	
	
}

ul, ol {
    margin:0;
    padding:0;
    list-style: none;
}

img { 
    border: 0;
    margin: 0 0 0 0;
    vertical-align: middle;

}

INPUT, SELECT, BUTTON { vertical-align: middle; font-family: inherit; font-size: 1em; } 
TEXTAREA { font-family: inherit; font-size: 1em; overflow: auto; resize:none; }
INPUT[type="checkbox"] { vertical-align: bottom; }
INPUT[type="button"], BUTTON { cursor: pointer; padding:4px; /*color: #501A77;*/ }
INPUT[type="submit"], BUTTON { cursor: pointer; padding:4px; /*color: #501A77;*/ }
INPUT[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; }
::-webkit-search-decoration { display: none; }
::-webkit-input-placeholder { color: inherit; }

input, select, button {
    font-family: inherit;
    font-size: 1em;
    vertical-align: middle;
	
}

input.submit {
    /*background: url(../dp/img/btn_submit.gif) no-repeat scroll center top transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family:Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 36px;
    margin: 0;
    text-shadow: 1px 1px 0 #0A5482;
    text-transform: uppercase;
    vertical-align: middle;
    width: 113px;
        padding:4px;
        border: 0 !important;*/
        -moz-box-shadow:inset 0px 1px 0px 0px #8345a4;
        -webkit-box-shadow:inset 0px 1px 0px 0px #8345a4;
        box-shadow:inset 0px 1px 0px 0px #8345a4;
        background-color:#542179;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        border:1px solid #4b2269 !important;
        display:inline-block;
        color:#ffffff;
        font-weight:bold;
        text-decoration:none !important;
        width:auto !important;
        overflow: visible !important;
        padding:1px 3px 2px 3px !important;
        height:30px;


}

input.submit:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5f2c7c), color-stop(1, #542179) );
        background:-moz-linear-gradient( center top, #5f2c7c 5%, #542179 100% );
        background-color:#5f2c7c;

}

input.submit[disabled] {
    color:#909090;
    background-color:#e0e0e0;
    border:solid 1px #e0e0e0;
    cursor: default;
    -moz-box-shadow:inset 0px 1px 0px 0px #e0e0e0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #e0e0e0;
    box-shadow:inset 0px 1px 0px 0px #e0e0e0;
    border:1px solid #e0e0e0 !important;
}

input.submit:hover[disabled] {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #e0e0e0) );
        background:-moz-linear-gradient( center top, #e0e0e0 5%, #e0e0e0 100% );
        background-color:#e0e0e0;

}

input.submit:active {
        position:relative;
        top:1px;
}

input.reset {
    /*background: url(../dp/img/btn_reset.gif) no-repeat scroll center top transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family:Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 36px;
    margin: 0;
    text-shadow: 1px 1px 0 #0A5482;
    text-transform: uppercase;
    vertical-align: middle;
    width: 113px;
        padding:4px;
        border: 0 !important;*/

        -moz-box-shadow:inset 0px 1px 0px 0px #706870;
        -webkit-box-shadow:inset 0px 1px 0px 0px #706870;
        box-shadow:inset 0px 1px 0px 0px #515151;
        background-color:#343434;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        border:1px solid #3d3c3d !important;
        display:inline-block;
        color:#ffffff;
        font-weight:bold;
        text-decoration:none !important;
        width:auto !important;
        overflow: visible !important;
        padding:1px 3px 2px 3px !important;
        height:30px;
        cursor: pointer;

}


input.reset:hover {
        background-color:#423f42;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #423f42), color-stop(1, #343434) );
        background:-moz-linear-gradient( center top, #423f42 5%, #343434 100% );
}

input.reset:active {
        position:relative;
        top:1px;
}

/* AC-10/28/11 Added this id to fix the top search input field */
#topsrchfac {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #999999;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 158px;

}

select.list {
    /*background: url(/uc/research/static/images/select.jpg) no-repeat scroll right center transparent;*/
    border: 1px solid #ccc;
    width:80px;
    padding:5px;
}


#topMenu {
    background: none repeat scroll 0 0 #111;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    height: 20px;
    border-bottom:1px solid #644278;
    
}

#topMenu #topContent {
    margin: 0 auto;
    position: relative;
    width: 1000px;
	
}

#topContent #user {
    float: right;
    font-size: 12px;
    /*font-weight:bold;*/
    color:#CCC;
}

#topContent #login {
    float: right;
	
}

#main_wrapper {
    background:#fff;
    width:100%;	
    margin: 0;
}

#wrapper {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

#masthead{
    background: #57068c;
    padding: 0;
    height: 73px;
    /* border-bottom: 1px solid #151515; */
}

#masthead #mastheadContent{
    margin: 0 auto;
    position: relative;
    width: 1000px;
	
}


#masthead #appTitle {
    border-left: 1px solid #fff;
    float: left;
    font-size: 20px;
    margin: 0;
    padding: 0 0 0 16px;
    position: relative;
    top: 21px;
    /* width: 587px; */
    color:#fff;

}

#masthead #logo{
	float: left;
	width: 170px;
	/*border-right: 1px solid #494949;*/
}
#masthead #content_header{
	width: 770px;
	text-align: right;
	float: left;
	height: 53px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#wrapper #masthead #content_header h1 {
	font-family:  "Proxima Nova Condensed Light", 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
}
#wrapper #h_nav {
	background-color: #fff;
	clear: both;
	width: 1000px;
	
	/*height: 70px;*/
}

#nav_Holder {

        background: #F1F1F1;
        padding: 0;
        height: 57px;
        /*border-top: 1px solid #494949;*/
        border-bottom: 1px solid #E5E3E3;
}

#nav_Holder #breadcrumbs {
        padding:14px 0;
}

#nav_Holder #nav_content {
        width:1000px;
        padding: 5px 0 5px 0;
        margin: 0 auto;

}

#nav_content #topMain_menu {
    float: left;
    height: 20px;
    margin:0;
}
 
#topMain_menu ul{
	float: left;
    list-style: none outside none;
    margin: 0;
    padding:0;
	
}

#topMain_menu ul li {
    display: inline;
    float: left;
    margin:0 20px 0 0;
}


div#topMain_menu ul li a {
    float: left;
    padding: 3px 5px 5px 0;
    text-align: center;
    
}


div#topMain_menu ul li a:hover {
    color: #FFFFFF;
    float: left;
 }
 
 
li.active-link a, li.active-link a:visited, li.active-link a:active {
    background: none repeat scroll 0 0 #111111;
    border-color: #000000 #353535 #353535 #000000;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    float: left;
        padding-left: 10px !important;
        padding-right: 10px !important;
         -moz-border-radius: 4px;
}

#navbar {
    background: none repeat scroll 0 0 #fff;
    font-size:12px;
    line-height: 1.5;
    overflow: hidden;
    padding: 12px 0 0 0;
	margin:0;
	/*border-bottom: 1px solid #ccc;*/
	
}



#navbar .breadcrumbs {
	/* float: left;*/
	padding: 0 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	height: 23px;
	margin: 0;
	background:#efefef;

 }

.breadcrumbs a {
display: inline-block;
float: left;
height: 24px;
line-height: 23px;
}

.breadcrumbs a.current, .breadcrumbs a.current:hover {
color: #9E9E9E;
font-weight: bold;
text-shadow: 0 1px 0 #fff;
text-decoration: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
color: #5A088C;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
font-weight: bold;}

.breadcrumbs a:hover {
color: #222222;
}

.breadcrumbs a.currentb, .breadcrumbs a.currentb:hover {
color: #9E9E9E;
cursor: default;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
font-weight: bold;}

.breadcrumb_divider {
display: inline-block;
width: 12px;
height: 24px;
background: url(/uc/research/static/images/breadcrumb_divider.gif) no-repeat;
float: left;
margin: 0 5px;
}

/*Site Search*/
#home_search {
    /*border-left: 1px solid #494949;
    height: 73px;*/
    position: absolute;
    padding: 0 2px 0 0;
    right: 0;
    top:57px;
    float:right;
    /*width: 190px;*/
}

#home_search FORM {

        margin:25px 0 0 5px;
        padding:0;

}
	 
#home_search FIELDSET { 
    height: 0;
    padding:0;
    margin:0;	
    border:0;
}
#home_search LABEL {
    font-weight: bold; color: rgb(255,255,255);
}

#home_search .field {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBD9D9;
    padding: 4px;
    width: 185px;
    /*-moz-border-radius: 4px 4px 4px 4px;*/
}

#home_search .advancedsearch {
    font-size: 10px;
}

#site-search { 
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 158px; 
	color:#999;
}

#wrapper #main_content {
	background-color: #fff;
	margin: 0;
	padding:0;
}

#wrapper #main_content #content{
      width: 1000px;
	  /*float: left;*/
	  margin:0;
	  padding:0;
	  border:0;
	  background:#fff;
}

 

#content #right_content {
	float:left;
	margin:0 0 0 15px;
	padding:0;
        
}

.form_container { 
    margin:0 0 0 130px;
    padding:0;
   
}

#content #left_content {
	float:left;
	background:#fff;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
    float: left;
    margin: 0;
    padding: 0;
	width:190px;
    

}

#content .clmn1 {
    float: left;
    margin: 10px 0 5px 0;
    padding: 0;
    width:35%;
}


#left_content #left_nav {
	/*border: 1px solid #CCCCCC;*/
	background:#fff;
    float: left;
    margin:0;
    width: 190px;
	padding:0;
	/*position:relative;
	top:60px;*/
	}


#left_content #leftNav_header {
	
	background: url(/uc/research/static/images/bg-content-box.gif) repeat-x scroll left top #E5E5E5;
    margin:0; 
	padding:0;	
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #ccc;
    height: 40px;
	width:190px;

}

#main_content  h1 {
	
	color: #666;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-size-adjust: 0.488;
    font-style: normal;
    font-weight: 200;
    line-height: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    right: 10px;
    top: 87px;
    z-index: 1;
	
}

#main_content h2{
    font-family: Arial,'Nimbus Sans L',sans-serif; 
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 18px;
    font-size-adjust: 0.488;
    font-style: normal;
    font-weight: 200;
    /*line-height: 18px;*/
    margin: 0;
    padding: 0;
	color: #666;
}

#main_content h3{
    color: #000;
    margin: 0;
    padding: 0;
}


.separator {
	
	color: #ffffff;
    padding: 0 7px;
	margin:0;

}



a.tooltip {
	
	margin:0 !important;
	padding:0 !important;
	
}

a.tooltip:hover {
	background:#fff; 
	text-decoration:none !important;
	margin:0 !important;
	padding:0 !important;

} /*BG color is a must for IE6*/
	
	
a.tooltip span {
	display:none; 
	padding:3px; 
	margin:0 0 0 8px; 
	width:115px;
	
	
	}
	
a.tooltip:hover span{
	display:inline;
	position:absolute;
	border:1px solid #ccc;
	background:#efefef; 
	color:#501a77;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	}

a.tooltip img {
	
	border:0;
	padding:0 3px 0 3px !important;
	margin:0 !important;	
	vertical-align: middle;
	display:block;
	
}

/*Accordion Menu Styles*/


ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
 }

ul.menu, ul.menu ul li a {
	
 padding: 0 0 2px 0;
 margin: 0 0 5px 0;	
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
  border-radius: 0;
  
 
}

ul.menu a {
  display: block;
  text-decoration: none;	
  color: #5A088C;
}

ul.menu li {
    /*margin: 3px 0;*/
	
}

ul.menu li a {
  	list-style-type: none;
	background: url(/uc/research/static/images/bg-content-box.gif)repeat-x;
	padding: 5px;
	border: 1px solid #ccc;
	margin:0 0 5px 0;
    overflow: hidden;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	position:relative;
    
    
}

ul.menu li a span {
	
	background: url(/uc/research/static/images/sort.gif) no-repeat scroll center center transparent;
    display: block;
    height: 8px;
	width:5px;
	padding: 10px;
    position: absolute;
    right: 0;
    top: 0;	
}

ul.menu ul.menu li  {
	margin:0 !important;
	background: #501a77	;
}

ul.menu li a:hover, ul.menu ul.menu li a:hover {
 text-decoration:none;
}

ul.menu li ul li a, ul.menu ul.menu li ul li a {
  background: #fff;
  color: #5A088C;
  border:none !important;
  padding-left: 32px;
  border-bottom: 1px solid #fff;
  
}

ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
  background: #fff;
  text-decoration:underline;
 
}

/*ul.menu ul.menu li a:hover {
    border-left: 0;
    padding-left: 0.5em;
}*/
ul.menu ul.menu {
    
}
ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
    background: none repeat scroll 0 0 #501A77;
    border: 0 none !important;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
	-moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	/*border-bottom: 1px solid #ccc;*/
}



div.panel {
    border: 1px #000 solid;
    margin-top: 1px;
}

ul.menu div.panel a, ul.menu div.panel li a:hover  {
    display :inline;
    color: #666;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    
}
ul.menu div.panel a:hover {
    color: #000;
    text-decoration: underline;
}

.active_link {
    color:#666 !important;
    font-weight:bold;   
}

/*
#content input, #content select, #content textarea {
     border: 1px solid #CCCCCC;
     font-family: Arial,sans-serif;
     font-size: 1em;
     line-height: 1.6;
     margin: 3px 0;
     padding: 4px;
}
*/

#content label {
     color: #111111;
     display: block;
     font-size: 12px;
     font-weight: bold;

}

.widget_header {
     background: url(/uc/research/static/images/table_header.png) repeat-x scroll 50% 50% #CCCCCC;
     border: 1px solid #C5C5C5;
     color: #222222;
     width: 962px;
     font-weight: bold;
         padding: 5px;
         -moz-border-radius-topright: 4px;
         -moz-border-radius-topleft: 4px;

}

.widget_footer {
     background: url(/uc/research/static/images/table_header.png) repeat-x scroll 50% 50% #CCCCCC;
     border: 1px solid #C5C5C5;
     color: #222222;
     width: 962px;
     font-weight: bold;
         padding: 5px;
         -moz-border-radius-bottomright: 4px;
         -moz-border-radius-bottomleft: 4px;
}

.ui-widget {
     font-family: Arial,sans-serif !important;
     font-size: 12px !important;
     color:#666 !important;
}

.wid_hdlr {
     float: left;
     margin: 0 25px 20px 0;
     padding:0;
     width:800px;
}

#message_container {
     margin: auto;
     width: 500px;
     padding:60px 0 80px 0;
}

.message_container {
     margin:0;
     padding:10px 0 20px 0;
}

.alert_error {
     background: #FFCECE;
     border: 1px solid #DF8F8F;
     color: #c00d09;
     font-weight: bold;
     margin: 10px 0;
}

.alert_success {
     background: #D5FFCE;
     border: 1px solid #9ADF8F;
     color: #467500;
     font-weight: bold;
     margin: 10px 0;
}

.alert_info {
     background: #DBE3FF;
     border: 1px solid #A2B4EE;
     color: #0888C3;
     font-weight: bold;
     margin: auto;
}

.alert_warning {
     background: #FFFBCC;
     border: 1px solid #E6DB55;
     color: #69610A;
     font-weight: bold;
     margin: 10px;
}

.alert_warning p, .alert_info p, .alert_success p, .alert_error p, .alert_reportSummary p {
     margin: 8px;
}

.alert_error li {
     list-style-type: disc;
     color: #c00d09;
}

#accordion .ui-state-default {
     background: url(/uc/research/static/images/bg-content-box.gif) repeat-x scroll 50% 50% #E6E6E6 !important;
     border: 1px solid #ccc !important;
     color: #555555;
     font-weight: normal;
}

table.display {
    clear: both;
    width: 100%;
    color:#111;
}

table.data {
    border: 0 none;
    border-collapse: collapse;
    margin-bottom: 2em;
    width: 100%;
}

table.display thead th {
/*  background-color: #333333 !important; */
}

table.data thead th {
    background-color: #333333;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 4px;
    text-align: left;
    height: 40px;
}

table.data thead th a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

table.data td {
    vertical-align: center;
}
table.data tbody tr td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    height: 40px;
}
table.data th {
    padding: 4px 0;
}
table.data tbody td {
    padding: 4px;
}
table.data tr.even td {
    background: none repeat scroll 0 0 #F9F9F9;
}

.clmn1 {
    margin: 10px 0 5px 0;
    padding: 0;

}

.clmn1 ul, ol {

        margin: 12px 0 0 28px;
        padding:0;
        color:#111;
}


.clmn1 ul li {
        list-style-type: disc;
        margin: 0 0 10px 0;
        padding:0;
}

.label {   
    color: #000000;
    text-align: right;
    font-weight: bold;
}

.label span {
    color: #303030;
    font-style: italic;
    font-weight: normal;
}

.field {
    color: #000000;
}

.whitelabel {
    color: #333333;
    font-weight: bold;
}

#concentrations ul {
    width: 500px;
    list-style-type: none;
}

#concentrations li {
    color: #000000;
    width: 400px;
    margin: 5px 0 0 0;
    padding: 0 10px 0 0;
    line-height: 15px;
    float: left;
    white-space: nowrap;
}

.listing td {
    height: 40px;
}

#nav {
    bottom: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 36px;
        float:right;
}


#nav li {
/*  background: url(/uc/research/static/images/tab_bg.png) repeat-x scroll 0 0 #333333; */
    background-color: #333333;
    border-color: #333333 #333333 #333333;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    float: left;
    list-style-type: none;
    margin: 0 0.1em;
    position: relative;
}
#nav a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 20px;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
#nav li.nav_dropdown a {
    background: url(/uc/research/static/images/down_arrow.png) no-repeat scroll 90% center transparent;
    padding-right: 32px;
}
#nav li.nav_current.nav_dropdown a {
    background-image: url(/uc/research/static/images/down_arrow_333333.png);
}
#nav .nav_icon a {
    padding-left: 32px;
}
#nav .nav_icon_only a {
    background-position: 50% center !important;
    padding: 8px 0;
}
#nav a span {
    background-image: url(/uc/research/static/images/ui-icons_ffffff_256x240.png) !important;
    height: 16px;
    left: 8px;
    position: absolute;
    top: 9px;
    width: 16px;
}
#nav li.nav_current span {
    background-image: url(/uc/research/static/images/ui-icons_222222_256x240.png) !important;
}
#nav li:hover {
    background-color: #444444;
}
#nav li.nav_current {
    background-color: #F1F1F1 !important;
}
#nav li.nav_current a {
    color: #333333;
    text-shadow: none;

}
#nav li:hover .nav_menu {
    display: block;
}
#nav .nav_menu {
    background: none repeat scroll 0 0 #444444;
    border-color: #333 #333 #333;
    border-right: 1px solid #333;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    display: none;
    padding: 8px 8px 5px;
    position: absolute;
    right: -1px;
    top: 100%;
    width: 168px;
        z-index:400;
}
#nav .nav_menu * {
    background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    float: none !important;
    margin: 0 !important;
}
#nav .nav_menu li {
    background: none repeat scroll 0 0 #444 !important;
    margin-bottom: 0.5em !important;
}
#nav .nav_menu li:hover {
    background-color: #444 !important;
}
#nav .nav_menu a {
    background-image: none !important;
    color: #fff !important;
    padding: 7px 10px !important;
    text-shadow: none !important;
}

#nav .nav_menu a:hover {
    text-decoration:underline;
}
#nav .nav_menu li > ul {
    background: none repeat scroll 0 0 #444444;
    display: none;
    padding: 8px;
    position: absolute;
    right: 100%;
    top: 0;
    width: 160px;
}
#nav .nav_menu li:hover > ul {
    display: block;
}

#login_container {
    margin: auto;
    width: 380px;
    padding:60px 0 80px 0;
}

#login_container #login {
    
    -moz-border-radius: 2px 2px 2px 2px;
    border: 1px solid #ccc;
    color: #666;
    
}


#login_container #login_header {
    background: url(/uc/research/static/images/bg-content-box.gif) repeat-x scroll left bottom #FFFFFF;
    border-bottom: 1px solid #ccc;
    height: 40px;
   
}


#login_container #login_header h2 {
    margin: 0 10px;
    padding: 5px 0;
    font-size: 19px;
    color:#666;
    font-weight:normal;

}

#login_container #login_content {
    background:#FFFFFF;
    padding: 20px;
}


#login_container input{
    
    border: 1px solid #CCCCCC;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 1.6;
    margin: 3px 0;
    padding: 4px;
    

}

#login_container label {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 0 8px 0 0;
    padding: 15px 0 0;
    text-align: left;
}

#login_container .login_btn {
    
    background: url(../dp/img/submit_button2.png) repeat-x scroll 0 0 #501a77;
    border-color: #5A158E #5A158E #33134A #33134A;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    padding: 5px;
    color:#fff;
    width:85px;
    font-size:14px;
    /*-webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;*/
    
}

#login_container .action {
    
    padding: 0 31px 0 0;
    text-align: right;
    margin:0;


}

.bottom_line {
    border-bottom: #ccc dotted 1px;
    padding: 5px 0 2px 0;

}

h6 {
    color:#333;
    margin: 8px 0 8px 0;
    padding:0;
    font-size: 18px;
}

#jobs_length select {
    border: 1px solid #CCCCCC;
    font-family: Arial,sans-serif;
    font-size: 1em;
    line-height: 1.6;
    margin: 3px 0;
    padding: 4px;
    width: 60px;
}

.vert_acct_stats {
    width:290px;	
}

.vert_acct_stats ul {
    margin:0 !important;
    padding:0 !important;
	
}

.vert_acct_stats li {
    padding: 5px 0 5px 2px !important;
    border-bottom: 1px solid #ddd !important;
    list-style:none !important;	
}

.clmn1 .acct_stats{
    margin:80px 0;
}

.acct_stats ul {
    margin:0 !important;
    padding:0 !important;
}

.acct_stats li {
    padding: 8px 0 8px 2px !important;
    margin: 0 0 5px 0 !important;
    border-bottom: 1px solid #ddd !important;
    list-style:none !important;	
}

.clmn3 .label_fmt {
	font-size:12px; 
	font-weight:bold; 
	color:#666; 
	display: block;
	}

.clmn3 .text_input{
    border: 1px solid #CCCCCC;
    color: #666666;
    font-family: Arial,sans-serif;
    font-size: 1em;
    line-height: 1.6;
    margin: 3px 0;
    padding: 4px;
}

.btext {
    font-size:25px;
    color:#333;
    padding: 0 2px 0 2px;	
}

.clmnL {
    float:left;	
    width:46%;
}


.clmnR {
    margin:0 15px 15px 0;
    float:right;	
    width:46%;
}

.clmnL_reports {
    float:left;	
    width:40%;
    margin:20px 0 40px 0;
	
}

.clmnR_reports {
    margin:20px 0 40px 0;
    float:right;	
    width:40%;
}

#report_stats {
    margin: 0 0 12px 0;
    padding: 0 0 20px 0;
    width: 100%;
}

#report_stats h4 {
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 5px 0 !important;
    padding:0 !important;
    text-transform: uppercase;
}

#report_stats .stat_number {
    color: #333;
    font-size: 50px;
    font-weight: bold;
}

#report_stats .view_report {
    float: right;
    font-size: 12px;
    position: relative;
    right: 10px;
    top: 35px;
}

.report_stat1 {
    float: left;
    height: 90px;
    padding: 0 20px;
    width: 29%;
}

.report_stat2 {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    float: left;
    height: 90px;
    padding: 0 20px;
    width: 29%;
}

.report_stat3 {
    float: left;
    height: 90px;
    padding: 0 20px;
    width: 29%;
}


.report_info {
    -moz-border-radius: 5px 5px 5px 5px;
	border-radius:5px;
    color: #FFFFFF;
    display: inline;
    font-size: 10px;
    padding: 3px 4px;
    float:left;
    margin: 5px 0;
}

.report_value {
    -moz-border-radius: 6px 6px 6px 6px;
	border-radius:6px;
    color: #FFFFFF;
    display: inline;
    font-size: 10px;
    padding: 3px 4px;
    margin: 5px 0;
    background-color: #501a77;
}

.stats_desc {
    display: inline;
    float: left;
    padding: 7px 0 7px 2px !important;
    text-align: left;
    width: 50%;
	color:#666;
	border:none !important;
}

.report_info_text {
    display: inline;
    float: left;
    font-size: 11px;
    left: 250px;
    margin: 5px 0 0;
    overflow: hidden;
    padding: 3px 4px;
    position: absolute;
    white-space: nowrap;
    width: 250px;
    text-overflow:ellipsis;
}

.statistics {
    display: inline;
    float: left;
    padding: 8px 0 8px 2px;
    text-align: left;
    width: 75%;
    color:#666;
}

.stats_text {
    text-align:right;
    color:#000
}

.table {
     width: 100%;
}

.table .th {
    background-color: #501A77;
    color: #fff;
    font-weight: bold;
    border: 1px solid #644278;
    padding:2px 0 2px 0;
}

.table .td {
    float: left;
    width: 20%;
    padding:5px 0 5px 30px;
}

/*Report Table Styles*/

#table_wrapper {
        margin: 0;
    padding: 5px 0 15px 0;
    width: 970px;

}

#entries {

float:left;
width: 40%;
}


#search_filter {
    float: right;
    text-align: right;
    width: 50%;
}
#report
{
        border-collapse:collapse;
        border-spacing:0;
        width:970px;
        border:1px solid #fff;
}

#report h4 {
        margin:0;
        padding:0;

        }
#report img {
        border:0;

}

#report ul {
                margin:10px 0 10px 40px;
                padding:0px;}
#report th {
                 background:#efefef;
                 color:#333;
                 padding:7px 15px;
                 border-bottom: 1px solid #ddd;
                 text-align:left;

                 }
#report td {
                background:#efefef;
                color:#000;
                padding:7px 15px;
                border:none !important;
                vertical-align: top;
}
#report tr.odd td {
                background:#fff url(/uc/research/static/images/row_bkg.png) repeat-x scroll center left;
                cursor:pointer;
                border:none !important;
}
#report div.upncls { background:transparent url(/uc/research/static/images/toggle.png) no-repeat scroll 0px -16px;
                width:16px; height:16px;
                display:block;
}

#report div.up { background-position:0px 0px;}
#report .heading_left {
          border-left: 1px solid #ddd;
}

#report .heading_right {
          border-right: 1px solid #ddd;
 }

.dataTable_info {
    width:50%;
        float:left;

}

.dataTable_paginate {
    float: right;
        text-align: right;
        border-right: 1px solid #CCCCCC;
    margin:2px 0;

}
.dataTable_paginate .disable {
        color: #555555;
        background:#dcdcdc !important;
        cursor:text !important;
}

.dataTable_paginate .pageNumbers {
         border-left: 1px solid #ccc;
         border-top: 1px solid #CCCCCC;
         border-bottom: 1px solid #CCCCCC;
         margin: 0;
         padding: 2px 8px;
         background:#ECECEC;
         cursor:pointer;
}

#mastheadw{
    background: #57068c;
    padding: 0;
    height: 73px;
    /* border-bottom: 1px solid #151515; */
}

#mastheadw #mastheadContentw{
    margin: 0 auto;
    position: relative;
    width: 750px;
	
}

#mastheadw #appTitlew {
    border-left: 1px solid #fff;
    float: left;
    font-size: 20px;
    margin: 0;
    padding: 0 0 0 18px;
    position: relative;
    top: 23px;
    /* width: 587px; */
    color:#fff;

}

#mastheadw #logow{
	float: left;
	width: 170px;
	/*border-right: 1px solid #494949;*/
}

#wrapperw {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
}

#wrapperw #main_contentw #contentw{
      width: 750px;
	  /*float: left;*/
	  margin:0;
	  padding:0;
	  border:0;
	  background:#fff;
}

#contentw #right_content {
        float:left;
        margin:0 0 0 15px;
        padding:0;

}

.altscale {
    background-color: #e2e4ff;
    color: #000;
    font-weight: bold;
    height: 35px;
}

.tablealtrow1 {
    background: #eee;
    background-color: #d6d6d6;
    height: 25px;
}

.tablealtrow2 {
    background: #eee;
    background-color: #ffffff;
    height: 25px;
}

/*Footer*/

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;
}

#footer {
     background-color: #111;
     border-top:1px solid #282828;
     }

#footer,  .push {
/*    color: #FFFFFF; */
/*    font-size: 11px; */
/*    height: 80px; */
/*    margin:0; */
}

.last_menu_item {
    
    border-bottom: 1px solid #aaa !important;
}

#footer #footerContent {
    margin: 0 auto;
    position: relative;
    padding-top: 12px;
    width: 970px;
}

.clear {
    clear:both;
    
}
#footer #footerContent .logo {
    float: right;
    width: 300px;
    text-align: right;
}
#footer #footerContent  p {
    float: left;
    width: 400px;
    margin: 0px;
    
}
.accessibility a{
    color: #fff;
    text-decoration: underline !important; 
    font-size: 11px;
}
