@font-face {
    font-family: syresFutura;
    src: url('font/FuturaBook2.otf');
}
html, body {
    font-family: syresFutura !important;
    margin: 0;
    background-position: center top;
    background-repeat: no-repeat;
    color: #6b6f72;
	height: 99%;
	font-size:0.9em;
}

.content {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

h1{
	font-family: open_sansregular, sans-serif !important;
	clear: both;
	margin: 0;
	margin-bottom:10px;
	padding: 0.5em 0 0.2em 0;
	font-size: 1.8em;
	color: #0099CB;;
	font-weight: 500;
}
h2{
	margin: 0;
	padding: 1.5em 0 0.5em 0;
	font-size: 1.4em;
	color: #0099CB;;
	font-weight: bold;
}
h3{
	margin: 0 0 0 0;
	padding: 0;
	font-size: 20px;
	color:#595959;
	font-weight: 600;
	//line-height: 1.1;
}
.INSh3 {
	font-family: syresFutura;
    font-size: 16px;
    text-transform: uppercase;
}
h4{
	margin: 0;
	font-size: 1em;
	color: #5F8FC2;
}
h5{
	margin: 0;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}
.subSectionTitle, .subSubSectionTitle{
	color: #5F8FC2;
}
p{ margin: 0.8em 0; }

.whiteReadonly{ background-color:white !important; }
.input-disabled{background-color:#EBEBE4;border:1px solid #ABADB3;padding:2px 1px;}

.hidden { display: none; }
.fullWidth { width: 100% !important; }
.right { float: right; }
.left { float: left; }
.centered { text-align: center; }
.success { color:green; }

.rightForm {
	text-align:right;
	padding-right:15px;
}

.alignCenter {
    margin-left: auto;
    margin-right: auto;
}

/*Inputs */
.tableDisplayDiv input, select {
    margin-bottom: 0px !important;
}
input, select, textarea, email {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #d0d0d0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #6b6f72;
    font-size: 12px;
    margin-bottom: 6px !important;
    outline: medium none;
    padding: 6px;
    text-shadow: none;
    vertical-align: bottom;
}
input[type=text].error, input[type=email].error, input[type=password].error, textarea.error, select.error {
    color: #000;
    background-color: #ffffcc;
}
label.error {
    color: red;
	font-size:0.8em;
	display:block;
}
input[type="text"] { width: 200px; }
.smallInput { width:80px !important;}
.medInput { width:150px !important;}
.nbInput { width:40px; }
.text_filter { width : 150px !important; }
.errorMsg {
    font-weight: bold;
    color: red;
}

.inputButton {
	padding:10px;
	margin-right:5px;
	text-align:center
}

#actualheaderTable td {
	margin-left:20px !important;
	margin-right:20px !important;
}

.headerTableCell {
	vertical-align:top
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	/*padding-bottom:50px;*/
}

.headerLink {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9B9B9B;
	line-height: 15px;
}

.headerSpan { margin-right:5px;}


 /* Validation */
input.submitted:invalid,
textarea.submitted:invalid,
select.submitted:invalid {
   border:1px solid red !important;
}
input.submitted[type=radio]:invalid{
    outline: 1px solid red;
}
/*.invalid { border:1px solid red !important; }*/

input[type='number'] {
    -moz-appearance:textfield;
	text-align: right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Syres */
body {
    background-position: center top;
    background-repeat: no-repeat;
    color: #6b6f72;
    font-family: syresFutura !important;
    margin: 0;
}
body.home {
    background-image: url("images/bg_home.gif");
}
#header {
}
#header_content {
    height: 25px;
    margin: auto;
    max-width: 100%;
    position: relative;
}
#header li {
    color:#ffffff !important;
}
#header a:hover {
    color: white;
}
#ins_logo {
    left: 0;
    position: absolute;
    top: 10px;
}


div.title_bar {
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
	min-height:35px;
}
div.title_bar div.title_content {
    /*color: #5a5a5a;*/
    font-family: syresFutura;
    font-size: 16px;
    text-transform: uppercase;
}


