<!--
/* ========================================== DOCUMENT */ 
body {
    background-color: #FFF;
    margin: 0px 0px 0px 0px;}

div, th, td, li, dd {
    font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-size: .7em;
    color: #000;
    margin: 0px 0px 0px 0px;}

p {
    font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    margin: 5px 10px 2px 15px;}

.trail {

    font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;

    font-size: .8em;

    color: #000;

    text-align: right;

    margin: 0em 0em 1em 0em;

    }

.copyright {

    font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;

    font-size: .8em;

    text-align: right;

    color: #FFF;

    margin: 0px 10px 0px 0px;

    padding: 5px;

    }

a, a:visited, a:active { 

   color: #4675B4;

   text-decoration: underline;

  }

a:hover {
	color: #FFB500;
	text-decoration: underline;}

img { border:0px; }

/* BIGGER LINKS */ 

.biglink a, .biglink a:visited, .biglink a:active { 

   color: #FFFFFF;

   text-decoration: none;

   font-size: 1.4em;

   background-color: #003366;

   padding: 6px;

   font-weight: bold;

  }

.biglink a:hover {

 color: #FFB500;

 text-decoration: none;

 font-size: 1.4em;

 background-color: #003366;

 padding: 6px;

 font-weight: bold;

 } 

.submit-button-big-link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;
	background-color: #003366;
	padding: 5px;
	font-weight: bold;
	border: 0px;}
	
.submit-button-big-link-big-text {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
	padding: 3px;
	font-weight: bold;
	font-size: 190px;
	border: 0px;}

.biglink-no-hover {

   color: #FFFFFF;

   text-decoration: none;

   font-size: 1.5em;

   background-color: #003366;

   padding: 6px;

   font-weight: bold;

  }
 
.star {
	color:#990000;
	font-size:0.9em;
	font-weight:bold;
	}	
	
	
/* TITLES */

h1 {

  font-family: "Futura Medium", Arial, Helvetica, sans-serif;

  background: #fff;

  color: #003366;

  text-align: left;

  font-size: 2em;

  margin: 10px 10px 10px 15px;

  border-bottom: 1px solid #ccc;

  padding-bottom: 3px;

}

h2 {

  background: #fff;

  color: #000;

  text-align: left;

  font-size: .8em;

  margin: 0px 0px 10px 15px;

}

h3 {
  font-family: "Futura Medium", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #003366;
  text-align: left;
  font-size: .8em;
  margin: 10px 10px 10px 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;}

h4 {
  font-family: "Futura Medium", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #003366;
  text-align: left;
  font-size: 1.2em;
  margin: 10px 10px -5px 15px;}

 h5 {

  font-family: "Futura Medium", Arial, Helvetica, sans-serif;

  background: #fff;

  color: #003366;

  text-align: left;

  font-size: 2em;

  margin: 10px 10px 10px 15px;

  padding-bottom: 3px;

}

li {
	font-size: 1em;}

/* TABLE */


table.listing {

border-collapse: collapse;
margin: 0em;

}

td.listing {

border-bottom: 1px solid #003366;
color: #000;

}

td.center {

text-align: center;

}

tr.listing {

border: 0px;

}

td.right_prompt {
	text-align: right;
	padding-right: 10px;
}

table.reset td {
	padding: 2px 10px 2px 0px;
}

/* MENU */

.buttonscontainer {width: 100%;}

.buttons a, .buttons a:visited {
	color: #fff;
	padding:2px 2px 2px 12px;
	background-color: #036;
	display: block;
	border-left: 10px solid #003366;
	border-top: 1px solid #000000;
	font-size: 1.8em;
	text-decoration: none;
	text-align: left;}

