/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px Arial,Helvetica,sans-serif; /* 'Century Gothic', 'Open Sans',Arial,Helvetica,sans-serif */
		color: #444;
		/*-webkit-font-smoothing: antialiased;*/ /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #E37222;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
	 }
	.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
		/*border-bottom: 1px solid #ccc;*/
		padding: 0 0 5px 0;
	}

    .content h2
    {
        width: 98.7%;
        padding:0px;
        margin-top: 0px;
    }

    .sidebar { background: #f5f5f5 
               /* url(../images/sidebar-border.jpg) */
               repeat-y left top; padding: 10px 0 0 0;}

	.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6{
		/*border-bottom: 1px solid #ccc;*/
		margin-left: 20px;
		margin-right: 20px;
        width:86% !important;
	}
    .sidebar h2 {
        margin-top:7px;
        padding-bottom:5px;
    }
	.sidebar nav{
		margin-left: 20px;
		margin-right: 20px;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 35px; line-height: 40px; margin-bottom: 14px;}
	h2 { font-size: 28px; line-height: 34px; margin-bottom: 10px; }
	h3 { font-size: 21px; line-height: 30px; margin-bottom: 8px; }
	h4 { font-size: 17px; line-height: 24px; margin-bottom: 4px; }
	h5 { font-size: 14px; line-height: 21px; }
	h6 { font-size: 12px; line-height: 18px; }
	.subheader { color: #777; }
	
	h2.page-title {
        float:left;
        color:#E37222;
        font-size:20pt;
        font-family:Arial;
	}
    h1.page-title {
		color: #000000 !important;
		display: block;
		float: left;
        font-family:Arial;
		font-size: 30pt;
		line-height: 36px;		
        margin: 0 70px 30px 7px;
		/*opacity: 1;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);*/
	}
   
	p { margin: 0 0 14px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small, .smtxt { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #e3e3e3; border-width: 3px 0 0; clear: both; height: 0; }

.page-title {
    height: 47px;
    /*border-bottom: 1px solid #E9E9E9;*/
    margin-top: 22px; 
    float:left;
    margin-left:10px;
}
.page-title_with_tab {
    height: 90px;
    /*border-bottom: 1px solid #E9E9E9;*/
    margin-top: 22px; 
    float:left;
    margin-left:10px;
}
.section-title {
    height: 70px;
    margin-top: 38px;
}

/* #Links
================================================== */
	a, a:visited { color: #0065BD; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #0065BD; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; margin-left: 20px;}
	ul { /*list-style: none outside;*/ }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 21px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }


/* #Images
================================================== */

	img {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */
	
	button:focus,
	input:focus{
		border: none;
		outline: none;
	}
	
	.btn.right, button.right {
		float: right;
	}

	.btn.disabled, button[disabled] {
		background: #b9b9b9;
		cursor: default;
		/*border-top: 1px solid #999;
		border-bottom: 1px solid #666;
		border-left: 1px solid #666;
		border-right: 1px solid #666;*/
		border:none;
	}
	.btn.disabled:hover, button[disabled]:hover {
		background: #7e7e7e;
		cursor: default;
		/*border-top: 1px solid #999;
		border-bottom: 1px solid #666;
		border-left: 1px solid #666;
		border-right: 1px solid #666;
		box-shadow: 2px 2px 7px 0px #a9a9a9;*/
		border:none;
	}

	.button, 
	.btn,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		/*border-radius: 5px;
		box-shadow: 2px 2px 7px 0px #a9a9a9;*/
		cursor: pointer;
		display: inline-block;
		padding: 6px 15px 4px 15px;
		background: #0065BD;
		/*border-top: 1px solid #cad3ef;
		border-bottom: 1px solid #0065BD;
		border-left: 1px solid #0065BD;
		border-right: 1px solid #19274c;*/
		border: none;
		color: #fff;
		font-weight: normal;
		text-shadow: none;
		font-size: 16px;
		margin-bottom: 15px;
        font-family: Helvetica, Arial, Sans-Serif;
	}

	.button:hover, .btn:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		/*box-shadow: 1px 1px 7px -2px #a9a9a9;*/
		background: #0065BD;
		/*border-top: 1px solid #cad3ef;
		border-bottom: 1px solid #0065BD;
		border-left: 1px solid #0065BD;
		border-right: 1px solid #19274c;
		box-shadow: none;*/
		border: none;
		color: #fff;
		font-weight: normal;
		text-shadow: none;
	}

	.button:active, .btn.active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		/*border: 1px solid #666;*/
		background: #1b2a50;	
		border: none;
	}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

	.btn a{
		color: #fff;
		text-decoration: none;
	}

    .dialog-box input[type="button"] {		
		padding: 8px 15px;
		background: #0065BD;
		color: #fff;
		font-size: 14px;
		margin-bottom: 0px !important;
        font-family: Helvetica, Arial, Sans-Serif !important;

    }



/* #Date Picker
================================================== */

    .ui-datepicker-trigger 
    {
	    margin-bottom: 4px; 
        vertical-align: middle; 
        cursor: hand;
    }

    input[type="text"].datepicker	
	 {
		border: 1px solid #ccc;
		padding: 3px 0px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 75px;
		max-width: 100%;
		display: inline;
		margin-bottom: 5px;
		margin-right: 2px;
		background: #fff; 
    }

   input[type="text"].datepickererror	
	 {
		border: 1px solid #e0a6a6 !important;
		padding: 3px 0px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 75px;
		max-width: 100%;
		display: inline;
		margin-bottom: 5px;
		margin-right: 2px;
		background: #FBE0E0; 
    }
/* #Forms
================================================== */

	form {
		/*margin-bottom: 20px;*/
        margin-bottom: 0px;
	}
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		border: 1px solid #ccc;
		padding: 6px 10px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #333;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		margin-right: 10px;
		background: #fff;
        /*height:30px;*/
        /*padding-left:5px;*/
	}
    

