@charset "utf-8";

/*
developed by Mario Elias / www.tanboru.org
date: Out 2008
Media: Screen
colors: 
#E1E6EA light blue
#E4E7EB darker blue
#AFBFCB	dark blue
#3C778A very dark blue
*/


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0; /* zero the margin and padding overwrite property browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
	background:#E1E6EA;
}
#container { 
	width: 48.75em;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.HomeLayout #header {
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	height:102px;
	background-image: url(images/header.png); 
	background-repeat: no-repeat;
	}
.inside #header {
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	height:102px;
	background-image:url(images/header.png); /*header is an include file saved in the include folder*/
	background-repeat: no-repeat;
} 
#header  #logo  { /*Text Wrap around the image*/
	float:left;
	}
/* Search */


#header #search #s {
	padding: 0px;
	width: 150px;
	height: 15px;
	border: .5px solid #E1E6EA;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	
}
	
#header #search {
	padding: 15px 0px 0px 20px; 
	width: 230px;
	float:right;
	background-image:url(images/searchBground.png);
	background-repeat:no-repeat;

/*	height:56px;*/
/*	border: .5px solid #E1E6EA; */
/*	background-position:50% 100%; /*left bottom = 100% # bottom left = 0%; */
/*  background-position:center; */	

	}
#sideNavegation {
	float: left; /* since this element is floated, a width must be given */
	width: 12.50em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	background: #E4E7EB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
	overflow:auto;
}
#adminSideNavegation {
	float: left; /* since this element is floated, a width must be given */
	width: 12.50em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #E4E7EB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
	overflow:auto;
}
/* second-level lists */ 



/* this a test menu*/

#mainnav a
{
    color: #000000;
	display: block;
    background: fff;
}
#mainnav  ul li a:active, #mainnav  ul li a:hover {
	color: #333333;
	background-color: #FFFFFF;
}
#mainnav, #mainnav ul
{
   	margin: 0;
	padding: 0;
	list-style: none;
}

#mainnav li
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: .75em;
	padding: 7px 0px 0px 0px;
	border-bottom: dotted;
	border-color: #CCCCCC;
	border-width: .1em;
}
#mainnav ul li ul li
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: .95em;
	display: block;
	background-color:#FFFFFF;
	padding: 7px 0px 0px 0px;
	border-bottom: dotted;
	border-color: #CCCCCC;
	border-width: .1em;
}
#mainnav a
{
    text-decoration: none;
    font-weight:normal;
}

#mainnav a:hover, 
#mainnav a:active, 
#mainnav a:focus
{
    color: #333333;
	background-color: #FFFFFF;
}

#mainnav ul
{
    margin-left: 0.5em;
}


#sidebar {
	float: right;
	width: 16.25em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:12.75em;
	background: #3C778A; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
	letter-spacing: normal;
	background-image: url(images/sidebar2backGround.png);

	background-repeat: no-repeat;
	overflow:auto;
	}

#sidebar h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#FFFFFF;
	}

#sidebar p{
	font-size: .68em;
	color:#FFFFFF;
	line-height: 150%; /*add 150% distance between lines  */
	}
#sidebar  a:link, 
#sidebar  a:visited{
	color: #FFFFFF;
	}
#sidebar  a:active, 
#sidebar  a:hover {
	color: #333333;
	background-color: #FFFFFF;
}
.HomeLayout #mainContent { /*for home page only*/
	float:left;
	width:17.50em;
	} 
	
.inside #mainContent { /*for inside page*/
	float:left;
	width:24.9em;
	border-left:solid;
	border-right:solid;
	border-color: #E4E7EB;
	border-width: .1em;
	} 
.admin #mainContent { /*for inside page*/
	float:left;
	width:34.8em;
	border-left:solid;
	border-right:solid;
	border-color: #E4E7EB;
	border-width: .1em;
	} 
#mainContent p {

	margin: 0 10px; 
	padding: .65em;
	Line-height: 150%;
	font-size: .70em;
	color:#666666;
	text-align:justify;
	}

.inside #mainContent p:first-child {
	font-variant:small-caps;
	}

.inside #mainContent ul{
	Line-height: 150%;
	margin:0 0 0 3em;
	padding: 0;
	list-style:disc;

}
.inside #mainContent li{
	font-size: .70em;
	color:#666666;
}

