﻿
html
{
    height: 100%;
}
body
{
    height: 100%;
    background: url(../Images/bodyBG.gif) repeat; 
    margin: 0px;
    color: #000000;
    font-family: tahoma, arial, sans-serif;
    padding: 0px;
    font-size: 12px
   
}
#mainContainer
{
    border: 1px solid #999999;
    background-color: #FFFFFF;
    margin: 0px auto;
    padding: 0;
    text-align: left;
    width: 1000px;
}

.left
{
    float: left;
}
.right
{
    float: right;
}

.pageContent
{
    margin-left: 30px;
}
/*===================================*/

#ContentContainer
{
    margin-left: 500px;
    width:1000px;
}

#header
{
    background-color: #FFFFFF;
    background-image: url("../images/BGHeader4.png");
    height: 70px;
    margin: 0px auto;
    padding: 0px;
    padding-left: 0px;
    border-bottom: solid 1px #999999;
    width:1000px;
    font-family: Trebuchet ms, tahoma, arial, sans-serif;
}

#header .bannerText
{
    float: left;
    padding-top: 10px;
    margin-top: 0px;
    padding-left: 20px;
    color: #fff;
    font-size: 2.8em;
}
#header .bannerSubText
{
    float: left;
    padding-top: 10px;
    margin-top: 0px;
    padding-left: 20px;
    color: #Fff;
    font-size: 0.8em;
}
/*===================================*/

#navigation
{
    background-color: #FFFFFF;
    background-image: url("../images/BGNavigation3.png");
    height: 45px;
    margin: 0px auto;
    padding: 0px;
    width:1000px;
    border-bottom: 2px solid #999;
}

#navigation ul
{
    margin: 0px 0px 0px 0px; 
    padding: 0px; 
    list-style-type: none; 
    padding-left:0px;
    _padding-left:0px; 
    height: 30px;
}


#navigation a
{
    display: inline-block;
    height: 22px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    margin: 0px;
     padding: 15px 12px 0px 11px ;
    _padding:10px 0px 0px 45px;
     color: #fEFEFE;

}

#navigation a:hover
{
    color: #fEFEFE;
    text-decoration:underline;
}

/*===================================*/

