body {
   background: #fff;
   margin: 0; padding: 0;
   font-family: Georgia, Trebuchet MS, sans-serif;
   /*font-size: 100.01%;*/
   /*font-size: 0.75em; */
   font-size: 12px;
}

pre {
   background: #f9f9f9;
   border-left: 3px solid #dddddd;
   /*border-right: 1px solid #eeeeee;*/
   /*border-top: 1px solid #eeeeee;*/
   /*border-bottom: 1px solid #eeeeee;*/
   color: #514f80;
   font-family: verdana, courier, sans-serif;
   font-size: 0.9em;
   margin: 0px 0px 10px 0px;
   padding: 6px;
   text-align: left;
   /*white-space: nowrap;*/

   display: block;
   overflow: auto;
}


a:link, a:visited {
   /*background: #eeeeff;*/
   background: #f6f6ff;
   border-bottom: 1px solid #dddddd;
   border-right: 1px solid #dddddd;
   color: #4B6070;
   /*font-weight: bold; */
   padding: 0px 4px 0px 4px;
   /*text-decoration: underline;*/
   text-decoration: none;
}

a:hover, a:active {
   background: #ddddee;
   border-bottom: 1px solid #bbbbcc;
   border-right: 1px solid #bbbbcc;
   color: #666666;
   /*font-weight: bold; */
   padding: 0px 4px 0px 4px;
   /*text-decoration: underline;*/
}

/* Show tacar logo in nostyle browsers  ----------------------------------------*/

#nostyle { display: none; }


/* All  ----------------------------------------*/

#all {
   color: #333333;
   background: #ffffff;
   font-family: Trebuchet MS, sans-serif;
   /*font-size: 100.01%;*/
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 10px;
   width: 100%;
/*
   font-size: .8em;
   line-height: 1.5em;
   margin: 0px 0px 12px 0px;
*/
}

/* Banner  ----------------------------------------*/

/*#banner {
   width: 100%;
   height: 81px;
   margin: 0; padding: 0;
   background: #000000 url(../gfx/tacar_banner.jpg) top left no-repeat;
   border-top: 1px solid #f3f3f3;
   border-bottom: 1px solid #999999;
}
*/
#banner {
   width: 100%;
   height: 81px;
   margin: 0; padding: 0;
   background: #000000;
   border-top: 1px solid #f3f3f3;
   border-bottom: 1px solid #999999;
}


/* Main page divided in content and sidebar  ------------------------------*/

#page {
   margin-top: 30px;
   margin-left: 30px;
   margin-right: 30px;
}


#content {
   width: 73%;
   /*float: left;*/
   clear: left;
   margin: 0;
   padding: 0;
}

#sidebar {
   width: 23%;
   float: right;
   margin: 0;
   padding: 0;
}

/* <p>  ----------------------------------------*/

#content p
{
   color: #333333;
   /*font-size: .8em;*/
   line-height: 1.3em;
   margin: 10px 0px 10px 0px;
}

#sidebar p
{
   color: #4B6070;
   font-size: 0.95em;
   margin: 12px 20px 20px 20px;
   line-height: 1.3em;
}

/* <h*>  ----------------------------------------*/

h1 {
   color: #222A30;
   font-size: 1.85em;
   font-weight: normal;
   margin: 0 0 12px 0;
   padding-top: 6px;
   background: #ffffff;
   border-bottom: 3px dotted #999999;
}

h2 {
   /*border: 1px solid #ddd;*/
   border-bottom: 1px solid #ddd;
   border-left: 1px solid #ddd;
   background: #ffffee url(../gfx/tacar_bg1.png) left bottom no-repeat;
   color: #53627D;
   /*font-family: Georgia, Trebuchet MS, sans-serif;*/
   font-size: 1.5em;
   /*font-variant: small-caps;*/
   /*font-weight: bold;*/
   font-weight: normal;
   margin: 20px 0 9px 0;
   padding: 3px 0 1px 26px;
}

