


/********************************************
   ORIGINAL AUTHOR:  		Erwin Aligam 
   ADAPTED BY:			Marco Versace
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 		Bright Side of Life
   TEMPLATE CODE: 		S-0005
   VERSION:          		1.1.1       	
   FILE NAME:			index_eegx_v2.css
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */



/*-----new layout v3 jan2015-------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size:11pt;    
	background: #ddd ;
	/*url(expertbackground1.jpg) repeat    <<this one goes after background for tiles*/
	font-family: "Verdana", Arial, Sans-serif;
	}
	  /*background-color:; 
	  background:#f6f6f6;
	  repeat-x  background-color:rgba(0, 0, 0, 0.5)
	  opacity:0.9 opacity:0.5;
	  */ 
 
 .biglayoutbox {
	background-color:#fff;
	position: relative;
	border-radius: 1px;
   	 -moz-border-radius: 1px;
    	-webkit-border-radius: 1px;
	 border:1px solid #d6d6d6; 
 }
  	/*
   	box-shadow: 10px 10px 5px #888888;bdbdbd
   	border: 1px solid gray;
   	*/ 	

.nav ul {
  list-style: none;
  background-color:#fff;  
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom:-12px;
}



.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 11pt;
  line-height: 40px;
  height: 40px;
  /*border-bottom: 1px solid #888;*/
  width:90px;
}

p {
  margin-left:20px;
  margin-top:20px;
}
  
.nav a {
  text-decoration: none;
  color: #222;
  display: block;
  transition: .5s background-color;
}
 
.nav a:hover {
  background-color: #ccc;
  color:black;
  /*color:red;*/
}
 
.nav a.active {  
   cursor: default;
   background-color: #eee;  
}
/*
text-decoration:underline; font-weight:bold;  color:green;
*/

.nav li.small {
	font-size:10pt;
}
 
	@media screen and (min-width: 600px) {
	
	  .nav li {
	    /*width: 120px; */
	    border-bottom: none;
	    height: 50px;
	    line-height: 50px;	  
	    display: inline-block;
	    margin-right: -4px;
	 }
	  .nav li {/* Option 1 - Display Inline */
	   }
	 
	 
	  /*Options 2 - Float*/
	  /*
	  .nav li {
	    float: left;
	  }
	  .nav ul {
	    overflow: auto;
	    width: 600px;
	    margin: 0 auto;
	  }
	  .nav {
	    background-color: #444;
	  }	  
	  http://css-snippets.com/simple-horizontal-navigation/#code
	  */
	}
a.mainlogo {
		    position: absolute;

		    font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
		    letter-spacing: -2px;
		    top:-1px; 
		    color:#83acca;
		    background:none;    
		    background-position:0;
		    text-decoration:none;
	} 
	
	
	/*
	margin-left:10px;
	 left:5px;
	padding:20px
 
	*/
	
	
	
/*-----end new layout v3--------------->




/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: underline;
	
	border:none; 
	border-color:transparent;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
	border:none; 
	border-color:transparent;

}


/* headers */

h1,  h3, p.head {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333; 
	top: 20px; 
}
h1,p.head { 
	font-size: 1.3em; 
	color: #6297BC; 
	} 
h3 { 	font-size: 1.2em; 
	margin-left: 20px ;
	margin-top:40px;
	text-transform: uppercase;
	/*font-variant: small-caps;*/
	}

h1,    p.head {
	margin: 10px 15px; 
	
	margin-top:15px; 
}


h2 { 	color:#000;
	font-size:2.2em;
	font-style:none;
	font-weight:normal;
	font: 'Trebuchet MS', Arial, Sans-serif;
	margin-top:30px;
	margin-bottom:20px;  
	margin-left:20px;
	}
	
.stickyheader {
	position: -webkit-sticky;
  	position: sticky;
  	background-color:lightgreen;
  	/*<div class="heading">A</div>*/
 	 }
	
	

p.subhead {display:none;}


