@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage fÃƒÂ¼r die Erstellung eines Screenlayouts
 *
 * @file		basemod_draft.css
 * @creator		YAML Builder v0.3 Preview
 * @link		http://builder.yaml.de
 */

@media all
{



/* commented backslash hack \*/
html, body{height:100%;}


/* end hack */


html,body {margin:0;padding:0}
body {
	/* text-align:center centre for ie5.+*/
}



* html #main{
height:100%;


}



div>p {margin:0}

  /* Page margins and background |  */
 body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
	FONT-SIZE: 10pt;

  }
  body.wizard{
  	background: #FFFFFF;
  }

  /* Layout: Width, Background, Border |*/
  #container
  {
     	width: auto;

  }


  #main
  {

/*  	min-width:770px;*/

  	width:100%;
    margin-right:auto;
    margin-left:auto;
    background: #ffff;

    min-height:100%;
	height:auto;

	position:relative;
	text-align:left;

  }


  #navBar
  {
  	background: #fff url(../images/menubackground.png) repeat-x scroll 100%;
    text-align:left;
    /*border-bottom: dashed 1px;*/
  }



  #footer
  {


   	/*border-top: dashed 1px;*/

	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:55px;

  }

  #clearfooter{

  	clear:both;
  	height:55px;
  	width:100%

  }


  .centeredImage
  {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
  }

 /**
  * Formatting of the Content Area |
  *
  * @section layout-main
  */

  #menu {
  	float: left;
  	width: 214px;
  	padding: 0px 0px 0px 0px;
  }

  #menu_content {
   	
  }
/** 
   QLD #1303934 - Just changed the name of the div because it is getting conflicts with the name "content" in the NewsEditAdd.vm file
   This is happening with the new CKEditor.
  */
  #hcontent {
  	margin: 0 214px 0 0;
	left:0;
  }


  #content_content {
	position: absolute;
  	padding: 0 0px 0 0px;  	
	left:0px;
	width: 80%;
	margin-left:214px;
	
  }

  #search{

  	/*border-top: dashed 1px;*/

  }

  #header {
  	background-color:#5D6771;
  }


 /**
  * Design of Additional Layout Elements |
  *
  * @section layout-misc
  */


	td.menu_heading {
		background-color: #5D6771;
		border-top: 1px solid #ffffff;
		color:#ffffff;
		font-weight: bold;
		padding:0px 0px 0px 5px;
	}

	.menu_heading_link  {
		color:#ffffff;
		padding:1px 1px 1px 1px;
	}

	td.menu_item {
		background-color: #DAE5F5;
		border-top: 1px solid #ffffff;
		color:#11155E;
		font-size: 8pt;
		padding:2px 2px 2px 3px;
	}

	a.white_link_red_hover:ACTIVE {
		color:white;
		font-weight: bold;
	}

	a.white_link_red_hover:HOVER {
		color:red;
		font-weight: bold;
	}

	a.white_link_red_hover:VISITED {
		color:white;
		font-weight: bold;
	}
	a.white_link_red_hover:VISITED:HOVER {
		color:red;
		font-weight: bold;
	}

	.leftpointer {
		font-family :  Arial, Helvetica, sans-serif;
		color : #11155E;
		font-size : 9pt;
		font-weight : bold;
	}


	A.leftnav:link, A.leftnav:visited, A.leftnav:active {
		color : #006;
		font-size : 8pt;
		font-weight : normal;
		TEXT-DECORATION: none;
	}

	A.leftnav:hover {
		text-decoration: none;
		color : #11155E;
		font-size : 8pt;
	}

	A.copyright:link, A.copyright:visited, A.copyright:active {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color : white;
		font-size : 7pt;
		font-weight : normal;
		TEXT-DECORATION: none;
	}
}