/* basic elements */

html {
	margin: 0px;
	padding: 0px;
        overflow: auto;
        background : #9BBED2;
        background : #D5DDEE;
}

body { 
	font: 12px Arial,Helvetica,sans-serif; 
        color : #3B317D;
        background : #DFE4F2;
        background : #9BBED2;
        background : #D5DDEE;
	margin: 0px; 
	padding: 0px;

}


table {
        font: 1em Arial,Helvetica,sans-serif; 
        color : #3B317D;
}

img { 
	margin: 0px; 
	padding: 0px;
        border: 0px;
}


a:link { 
        font-weight:bold;
	text-decoration: none; 
	color: #E95300;
}
a:visited { 
        font-weight:bold;
	text-decoration: none; 
	color: #E95300;
}
a:hover, a:active { 
        font-weight:bold;
	text-decoration: underline; 
	color: #CC3333;
}


a.main_menu:link, a.main_menu:visited { 
        font-weight:bold;
	text-decoration: none; 
	color: #827BAE;
        font-size: 11px
}
a.main_menu:hover, a.main_menu:active { 
        font-weight:bold;
	text-decoration: none; 
	color: #CC3333;
        font-size: 11px
}



a.menu_title:link { 
        font-weight:bold;
	text-decoration: none; 
	color: #3B317D;
        font-size:16px;
}
a.menu_title:visited { 
        font-weight:bold;
	text-decoration: none; 
	color: #3B317D;
        font-size:16px;
}
a.menu_title:hover, a.menu_title:active { 
        font-weight:bold;
	text-decoration: underline; 
	color: #3B317D;
        font-size:16px;
}


.nomargin{
   margin-top: 0px; 
   margin-bottom: 0px; 
}


.emphasize{
	font-weight: bold; 
	font-size: 1.1em;
	color: #CC3333;
}


.print_only{
      display:none;
}

.list_title{
      display:none;
}

.hide_all_in_one{
      display:none;
}

.hide_print{
      display:none;
}

/* specific divs */




/*******************************************************/
#container {
	width:741px;
  	position:relative;
	top:0px;
	margin-left: auto;
	margin-right: auto;
        border: 0px solid #3B317D;
        background : #FFFFFF;
        /*filter:shadow(color:gray,strength:2, direction:135);*/
}

/*******************************************************/
#header {
	position:relative;
        width:741px;
        border: 1px solid #3B317D;
}

/*******************************************************/
#logo {
	position:relative;
        float:left;
	width:342px;
        margin:20px;
        border: 0px solid #3B317D;
}

/*******************************************************/
#counter {
	position: absolute;
	top: 0px;
	right: 0px;
}


/*******************************************************/
#tabs {
        position:absolute; 
        right:0px; 
        bottom:0px;
        border: 0px solid #3B317D;
}


/*******************************************************/
#card {

	position: relative;
	width: 741px;
        background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
        border:1px solid #3B317D;
        border-bottom:0px;
        border-top:0px;

}


/*******************************************************/
#card_content {
	position: relative;
	top: 0px;
	width: 655px;
	

/*height: 425px;*/ /* for IE */
/*height: auto;*/ /* for not-IE */
/*min-height: 425px;*/ /* for not-IE */


       /* margin: 0px;*/
        padding-top: 0px;
        text-align: left;
        background: #FFFFFF;
        border: 0px solid #3B317D;
        margin: 0 auto; 

}


/*******************************************************/
#floating_menu {
	position: absolute;
        background: #D5DDEE;
        border: 0px solid #3B317D;
}


/*******************************************************/
#menu_content {
        text-align:left;
        padding-top:10px;
        padding-left:15px;
        padding-bottom:0px;
        font-size:10px;
        background: #E7EFF7;
}


/*******************************************************/
#user_info {
        position:relative;
        left:0px; 
        top:10px; 
        z-index:10; 
        font-size:10px;
        text-align:left; 
/*  float:left; */
}

