@import url(stylewrapper.php?file=document.css&selector=.html_document);
@import  url(explicite.css);


/*html body #webdeveloper-ruler
{
    background-image: url(../grid_13.gif) !important;
	 -moz-opacity: 0.6 !important;
	 background-color: transparent !important;
}*/



*{
font-family: Trebuchet MS, Verdana, Arial, Tahoma;
margin: 0px; 
padding: 0px;
font-size: 12px;
}


body
{
background: #EBECED url(../img/bg.gif) top repeat-x;
text-align: center;
}

img
{
border: 0px none;
}

a
{
color: #336AB3;
text-decoration: underline;
}

a:hover
{
color: #EEA403;
text-decoration: underline;
}

/************************************/

div#container_outer
{
position: relative;
margin:0px auto;
padding:0px;
width:838px;
text-align: left;
overflow: hidden;
background: White;
}


div#container_inner
{
position: relative;
margin:0px auto;

width:804px;
text-align: left;

overflow: hidden;
}

div#container_head_1
{
position: relative;
height: 218px;
padding: 0px;
margin: 0px;
background: white url(../img/header.jpg) 0px 51px no-repeat;
}


img#header_title
{
position: absolute;
top:0px;
left:0px;
}


img#add_to_favorites
{
position: absolute;
top:0px;
right:0px;
}



/***********/


.text_wrapper
{
padding-left:1em;
padding-right:1em;
background-color: transparent;
}

p
{
margin-top: 5px;
margin-bottom: 5px;
}


/***********/


div#container_body
{
position: relative;
/*display: table-cell;*/
position: static;
width:1024px;
}


#pane_left
{

float: left;
width: 200px;
overflow: visible;
padding-top:18px;
}


#pane_center
{
float: left;
width: 368px;
margin-left: 15px;
color: black;

overflow: hidden;
}


#pane_right
{
float: left;
width: 200px;
margin-left:15px;
padding-top:18px;
}

#container_footer
{
clear: both;
width: 100%;
text-align: center;
color:#2167af;
border-top:3px solid #2167af;
margin-top:20px;
padding:10px 0px 20px 0px;
font-size:11px;
}




/********************************/

.warp_subpages
{
display: block;
padding: 8px 0px;
text-align: center;
}

.warp_subpages_link
{
border: 1px solid #EEA403;
padding:3px 0px;
}

.warp_subpages_link a
{
text-decoration: none;
border: 1px solid white;
padding: 2px 6px;
background-color: #EEA403;
color:White;
}

.warp_subpages_link a:hover
{
text-decoration: none;
background-color: #336AB3;
color:white;
}

.warp_subpages_link_active a
{
background-color: White;
color:Black;
}

.warp_subpages_link_active a:hover
{
text-decoration: none;
background-color: #DFDFDF;
color:Black;
}

p.inline_error
{
text-align: center;
color: red;
}

.html_document
{
background-color: transparent !important;
}


	
.warp_tip_header
{
	text-align: left;
   background:#2167AF;
   font-weight:bold;
   border:1px solid #2167AF;
   padding:2px 5px;
   width:250px;
	margin: 0px;
	color: white;
}

.warp_tip_body
{
	text-align: left;
   background:#DDE4EC;
	color:#2167AF;
   border-left:1px solid #2167AF;
   border-right:1px solid #2167AF;
   border-bottom:1px solid #2167AF;
   padding:2px 5px;
   width:250px;
	margin: 0px;
}

.tooltip
{
	text-align: left;
   background:#2167AF;
   font-weight:bold;
   border:1px solid #2167AF;
   padding:2px 5px;
   width:250px;
	margin: 0px;
	color: white;
}

