/*
 * Quick mash-up of CSS for the TG quick start page.
 */


body {
/*
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	color: #5b68ad;
	background-image: url('/portal/static/images/back_gradient.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0% 100%;
	height: 100%;
	*/
	font:12px/17px Arial, Helvetica, sans-serif; 
	color:#333; 
	background:#e0e8ec;
	
}

/*
.prop {
	height: 240px;
	float:right;
	width:1px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
*/

html {
	height: 100%;
}

#diportal
{
margin: 0px;
}

#container {
	min-height: 100%;
	margin-bottom: -36px;
	position: relative;
}

.clearfooter {
	height: 36px;
	clear: both;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
}

#back_div {
	position: absolute;
	width:100%;
	height:100%;
	z-index: 0;
}


#logo {
  /*
	background-image: none;
	background-repeat:no-repeat;
  background-image: url('../images/qcs_banner.png');
  margin-left: 20px;
  float:left;
  */  
  background-image: url('/portal/static/images/di_logo_60px.png');
  background-repeat:no-repeat;
  background-position:left top;  
  width:300px; 
  height:60px;
  margin-left: 0px;
  float:left;
}


#header_right_info {
  float:right;
  padding-top: 0px;
}

#extra_element {
	display: none;
}


span.required {
	color: #E11;
	font-weight: bold;
}

.icon_link img {
	border-style: none;
	border-width: 0px;
}

.icon_link:link {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}

.icon_link:hover  {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}

.icon_link:active  {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}

.icon_link:visited  {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}

#header {
  /*height: 80px;*/
  /*
  margin: 0 auto;
  width: 100%;
  height: 60px;
  background: #f4f4f8;
  border-left-color: #5b68ad;
  border-left: 2px solid;
  border-top-color: #5b68ad;
  border-top: 2px solid;
  border-right-color: #5b68ad;
  border-right: 2px solid;
  border-bottom-color: #5b68ad;
  border-bottom-style: groove;
  */
  
  border:none;
  background:#e0e8ec;
  margin: 0 auto 0 auto;
   
  background-repeat: repeat;
  background-image: url(/portal/static/images/header_gradient_80.jpg);

  height:80px;
  
}

#header_standalone
{
  border:none;
  background:#e0e8ec;
  margin: 0 auto 0 auto;
   
  background-repeat: repeat;
  background-image: url(/portal/static/images/header_gradient_60.jpg);

  height:60px;
	
}
#header_title {
	/* line-height:50px; */
	color: #3b389d;
	font-size: 30px;
	text-align: center;
	text-indent: -200px;
	padding-top: 20px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;


    }

#header_right {
    position: absolute;
    right: 100px;
    top: 10px;
    line-height: 40px;
}

#logo_right
{
     background-image: url('/portal/static/images/itdx60.png');
      background-repeat:no-repeat;
      background-position:left top;
      width:100px;
      height:60px;
      margin-right: 300px;
      margin-top:-30px;
      float:right;
}

.loginfail {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	padding-left: 5px;
}

#header_right_login_info {
	line-height: 20px;
}
#changepassword {
	position:absolute;
	right:100px;
	top:34px;
	font-size:10px;
}

#login_div,#login_name
{
	margin:auto;
	width:600px;
}

div.help {
	width: 50%;
	margin-left: 40px;
	margin-top: 10px;
}


p.portal_label {
	color: #5b68ad;
	font-size: 18px;
}

a.help, a.help:visited {
	color: #2bd72d;
	font-size: 14px;
	float: right;
	right: 10px;
	top: 10px;
	text-decoration: none;
}

span.helplinks {
	float: right;
	right: 10px;
	top: 10px;
}

a.greenlink, a.greenlink:visited {
	color: #2bd72d;
	font-size: 14px;
	text-decoration: none;
}	

div.tools {
	margin-left: 100px;
	padding-left: 100px;
	margin-top: 40px;
	padding-top: 40px;
}


h1,h2,h3,h4,h5,h6 {
  font-family: "Century Schoolbook L", Georgia, serif;
  font-weight: bold;
}

h2 {
  font-size: 150%;
}

#footer {
  color: #999;
  /*background: #ccc;*/
  width: 100%;
  position: relative;
  height: 36px;
}

#footer p {
  color: #111;
  text-align: center;
  vertical-align: middle;
  font-size: 80%;
  font-style: italic;
}	

.code {
  font-family: monospace;
}

span.code {
  font-weight: bold;
  background: #eee;
}