.inside #mainContent ul li a:link, 
.inside #mainContent ul li a:visited{
	color: #000000;
	border:none;
	text-decoration:none;

}
.inside #mainContent ul li a:active, 
.inside #mainContent ul li a:hover {
	color: #333333;
	background-color: #FFFFFF;
	text-decoration:underline;
}

.inside #mainContent .float-image-left {
	float:left;
	padding:0 15px 10px 0;
	}
.inside #mainContent .float-image-right {
	float:right;
	padding:0 0 10px 15px;
	}
/*.inside #mainContent p:first-line {
	font-variant:small-caps;
	}*/

#mainContent h1 {
	padding: 0 .68em;
	font-size: 1em;
	word-spacing: .2em;
	color: #3C778A;
	}
#mainContent h2 {
	padding: 0 .68em;
	font-size: .80em;
	color: #555;
	}	
#mainContent h3 {
	padding: 0 .68em;
	font-size: .70em;
	color: #555;
	}
#mainContent h4 {
	padding: 0 .68em;
	font-size: .50em;
	color: #555;
	}	

#breadcrumb { /*provide context relative to the rest of this site for usability*/
	display: block;
/*	background-color: #3C778A;*/
/*	background-color: #E4E7EB;*/
/*	background-color: #E1E6EA;*/
	background-color: #AFBFCB;
	width:24.9em;
	}
#breadcrumb p{
	padding: .5em;
	font: 100%;
	font-variant:normal; 
	font-size: .65em;
	color:#FFF;
	}
#breadcrumb  a:link, #breadcrumb  a:visited{
	color: #FFF;
	}
#breadcrumb a:active, #breadcrumb  a:hover {
	color: #333;
	background-color: #FFFFFF;
}
.inside #mainContent blockquote {
	float:right;
	width: 16.25em;
	text-align: justify;
	padding-left:1.25em;
	background: url(images/quote.gif) no-repeat;
	}
.first-letter {
	margin: 0; 
	font-size:300%; 
	float:left;
	line-height:.8em;
	color:#3C778A;
	}
.dropcap {
  float: left;
  font: normal 60pt/0.8em Verdana, Arial, Helvetica, sans-serif;
  color: #3C778A;
  margin-right: 3px;
}

/*tools bar*/
#toolsBox {
	padding: 0.31em 0 0.63em 0;
	float: right;
	width: 9.5em;
/*	background: #AFBFCB;*/
	border-top:solid;
	border-top-width: 1.6em;	
	border-bottom: dotted;
	border-color: #3C778A;
	border-bottom-width: .1em;
	overflow:auto;
	}
#toolsBox p {
	padding: 0 0 0 5px;
	font-size: .60em;
	color:#3C778A;
	}
#toolsBox a:link, #toolsBox  a:visited{
	color: #777;
	}
#toolsBox a:active, #toolsBox  a:hover {
	color: #333;
	background-color: #FFFFFF;
	}
	
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3C778A;

	/*background-position: 0% 100%; /*# bottom left = 0%; left bottom = 100%*/
	/*	background-position:50% 100%; /*left bottom = 100% # bottom left = 0%; */
	/*  background-position:center; */	
	} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .60em;
	color: #FFFFFF;
	text-align: right;
	}

#footer a:link, #footer a:visited{
	color: #FFFFFF;
	}
#footer a:active, #footer a:hover {
	color: #333333;
	background-color: #FFFFFF;
	}

/*botton columns*/

/*left column properties*/

#lefttBottonColums{
	float: left;
	width: 12.50em;
	background: #FFFFFF;
	padding: 0 10px 0px 10px;
	overflow:auto;
	background-image: url(images/quickLinkBoxBground.png);
	background-repeat: no-repeat;

	}

#lefttBottonColums img  { /*Text Wrap around the image*/
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	}
#lefttBottonColums h3{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 10px 0; 
	font-size: .75em;
	font-weight:bold;
	color: #3C778A;

}
#lefttBottonColums p{
	margin: 0; 
	padding: 10px 0; 
	font-size: .60em;
}

/*right column properties*/

.HomeLayout #rightBottonColums h2{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	
	padding: 10px 10px; /*10 px left and right */
	font-size: 1em;
	font-weight:bold;
	}
	
