/* About Salasnet.com CSS page definitions */
/* by jorge salas */



/* body elements - background */

body
{
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	background-color: #ffffff;
	background-image: url(b_salasnet.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}




/* paragraph and table text */

p, td, li
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}




/* heading and title definitions - horizontal spacer (border) */

.border
{
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px;
}

.title
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}

.red
{
	color: #aa0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.black
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.code
{
	color: #aaaaaa;
	font-family: "Courier New", Courier, mono;
	font-size:  12px;
	padding-right:  40px;
	padding-left:  20px;
}


.footer
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px
}




/* hovering links */

a:link
{
	color: #2222aa;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited
{
	color: #2222aa;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover
{
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a:active
{
	color: #2222aa;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}



/* More Font Definitions */

/*** Base Sans-Serifs *************************************************/
.sans   {    font-family: Geneva, Arial, Helvetica, sans-serif;    font-size:   12px;}
.sans9  {    font-family: Geneva, Arial, Helvetica, sans-serif;    font-size:   9px;}
.sans10 {    font-family: Geneva, Arial, Helvetica, sans-serif;    font-size:   10px;}
.sans12 {    font-family: Geneva, Arial, Helvetica, sans-serif;    font-size:   12px;}
.sans14 {    font-family: Geneva, Arial, Helvetica, sans-serif;    font-size:   14px;}
.sans18 {    font-family: Geneva, Arial, Helvetica, sans-serif;    font-size:   18px;}
.sans24 {    font-family: Geneva, Arial, Helvetica, sans-serif;    font-size:   24px;}
.sans36 {    font-family: Geneva, Arial, Helvetica, sans-serif;    font-size:   36px;}
.sans48 {    font-family: Geneva, Arial, Helvetica, sans-serif;    font-size:   48px;}
.sans72 {    font-family: Geneva, Arial, Helvetica, sans-serif;    font-size:   72px;}

/*** New Sans-Serifs *************************************************/
.newsans10 {    font-family: Arial, Helvetica, sans-serif;    font-size:   10px;}
.newsans12 {    font-family: Arial, Helvetica, sans-serif;    font-size:   12px;}
.newsans14 {    font-family: Arial, Helvetica, sans-serif;    font-size:   14px;}
.newsans18 {    font-family: Arial, Helvetica, sans-serif;    font-size:   18px;}

/*** Base Serifs *****************************************************/
.serif   {    font-family: "Times New Roman", Times, serif;    font-size:   12px;}
.serif9  {    font-family: "Times New Roman", Times, serif;    font-size:   9px;}
.serif10 {    font-family: "Times New Roman", Times, serif;    font-size:   10px;}
.serif12 {    font-family: "Times New Roman", Times, serif;    font-size:   12px;}
.serif14 {    font-family: "Times New Roman", Times, serif;    font-size:   14px;}
.serif18 {    font-family: "Times New Roman", Times, serif;    font-size:   18px;}
.serif24 {    font-family: "Times New Roman", Times, serif;    font-size:   24px;}
.serif36 {    font-family: "Times New Roman", Times, serif;    font-size:   36px;}
.serif48 {    font-family: "Times New Roman", Times, serif;    font-size:   48px;}
.serif72 {    font-family: "Times New Roman", Times, serif;    font-size:   72px;}

/*** Base Monospaced *****************************************************/
.mono   {    font-family: "Courier New", Courier, monospace;    font-size:   10px;}
.mono9  {    font-family: "Courier New", Courier, monospace;    font-size:   9px;}
.mono10 {    font-family: "Courier New", Courier, monospace;    font-size:   10px;}
.mono12 {    font-family: "Courier New", Courier, monospace;    font-size:   12px;}
.mono14 {    font-family: "Courier New", Courier, monospace;    font-size:   14px;}
.mono18 {    font-family: "Courier New", Courier, monospace;    font-size:   18px;}
.mono24 {    font-family: "Courier New", Courier, monospace;    font-size:   24px;}
.mono36 {    font-family: "Courier New", Courier, monospace;    font-size:   36px;}
.mono48 {    font-family: "Courier New", Courier, monospace;    font-size:   48px;}
.mono72 {    font-family: "Courier New", Courier, monospace;    font-size:   72px;}




/* image rollovers */
/* first one is static, second one is the rollover */

a.rollnews
{
	display: block;
	background-image: url('images/noteBhalf.gif');
	width: 96px;
	height: 64px;
}
a.rollnews:hover
{
	display: block;
	background-image: url('images/noteHnews.gif');
	width: 96px;
	height: 64px;
}

a.rollinfo
{
	display: block;
	background-image: url('images/noteBquarter.gif');
	width: 96px;
	height: 64px;
}
a.rollinfo:hover
{
	display: block;
	background-image: url('images/noteQinfo.gif');
	width: 96px;
	height: 64px;
}

a.rollmedia
{
	display: block;
	background-image: url('images/noteBeigth.gif');
	width: 96px;
	height: 64px;
}
a.rollmedia:hover
{
	display: block;
	background-image: url('images/noteEmedia.gif');
	width: 96px;
	height: 64px;
}

a.rollfiles
{
	display: block;
	background-image: url('images/noteBsixteen.gif');
	width: 96px;
	height: 64px;
}
a.rollfiles:hover
{
	display: block;
	background-image: url('images/noteSfiles.gif');
	width: 96px;
	height: 64px;
}

a.rollother
{
	display: block;
	background-image: url('images/noteBwhole.gif');
	width: 96px;
	height: 64px;
}
a.rollother:hover
{
	display: block;
	background-image: url('images/noteWother.gif');
	width: 96px;
	height: 64px;
}
