/**************************************
 * THEME NAME: standardwhite
 *
 * Files included in this sheet:
 *
 *   standardwhite/gradients.css
 **************************************/

/***** standardwhite/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */
a, a:active, a:focus, a:link, a:visited {
	color: #000066;
	text-decoration: none; 
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
body {
	background-image: url(fondo.png);
	background-position: 0 0;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
th.header,
td.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}
.courseboxcontent {
  background: url(blk.png) repeat;
}
.headermain {
  float: left;
  margin: 30px 0px 0px 40px;
  padding: 0px;
  color: #099;
  font-family: Arial Narrow;
}
.blk {
   background: url(blk.png) repeat;
}
.generalboxcontent {
   background: url(blk.png) repeat;
}



#menu_top {
	position: absolute;
	top: 0px;
	left: 200px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}
#menu_top a {
	color: #0B7275;
}
#menu_top a:hover {
	color: #08C3C8;
}
.nav_top {
	float: left;
	margin: 0px;
	padding: 0px;
}
.nav_top_c {
	float: left;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	height: 22px;
	font-weight: bold;
	font-size: 13px;
	font-family: times;
	font-variant: small-caps;
}

.trans_nav {
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='menu_top_c.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.trans_nav[class] {
background: url('menu_top_c.png') repeat-x;
} 
/***** standardwhite/gradients.css end *****/


