﻿body.debug *
{
	border:dashed 1px #f90;
}
h1{
	font-size:xx-large;
	color:#000;
}
h2{
	font-size:x-large;
	
}
h3{
	font-size:large;
}
h4{
	font-size:medium;
}

body, td, th
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#666;
}

.languageSelection
{
	display:block;
	width:150px;
	text-align:center;
	float:left;
	line-height:40px;
	vertical-align:middle;
}
.languageSelection a:link, .languageSelection a:visited
{
}
.languageSelection a:hover
{
	background-color:#eef;

}	
.languageSelection a img
{
	border:none 0px transparent;
}


#DateOfEvent, #Date, .date 
{
	background-image:url('../images/calendar.jpg');
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:-25px;
	width:150px;
}

a.external, a.external:link, a.external:visited, a.external:hover{
	background-image: url(http://media.altovientosolutions.com.s3.amazonaws.com/WordPress/Icon_External_Link.png);
	background-position-x: 100%;
	background-position-y: 50%;
	background-repeat: no-repeat;
	padding-right: 15px;
}


input[image]
{
	border-style:none;
}

input.bigbutton, input.bigbutton:visited
{
	background: rgb(105, 158, 37);
    border: solid 4px rgb(75, 139, 7);
    color: rgb(188, 229, 135);
    font: normal normal normal 1.2em/1em 'Trebuchet MS', Verdana;
    font-size:medium;
    padding: 0.3em 0.3px 0.3em 0.3px;
    text-align: center;
    margin-top:3px;
    margin-bottom:3px;

    
}
input.bigbutton:hover
{
	color: #dfc;
    border: solid 4px rgb(105, 158, 37);
}

input[type=text], textarea, select
{
	font-family:Verdana;
	font-size:small;
	color:#449;
}


body {
	/*background: url(../images/pgbg-gradient2.jpg) repeat-x 0px 100px;
*/
}

.spacer
{
	height:15px;
}


#header {
	width: 880px; 
	padding: 15px 0 0 0px;	
	display:block;
}


#header a.logolink
{
}

#header .logo {
	margin : 0 0 0 0;
	float: left;
	padding: 0 0 0 5px;
	border:none 0px;
}


ul.nav, ul.nav li, ul.nav ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-family: Arial;
 font-size:16px;
 letter-spacing:0.1em;
 font-weight:normal;
}

ul.nav
{
	float:right;
	font-size:small;
	margin-top:00px;
}

ul.nav li {
 float: left;
 vertical-align: middle;
 min-width:70px;  
 padding-left:15px;
 padding-right:15px;
 text-align:center;
 background-color:#f1f1e4;
 /*background:#4c4c4c url(../images/pgbg-gradient2.jpg) repeat-x scroll 0 0; */
 margin-left:3px;
 margin-right:3px;
}

ul.nav li:hover {
	background-color:#abb;
	background-color:#FFF3C8;
}

ul.nav li.selected 
{
	background-color:#516350;
	
}
ul.nav li.selected:hover {
	
}


ul.nav li a, ul.nav li a:link 
{
	
	color:#4c4c4c;
	display: block; 
	width:100%;
	text-align:center;
	line-height:2em;
}

ul.nav li.selected a, ul.nav li.selected a:link {
	color:#f1f1e4;
}

ul.nav li a:hover {
	color:#4c4c4c;
	text-decoration:underline;
}

ul.nav li.selected a:hover {
	color:#eee;
}



/* =page
--------------------------------------------------*/
div.page
{
	width: 880px;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}


ul.sendrequest
{
	font-size:20px;
	margin:2 2 2 5;
	padding:0 0 0 0;
}
ul.sendrequest li
{
	 list-style-type:none;
}

ul.sendrequest li a.hilite
{
	 background-color:#EEEAE0;
	 
}
ul.sendrequest li a:hover
{
	 text-decoration:underline;
}



/* =footer
--------------------------------------------------*/
#footer {
	width: 100%;
	background: #4c4c4c;
	margin-top: 20px;
	clear: both;
}

#footer p {
	padding: 20px;
	color: #fff;
	font:  12px/36px arial,  sans-serif;
	text-align:center;
}

#footer p A {
	padding: 4px;
	margin: 0px 0px 0px 10px;
	color: #fff;
	background: #999;
	font:  12px/36px arial,  sans-serif;
}

#footer p A:hover{

	color: #999;
	background: #fff;
}

/* Article sections
-----------------------------------------------------------*/

.article{
        font-family: Cambria;
        font-size:small;
        margin-top:20px;
    }
    .article h1
    {
    	font-size:x-large;
    	margin-bottom:20px;
    }
    
    .article h2
    {
    	font-size:medium;
    }
    .attribution
    {

        font-size:small;
        margin-top:20px;
        border:solid 1px #f90;
        padding:5px 5px 5px 5px;
        background-color:#eee;
    }
    .attribution a, .attribution a:link, .attribution a:visited
    {
    	font-weight:bold;
    }
     .attribution a:hover
     {
     	text-decoration:underline;
     }
     
     
     /*  Content section
----------------------------------------------------*/

        #results, #article
        {
            float: left;
            width: 600px;
            text-align: center;
        }
        #ads
        {
            width: 200px;
            float: right;
            font-size:small;
        }