/*******************************************************/
#footer {
        position:relative;
        background:#E6EAF4; 
        width:743px; 
        text-align:left;
}

/*******************************************************/
#all_in_one_map {
        position:relative;
        top:-30px; 
        left:-61px;
}

/*******************************************************/
.warning_box {
   position:absolute;
   z-index:1000;
   top:5px;
   right:-270px;
   width:200px;
   background:#BBBBFF;
   color:#FFFFFF;
   padding:3px;
   padding-left:7px;
   border: 1px solid #777777;
   text-align:left;
}

/* ******************************************************/
.warning_box_urgent {
/*float:right;*/
   position:absolute;
   z-index:1000;
   top:5px;
   right:-270px;
   width:200px;
   background:#FF9999;
   color:#FFFFFF;
   padding:3px;
   padding-left:7px;
   border: 1px solid #777777;
   text-align:left;
}



/* Reports and Lists */

table.chart1{
   padding: 0px;
   margin: 0px;
   border-spacing: 0px;	
   border-collapse: collapse; 
}

table.chart1 th {
   font-size: 11px;
   font-weight: bold;
}

table.chart1 td {
   font-size: 10px;
   font-weight: bold;
}

table.chart1 td.bottom {
   background-color: #FFFFFF; 
   font-size: 10px;
   font-weight: normal;
   padding-top:10px;
   text-align:center;
}


.all_in_one_title{color: #FA550A; font-size:17px; font-weight:normal;}
.graph_title{color: #FA550A; font-size:17px; font-weight:normal;}
.list_hr{display:none;}
.all_in_one_hr{color: #E5E2FF; border: 1px solid;}
.list_archives {display:none;}
.colored_bar_inside_text {color:#FFFFFF; font-weight:bold; font-size:11px;}


.blue_text {color: #6E6AFF;}
.blue_text_light {color: #E5E2FF;} 
a.blue:link {color: #6E6AFF; font-weight:bold;}    
a.blue:visited {color: #6E6AFF; font-weight:bold;}      
a.blue:hover {color: #FA550A; font-weight:bold;}     
a.blue:active {color: #6E6AFF; font-weight:bold;}     
table.chart1 td.blue {
   background-color: #E9EAFF; 
   height:14px; 
   border-top: 2px solid white;
   border-bottom: 2px solid white;
   padding-right:7px;
}

.grey_text {color: #555555;}
.grey_text_light {color: #DDDDDD;}
a.grey:link {color: #6E6E6E; font-weight:bold;}    
a.grey:visited {color: #6E6E6E; font-weight:bold;}      
a.grey:hover {color: #FA550A; font-weight:bold;}     
a.grey:active {color: #6E6E6E; font-weight:bold;} 
table.chart1 td.grey {
   background-color: #E9E9E9; 
   height:14px; 
   border-top: 2px solid white;
   border-bottom: 2px solid white;
   padding-right:7px;
}

.green_text {color: #64B39D;}
.list_link_green{color: #51AB92; font-weight:bold; font-size:10px;}
a.green:link {color: #51AB92; font-weight:bold;}    
a.green:visited {color: #64B39D; font-weight:bold;}      
a.green:hover {color: #FA550A; font-weight:bold;}     
a.green:active {color: #51AB92; font-weight:bold;} 
table.chart1 td.green {
   background-color: #E5F1EF;
   height:14px; 
   border-top: 2px solid white;
   border-bottom: 2px solid white;
   padding-right:7px;
}

.brown_text {color: #B5950C;}
.list_link_brown{color: #51AB92; font-weight:bold; font-size:10px;}
a.brown:link {color: #B5950C; font-weight:bold;}    
a.brown:visited {color: #B5950C; font-weight:bold;}      
a.brown:hover {color: #FA550A; font-weight:bold;}     
a.brown:active {color: #B5950C; font-weight:bold;} 
table.chart1 td.brown {
   background-color: #F4EFDB; 
   height:14px; 
   border-top: 2px solid white;
   border-bottom: 2px solid white;
   padding-right:7px;
}