.pageTitle
{
    background: #FFF;
    color: #186D29;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}
.contentWrapper
{
    padding: 10px 6px 10px 6px;
  
    width: 950px;
    background: #ffffff;
}
#content
{
    text-align: justify;
    width: 950px; /*819*/
    margin: 0px auto;
    padding: 0px 20px 0px 20px;
    min-height: 550px;
}


#content .box
{
    padding: 0px;
}

#content .spacer
{
    height: 29px;
}

#content h2 a
{
    text-decoration: none;
    font-weight: bold;
}

#content h3
{
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 10px 0 0;
}


#content a
{
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
#content a:hover
{
    color: #47526a;
    text-decoration: underline;
    font-weight: bold;
}
#content img.border
{
    padding: 1px;
    background-color: #6d6d6d;
    border: 0px solid #3e3e3e;
    margin-left: 8px;
    margin-right: 8px;
}

.gridview
{
    width:900px;
    color:Black;
}

.gridview td
{
    padding:5px 0px 5px 5px;
    color:#000 !Important;
}
.gridview th
{
    padding:5px 0px 5px 5px;
}

.gvHeader a
{
    color:#fff !Important;
}

/*===================================*/

#sidebar
{
    width: 241px; /*181*/
    position: relative;
    padding-left: 40px;
    float: left;
}

#sidebar h3
{
    font-size: 13px;
    font-weight: bold;
    color: #47526a;
    margin: 0 0 16px 0;
}

#sidebar p
{
    font-size: 11px;
    line-height: 20px;
    word-spacing: 1px;
    color: #F0F0F0;
}

#sidebar img
{
    margin: 0;
    padding: 1px;
    background-color: #556076;
    border: 1px solid #394150;
}
#sidebar ul
{
    padding: 0;
    margin: 0;
    font-size: 11px;
}
#sidebar li
{
    list-style-type: none;
    padding-left: 0px;
    padding-bottom: 7px;
    padding-top: 0px;
    margin: 0px;
    background: url("img/li.gif") no-repeat left top;
}
#sidebar a
{
    color: #47526a;
    text-decoration: none;
    font-size: 13px;
}
#sidebar a:hover
{
    text-decoration: none;
    font-size: 13px;
}
/*===================================*/
.importantDates1
{
    float: left;
    padding: 0px 15px 10px 0px;
    margin-top: 0px;
}

.importantDates2
{
    padding: 0px 15px 10px 0px;
    margin-top: 0px;
    font-size: 100%;
}

/*===================================*/

#bottomShadow
{
    background-image: url("images/BGNavigation3.png");
    height: 29px;
    margin: 0;
    padding: 0;
    clear: both;
    position: relative;
}

#footer
{
    /*background-image: url("img/footer_main.png");*/
    background:#333; /*background-image: url("../img/banner_main5.png");*/
    height: 32px;
    margin: 0px auto;
    padding: 0;
    clear: both;
    position: relative;
    width: 1000px;
    border:1px solid #999;
}

#footer .box
{
    text-align: center;
    margin: auto;
    padding-top: 10px;
    font-size: 11px;
    font-style: normal;
}

#footer a
{
    color: #fff;
    text-decoration: underline;
}




.Question
{
    font: normal 1.0em Verdana,Tahoma,sans-serif;
    width:650px;
}
.Question a
{
}
.Answer
{
    font: normal 1.0em Verdana,Tahoma,sans-serif;
    width:650px;
    padding:4px;
}
.answerBox
{
    width: 292px;
    height: 308px; /* GS* */
    margin-top: 10px;
    padding: 4px;
    background-color: #FFF;
    overflow: auto;
}
.Question
{
    padding-bottom: 6px;
    padding-top: 6px;
}

.Answer
{
    padding-bottom: 6px;
    text-align: justify;
    display: none;
}

#table
{
    width: 520px;
    border-top: none 4px #e3e7e7;
}
#table p
{
    clear: both;
    width: 100%;
    margin: 0;
}
#table span
{
    float: left;
    padding: 0 10px;
    border-left: none 1px #e3e7e7;
    border-bottom: none 1px #e3e7e7;
}
#table span.col1
{
    width: 160px;
}
#table span.col2
{
    width: 186px;
}
#table span.col3
{
    width: 110px;
    border-right: none 1px #e3e7e7;
}
/*===================================*/
/*
.pageTitle
{
	font-size: 110%;
	font-weight:bold;
	text-align:center;
}
.content
{
	width: 900px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
}
.banner
{
	font-size: 25px;
	font-weight: bold;
	color: #804000;
	background-color: #CCCC66;
	height: 100px;
}
.subBanner
{
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}
#MenuBar
{
	background-color: #996600;
	height: 50px;
	width: 100%;
	font-size: 18px;
}
#MenuBar a:link, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#MenuBar a:hover, a:active
{
	color: #CCCC66;
	text-decoration: none;
}
#MenuBar table td
{
	width: 125px;
}
.copyright
{
	font-size: small;
	color: #808080;
	text-align: center;
}*/
#Documents ul li
{
    list-style: disc;
    color: #525252;
    line-height: 20px;
}
#Documents ul li a
{
    text-decoration: none;
    color: #333;
    font-size:12px;
}
#Documents ul li a:hover, a:active
{
    text-decoration: underline;
    color: #5F6E8E;
}
#FAQs
{
}
#FAQs a:link, a:visited
{
    color: #333;
    text-decoration: none;
    padding: 0px;
}
#FAQs a:hover, a:active
{
    text-decoration: underline;
    padding: 0px;
    color: #5F6E8E;
}
#FAQs .Question
{
    color: #525252;
}
#FAQs .Section
{
    color: #606060;
    font-weight: bold;
}

#FAQs h2 a
{
    text-decoration: none;
    font-weight: bold;
}

#FAQs h3
{
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 10px 0 0;
}

#FAQs ol li
{
    padding:5px 0px 5px 0px;
    text-align:left;
}

#FAQs ol
{
    font-weight:bold;
}

#FAQs ul
{
   font-weight:normal; 
}
#FAQs ul li
{
    padding:5px 0px 5px 0px;
    text-align:left;
    list-style:circle;
}

#FAQs p
{
    font-weight:normal;
}


#FAQs .Top
{
}

#FAQs .Top a
{
    color:#186D29;
    font-weight:bold;
}

#importantDates ul
{
padding-left:0px;
 margin: 0px
}

#importantDates li
{
 padding: 5px 5px 10px 5px;
 margin: 0px;
 list-style:none;
}

#importantDates html ol li
{
position: relative;
}
#importantDates  .liTd1
{
    margin-left: 0px
}

#importantDates  .liTd2
{   margin-top: -29px;
    margin-left: 300px;
}

#NAFTA .naftaLinks li {
	list-style:none;
	padding-bottom:15px;
}

#CyPresProjects .CyPresProjectsList .li a
{
    text-decoration: underline;
}


/* JQUERY */
h2.trigger
{
    margin: 0px;
    font-weight: normal;
    font-size: 110%;
}
h2.trigger a
{
    color: #fff;
    text-decoration: none;
    display: block;
}
h2.trigger a:hover
{
    color: #ccc;
}

h2.active
{
    background-position: left bottom;
}
/*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container
{
    margin: 0px;
    padding: 5px 0 0 5px; /*border-top: 1px solid #d6d6d6; 	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;*/
    overflow: hidden;
    width: 650px;
    clear: both;
}
.alignCenter
{
    text-align: center;
}
.confirmation
{
    color: Red;
}
.alpha
{
}
/*#############################################################################################
FORM FIELD HINTS
#############################################################################################*/

