@CHARSET "ISO-8859-1";

html, body{
	padding:0px;margin:0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#page-title2 {
	/*background-color: red;*/
	/*background: url(../pic/page-title-bg.png) repeat-x ;*/
	/*font-weight: bold;*/
	height: 30px;
	padding: 0;
	margin-left:5px;
	margin-right: 0;
	margin-top: 20px;
	color: #0063A7;
	font-size: 10px;
	padding-left: 2px;
	/*border-bottom: 1px solid #bbbdbe;*/
        z-index: 1000;
}

#page-title2 h1 {
    margin-bottom: 5px;
}

#page-title2 .line {
    border: none;
    border-top: 1px solid #bbbdbe;    
}
#page-content {
	padding: 0;
	margin-left:7px;
}
.banner{
	width: 990px;
	height: 95px;
	background: url(../pic/banner.jpg) #ffffff;
}

.ban{
padding-top : 3px;	
padding-left: 7px;
padding-right : 8px;
width: 100%;
height: 95px;
}
.ban_logo{
	width: 151px;
	height: 69px;
	background: url(../pic/ban_logo.png);
	background-repeat: no-repeat;
	position: absolute;
}

.ban_right{
	width: 907px;
	height: 122px;
	background: url(../pic/ban_right.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right:0px;
        z-index: -1;
}

.ban_right_repeat{
	width: auto;
	height: 151px;
	background: url(../pic/ban_right_repeat.jpg);
	background-repeat: repeat-x;
	float:left;
	margin-left: 100px;
}

.action_menu{
	width: 100%;
	border: none;	
	/*position: absolute;
	top : 139px;*/
}

.flags{
	margin-top:1px;
	width: 18px;
	height: 12px;
	float: right;
}
	
.flag_fr{
	background: url(../pic/flags/fr.gif) no-repeat;
}

.flag_en{
	background: url(../pic/flags/uk.gif) no-repeat;
	margin-right: 7px;
}

.help{
	/*width: 18px;
	height: 12px;*/
	float: right;
	cursor: pointer;
}

fieldset {
	/*position: relative;*/	
	margin: 0 0 1em 0;			
}

legend {
	color: #000000;
	font-weight:bold;
	/*position: absolute;	
	top: -.5em;
	left: .2em;*/
	display: block;
}

/*---------------------------*/
#home-page-bottom {
	background: url(../pic/logo-greyscale-decide-23042010.gif) no-repeat;
	width: 383px;
	height: 170px;
	position:absolute;
	bottom:0px;
	right: 0px;
}

/*----------------flash lmenu */
#flashmenu {
	position:absolute;
	top:0px;
	left:350px;
	z-index: 1;
	display: none;
	visibility: hidden;
}

.nexto-flash-messages-notice{
    border:1px solid #CCCCCC;
	position:absolute;
	width:600px;
	border:1px solid #c93;
	background:#EDE6D6;
	padding:5px;
	color:#000;
	left:0px;
	top : -100px;
	
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
.nexto-flash-messages-error{
    border:1px solid #e42618;
	position:absolute;
	width:600px;
	border:1px solid #c93;
	background:#0063a8;
	padding:5px;
	left:0px;
	top : 0px;
	height: 100px;
	overflow-y: scroll;
	overflow-x: hidden; 
	color:#ffffff;
}

/***Zend Form*********************/
.Zend_Form {		
	/*font-weight:bold;*/
	padding:8px;
	margin:8px;	
	border: 1px solid #bbbdbe;
	background-color: #e8e8e8;	
	background-image:url(../pic/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width:680px;
}

#general-parameters {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

#series-list {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

#series-selection {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

#element-series .Zend_Form {
    padding: inherit;
}

#element-series .Zend_Form h3 {
    margin: inherit;
    margin-bottom: 3px;
}

.zend_form .required{
	line-height:20px;
	color: #e42618;	
}

.required{
	line-height:20px;
	color: #e42618;	
}
.zend_form .optional{
	line-height:20px;
}

.optional{
	line-height:20px;
}

.form element .errors {
	display: none;
	background: red;	
}

.zend_form td:first-letter{
	text-transform: uppercase;	
}

.zend_form .errors{
	display: none;
}

.Zend_Form .inputclasse input[type="text"] {
    width: 142px;
}

.Zend_Form .inputclasse select {
    width: 148px;
    height: 22px;
}

.Zend_Form .inputclasse input[type="file"] {
    zoom: 1;
    width: 245px;
    height: 23px;
}

.Zend_Form tr td h3 {
    margin-top: 0px;
    margin-bottom: 2px;
    font-weight: normal;
}

