
/* Defence+Industry Conference :: Screen CSS Definitions */

body
{
   margin: 0px;
   padding: 20px;

   color: #000000;

   font-size: 76%;
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-Serif;

   background-color: #000000;
}

a
{
   color: #000000;
}

a:hover
{
   color: #0000FF;
}

#page
{
   width: 776px;

   margin: 0px auto;
}

#header
{
   width: 776px;
   height: 146px;

   position: relative;

   background-image: url(../img/header/img-hdr-bkg.png);
}

#header h1, #header h2, #header h3
{
   display: none;
}

#search-form
{
   margin: 0px;
}

#search-field
{
   border: 1px solid #000000;

   font-size: 0.9em;
   font-family: Courier New,Courier;
}

#header-search
{
   top: 116px;
   left: 483px;

   width: 300px;

   position: absolute;
}

#header-search .label
{
   float: left;

   color: #FFFFFF;

   padding-top: 4px;
}

#header-search .field
{
   float: left;

   padding-top: 2px;
   padding-left: 5px;
}

#header-search .image
{
   float: left;

   padding-left: 5px;
}

#middle
{
   position: relative;

   background-color: #FFFFFF;

   background-image: url(../img/middle/img-mid-upr-bkg.png);
   background-repeat: repeat-y;
   background-position: left top;
}

#content
{
   width: 580px;
   min-height: 420px;

   padding-left: 196px;

   background-image: url(../img/middle/img-mid-lwr-bkg.png);
   background-repeat: no-repeat;
   background-position: left bottom;
}

.vrule
{
    width: 12px;

	background-image: url(../res/Image/img-12px-rule.gif);
	background-repeat: repeat-y;
}



.columnheading
{
	background-color: #c0c0c0;
}




.grey
{
	background-color: #f0f0f0;
}

.grey-lineboth
{
	background-color: #f0f0f0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}



.black
{
	background-color: #000000;
}


.breaktime
{
	background-color: #99ccff;
	text-align: center; 
}


#crumbs
{
   color: #C0C0C0;

   font-size: 1em;

   margin-bottom: 10px;
}

#crumbs a
{
   color: #A0A0A0;

   text-decoration: none;
}

#crumbs a:hover
{
   text-decoration: underline;
}

#menu-bottom
{
   position: absolute;
}

#left
{
   width: 435px;

   font-size: 0.9em;
   line-height: 1.4em;

   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
}

#left p
{
   margin-top: 10px;
   margin-bottom: 10px;
}

#left h1
{
   color: #62457D;

   font-size: 1.3em;

   margin-top: 15px;
   margin-bottom: 15px;
}

#left h2
{
   color: #82659D;

   font-size: 1.2em;

   margin-top: 15px;
   margin-bottom: 15px;
}

#left h3
{
   color: #505050;

   font-size: 1em;

   margin-top: 15px;
   margin-bottom: 15px;
}

#right
{
   width: 112px;

   float: right;

   padding: 10px;

   background-image: url(../img/page/img-pge-dots.gif);
   background-repeat: repeat-y;
   background-position: top left;
}

#rego-img
{
   top: -174px;
   left: 6px;

   position: absolute;
}

#footer
{
   clear: both;

   width: 776px;
   height: 76px;

   position: relative;

   background-image: url(../img/footer/img-ftr-bkg.png);
}

#footer-nav
{
   top: 30px;
   left: 5px;

   position: absolute;
}

#footer-nav ul
{
   margin: 0px;
   padding: 0px;

   list-style: none;
}

#footer-nav ul li
{
   float: left;

   padding-left: 5px;
   padding-right: 5px;

   border-right: 1px solid #C4B3D5;
}

#footer-nav ul li.last
{
   border-right: none;
}

#footer-nav ul li a
{
   color: #C4B3D5;

   display: block;

   font-size: 0.9em;

   text-decoration: none;
}

#footer-nav ul li a:hover
{
   text-decoration: underline;
}

#footer-txt
{
   top: 50px;
   left: 5px;

   position: absolute;
}

#footer-txt ul
{
   margin: 0px;
   padding: 0px;

   list-style: none;
}

#footer-txt ul li
{
   float: left;

   padding-left: 5px;
   padding-right: 5px;

   border-right: 1px solid #FFFFFF;
}

#footer-txt ul li.last
{
   border-right: none;
}

#footer-txt ul li a
{
   color: #FFFFFF;

   display: block;

   font-size: 0.9em;

   text-decoration: none;
}

#footer-txt ul li a:hover
{
   text-decoration: underline;
}

.label
{
   text-align: right;
   vertical-align: top;

   padding-top: 3px;
   padding-left: 10px;
}

.ftext
{
   vertical-align: top;

   padding-top: 3px;
}

.field
{
   font-size: 1em;
   font-family: Courier New,Courier;
}

.cssErrMsg
{
   color: #FF0000;
}

.search-result
{
   margin-top: 15px;
   margin-bottom: 15px;
}

.search-result a
{
   text-decoration: underline;
}

.cssPrvNxt
{
   margin: 0px;
}

.cssPrvNxt form
{
   margin: 0px; padding: 0px;
}