p{
	margin: 10px 20px; 
}

table,tr,td {
	font: 1em, Verdana, Tahoma, Helvetica, sans-serif;
	color: #444444; 

}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
	font-size:10pt;
}
ul span, ol span {
	color: #666666; 
}
li {
	margin-top:1px ; 
}
hr {
	margin-left:15px;
	margin-top:30px;
}

/* ============ images ==============  */
img {
	border: 2px solid #CCC;
	border:none; 
	border-color:transparent;
}

img.no-border {
	border: none;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
  
a img {  
  border:1px; 
  border-color:transparent;
}


a.2 img.2 {  
	border:none; 
	border-color:transparent;
}
a:hover.2 img.2 {  
	/*border: none !important; /* IE fix*/*/
	border:none; 
	border-color:transparent;
}




div.caption img {
   margin: 5px 0px 5px 15px;  
   }
div.caption p {
   margin-top:-5px;
   margin-right:0;
   margin-bottom:20px;
   color: #666666;
   clear: both;
   font-style: italic;
   text-align: right;
   font-size:7pt;
   /*padding: -15px 5px 10px 10px;*/
   /*margin: 5px 0px 5px 15px;  */
   }
   
div.caption2 img {
   /*float: left;*/
   margin: 5px 0px 5px 15px;  
   }
div.caption2 p {
   margin-top:-5px;
   margin-right:0;
   margin-bottom:20px;
   float:left;
   color: #666666;
   clear: both;
   font-style: italic;
   text-align: right;
   font-size:7pt;
   /*padding: -15px 5px 10px 10px;*/
   /*margin: 5px 0px 5px 15px;  */
   }

.drop-shadow p
    {
    color: #666666;
    padding: 5px 5px 0px 0px;
    text-align: center;
    clear: left;
    font-style: italic;
} 

code {
  margin: 0 200px 0 120px ;
  padding: 7px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #f2f2f2; 
}


label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #8;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold italic 1em Arial, Sans-serif ; 
	border: 1px solid #2E8B57 ;
	background: lightgreen; 
	padding: 9px 9px; 
	color:#000000;
}

input.button2 {
       padding: 5px;
       border-right:1px solid #000;
       border-bottom:1px solid #000;
       border-top:1px solid #ccc;
       border-left:1px solid #ccc;
       filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#00000,endColorStr=#00ff99);
       font: bold 9pt/1.3 verdana;
       width:100px;
       height:30px;
       color:#fff;
       }
input.button2.out {
       border: 2px outset #ccc;
       }      
input.button2.over {
       border: 2px inset #ccc;
     }

input.button3 {
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 13px; 
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#009900,endColorStr=#007000); 
	FONT: bold 9pt/1.3 verdana; 
	COLOR: darkgreen; 
	HEIGHT: 50px; 
	/*WIDTH: 305px; */
	}



/*  **************** BUTTONS BTN****
 http://monc.se/kitchen/stew/buttons/btn.html  
 http://monc.se/kitchen/59/scalable-css-buttons-using-png-and-background-colors/
 font-weight:bold;
 
*/

