﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
img
{
    border: 0;
}
a:link
{
    color: #496400;
    text-decoration: underline;
}
a:visited
{
    color: #496400;
}
a:hover
{
    color: #496400;
    text-decoration: none;
}
a:active
{
    color: #496400;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

li
{
    margin-bottom: 5px;
    margin-left: 30px;
}

ol, ul
{
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
}
/* HEADINGS   
----------------------------------------------------------*/

H1{margin-top:0;margin-bottom:12px;font-size:16px;color:#000000; border-bottom:2px dotted #000000; padding-bottom:5px;}
H2{margin-top:0;margin-bottom:12px;font-size:14px;color:#000000;}
H3{margin-top:0;margin-bottom:12px;font-size:14px;color:#496400;}
H4{margin-top:0;margin-bottom:12px;font-size:14px;color:#ea7809;}
H5{margin-top:0;margin-bottom:12px;font-size:12px;color:#496400;}
H6{margin-top:0;margin-bottom:12px;font-size:12px;color:#000000;}



/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#page
{
    text-align: left;
    width: 985px;
    margin: 0 auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    clear: both;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.bold
{
    font-weight: bold;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
    margin: 0px;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 0;
    border: 1px solid #CCC;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 5px;
    padding-right: 20px;
}

fieldset p
{
    margin: 2px 12px 10px 0px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 0px;
    color: #496400;
}

fieldset input[type="text"], fieldset textarea
{
    width: 250px;
    border: 1px solid #CCC;
}
fieldset select
{
    margin: 0px;
    padding: 0px;
    width: 252px;
    border: 1px solid #CCC;
}
fieldset input[type="password"]
{
    width: 250px;
    border: 1px solid #CCC;
}



/* TABLE
----------------------------------------------------------*/
table
{
    border-collapse: collapse;
}
table td
{
    padding: 4px;
    vertical-align: top;
}

table.styled-table
{
    border: solid 1px #e8eef4;
}

table.styled-table td
{
    border: solid 1px #e8eef4;
}

table.styled-table th
{
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
    text-align: left;
    vertical-align: bottom;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 0px;
}

div#title
{
    display: block;
    text-align: left;
    float: left;
}

#logindisplay
{
    clear: both;
    text-align: right;
    top: -116px;
    position: relative;
    right: 20px;
}
#MemberLogin
{
    margin-right: 60px;
}
#welcome { width:100%; }
#welcome span { float:right; vertical-align:text-top; }
.memberloungePaxName{ margin-top:0; margin-bottom:12px; color:#000000; font-weight: bold; }
.memberloungeLocation { font-weight:bold; font-size: 14pt; color: #000000; }


#LoginBtn
{
    position: relative;
    top:-5px;
}
#logindisplay input[type="text"]
{
    width: 180px;
    height: 18px;
    margin-bottom: 5px;
    position: relative;
    top: -4px;
    left: -4px;
}
#logindisplay input[type="password"]
{
    width: 180px;
    height: 18px;
    margin-bottom: 5px;
    position: relative;
    top: -4px;
    left: -4px;
}
#logindisplay a:link
{
    text-decoration: underline;
}

#logindisplay a:visited
{
    text-decoration: underline;
}

#logindisplay a:hover
{
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    /*border: 1px solid #ff0000;*/
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.mandatory
{
    color: #3a7491;
}

/*Jquery date picker*/
.date_picker_holer
{
    position: relative;
    float: left;
    padding-right: 28px;
}

.ui-datepicker-trigger
{
    cursor: pointer;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
}


/*Jquery date picker end*/

.clear-both
{
    clear: both;
    clear: right;
}

/*Clear fix*/
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
    clear: both;
}
/* End hide from IE-mac */

/*Clear fix end */
.date_field_wrapper
{
    clear: both;
}

.leftdiv
{
    float: left;
    width: 45%;
}

.rightdiv
{
    float: left;
    width: 45%;
    margin-left: 15px;
}

.onecolumnpagediv
{
    width: 91%;
}

.samelinelabel
{
    display: inline;
}

.hidden
{
    display: none;
}
.focusField
{
    background: #FFF;
    color: #000;
}
.idleField
{
    background: #EEE;
    color: #6F6F6F;
    border: solid 2px #DFDFDF;
}

#thickbox-window-refresh-waiting
{
    display: none;
}
th
{
    text-align: left;
    padding-left: 5px;
}
table.bordered tr th
{
    border: 1px solid #999999;
    vertical-align: bottom;
}
table.bordered tr td
{
    border: 1px solid #999999;
    vertical-align: top;
}
.hilite
{
    background-color: #CCFFCC;
}

/* used for highlighting invalid fields in import
----------------------------------------------------------*/

.error
{
    border: 2px solid #f00;
}


.normaltextbox
{
    width: 250px;
    padding: 2px, 2px, 2px, 2px;
}

.fullwidth
{
    width: 100%;
}
/****** TEMPLATE STYLES ******/
div#header
{
    position: relative;
    /*height: 189px;*/
    width: 985px;
    margin-left: 0px;
}
div#header_left
{
    float: left;
}
div#wnzheader_right
{
    float: right;
    width: 649px;
    height: 187px;
    background-image: url(../../images/TemplateImages/inbound/header_right.jpg);
}

div#container
{
    text-align: left;
    width: 985px;
    margin: 0 auto;
}
div#home_content
{
    float: left;
    width: 985px;
    min-height: 300px;
    margin-right: 0px;
    margin-top: 20px;
    margin-left: 5px;
}
div#footer
{
    background: #688D01 url(/images/TemplateImages/inbound/footer.jpg) no-repeat scroll 0 0;
    color: #FFFFFF;
    height: 260px;
    padding-top: 20px;
    width: 100%;
    clear: both;
}
#fCallToAction
{
    color: #000000;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
}
#fCallToAction a
{
    color: #000000;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
}
#fInfo
{
    color: #000000;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
#fContact
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 900px;
    margin: 0 auto;
}
#fContact div
{
    margin-bottom: 12px;
    margin-top: 0;
    float: left;
    padding: 8px 0;
    margin-right: 16px;
}
#fContact div div
{
    float: left;
    text-align: left;
    margin-right: 2px;
}
#fContact div div p
{
    margin-top: 10px;
}
#fContact div div p a
{
    color: #FFFFFF;
}
input[type="submit"]
{
    padding: 2px;
    background-color: #EA7809;
    width: 150px;
    color: #FFFFFF;
    font-weight: bold;
}
input[type="button"]
{
    padding: 2px;
    background-color: #EA7809;
    width: 150px;
    color: #FFFFFF;
    font-weight: bold;
}
label
{
    font-weight: bold;
}
#PaxMenu ol,ul {
	list-style:none;
}
#PaxMenu
{
    padding-right:50px;
    width: 200%;
}

#NoticeDetail img.float-right 
{
    padding:2px;
    border:1px #000 solid;
    margin-left:10px;
    float:right;
}


#JobList ol,ul {
	list-style:none;
}

#JobList td
{
    border-bottom: dotted 1px #666;
}

.JobDetail 
{
    width: 100%;    
}


.helptext
{
    font-weight: bold;
    color: #008000;
    padding-left: 30px;
}
#loginpanel
{
    font-weight: bold;
    color: #000000;
    font-size: 13px;
    padding-left: 15px;
}
#loginpanel input[type="text"]
{
    border: 1px solid #FF9900;
    width: 150px;
}
#loginpanel input[type="password"]
{
    border: 1px solid #FF9900;
    width: 150px;
}
/*
#HeaderLoginPanel
{
    position: absolute;
    background-color: #fff;
    width:230px;
    top: -50px;
    height: 140px;
    right: 0px;
    padding: 5px;
    opacity: 0.7;
    filter: alpha(opacity=70);

}
*/
.pagination
{
    float: right;
}
.pagination li
{
    float:left;
}
#searchpanel
{
    float:right;
    margin-right: 20px;
    margin-top: 2px;
}
#searchpanel div
{
   float:left;
}

#comments-header
{
	color: #666658;
	background-color: #A6CE3A;
	font-weight: bold;
}

#comments-header td
{
	padding: 4px 10px 4px 10px;
}
#profilepanel
{
    background-color: #f8d3b0;
}
#profilepanel div.location
{
    padding-left: 5px;
    margin-bottom: 3px;
}
#profilepanel div.mailbox
{
    padding-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 12px;
}

#divPopup
{
    width: 140px;
    height: 105px;
    background: url(/images/wnz/balloon.png) top left no-repeat;
    border: none;
    position: absolute;
    top: 1px;
    left: 3px;
    z-index: 1;
    line-height: normal;
}
#divPopup div
{
    font-size: 11px;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 16px;
}

#divPopup div strong
{
    font-weight: bold;
    color: #496400;    
}

.toolTip
{
    border: none;
    
}

#question
{
    float:right;    
    margin-right: 15px;
}

.changelocation
{
    width: 160px;    
    padding: 0px;
    border-spacing: 0px;
    margin: 0px;
}

div#program-applying-button
{
	width: 180px;
	margin: 0px auto;
	text-align: center;
}

div#programs-list-holder
{
	text-align: center;
}


span#instructionalText
{
    font-weight:bold;
    color: Red;    
    width: 50%;
    
}

.noticecategory
{
    font-size: larger;
    font-weight: bold;   
}


table.notices
{
    width: 100%;    
}
