/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}
 
/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}
 
/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}
 
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}
 
/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}
 
/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}
 
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

html{
  margin:0;
  padding:0;
  height:100%;
}

body {
  color:black;
  background-color:white;
  margin:0;
  padding:0;
  text-align:left;
  height:100%;
  font-family:verdana, arial, sans-serif;
}

textarea{
  font-family:verdana, arial, sans-serif;
}

/************ GLOBAL STRUCTURE **********/
.global{
  min-height:100%;
  position:relative;  
  font-size:9pt;
}

.credits{
  margin:0;
  height:20px;
  font-family: 'Trebuchet MS',Arial,serif;
  font-size: 8pt;
  text-decoration:none;  
  margin-left:10px;  
}

.clearleft{
  clear:left;
}

.mailto_link,
.std_link{
  color:rgb(102,102,153);
  font-weight:bold;
  font-size:9pt;
}

.small_link{
  color:rgb(102,102,153);
  font-weight:bold;
  font-size:8pt;
}

.small_font{
  font-size:8pt;
}

.block1{
  float:left;
  border-top:solid 1px #EAEAEA;  
  border-bottom:solid 1px #EAEAEA;  
  margin-right:20px;
  margin-bottom:15px;
  width:49%;
}

.blockAll{
  float:left;
  border-top:solid 1px #EAEAEA;  
  border-bottom:solid 1px #EAEAEA;  
  margin-right:20px;
  margin-bottom:15px;
  width:100%;
}


.block2{
  float:left;
  border-top:solid 1px #EAEAEA;  
  border-bottom:solid 1px #EAEAEA;  
  margin-bottom:15px;
  width:49%;
}

.block25{
  width:24%;
  float:left;
  padding-right:5px;
}

.block40{
  width:40%;
  float:left;
  padding-right:5px;
}

.block35{
  width:34%;
  float:left;
  padding-right:5px;
}


/************** ZEBRA TABLE DATA ******************/

/*----------------------*/
.zebraTable{
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  margin-bottom:10px;
}


.zebraTable td, .zebraTable th {
    padding: 10px;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom: 1px solid #f2f2f2;    
}

.zebraTable tbody tr:nth-child(odd) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebraTable th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebraTable th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebraTable th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebraTable th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebraTable tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.zebraTable tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebraTable tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebraTable tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

/************* BUTTON ****************/
.button,
.button:link,
.button:visited,
.button:link:visited{
}

.button_img{
  padding-top:3px;
  padding-left:3px;
  padding-right:3px;
}

.button_shell{
  float:left;
  margin-right:2px;
  margin-left:4px;
  margin-bottom:5px;
}
/************* SHEET ****************/
.sheet,
.sheet:link,
.sheet:visited,
.sheet:link:visited{
	padding:3px;
	text-decoration:none;
	white-space:nowrap;
	float:left;
	margin-right:5px;
	background-position:3px 6px;
	background-repeat:no-repeat;
	padding-left:12px;  	
}

.inactive_sheet{
  color:#3C4749;
  background-color:#FFFFCC;
  background-image:url('../images/arrow_down.png');
  border:1px solid #D8D8AE;
  border-bottom:0;  
}

.sheet:hover{ 
  color:#000000; 
  background-color:#FFEAA0;
  background-image:url('../images/arrow_right.png');
  border:1px solid #E9B700;
  border-bottom:0;  
}

.active_sheet{
  color:#000000; 
  background-color:#CAD3EE;
  background-image:url('../images/arrow_right.png');
  border:1px solid #3F229E;
  border-bottom:0;
}

.sheet_block{
  background-color:#FFFFFF;
  border-top:1px solid black;
}
/************** MESSAGES *****************/

.MessageBox{
	border:1px solid #000;
	padding:5px 5px 5px 5px;
	margin:2px 2px 2px 2px;
	width:auto;
	margin-bottom:5px;
	color:rgb(0,0,0);
        font-size:10pt;
  border-top-left-radius: 12px;                 
  border-top-right-radius: 12px;                 
}


.InformationMessageBox{
	background-color:#E6ECFF;
	border-color:rgb(51,51,102);
  
}
.WarningMessageBox{
	background-color:#FFF199;
	border-color:#F7B100;
}
.ConfirmationMessageBox{
	background-color:rgb(204,255,153);
	border-color:rgb(51,102,51);
}
.ErrorMessageBox{
	background-color:#FFC1B2;
	border-color:rgb(153,0,0);
}
/************* PAGE NUMBERING **************/
.PageNumbering{
    margin:0;
	padding:0;
	vertical-align:middle;
	text-align:right;
	float:right;
}
.PageNumbering a,
.PageNumbering select{
	color:#3c4749;
	vertical-align:middle;
	text-decoration:none;
}

.clearright{
  clear:right;
}

/************** MISC ****************/
.red_text{
  color:rgb(153,0,0);
}

.spacer{
  height:10px;
	background-color:rgb(99,99,99);
}

.font7{
  font-size:7pt;
}

.font13{
  font-size:13pt;
}

.separator{
  width:5px;
  background-color:rgb(136,136,136);
}

.nowrap{
  white-space:nowrap;
}

.orange{
  background-color:rgb(255,153,0);
}

.red{
  background-color:#FF5C5C;
}

.blue{
	background-color:#DFDFFF;
}

.green{
	background-color:#46FF46;
}

.bold{
  font-weight:bold;
}

.spacer_br{
  height:8px;
}

.italic{
  font-style:italic;
}

.light_red{
  background-color:#FFFEDB;
}

.navyblue{
  background-color:#5A6BB6;
}

.striped{
background: url('../images/stripes.png');
}

.light_grey{
background:#E9EB8A;
}

.black{
  color:black;
}

.align_right{
  text-align:right;
  white-space:nowrap;
}

.floating_left{
  float:left;
}

.soft_grey{
  background-color:#E8E8FF;
  font-weight:bold;
}

.borderleft{
	border-left:solid 1px #757575;	
}

.borderright{
	border-right:solid 1px #757575;	
}

.bordertop{
	border-top:solid 1px #757575;	
}

.borderbottom{
	border-bottom:solid 1px #757575;	
}

.align_center{
  text-align:center;
}

.column_head{
  background-color:#DBFF87;
  font-weight:bold;
}

.valign_top{
  vertical-align:top;
}  

.valign_bottom{
  vertical-align:bottom;
}

.discret{
  border:0;
}

.checkFormField{
  float:left;
  padding-left:8px;
  color:red;
  font-size:8pt;
  vertical-align:middle;
  padding-top:3px;
}

.hidden{
  display:none;  
}

