/* TEXTS */

.title {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:"Trebuchet MS", Arial Helvetica, sans-serif;
	font-size:24px;
	color:#9590C7;
	
}
.subTitle {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:"Trebuchet MS", Arial Helvetica, sans-serif;
	font-size:18px;
	color:#9590C7;
}
.white_14 {
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	line-height:18px;
}
.white_12 {
	font-size:12px;
	line-height:16px;
}
.white_11 {
	font-size:11px;
	color:#ffffff;
}

.bold_16 {
	font-size:16px;
	font-weight:bold;
}
.grey_12 {
	font-size:12px;
	font-weight:normal;
	color:#959595;
}
.nota {
	font-size:11px;
	color:#959595;
}
.highlight {
	font-size:18px;
	color:#d2d2d2;
}
.noLink {
	font-size:14px;
	color:#959595;
}

.watchThis {
	color:#ff0000;
}

/****************/
/* ADMIN STYLES */
/****************/

.errorText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff0000;
	font-weight:bold;
}

#loginTable{
	margin-left:auto;
	margin-right:auto;
	width:400px;
}


/****************/
/* TABLE STYLES */
/****************/

/* tbl main */
#tblOuter {
	width:660px;
	height:100%;
	background:#191919;
}

#tblOuter td {
	vertical-align:top;
}

#tblMain {
	width:100%;
}

#tdNavig {
	height:120px;
}


.tdPadded {
	padding-left:20px;
}
.tblWhiteBg td {
	background-color:#ffffff;
	color:#ffffff;
}

/*********/
/* LINKS */
/*********/



a:link, a:visited, a:active {
	color:#9590C7;
	text-decoration:underline;
	font-size:14px;
}
a:hover {
	color:#9590C7;
	text-decoration:none;
}
a.insideSelected:link, a.insideSelected:visited, a.insideSelected:active {
	color:#9590C7;
	text-decoration:none;
	font-size:14px;
}
a.insideSelected:hover {
	color:#9590C7;
	text-decoration:none;
}


a.secondary:link, a.secondary:visited, a.secondary:active {
	color:#9590C7;
	text-decoration:underline;
	font-size:12px;
}
a.secondary:hover {
	color:#9590C7;
	text-decoration:none;
}

a.nav:link, a.nav:visited, a.nav:active {
	font-size:14px;
	color:#959595;
	text-decoration:none;
}
a.nav:hover {
	color:#ffffff;
}

a.selected:link, a.selected:visited, a.selected:active {
	font-size:14px;
	color:#9590C7;
	text-decoration:none;
}
a.selected:hover {
	color:#9590C7;
	text-decoration:none;
}
a.subnav:link, a.subnav:visited, a.subnav:active {
	font-size:12px;
	color:#959595;
	text-decoration:none;
}
a.subnav:hover {
	color:#ffffff;
}
a.subSelected:link, a.subSelected:visited, a.subSelected:active {
	font-size:12px;
	color:#9590C7;
	text-decoration:none;
}
a.subSelected:hover {
	color:#9590C7;
	text-decoration:none;
}


a.nota:link, a.nota:visited, a.nota:active {
	font-size:11px;
	color:#959595;
	text-decoration:underline;
}
a.nota:hover {
	text-decoration:none;
	
}




/***********/
/* TOP NAV */
/***********/



/* GENERAL NAV LINKS */
img {
	border:0px;
	}

/***************/
/* END TOP NAV */
/***************/

/* TD CONTAINING SUBNAV TABLE & SUBNAV TABLE */






/* GENERAL STYLES */
html, body {
	height:100%;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ffffff;
	background: url(bg_1.jpg) no-repeat #000000;
	margin-left:50px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	
}


table td{
	/*border: 1px solid red;*/
	border:0px;
	padding: 0px;
}





/* HORIZONTAL AND VERTICAL SPACERS */

.spacer_H_10 {
	width:10px;
}
.spacer_H_15 {
	width:15px;
}

.spacer_H_25 {
	width:25px;
}
.spacer_H_30 {
	width:30px;
}

.spacer_H_35 {
	width:35px;
}
.spacer_H_410 {
	width:410px;

}
.spacer_H_560 {
	width:560px;

}
.spacer_V_20 {
	height:20px;
}
.spacer_V_120 {
	height:120px;
}
.spacer_V_14 {
	height:14px;
}

.spacer_V_10 {
	height:10px;
}
.spacer_V_30 {
	height:30px;
}
.spacer_V_55 {
	height:55px;
}
.spacer_V_6 {
	height:6px;
}