.Zend_Form tr td:first-child {
    min-width: 100px;
    width: 15%;
    white-space: nowrap;
}

div.Zend_Form tr td:first-child {
    white-space: inherit;
}

.Zend_Form tr td:first-child label {
    margin-right: 10px;
}

.Zend_Form tr td:first-child:first-letter {
    /*text-align: right;*/    
    text-transform: uppercase;
}

/*#series-selection:first-child td {
    white-space: nowrap;
}*/

#series-selection tr td input[type="text"] {
    width: 45%;
}

.Zend_Form tr td:last-child {    
    width: 85%;
}

#general-parameters tr td:last-child, #series-list tr td:last-child, #series-selection tr td:last-child {
    width: inherit;
}

#general-parameters tr td:first-child {
    white-space: nowrap;
}

#series-list tr td:first-child, #series-selection tr td:first-child {
    white-space: inherit;
}

#general-parameters tr td:nth-child(2) {
    width: 50%;
}

#series-list tr td:first-child, #series-selection tr td:first-child {
    text-align: inherit;
    /*min-width: inherit;*/
    /*white-space: inherit;*/
    width: inherit;
}

:root *> .Zend_Form .inputclasse input[type="file"] {
    zoom: 0;
    width: inherit;
    height: inherit;   
}

:root *> .Zend_Form .inputclasse select {
    width: 146px;
}

#customerForm .Zend_Form_submit_btns
{	
	margin-left: 225px;
	margin-top:10px;
}

#fieldset-btns {	
	/*margin-left: 250px;*/
	margin: 0 auto;
	margin-top:10px;
	border: none;
	text-align: center;
	width: 100%;
}

/*********End Zend Form******************/

.text_small{
	font-size:11px;
}
.text_medium{
	font-size:12px;
}
.text_big{
	font-size:16px;
}
.bgd_0{
	background:#0063a8;
}
.ink_0{
	color:#0063a8;
}
.bgd_1{
	background:#e42618;
}
.ink_1{
	color:#e42618;
}
.bgd_medium{
	background:#bbbdbe;
}
.ink_medium{
	color:#bbbdbe;
}
.bgd_off{
	background:#929395;
}
.ink_off{
	color:#929395;
}
.bgd_dark{
	background:#000000;
}
.ink_dark{
	color:#000000;
}
.bgd_light{
	background:#ffffff;
}
.ink_light{
	color:#ffffff;
}

.xgridLoader{
	margin-right: 32px;
}

.banner_width{
	width:700px;
}

#tabsDashDef {
    width: 100%;
    height: 28px;
    border-bottom: 1px solid #AEAEAE;
    position: relative;
    /*overflow-y: visible;*/
    overflow: hidden;
    overflow-x: hidden;   
    margin-top: 0px; 
}

:root *> #tabsDashDef {
    margin-top: 1px;
}

html>/**/body #tabsDashDef .link {
    display: inline-block;
}

#tabsDashDef .link {
    zoom: 1;
    display: inline;
    margin-left: 1px;
    text-decoration: none;
    position: relative;
}

html>/**/body #tabsDashDef .selected {
    display: inline-block;
}

#tabsDashDef .selected {
    zoom: 1;
    display: inline;
    margin-left: 1px;
    text-decoration: none;
    position: relative;
}

#newtab {
    width: 30px;
    background-color: #EEEEEE;
    min-width: inherit;
}

#newtab.tab.highlight {
    background-color: #FFF;
}

#newtab h3 {
    margin: 5px;
}

#tabContant {
    /*border-left: 1px solid #AEAEAE;
    border-right: 1px solid #AEAEAE;
    border-bottom: 1px solid #AEAEAE;*/
}

#slider {
    position: absolute;
    width: 5000px;
}

html>/**/body #left-arrow, html>/**/body #right-arrow {
    /*display: inline-block;*/
}

#left-arrow, #right-arrow {
    position: absolute;
    display: none;
    cursor: pointer;
    background-color: #0063A7;
    color: #FFFFFF;
    border-right: 1px solid #AEAEAE;
    border-left: 1px solid #AEAEAE;
}

#left-arrow:hover, #right-arrow:hover {   
    background-color: #fff;
    color: #0063A7;
}

#left-arrow h3, #right-arrow h3 {
    font-size: 14px;
    margin: 8px 10px 0;
    vertical-align: middle;    
}

#left-arrow {    
    height: 100%;
    left: 0;
    width: 30px;
    z-index: 1001;
}

#right-arrow {
    height: 100%;
    right: 0;
    width: 30px;
    z-index: 1001;
}

html>/**/body .tab {
    display: inline-block;
}