/* All form elements are within the definition list for this example */
dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 450px;
}
dt {
    clear: both;
    float:left;
    width: 140px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 310px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}
/*##############################################################################################
    JQUERY
################################################################################################*/

/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    width: 200px;
    margin-top: -3px;
    border: 1px solid #c93;
    padding: 5px 5px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url("../images/pointer.gif") no-repeat -10px 5px;
    color:Maroon;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 4px;
    width: 10px;
    height: 19px;
    background: url("../images/pointer.gif") left top no-repeat;
}

/* Context Highlighting */
.context
{
    padding: -10px;
    width: 577px;
}

.clear
{
    float: none;
    clear: both;
    height: 0px;
}
.row
{
    display: block;
    min-height: 25px;
    margin: 5px 0px 0px 2px;
}
.over
{
    background-color: #E0E0E0;
}
.Setfocus
{
    border-style: solid;
    border-color: #FFBE59;
}
.message
{
    border: 1px solid #CCCCCC;
    border: 1px solid #c93;
    background: #ffc;
    padding: 10px;
    vertical-align:middle;
}
input.error
{
    /*background: #ffc;     border: 1px solid red;*/
    background-color: #fed;
    border: 1px dotted red;
}
select.error
{
    /*background: #ffc;     border: 1px solid red;*/
    background-color: #fed;
    border: 1px dotted red;
}
/* ########### CITY AUTOCOMPLETE ###########*/
div.ac_results ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;    
    background-color: #ffffff;    
    text-align:left;
    border: solid 1px Gray;
}
div.ac_results ul li
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    cursor: pointer;
    margin: 1px; 
    padding: 1px;     
}
div.ac_results ul li.ac_over
{
 background-color: #acf; 
}
.padleft
{
    padding-left: 10px;
}
/* START----------------------------------------------------------- MyMessage ---------------------------------------- */

.messageContainer
{
    line-height: 1.3em;
    background: none;
    color: #FFF;
    font-weight: bold;
}

.messageContainer h4
{
    margin-bottom: 0.5em;
}

.messageContainer li h4
{
    color: #A14D65;
    margin-bottom: 0;
}

.messageContainer a, .messageContainer a:link
{
    color: #519BE0;
    text-decoration: none;
}

.messageContainer a:visited
{
    color: #165d70;
    text-decoration: none;
}

.messageContainer a:hover
{
    color: #2bb2c2;
    text-decoration: underline;
}

.msgInfo, .msgSuccess, .msgWarning, .msgError
{
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 10px 0px;
    width: 400px;
}

.info
{
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
    color: #00529B;
}

.msgSuccess
{
    background-color: #DFF2BF;
    background-image: url('../images/success.png');
    color: #4F8A10;
}

.msgWarning
{
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
    color: #9F6000;
}

.msgError
{
    background-color: #FFBABA;
    background-image: url('../images/error.png');
    color: #D8000C;
}

.container
{
}

.msgInfo p, .msgSuccess p, .msgWarning p, .msgError p
{
    padding: 10px 10px 10px 50px;
}

.msgInfo a, .msgSuccess a, .msgWarning a, .msgError a
{
    cursor: pointer;
    float: right;
    padding: 10px;
}

/* END ----------------------------------------------------------- MyMessage ---------------------------------------- */