.buttons a:hover {
	background-image:url('../img/arrowYellow.gif');
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration: none;
	color:#fc0;}

.cat {
	color: #fff;
	background-color: #000;
	padding: 3px;
	padding-left: 3px;
	display:block;
	border-top:2px solid #000;
	font-size:1.3em;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	margin:0px;}

 

/* FORMS */
label {
	width:100px;
	float:left;
	text-align:left;
	margin:0px 50px 10px 5px;
	padding-bottom:5px;
	clear:both;
	font-weight:bold;}

.input-box {
	float: left;
	margin-bottom: 10px;
	color: #000;
	background: #fff;
	border: #666 solid 1px;
	font-size: 1.2em;}


.select {
float: left;
margin-bottom: 10px;
color: #000;
background-color: #ffffff;
border-width: 1px;
font-size: 1.2em;}

.submit-button {
	margin: 0px 0px 0px 10px;
	clear:both;
	color: #fff;
	background: #003366;
	border:1px;
	border-top-color:#369;
	border-left-color:#369;
	border-right-color:#369;
	border-bottom-color:#369;
	padding:3px;
	font-weight:bold;
	}
.submit-button-selected {
	color: #FFB500;	
}
.submit-button-flush {
	margin:0 10px 0 0;	
}

.large-submit-button {
	margin: 0px 0px 0px 10px;
	clear:both;
	color: #fff;
	background: #003366;
	border:1px;
	border-top-color:#369;
	border-left-color:#369;
	border-right-color:#369;
	border-bottom-color:#369;
	padding:3px;
	font-weight:bold;
	font-size:20px;
	}
	
.floatForm {
	padding:0;
	margin:0;
	float:left;}
	
fieldset {

border: #ccc solid 1px;

width: 500px;

margin: 15px;

padding: 10px 0px 10px 10px;

}



legend {

background: #003366;

color: fff;

font-weight: bold;

border: #26a solid 1px;

padding: 1px 8px 1px 2px;

margin-bottom: 10px;

} 

a.numPage {
	padding:3px 5px;
	border:1px solid #369;
	text-decoration:none;
	background:#F8F8F8;
	font-size:9px;}

a:hover.numPage  {
	padding:3px 5px;
	background:#369;
	border:1px solid #369;
	text-decoration:none;
	font-size:9px;}
	
.numSelect  {
	background:#369;
	padding:3px 5px;
	border:1px solid #369;
	text-decoration:none;
	color:#fff;
	font-size:9px;}
	
a:link.colTitle,
a:visited.colTitle,
a:active.colTitle  {
	text-decoration:underline;
	color:#FFB500;}
	
a:hover.colTitle  {
	text-decoration:none;
	color:#FFB500;}

.small {
    font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-size: .8em;
    color: #000;
    margin: 10px 10px 5px 15px;}
    
.info { color: #000; }

.top { 
  height:20px;
  border-bottom: 1px solid #000;
  font-size:.9em;
  padding:3px;}
  
  
/*********************** ADMIN PANEL USERS MODIFY **********************************/
.modify {
	background-color:#CCFF00;
	}	
.modify-top-border {
	border-top:solid 2px #900;
	}	
.modify-right-border {
	border-right:solid 2px #900;
	}	
.modify-bottom-border {
	border-bottom:solid 2px #900;
	}	
.modify-left-border {
	border-left:solid 2px #900;
	}	
.modify-old {
	}	
.modify-new {
	}			
.modify-text {
	font-weight:bold;
	}		
  
  
/*********************** MEMBER PANEL **********************************/

.member_panel {
	margin: 0 10px;
	clear: both;
}

.column {
	width: 270px;
	float: left;
	overflow: hidden;
}

.row {
	width: 810px;
	float: left;
	overflow: hidden;
}

.row_widget {
	width: 405px;
	float:left;
}
.row_widget .widget_wrapper {
	margin-bottom: 0px;
}
.widget {
	width: 270px;
}

.widget_wrapper {
	background: #fff none repeat scroll 0%;
	border-left: 1px solid #CECFCE;
	border-bottom: 1px solid #CECFCE;
	border-right: 1px solid #CECFCE;
	margin: 10px 5px;
	/*min-height: 200px;*/
}

.widget_content {
	padding: 0 0 5px 0;
	color: #fff;
}

.widget_content h1 {
	background: #003063;
	color: #FFB600;
	font-size: 7em;
	line-height: 30px;
	margin: 5px 0;
	padding: 0 10px;
}

.widget_content ol {
	margin-right: 10px;
}

.widget_content li {
	font-size: 5em;
	margin-left:-5px;
}

.widget_content p {
	font-size: 5em;
}

.widget td {
	padding: 5px;
	border-bottom: 1px solid #003366;
	font-size:0.6em;
}
.widget td.heading {
	font-weight: bold;
}
.first_td,
.widget_content table tr td:first-child {
	padding: 5px 0 5px 10px;
}

.results_sorted_by {
	font-weight: bold;
	color: #F00;
}

.error {
	color: #F00;
}

.microcapLeftMargin {
	 vertical-align: top;
	 width: 1px;
}
.microcapContent {
	 padding: 0 0 0 150px;
	 vertical-align: top;
}

-->