select {
	padding:5px 38px 5px 10px;
    margin:0px;
    width:auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background:url('../images/icon/down_arrow.png') no-repeat right center; 
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    border:1px solid #D1D1D1;
    /*padding-right:30px;*/
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	/*width: 210px;*/
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	margin-right: 10px;
    height:30px;
    /*padding-left:5px;*/
}

/* Custom select */

.custom-dropdown select {
     padding: 5px 25px 5px 0;
     min-width: 75px!important;
     border-right: none !important;
}

.custom-dropdown-ie select {
    padding: 5px 5px 5px 0; 
}
select::-ms-expand{
  display:none;
}
.custom-dropdown {
     position: relative;
     display: inline-block;
     vertical-align: middle; 
     padding: 0px 0;
     margin-bottom: 5px;
}
.custom-dropdown::before, .custom-dropdown::after {
 content: "";
 position: absolute;
 pointer-events: none;
 background-color:#f6f6f6 !important;
}
.custom-dropdown::after { 
 content: "\25BC";
 font-size: 13px;
 right: 0.6em;
 top: 43%;
 margin-top: -.5em;
 color: #C0C0C0;
  background-color:#f4f4f4 !important;

}
.custom-dropdown::before { 
 width: 2.15em;
 right: 0;
 top: 0;
 bottom: 0;
 border-radius: 0;
}
.custom-dropdown::after {
 background-color: #FFFFFF;
}
.grayimg::before {
 background-color: #FFFFFF;
 border: 1px solid #D1D1D1;
 border-left: none !important;
}
.grayimg::after {
 color: rgba(0,0,0,.4);
  background-color:#f6f6f6 !important;
}

/* Custom select End */

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
   
	select {
		/*width: 220px;*/
	}
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
		
	.two-column label { width: 35%; float: left; }
	.two-column fieldset { width: 65%; float: left; }
	fieldset { white-space: nowrap; }
	.inline {display: inline!important;}
	
	.small {width: 25%;}
	.med {width: 50%;}
	.large {width: 98%;}
	
	.inline { display: inlne;}

    label.view-as {
        display:inline;
        font-size:13pt;
        font-family:Arial;
        color:#333333;
    }