h3 {
   color: #4B6070;
   background: #f9f9f9;
   border-left: 8px solid #ddd;
   border-top: 1px solid #ddd;
   font-size: 1.2em;
   font-weight: bold;
   margin: 30px 0 9px 0;
   padding: 2px 8px 2px 6px;
}

#sidebar h3 {
   color: #4B6070;
   background: none;
   border: 0px;
   font-size: 1.3em;
   margin: 12px 20px 3px 20px;
   padding: 2px 0;
}


/* Navigation ----------------------------------------*/

#nav {
   /*width: auto;*/
   margin: 20px 0 0 0;
   padding: 10px 0 12px 0px;
   border: 1px dashed #ddd;
   background: #ffffee url(../gfx/tacar_bg2.png) right bottom no-repeat;
}

#nav li {
   margin: 0;
   padding: 0 0 0 14px;
   list-style-type: none;
}

#nav a:link, #nav a:visited {
   background: none;
   border: 1px solid #ffffee;
   border-bottom: 0;
   color: #4A596F;
   /*font-size: .8em;*/
   line-height: 1.55em;
   padding-left: 5px;
   padding-right: 5px;
   text-decoration: none;
   width: 100%;
}

#nav a:hover, #nav a:visited.active {
   background: #fff;
   border: 1px solid #ddd;
   /*font-size: .8em;*/
   text-decoration: none;
   white-space: nowrap;
}

#nav a:link.active {
   border: 1px solid #ddd;
   color: #666;
   /*font-size: .8em;*/
   text-decoration: none;
   white-space: nowrap;
}


/* Box below navigation box ----------------------------------------*/

#box {
   background: #ffffee url(../gfx/tacar_bg2.png) right bottom no-repeat;
   border: 1px dashed #ddd;
   color: #333333;
   margin: 40px 0px 20px 0;
   padding: 4px 0 22px 0;
   width: auto;
}


/* Content ----------------------------------------*/

#content ul {
   /*list-style: disc;*/
   list-style: url(../gfx/tacar_bullet.png);
   margin: 0 0 0px 0px;
   padding: 0 0 0px 10px;
}

#content ul li {
   color: #333333;
   /*font-size: .8em;*/
   line-height: 1.2em;
   margin-left: 25px;
   padding: 1px 0px 2px 0;
}

#content ol {
   margin: 0 0 3px 0px;
   padding: 0 0 0 10px;
}

#content ol li {
   color: #333333;
   /*font-size: .8em;*/
   line-height: 1.2em;
   margin-left: 25px;
   padding: 1px 0 2px 0;
}

.center {text-align: center;}


#sidebar .updated {
   background: #f9f9f9 url(../gfx/terena-logo.png) center top no-repeat;
   border-top: 1px solid #eee;
   border-bottom: 1px solid #eee;
   color: #514f80;
   font-family: verdana, arial, sans-serif;
   /*font-size: .7em;*/
   margin: 50px 0px 30px 0px;
   padding: 88px 6px 6px 6px;
   /*padding: 6px; */
   text-align: center;
}

table#ca_overview td {
	padding: 0.5em 5px;
	vertical-align: top;
}
table#ca_overview th {
	text-align: left;
	padding: 0.5em 5px;
	border-bottom: 1px solid gray;
}
#ca_overview p {
	margin: 0 0;
	font-style: italic;
}
#ca_overview tfoot td { border-top: 1px solid gray; }
#ca_toggle { width:10px;}
#ca_name { width:50%;}
#ca_policy { width:100px;}
#ca_webpage {}
#ca_actions {}

#dl_multiple {
	line-height: 200%;
	margin-left: 8px;
	padding: 8px 0 0 40px;
	background-image: url(/gfx/arrow_ltr.gif);
	background-repeat: no-repeat;
}
#dl_multiple label {
}

.form_error { display:block; color:#FF0000; }

span.dropdown_button {
	cursor: pointer;
	cursor: hand;
}
div.dropdown_content {
	border:1px solid gray;
	padding:5px;
}
/* End of tacar.css ----------------------------------------*/
