﻿body
{
	background-image: url("background.jpg");
    background-repeat: repeat;
    
	font-size: 12px;
	color: #555;
	font-family: 'Trebuchet MS', 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
	text-rendering: optimizeLegibility;
}

* {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.center
{
	text-align: center;
}

.rigth
{
	text-align: right;
}

.noborder
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.noborder table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
.noborder td
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.noborder hr
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.logoIMG
{
	margin-top: 5px;
	margin-bottom: 5px;
/*	max-width: 200px;*/
	max-height: 90px;
/*	width: 100%;*/
}

.headerIMG
{
	margin-top: 10px;
	margin-bottom: 5px;
	max-width: 540px;
	max-height: 80px;
	width: 100%;
}

.formTitle
{
	color: #76881d;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;
	text-rendering: optimizeLegibility; 
	font-size: 1.5rem;
}

.formSubTitle
{
	color: #76881d;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	line-height: 1.4;
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;
	text-rendering: optimizeLegibility; 
	font-size: 0.9rem;
}


table
{
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("background.jpg");
    background-repeat: repeat;
}

h1
{
	font-family: Tahoma;
	color: #76881d;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}

h2
{
	font-family:Tahoma;
	color:#76881d;
	font-size:18px;
	font-weight:bold;
}

h3
{
	font-family:Tahoma;
	color:#76881d;
	font-size:larger;
	font-weight:bold;
}

h4
{
	font-family:Tahoma;
	color:#76881d;
	font-size:14px;
	font-weight:bold;
}

h5 
{
	padding-bottom: 10px;
	font-size: 13px;
	color: #00A8CB;
}

th h5
{
	font-weight: bold;
	padding-bottom: 0px;
}

h6 {
	color:#AFBC22;
	padding-bottom: 10px;
	font-size: 13px;
}

hr {
	height:0.5px; 
	color: #cac4c4;
}

p 
{
	line-height: 1.9em;
	margin-bottom: 20px;
	font-size: 14px;
	color: #555;
}

th 
{
	color: #fff;
	height: 35px;
	font-weight:bold;
}

img
{  
	border-style: none;
}

a:hover 
{
	text-decoration: underline;
}

a:focus 
{
	outline: none;
}

.align_right
{
	text-align: right;
}

.bold {
	font-weight: bold;
}


/* MENU */
.foo {}

.menu
{
	width: 100%;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
	font-size:11px;
	margin-top:0px;
	vertical-align:middle;
	text-transform:uppercase;
}

.menu table
{
	width: 100%;
	
	background-image: url(bgOFF.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.menu td
{
	font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
	font-size:11px;
}

.StaticHoverStyle
{
	text-decoration:none;
	height:20px;
	padding: 0px 0px 0px 0px;
}

.StaticMenuItemStyle
{
	height:20px;
	vertical-align:top;
	color: #4d4b4b;
	padding: 0px 0px 0px 0px;
	border:0px;
	margin:0px;
}

.StaticMenuItemStyle td
{
}

.StaticSelectedStyle
{
	color:Green;
}	
	
.menuBottom
{
	width: 1000px;
	margin: auto;
	color:#4d4b4b;
	margin-top:10px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#f6f6f6;
	border-top:1px dashed #DDDDDD;
	border-right:1px dashed #DDDDDD;
	margin-bottom:10px;
}
.menuBottom table 
{
	margin: auto;
	font-family: Nina,Verdana;
	font-size:11px;
	color:#4d4b4b;
	padding-top:2px;
}
.menuBottom td{
	border-left:1px dashed #DDDDDD;
	border-bottom: 1px dashed #DDDDDD;
	padding: 5px 5px 3px 5px;
	vertical-align:middle;
}
.menuBottom a{
	color:#4d4b4b;
	text-decoration:none;
}
.menuBottom a:hover{
	color:#00A8CB;
	text-decoration:none;
}
/* END MENU */


.grey_box 
{
    padding:10px 10px;
    background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#fcfcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px #bbb;
    -webkit-box-shadow: 0px 1px 2px #bbb;
    box-shadow: 0px 1px 2px #bbb;
    overflow: hidden;
}
.green_box 
{
    padding: 10px 10px 10px 10px;
    background: #8cc63f;
	overflow: hidden;
	font-size:9px;
	color:#ffffff;
	text-transform:uppercase;
	white-space:nowrap;
	text-align:center;
}

.orange_box 
{
    padding: 10px 10px 10px 10px;
    background: #fca000;
	overflow: hidden;
	font-size: 9px;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	text-align:center;
}

.pink_box 
{
    padding: 10px 10px 10px 10px;
    background: #dd66b1;
	overflow: hidden;
	font-size: 9px;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	text-align:center;
}

.blue_box 
{
    padding: 10px 10px 10px 10px;
    background: #11bbdc;
	overflow: hidden;
	font-size: 9px;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	text-align:center;
}

.grey_box h2
{
	font-family: Tahoma;
	color: #76881d;
	font-size: 17px;
	font-weight: bold;
}

.grey_box a:focus {outline: none;}
.grey_box a {color: #76881d;}

/* Admin Table */
.filter_table
{
	text-align: left;
	min-width: 700px;
	color: #666;
}

.table_results
{
	margin: 0px;
	width: 1000px;
	text-align: left;
	border: solid 1px #DDDDDD;
}

.table_results_xl
{
	width: 1200px;
}

.table_results th
{
	color: #666;
	height: 27px;
	margin-top: 0px;
	vertical-align: middle;
	background-image: url(bgOFF.gif);
}

.table_results tr td
{
	border-bottom: 1px solid #dddddd;
}

.table_results_row_edit
{
	background-color:#CCCCCC;
}

.footer-board {
	margin-bottom: 35px;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: normal;
	/*text-shadow: 0px 1px 0px #fff;*/
	font-size: 12px;
	line-height: 1.563em;
	color:#888;
}
.footer-board img{
	height: 30px;
	margin-left: 10px;
}

.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;

	/* important:  dimensions or positioning here! */
}

.scroll-wrapper iframe {
	/* nada! */
}