.HomeLayout #rightBottonColums{
	float: left;
	width: 17.50em;
	background: #C9D2DA;
	padding: 0;
	letter-spacing: normal;
	}
	
.HomeLayout #rightBottonColums h3{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	line-height: 0%; /*remove distance between lines  */
	padding: 10px 10px; /*10 px left and right */
	font-size: .75em;
	font-weight:bold;
	}

.HomeLayout #rightBottonColums img  { /*Text Wrap around the image*/
	float:right;
	margin-top:10px; 
	margin-right:10px;
	margin-bottom:10px;
}


/*middle column properties*/
.HomeLayout #MiddleBottonColums{
/*	margin: 0;*/
	float:left;
	width:17.50em;
	background-color: #E4E7EB;
/*	padding: 0px 0px 0px 0px;*/
	}

.HomeLayout #MiddleBottonColums h3{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0; 
	padding: 10px 10px; 
	font-weight:bold;
	color:#3C778A;
}
.HomeLayout #MiddleBottonColums p{
	margin: 0; 
	padding: 10px 10px; 
	font-size: .60em;
}

.HomeLayout #MiddleBottonColums .select
{
	font-size: .60em;; /* must be small font*/
	margin-left: 10px; /* align with p and h3*/
	} 
	
.fltrt { /* float element right. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* float left */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Globals links */
a:link, a:visited{
	text-decoration:none;
	}
a:active, a:hover {
	text-decoration:underline;
	}


hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
}

/* =external and email links ----------------- */
#mainContent a.external {
    text-decoration:none;
    padding:0 12px 0 0;
    background:url(images/external.png) transparent center right no-repeat;
    border:none;
    }
#mainContent a.mail {
    text-decoration:none;
    padding:0 14px 0 0;
    background:url(images/mail.gif) transparent center right no-repeat;
    border:none;
    }
#mainContent a:link.external,
#mainContent a:visited.external,
#mainContent a:link.mail,
#mainContent a:visited.mail {
    color:#0F2F8D;
    border-bottom:1px dotted #4B63AA;
    }
#mainContent a:hover.external,
#mainContenta:hover.mail {
    border-bottom:1px solid #4B63AA;
    }

#relativelyPosition{
	color:#FF0000;
	 clear:both;

	}
/*Table CSS*/
#table {
	width: 34.8em;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 34.8em; 
	font: italic 11px  Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font-size: .68em;  
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

td {
	font-size: .68em;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
td.head {
	font:bold;
	font-size: .78em;
	text-transform: uppercase;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #3C778A;
	padding: 6px 6px 6px 12px;
	color: #FFF;
}
/*form input {
	border: 1px outset #d7b9c9;
}*/

#login{
	width: 250px;
	height:150px;
	margin-left: auto; 
	margin-right: auto;
}
#login input[type=text], #login input[type=password]{
	width: 100px;
	border:1px solid #AFBFCB;
	background:#E1E6EA;
}

#login input[type=text]:hover, #login input[type=text]:active, #login input[type=password]:active, #login input[type=password]:hover {
	background:#FFFFFF;
	}

.submitButton {
 	width:50px;
 	background: #3C778A;
 	color: #AFBFCB;
}

form div{
	margin: 0 0 0.25em 0;
	clear:left;
	}
label {
	font-size:.67em;
	width: 6em;
	display:block;
	float:left;
	font:bold;
	padding-right:1.5em
}
label.secondary{
	float:none;
	width:auto;
	font-weight:normal;
	margin:0.25 ex 0 0 6em;
	}
form div.actions{
	margin-left: 3.5em;
	padding-left: 1.5em;
}
.TextField {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size:10px;
	border:solid;
	border-color:#E1E6EA;
	border-width:1px;
	background:#E1E6EA;
}
.TextField:focus {
	background:#FFF;
}

#pop_up {
	display:none;
	width:780px;
	height:600px;
	position:absolute;
	top:60px;
	border:0;
	background:#FFF;
}
#pop_up p {
	font-size:12px;
	padding:12px;
	border: 1px dotted #09F;
	padding:10px;
	line-height:30px;
}

#pop_up p a{
	padding:0 18px 0 0;
	border:none;
	background-color: transparent;
	background-image: url(images/btn_closeButton.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}