#menu_header_main {
    bottom: 0;
    /*color: #5a5a5a;*/
    font-family: syresFutura;
    font-size: 16px;
    position: absolute;
    text-transform: uppercase;
    top: /*16*/0px;
}
#menu_header_main ul.menu {
    float: left;
    list-style-type: none;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
}
#menu_header_main ul.menu > li {
    display: inline-block;
    height: 100%;
    //padding: 10px 20px 54px;
	padding: 10px 20px;
	padding-bottom:0px;
}
#menu_header_main ul.menu > li:hover > a {
    color: #0099cb;
    height: 100%;
}
#menu_header_main ul.menu > li > ul.sub-menu {
    background-color: white;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    border-top: 3px solid #e2193d;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    font-size: 13px;
    margin-top: 0;
    overflow: hidden;
    padding: 10px 30px 10px 10px;
    position: absolute;
  /*  top: 100%;*/
    z-index: 1000;
}
#menu_header_main ul.menu > li:hover > ul.sub-menu {
    border-left: 0 none;
    clip: inherit;
    height: auto;
    overflow: inherit;
    width: inherit;
}
#menu_header_main ul.menu > li > ul.sub-menu > li {
    color: #0099cb !important;
    display: block;
    font-family: syresFutura;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: none;
}
#menu_header_main ul.menu > li > ul.sub-menu > li > a:hover {
    color: #0099cb;
}

/* ------------------------------------------------ */
/* Text size function */
body.large #content{ font-size: 1.3em; }
body.large #linklist{ font-size: 1.3em; }
body.large .linklist{ font-size: 1.3em; }

/* ------------------------------------------------ */



a{
	text-decoration: none;
	color: #4D679B;
}
a:hover{
	text-decoration: underline;
	color: #5F8FC2;
}

.button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	display: inline-block;
	color: white;
	padding: 5px 10px 5px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	background: #A9014B url(button_overlay.png) repeat-x scroll 0 0;
	border-style: none;
	text-align: center;
	overflow: visible;
}
button, input[type="submit"], input[type="button"] {
    -moz-user-select: none;
    background-color: #0099cb;
    border: 1px solid transparent;
    border-radius: 0;
    color: white;
    font-size: 14px;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: none;
	cursor: pointer;
	cursor: hand;
}
button:hover, button.selected, input[type="submit"]:hover, input.selected[type="submit"]:hover, input[type="button"]:hover, input.selected[type="button"]:hover {
    background-color: #e2193d;
}

.even td{ background-color: #f2f2f2; }
.tabledisplay {
	border-top: 2px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 2px solid #707070;
	text-align: left;
	border-collapse: collapse;
	font-size: 0.9em !important;
}
.tabledisplay th {
	font-weight: bold;
	text-indent: 4px;
	border-bottom: 1px solid #505050;
	border-top-width: 0;
	border-right-width: 0;
	border-left: 1px solid #505050;
	color: #FFFFFF;
	background-color: #707070;
}
.tabledisplay td {
	padding:5px;
	border-bottom: 1px solid #707070;
	color: #707070;
	border-top: 1px solid #707070;
}
.tabledisplay tfoot tr td {
	background: #e8edff;
	color: #99c;
}
.tabledisplay tbody tr:hover td { color: #339; }


#footer{
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #22384C;
	text-align: center;
}
#footer p{ margin: 0; }

.insTableWrapper{

border: 1px solid #F0F0F0;
background-color: #f7f7f7;
padding:30px;
}

.insTableWrapper >table {
border: 1px solid #E6E6E6;
background-color: #ffffff;
border-spacing: 0;
border-collapse: collapse;
}

.insTableWrapper >table th {
border: 1px solid #E6E6E6;
background-color: #ffffff;
padding:5px;
font-weight:900;
}

.insTableWrapper >table td {
border: 1px solid #E6E6E6;
background-color: #ffffff;
padding:5px;
}