/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	.fine { font-size: 12px; color: #666; line-height: 15xpx; }
	.fine p { margin-bottom: 5px; }
	
	#chart_container {text-align: center;}

/* #Table
================================================== */
	
	table, thead, tbody, tr, tfoot { width: 100%; }
	table{
		/*border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 0 0 7px -1px #a9a9a9;*/
		margin: 20px 0;
		border: #CCC 1px solid;
	}
	tbody tr { border-left: 1px solid #585858; border-right: 1px solid #585858;  }
	/*thead th { /*border-bottom:  5px solid #0065BD;*/ border: solid 1px #526A88; background: #163862; color: #fff; text-align: left; padding:  10px; font-weight: bold; font-size:18px; }*/
    table th { background: #163862; color: #FFF; font-family: Helvetica, Arial,sans-serif; font-weight: bold; height: 42px; vertical-align: middle; padding: 0 15px 0px 15px; line-height: 14px;}
	td {
        padding: 6px; 
        /*border-top: 1px solid #FFF;*/ 
        border-bottom: 1px solid #E0E0E0; 
        border-left: 1px solid #E0E0E0;

	}
    td.td_font_size {
        border-bottom: 0px solid #E0E0E0; 
    }
    td.td_font_size_top_border {
        border-top: #CCC 1px solid !important; 
    }
	tr:nth-of-type(2n+1) { background: #efefef; }
	tbody tr:hover, table.borderless tr:nth-of-type(2n+1):hover { background: #eaeaea; color: #fff; }
	tbody tr:hover { color: #000 !important; }
	tfoot { text-align: left; font-weight: bold; }
	tfoot th { /*border-top:  5px solid #0065BD; padding: 10px;*/padding-top:0px; padding-bottom:0px; font-size:18px; }
	.currency {text-align: right; }
	th.omega, td.omega { text-align: right; }
	table tr:first-child { border-radius: 5px 5px 0 0; }
	table.borderless {
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	table.borderless tr:nth-of-type(2n+1) {
		background: none;
	}
	table.borderless td {
		border: none;
		border-bottom: 1px solid #ccc;
	}
    #dialog-Modify table.borderless td {		
		border-bottom: 0px solid #ccc;
	}
    #dialog-Modify table.borderless td {		
		padding-bottom: 2px;
	}
    .popup-dialog [type="button"] {
        font-size:16px;
        font-family:Helvetica, Arial, Sans-Serif;
    }
	table.borderless tr:last-child td {
		border-bottom: none;
	}
    .lalign
    {
        text-align: left;
    }
    
	.key { width: 15px; }
	.colorkey {
		/*width: 15px;
		height: 15px;*/
        width: 10px;
        height: 10px;
        float: left;
        margin-right: 5px;
        margin-top: 5px;        
	}
	.currency {text-align: right;}
	
	thead th a{color: #fff; text-decoration: none;}
	thead th a:hover{color: #fff; text-decoration: underline;}

.blue_text {
    display:inline-block;
    width:auto;
}

.blue_text p {
    padding:0px;
    margin:0px;
    width:100%;
}

    .blue_text label {
		font-weight: bold;
		font-size: 14px;
        color: #163862;
        width:auto;
        display:inline-block;
   }
   .blue_text span {
		font-weight: normal;
		font-size: 14px;
        color: #333333;
        width:auto;
        display:inline-block;
   }

.inner_label_text
{
    font-size:13px;
    font-weight:normal;
    color:#333333;
}
.error {
        margin-bottom: 0px;
        width: 250px;
        background-color:#FBE0E0 !important;
        border: 1px solid #e0a6a6 !important;
}

.input_box_error_message{
    display:none;
    color:#f45058;
    font-size:12px;
    font-weight:normal;
}

.input_box_success_message{
    display:none;
    background:url("../images/Icon/success_message_icon.png") #e3f3de no-repeat 14px 8px;
    border:1px solid #b6ccad;
    margin:0px 0px 10px;
    padding:6px 6px 5px 44px;
    width:95.7%;
    height:auto;
    /*float:left;*/
    font-size:14px;
    font-weight:normal;
    color:#333;
}




/*
	Default the document to hidden, as part of framebuster scripting.    
*/
html{display:none;}

.footer_contact {
    padding-top: 10px;
    float: left;
    width: 250px !important;
    padding-bottom: 28px!important;
}
.footer_right_side {
    float:right;
    padding-right:10px;
    display:inline;
    color:white;
    font-weight:normal;
    text-align:right;
}

.green-box { border:1px solid #B5CDAC; padding:10px; color:#333333; background-color:#E3F3DD; }



.highlight { 
    background-color: #F4BE97;
    padding: 2px;

}

bold , .bold {
    font-weight:bold !important;
}
.normal {
    font-weight: normal !important;
}
.faqquestion {
    font-weight:bold !important;
    text-decoration:none !important;
} 