/* CSS Document */

body {	
	background-color:#fff;
/*	background-image:url(/images/body.jpg); */
	background-position:top;
	background-repeat:repeat-x;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*font-size:78%; */
	font-size:90%;
	color:#666;
	margin:0;
}

#top {
	width:715px;
	padding:12px 25px 15px 25px;
/*	background-image:url(/images/top.jpg); */
	background-position:top;
	background-repeat:no-repeat;
	color:#fff;
	margin:0 auto;
	text-align:right;
}

#top a {
	padding:0 10px 0 10px;
	
	color:#fff;
	border:none;
}

#top a:hover {
	text-decoration:none;
}
#top b {
	float:left;
	font-weight:normal;
}
#top b a {
	border-left:1px dotted #ccc;
	border-right:none;
	border:none;
}

#container {
	width:765px;
	margin:0 auto;
/*	background-image:url(/images/header.jpg); */
	background-position:top;
	background-repeat:no-repeat;
	padding:5px 0 0 0;
}

#menu {
	width:706px;
	margin:0 auto;
	text-align:left;
	background-image:url(/images/menu.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#menu #nav {
	margin:0;
	padding:0;
	float:left;
}

#nav li {
	margin:0;
	pading:0;
	list-style:none;
	float:left;
}

#nav li a {
	display:block;
	width:100px;
	text-align:center;
	margin:0 1px 0 0;
	background-image:url(/images/menu_link.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#ccc;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding:55px 0 23px 0;
border:none;
}
#nav li a em {
	font-style:normal;
	text-decoration:underline;
}

#nav li a.last {
	margin:0;
}

#nav li a:hover {
	background-image:url(/images/menu_link.jpg);
	background-position:right;
	color:#fff;
}

#nav li a.active {
	background-image:url(/images/menu_link.jpg);
	background-position:right;
	color:#fff;
}

.clear {
	clear:both;
}

#sidebar {
	width:262px;
	float:right;
	background-image:url(/images/sidebar.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0 30px 0 0 !important;
	margin:0 15px 0 0;
	padding:7px 20px 20px 20px;
	color:#777;
	line-height:18px;
	font-size:90%;
	word-spacing:-1px;
}

#sidebar h1 {
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#F2C21C;
	font-weight:normal;
	margin:10px 0 10px 0;
}
#sidebar h1.first {
	color:#fff;
	margin:10px 0 35px 0;
}

#content {
	margin:0 331px 0 20px;
	background-image:url(/images/content.jpg); 
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px 20px 10px 20px;
}
#content {
	line-height:20px;
	word-spacing:2px;
}
#content h1 {
	font-family:Trebuchet MS, sans-serif;
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin:30px 0 35px 0;
	letter-spacing:-2px;
	border-bottom:2px solid #F4C833;
	padding:0 0 2px 0;
}
#content h1 a {
	color:#333;
	text-decoration:none;
	border:none;
}
#content h1 a:hover {
	color:#666;
}
#content p {
	text-indent:15px;
}

#sidebar .linkroll {
	margin:10px 0 10px 0;
	padding:0;
	border-top:1px solid #eee;
}
.linkroll li {
	margin:1px;
	padding:0 !important;
	padding:1px;
	list-style:none;
}

.linkroll li a {
	padding:2px 2px 2px 18px;
	display:block;
	margin:0;
	color:#777;
	text-decoration:none;
	border-bottom:1px solid #eee;
/*	background-image:url(/images/document.gif); */
	background-image:url(/images/beericon.gif); 
	background-position:left;
	background-repeat:no-repeat;
	
}

.linkroll li a:hover {
	border-bottom:1px solid #ccc;
	background-color:#fbfbfb;
	color:#444;
	
}

h2 {
font:120% Verdana;
color:#333;
border-bottom:1px dotted #ccc;
}
blockquote {
margin:0;
padding:5px 15px 5px 15px;
background:#f6f6f6;
}

a {
/*color:#92D6E6;*/
color:#1a3577;
border-bottom:1px solid #ccc;
text-decoration:none;
}
a:hover {
border-bottom:1px solid #999;
background-color: #F2C21C;
}

#footer {
	padding:10px;
	/*border-top:2px solid #f6f6f6;*/
	text-align:center;
	margin:20px 0 0 0;
}

/*
body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

*/

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 350px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

.nube1 {font-size: 1.0em;}
.nube2 {font-size: 1.2em;}
.nube3 {font-size: 1.4em;}
.nube4 {font-size: 1.6em;}
.nube5 {font-size: 1.8em;}
.nube6 {font-size: 2.0em;}

/*             styles for the star rater                */    
 .star-rating{
     list-style:none;
     margin: 0px;
     padding:0px;
     width: 150px;
     height: 30px;
     position: relative;
     background: url(/images/star_rating.gif) top left repeat-x;        
 }
 .star-rating li{
     padding:0px;
     margin:0px;
     /*\*/
     float: left;
     /* */
 }
 .star-rating li a{
     display:block;
     width:30px;
     height: 30px;
     text-decoration: none;
     text-indent: -9000px;
     z-index: 20;
     position: absolute;
     padding: 0px;
 }
 .star-rating li a:hover{
     background: url(/images/star_rating.gif) left center;
     z-index: 2;
     left: 0px;
     border:none;
 }
 .star-rating a.one-star{
     left: 0px;
 }
 .star-rating a.one-star:hover{
     width:30px;
 }
 .star-rating a.two-stars{
     left:30px;
 }
 .star-rating a.two-stars:hover{
     width: 60px;
 }
 .star-rating a.three-stars{
     left: 60px;
 }
 .star-rating a.three-stars:hover{
     width: 90px;
 }
 .star-rating a.four-stars{
     left: 90px;
 }    
 .star-rating a.four-stars:hover{
     width: 120px;
 }
 .star-rating a.five-stars{
     left: 120px;
 }
 .star-rating a.five-stars:hover{
     width: 150px;
 }
 .star-rating li.current-rating{
     background: url(/images/star_rating.gif) left bottom;
     position: absolute;
     height: 30px;
     display: block;
     text-indent: -9000px;
     z-index: 1;
 }