.btn { font-size:11pt;font-family:verdana, sans-serif; display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #ffffff; text-decoration: none; cursor: pointer; margin:5px;}
.btn * {  font-style: normal; ; background-repeat: no-repeat; display: block; position: relative; }
/*background-image: url("css_button1/btn2.png")*/
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

.btn.blue { background:#83acca ; }   /*#2ae  #90b4cf 83acca */
.btn.darkblue { background: #269; }  
.btn.green { background: #9ec630; color:#ffffff; }  /* #04ca03a1c442 9d4 color:#ffffff; */
.btn.pink { background: #e1a; }
.btn.purple { background: #AA00FF; }
.btn.gold { background: #B8860B; }
.btn.gray { background: #888; }
.btn.disabled { background: #444; }
.btn.darkgray { background: #333; }
.btn.red { background: #f00; color:#fff; }

.btn:hover { background-color: #777; }    /* #a00 #181*/
.btn:active { background-color: #444; }
.btn[class] { background-image: ; background-position: bottom; }
/*url("css_button1/shade.png")*/
/*ie6:*/

* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
/*   * html .btn { border: 3px double #aaa; }*/
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

	/*	usage:
	<p><a href="#" class="btn blue">This is a blue button</a></p>
	<p><a href="#" class="btn green">This should be a green button</a></p>
	<p><big><a href="#" class="btn blue big">Big Text</a></big></p>
	<form method="post" action="#">
	<fieldset>
	<legend>Form Example</legend>
	<div><input type="text" /></div>
	<div><textarea cols="40" rows="10"></textarea></div>
	<p>
	<input type="Button" id="reset_btn" value="Reset" class="btn" />
	<input type="Submit" id="submit_btn" value="Submit this form" class="btn pink" /></p>
	</fieldset>
	</form>
	*/

* a.green { 
	background: #04ca03;
	color:#ffffff; 
	background-image: url("css_button1/shade.png"); 
	background-position: bottom;
	}
* a.green:hover { 
	background-color: #777; 
	color:#ffffff;
	}    /* #a00 #181*/

a.blue { 
	background: #2ae;
	color:#ffffff; 
	background-image: url("css_button1/shade.png"); 
	background-position: bottom;
	}
a.blue:hover { 
	background-color: #777; 
	color:#ffffff;
	}    /* #a00 #181*/

a.darkblue { 
	background: #269;;
	color:#ffffff; 
	background-image: url("css_button1/shade.png"); 
	background-position: bottom;
	}
a.darkblue:hover { 
	background-color: #777; 
	color:#ffffff;
	}    /* #a00 #181*/

a.gold { 
	background: #B8860B;;
	color:#ffffff; 
	background-image: url("css_button1/shade.png"); 
	background-position: bottom;
	}
a.gold:hover { 
	background-color: #777; 
	color:#ffffff;
	}    /* #a00 #181*/



input.oldbutton { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: lightgreen; 
	padding: 2px 3px; 
	color:#000000;
	/*#4284B0;	*/
}


input.logoutinbutton { 
	margin: 0; 
	color:white;
	background-color:#04ca03; /*#2ab52a; #9EC630*/
	font-weight:bold;
	font-size:12px;
	padding:2px;
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	padding: 2px 3px; 

}
input.logoutinbutton:hover { 
	background-color:gray;
	/*#4284B0;*/
	color:#fff;
	
	text-decoration:underline;
}

.logoutclass {
	/*inherit:none;	position:absolute;*/
	margin-left:930px;margin-top:15px;
	color:crimson;background-color:white;
	border:none;
	font-size:0.8em;font-weight:bold;
	}

.logoutclass:hover {
	color:green;
	text-decoration:underline;
	}


/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	/*border: 1px solid #9EC630; */
	border: 1px solid #666666; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform { 
	/*form.searchform input.button { */
	margin: 0 ; 	
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color:black ;
	width: 60px;
	vertical-align: top;
}

 
input.button:hover  { 
	color:red ;	
	/*doesnt work*/
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 1020px; 
	
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}


a.header-image a:visited.header-image a:hover.header-image img {  
  border: none;	
}

#headerimage a a:link a:visited a:hover img {  
  border: none;	
}



/* header */
#header {
	position: relative;
	height: 85px;	
	background: #fff url(headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	/*text-transform: lowercase;*/
	top: -11px; 
	left: 5px;	
}

 

#header form.searchform {
	position: absolute;
	top: 0px; right: -12px;	
}

#header h2#date{
	position: absolute;	 
	top:72px; 
	right: 10px;
	align:right;
	color: #999999;
	text-indent: 0px;
	margin-top:17px;
	font:  11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}

#header h2#debug{
	position: absolute;	 
	top:2px; 
	right: 70px;
	align:right;
	color: #eeeeee;
	text-indent: 0px;
	margin-top:2px;
	font:  9px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}




#header a#admin{
	position: absolute;	 
	top:72px; 
	left: 600px;
	align:left;
	color: white;
	background:#888;
	border:1px white solid;
	text-indent: 0px;
	margin-top:17px;
	padding-left:4px;
	padding-right:4px;
	font:  11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
} 
#header a#admin:hover{background:green;}


#header a#eeginfo{
	position: absolute;	 
 	text-indent: 0px;
	margin-top:17px;
	font:  11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
} 


/************************************************************************************/
/* main */
#main {
	float: left;
	margin-left: 20px;
	padding: 0;
	width: 95%;		
}

.post-footer {
	background-color: #eAeAeA;
	padding: 5px; 
	margin: 0px 15px 0 15px;
	border: 1px solid #c2c2c2;
	font-size: 100%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}




/************************************************************************************/
/* sidebar */

#sidebar form.sidemenu ul.sidemenu{
	display:block;
	/*font-weight:bold;*/
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	min-height:18px;
	margin:10px 0 10px 15px;
	/*margin:10px; */
	/*padding: 0;*/
	/*border: 1px solid #f2f2f2; */
	background-color: #f2f2f2; 
}



.sidemenu2 {
	/*definition of an additional class
	style="margin-left:20px;margin-top:5px;margin-bottom:5px;"
	style="color:#888888;"
	*/
	margin-left:20px;
	margin-top:1px;
	margin-bottom:5px;
	color:#888888;
}

/*unused*/
.sidemenu_loggedin {
background:#e2f2e2;
}


#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:0px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #e0e0e0;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	min-height:18px;
}

* html   #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}


/************************************************************************************/
/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	/*background: #A9BAC3; 
	border-top: 5px solid #568EB6;*/
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: none;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 75%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}
/********************************************************************************/
/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   	padding: 0;
	margin-top:10;   
	margin-bottom:0;	
   	list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font-size:11pt;
	font: bold Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	font-family:Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	/*margin:10; */
}	
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
   font-size:11pt;
   /*font-size:14px;*/
   font-weight:bold;
   letter-spacing:0px;
}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
	/* End IE5-Mac hack */