#status_block {
  margin: 0 auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  background: #cec URL('../images/ok.png') left center no-repeat;
  border: 1px solid #9c9;
  width: 450px;
  font-size: 120%;
  font-weight: bolder;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  width: 450px;
  background: #eef URL('../images/info.png') left center no-repeat;
  border: 1px solid #cce;
}

.fielderror {
    color: red;
    font-weight: bold;
}


#pageLogin
{
    font-size: 10px;
    text-align: right;
}

.error
{
	background-color:#F3E6E6;
    border-color: #924949;
}

div.menu_section
{
	background:#f2f2e6; padding:10px; border:1px solid #fff; border-color:#666661 #666661 #666661 #666661; margin-bottom:36px; 
}
	
div.menu_section_heading
{
	background:#0033CC; color:#fff; font:17px/21px Calibri, Arial, Helvetica, sans-serif; padding:0 10px; margin:-26px 0 0 -11px; font-weight:bold; border:1px solid #fff; border-color:#e5e5c3 #505014 #505014 #e5e5c3;
}

#support_page
{
	background:#f2f2e6; padding:10px; border:1px solid #fff; border-color:#fff #666661 #666661 #fff; margin-bottom:36px;	
}

#main_content
{
	margin-left: 10px;
}

.menu_section 
{
 /* width:250px !important; */ 
 
 border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; 
 width:100%;
}

.menu_area 
{
	background-color: #f2f2e6;
	width:100%;
}
 
.main_menu
 {
     margin-left: 10px;
 }
 
.menu_section_block
{
     vertical-align:center;
     position:relative;
     float:left;
     margin-right:5px;
     margin-left:5px;
}
 
table.menu_section
 {
    border-collapse:collapse;
    /* background-color: #f2f2e6; */
    
    /*border: 1px solid black; */
    font:12px/17px Arial, Helvetica, sans-serif;
    border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;
    border:1px solid #fff; border-color:#fff #666661 #666661 #fff;
 }
 
table.menu_section tr th
  {
  border: 0px;
  background-color: #f2f2e6;
  background: url(/portal/static/images/menu_tab_gradient.jpg) repeat-x 0 0;
  height:15px;
  text-align: center;
  border-top-left-radius: 15px; -webkit-border-top-left-radius: 15px; -moz-border-top-left-radius: 15px;
  border-top-right-radius: 15px; -webkit-border-top-right-radius: 15px; -moz-border-top-right-radius: 15px;
  }

table.menu_section tr td
  {
  /*background-color: #f2f2e6;
  height:180px; */
  text-align: left;
  }

  
legend {
	
/*
	font:17px/21px Calibri, Arial, Helvetica, sans-serif; 

	background:#0033CC; color:#fff;  border:1px solid #fff; border-color:#e5e5c3 #505014 #505014 #e5e5c3;font-weight:bold;padding:0 10px; margin:-26px 0 0 -11px;
  border: 0px;
  */
  font:15px/17px Calibri, Arial, Helvetica, sans-serif; 
  font-weight:bold;
  padding:0 10px; 
  background-color: #6ea6c3 !important;
  /* background: url(/portal/client/static/images/menu_tab_gradient.jpg) repeat-x 0 0; */  
  /* height:15px; */
  text-align: left;
  margin-top:-15px;
/*  border-top-left-radius: 15px; -webkit-border-top-left-radius: 15px; -moz-border-top-left-radius: 15px;
  border-top-right-radius: 15px; -webkit-border-top-right-radius: 15px; -moz-border-top-right-radius: 15px;
  */
  }

legend.menu_section_heading
  {
  border: 0px;
  background-color: #6ea6c3 !important;
  background: url(/portal/static/images/menu_tab_gradient.jpg) repeat-x 0 0;
  text-align: left;
  border-top-left-radius: 15px; -webkit-border-top-left-radius: 15px; -moz-border-top-left-radius: 15px;
  border-top-right-radius: 15px; -webkit-border-top-right-radius: 15px; -moz-border-top-right-radius: 15px;
  margin-top:0px;
  }

fieldset {background-color:#f2f2e6; padding:10px; border:1px solid #fff; border-color:#fff #666661 #666661 #fff; margin-bottom:36px; line-height: 25px} /*  width:950px; */

th.formheader
{
	padding-right:4px;
	padding-left:4px;
	text-align: left;
		
}

p.page_header
{
  font:22px/20px Calibri, Arial, Helvetica, sans-serif; 
  font-weight:bold;
}

p.menu_section_item a:link,p.menu_section_item a:visited,p.menu_section_item a:hover
{
	color:#0101DF;
	margin-right: 12px;
	margin-left: 12px;
}



@media print {
.no_print {
    display:none;
}
}