﻿/* global */

html,ul,li {
	padding: 0;
	margin: 0;	
}

body {
 font-size: 62.5%;
 font-family: Arial, Helvetica, sans-serif;
 color: Black;
 text-align: center;
 padding-top: 12px;
}

h1 {
	font-size: 1.4em;
}

h2 {
	color: #666666;
	font-size: 1.2em;
	padding: 10px 0px 10px 0px;
}

h3 {
	font-size: 1.1em;
	color: #0348E1;
	display: block;
	border-bottom: 1px solid #D6D6D6;
	padding: 0px 0px 0px 10px;
}

img {	border: 0px; }

a:link, a:hover, a:visited,a:active, a:focus {
	text-decoration: none;
}
a:link, a:hover{
	color: #014AE4;
}
a:hover{
	text-decoration: underline;
}

a:visited {
	color: #014AE4;
}


ol {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 30px;
}
ol li{
	padding: 2px 0px 2px 15px;
}

small {
	font-style: italic;
}


form{
	color: Black;
	font-size: 1em;
	padding: 0px;
}

select {
	width: 250px;
}

/* Structure */

div#wrap{
	font-size: 1.2em;
	width: 925px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

/* Header */
img#header-logo{
	float: left;
}

div#header-right-menu{
	float: right;
	text-align: right;
	padding: 15px 0px 0px 0px;	
}

div#header-right-menu a
{ font-size:11px
}

ul#header-menu{
	padding: 0px 0px 15px 0px;
	list-style-type: none;	
}

ul#header-menu li { 
	display: inline; 
}


div#header-right-notice
{
	padding-bottom: 15px;
	color: #999999;
}


/*** immediately after header ***/
#preContentHeader
{
	margin-top: 5px; margin-bottom: 5px
	}


#UserDetailsBar
{
	color:#676767; padding-bottom:5px;
}



/* tabs */
#securedMenu{
          margin-top: 10px; 
          border-bottom: solid 1px #aaaaaa; 
          padding-bottom: 3px;
         text-align: center; 
      }
      
      #securedMenu a:hover{
            text-decoration: none;
            background-color: #ffffff;    
      }
      
       .bigLink, .bigLinkCurrent{
            background-color: #eeeeee;
            padding: 3px 14px 3px 14px;
            font-weight: bold;
            border: solid 1px #aaaaaa;
            margin-right: 1px;
       }
       .bigLinkCurrent{
           color: #676767;
           font-size: 1.15em; 
           padding: 5px 18px 4px 18px; 
           border-bottom: #ffffff;
           background-color: #ffffff;   
       }




/* Content */

div#main-content{
	margin: 10px 0px 10px 0px;
	color: #676767;
	text-align: left;
}
ul#list-without-bullet {
	list-style-type: none;	
}

div#main-content p{
	
}

/* Footer */

div#footer{
	padding: 10px 0px 0px 0px;
}

ul#footer-menu{
	list-style-type: none;	
}

ul#footer-menu li { 
	display: inline; 
}

p#footer-copyright {
	font-size: 0.8em;
}

/* custom elements */

div.hr-line{
	clear: both;
	border-top: 1px solid Black;	
}

div.hr-line-grey{
	border-top: 1px solid #DDDDDD;	
	padding: 5px 0px 5px 0px;
}

.menu-dash-separator {
	padding: 0px 5px 0px 5px;
}
.menu-first-dash-separator {
	padding: 0px 5px 0px 0px;
}

p.intro-text{
	font-size: 1.1em;
	font-weight: bold;
	color: Black;
}
p.no-padding{
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

p.intro-description-text{
	font-size: 1.1em;
	font-weight: bold;
	color: Black;
}

.contact-bckg {
	background-image: url(../images/birdflu-contact-bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.contact-spacer {
	height: 322px;
}

.wide-input {
	width: 300px;
}
.wide-input-full-length {
	width: 98%;
}



/* Query table */ 

table.tbl-query-column{
	width: 100%;
}
table.tbl-query-column th{
	background-color: #D8E3FF;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

table.tbl-query-column td{
	background-color: #EBEBEB;
	padding: 0px 5px 10px 5px;
	
}

table.tbl-query-column td p{
	/*float: left;	*/
	margin: 0 auto;
	padding: 0px 0px 0px 4px;
	vertical-align: middle;
}

table.tbl-query-column td img{
	float: right;
	padding: 2px 2px 2px 4px;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}

table.tbl-query-column .Number {
	width: 3%;
}

table.tbl-query-column .first {
	width: 18%;
}
table.tbl-query-column .last {
	width: 41%;
}

table.tbl-query-column .even-width{
	width: 3%;
}

ul#navlist
{
font: bold 100% Arial, sans-serif;
list-style-type: none;
padding-bottom: 26px;
border-bottom: 1px solid #0348E2;
margin: 0;
}

ul#navlist li
{
float: left;
height: 23px;
background-color: #D8E3FF;
margin: 2px 2px 0px 2px;
border: 1px solid #0348E2;
}


ul#navlist a.current
{
border-bottom: 1px solid #fff;
background-color: #fff;
/*font-weight: bold;*/
}

li#active a { color: #000; }

#navlist a
{
float: left;
display: block;
color: #666666;
text-decoration: none;
padding: 4px;
}

#navlist a:hover { background: #fff; }

.ErrMessage
{
	font-weight: bold;
	color: #ff0000;
}

.right-page-user-id-section {
	float:right;
	display:inline-block;
	color:#0000FF;
	font-weight:bold;
}



/** for images on guidance page **/ 
.imgborder {border: solid 1px blue; padding: 3px;}

.tblEventForm td.EventFormCell{
    padding: 8px;
    background-color: #EBEBEB;
   vertical-align: top; 
   color:#676767;
}