.tab {
    zoom: 1;
    margin-top: 3px;   
    margin-left: 0px;
    display: inline;
    height: 24px;
    border-top: 1px solid #AEAEAE;
    border-left: 1px solid #AEAEAE;
    border-right: 1px solid #AEAEAE;
    text-align: center;
    vertical-align: middle;
    background-color: #AEAEAE;
    cursor: pointer;
    min-width: 65px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #000;
}

.tab .close {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 8px;
    top: 10px;
    font-size: 10px;
}
.tab .close:hover {    
    background-color: #0063a8;
    border-radius: 5px;
    color: #ffffff;
}

.tab h3 {
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 12px;
}

.tab:hover {
    background-color: #CCCCCC;
    color: #0063A7;
}

.tab.highlight {
    background-color: #FFF;
    color: #0063a8;
}

.tab.highlight h3 {
    margin-right: 27px;
}

.left-column {
    float: left;
    width: 50%;
}
.right-column {
    float: left;
    width: 50%;
}
.spacer {
    clear: both;
}

.serie-list {
    overflow: hidden;
    overflow-y: scroll;
    height: 300px;
    border: 1px solid #000;
    background-color: #FFF;
    text-align: left;
    
}

iframe {
    z-index: 1000;
    /*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
    background-color: transparent;
}

iframe * {
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#clear_to, #clear_from {
    margin-left: 5px;
}

.error{
    color:red;
}
 
.inputclasse .error{
    border: 2px solid red;
}
 
.inputclasse .valid{
    border: 2px solid greenyellow;
}
 
/*Project Category*/
#project_category{
    margin-top: 25px
}
#project_category .block{
    padding-top: 25px;
}
#project_category .category_label{
    padding-left: 10px;
}

#project_category .data_pas_header{
    padding-left: 10px;
    color: #0063a7; 
    font-size: 15px; 
    font-weight: bold;
}

#project_category .global_btn{
    margin-left: 10px;
}

#project_category .run_num{
    width: 50px;
}
#project_category .run_date{
   width: 70px;
}

#project_category span{
    padding-left: 10px;
}

#import_export_form .block{
    margin: 30px 0;
}

#import_export_form .seperator{
    display: block;
    width: 800px;
    border-bottom: 2px solid #000;
}
#import_export_form .block .space{    
    margin-left: 30px;
}

#import_export_form .block .space .label{
    margin-right: 10px; 
}
#import_export_form .block .header{
    font-size: 20px;
    font-weight: bold;
    margin-bottom:  30px;
}

.dateTimePicker{
    position: relative;
    z-index: 100000;
}

.ui-progressbar-overlay{
    background:#ffffff url(../pic/ui-progressbar-overlay.gif)repeat scroll 0 0;
    height: 100%;
    opacity: 0.25;
    width: 100%
}

#table_click {
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: 10px 10px 5px #888888;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#table_click table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    margin: 0;
    padding: 0;
}
#table_click tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}
#table_click table tr:first-child td:first-child {
    border-top-left-radius: 0;
}
#table_click table tr:first-child td:last-child {
    border-top-right-radius: 0;
}
#table_click tr:last-child td:first-child {
    border-bottom-left-radius: 0;
}
#table_click table tr:hover,
#table_click table tr.selected {
    background-color: #F8E7B3;
}
#table_click tr:nth-child(2n+1) {
    background-color: #e5e5e5;
}
#table_click tr:nth-child(2n) {
    background-color: #ffffff;
}
#table_click td:first-child {
    font-size: 12px;
    font-weight: bold;
}
#table_click td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000000;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: #000000;
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    padding: 7px;
    text-align: left;
    vertical-align: middle;
}
#table_click tr:last-child td {
    border-width: 0 1px 0 0;
}
#table_click tr td:last-child {
    border-width: 0 0 1px;
}
#table_click tr:last-child td:last-child {
    border-width: 0;
}
#table_click tr:first-child td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #cccccc 5%, #b2b2b2 100%) repeat scroll 0 0 #cccccc;
    border-color: #000000;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#table_click tr:first-child:hover td {
    background: -moz-linear-gradient(center top , #cccccc 5%, #b2b2b2 100%) repeat scroll 0 0 #cccccc;
}
#table_click tr:first-child td:first-child {
    border-width: 0 0 1px;
}
#table_click tr:first-child td:last-child {
    border-width: 0 0 1px 1px;
}
caption {
    display: table-caption;
    background: #1F62A9;
    text-align: center;
    font-size: 25px;
}

#score-title {
    font-size: 18px;
    font-weight: bold;
    width: 650px;
    margin-left: auto;
    margin-right: inherit;
    margin-top: 15px;
}