#header a.none{
	background:none;
	padding:0px;
}
#header a:hover span {
	color:#FFF;
}
#header a:hover {
  	 background-position:0% -42px;
}
#header a:hover span {
   	background-position:100% -42px;
}
#header #current a {
	background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   	background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */
/********************************************************************************/

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center{	text-align: center; }

/* additional classes */
.clear	{ clear: both; }
.green  {	color: #9EC630;background: #fff; }
.gr	{	color: #00bf00; }
.gray  	{	color: #BFBFBF;background: #fff; }
.darkgray{	color: #6f6f6f; }
.red   	{	color: #bf0000; }
.orange	{	color: #FF6600; }


a.cmslink  {
	background-color: white;
	color:forestgreen;
	border:1px forestgreen solid;
	FONT-FAMILY: 	'Verdana',Helvetica, sans-serif;
	TEXT-DECORATION: none;
	FONT-WEIGHT: 	normal;
	font-size:7pt;
	/*vertical-align: sup;*/
	}
	


table.tova {
		border: 1px solid 0x3f3f3f;
		/*border-collapse: collapse;*/
		background-color: #efefef;
		padding: 15px; 
		border-spacing: 13px; 
		vertical-align: top; 
}



modal-window {
	font-size: 1.2em;
	text-align: left;
	line-height: 120%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	margin:0;
	padding:0;
	z-index:10000;
}





/**************************************************************/

login box with nice round corners

/**************************************************************/

#tlc, #trc {height: 1%;}

.box
{
	position: relative;
	float:left;
	margin-right:20px;
	margin-left:60px;
	margin-top: 0px;  
	/* auto*/
	margin-bottom: 10px;  
	background-color: #fff;
	padding: 0;
	text-align: left;
	/*width:30%; <-- use this to tie width to viewport size */
	width: 17em;	/* <-- use this for a set width */
}
	
/* background-color:#eeeeee;*/ 	
.content
	{
	padding:1em;
	background: transparent;
	}

.content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	background: transparent;
	}
		
.content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	background: transparent;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

.tlc, .trc, .blc, .brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.tlc
	{
	background-image:url(css_box1/tlc.gif);
	background-position: 0% 0%;
	}

.trc
	{
	padding-top:1px;
	background-image:url(css_box1/trc.gif);
	background-position: 100% 0%;
	}
	
.blc
	{
	background-image:url(css_box1/blc.gif);
	background-position: 0% 100%;
	}

.brc
	{
	background-image:url(css_box1/brc.gif);
	background-position: 100% 100%;
	}

.tb, .bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.tb
	{
	background-image:url(css_box1/tb.gif);
	background-position: 0% 0%;
	}

.bb
	{
	background-image:url(css_box1/bb.gif);
	background-position: 50% 100%;
	}
	
.rb
	{
	background-image:url(css_box1/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.lb
	{
	background-color: #eeeeee;
	background-image:url(css_box1/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}



/*****************language drop down upper right corner**************************/
#primary_nav_wrap
{
	margin-top:15px
}
#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0
	margin-right:10px;
}

#primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;/*32*/
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}
#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}
#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}
#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}
#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	right:0;
	background:#eee;
	padding:-0
}
#primary_nav_wrap ul ul li
{
	float:none;
	width:180px;
}
#primary_nav_wrap ul ul a
{
	line-height:60%;  /*70*/
	padding:2px;    /*7*/
	font-size:12px;
	font-weight:normal;
}
#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}
#primary_nav_wrap ul li:hover > ul
{
	display:block
}
/*****************END language drop down upper right corner**************************/





/*********pulldown for alphabet filter of client names***********************************************************************/
#pulldown nav {
  /*font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 20px 50px 150px;
  font-size: 13px;
  text-align: center;
  background: #E3CAA1;*/
}
#pulldown a {color:white;}
#pulldown ul {
  font-family:verdana, sans-serif;
  text-align: left;
  display: inline;
  margin: 0;
  /*padding: 5px; */
 padding:  0px 4px 0px 0; /*  padding:  15px 4px 17px 0; */
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
#pulldown ul li {
  font: 11pt; /*bold 12px/18px sans-serif;*/
  font-family:verdana, sans-serif;
  letter-spacing:1px;
  display: inline-block;
  margin-right: -4px;
   margin-top:-1px;
  padding: 5px 7px 6px 7px ;
  /* padding: 15px 20px;*/

 position: relative;
  background:#aaa;
  color:white;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#pulldown ul li:hover {
  background: #555;
  color: #fff;
}
#pulldown ul li ul {
  padding: 30;
  position: absolute;
  top: 27px;
  left: 0;
  width: 400px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#pulldown ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
#pulldown ul li ul li:hover { background: #666; }
#pulldown ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
/********************************************************************************/













	
	
	
	
	
/************unused**************************************************/
.error_box {
    background:#FAD3C4;
    border:1px solid #A75B4E;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#444444;
    display:none;
    font-size:13px;
    margin:0px 0px 15px 0px;
    padding:8px 8px;
    width:672px;
}

.success_box {
    background:#E2F1BB;
    border:1px solid #598800;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#000000;
    display:none;
    font-size:13px;
    margin:0px 0px 15px 0px;
    padding:8px 8px;
    width:672px;
}

    /* Class to highlight error in input */
    .input-error {
        border: 2px solid #d9534f !important; /* Vermelho */
        background-color: #f2dede !important; /* Fundo rosado */
        color: #a94442 !important;
        transition: all 0.2s;
    }
    /* Little message below the field */
    .username-warning {
        color: #d9534f;
        font-size: 11px;
        display: none; /* Hidden by default */
        margin-top: 2px;
    }	
	
	

